/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css C:\Users\tonia.hong\AppData\Roaming\npm\node_modules\css-loader\dist\cjs.js??ruleSet[1].rules[1].use[1]!C:\Users\tonia.hong\AppData\Roaming\npm\node_modules\postcss-loader\dist\cjs.js??ruleSet[1].rules[1].use[2]!C:\Users\tonia.hong\AppData\Roaming\npm\node_modules\sass-loader\dist\cjs.js??ruleSet[1].rules[1].use[3]!./innergigabyte/scss/main.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
body {
  margin: 0;
}

body.dd-open {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #222;
}

::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
  }

.section{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sticky-container .sticky-top,
  .sticky-container .stickyTop {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

.sticky-container .sticky-content {
    position: relative;
  }

.section {
    position: relative;
    z-index: 11;
  }

.drop-shadow {
    --shadow-size: 3rem;
    --shadow-color: #000;
    -webkit-filter: drop-shadow(0 0 3rem #000);
            filter: drop-shadow(0 0 3rem #000);
    -webkit-filter: drop-shadow(0 0 var(--shadow-size) var(--shadow-color));
            filter: drop-shadow(0 0 var(--shadow-size) var(--shadow-color));
  }

.shadow-theme {
    --shadow-color: rgba(117, 234, 255, 0.2);
  }

*,
  ::before,
  ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
  }

.pos-corner {
    --pos-space: 0;
    --pos-ratio: .4;
    position: absolute;
    right: calc(0 * .4);
    right: calc(var(--pos-space) * var(--pos-ratio));
    bottom: calc(0 * .4);
    bottom: calc(var(--pos-space) * var(--pos-ratio));
  }

.qcard {
    --qcard-space: 2em;
    --pos-ratio: .4;
    padding: 2em;
    padding: var(--qcard-space);
    background-color: rgba(22, 22, 22, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    color: #b5b5b5;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    overflow: hidden;
    min-height: 300px;
    row-gap: 2rem;
  }

.qcard h2,
  .qcard h3,
  .qcard h4,
  .qcard h5 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
  }

.qcard h2 > img,
  .qcard h3 > img,
  .qcard h4 > img,
  .qcard h5 > img {
    max-height: 1.3em;
  }

.qcard > p {
    margin: 0;
  }

.qcard .qcard-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 2rem;
  }

.qcard .qcard-body > p {
    margin: 0;
  }

.qcard .qcard-bg{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.qcard .qcard-bg > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.qcard .qcard-bg .cover{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(59.67%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 59.67%, rgba(0, 0, 0, 0.95) 100%);
}

.qcard .qcard-bg + .qcard-body {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }

.qcard .align-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

.qcard .pos-corner {
    --pos-space: var(--qcard-space);
  }

.text-secondary {
    color: #b5b5b5;
  }

/*!
   * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
   * Copyright 2019-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
   */

@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../../innergigabyte/fonts/bootstrap-icons/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("../../innergigabyte/fonts/bootstrap-icons/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
  }

.bi::before,
  [class^=bi-]::before,
  [class*=" bi-"]::before {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.bi-arrow-left::before {
    content: "\f12f";
  }

.bi-arrow-right::before {
    content: "\f138";
  }

.bi-pause-circle::before {
    content: "\f4c2";
  }

.bi-play-circle::before {
    content: "\f4f3";
  }
.kf-container .pointer-events-none{
  pointer-events: none;
}
.kf-container .visible{
  visibility: visible;
}
.kf-container .fixed{
  position: fixed;
}
.kf-container .absolute{
  position: absolute;
}
.kf-container .relative{
  position: relative;
}
.kf-container .left-0{
  left: 0px;
}
.kf-container .top-0{
  top: 0px;
}
.kf-container .top-\[-100vh\]{
  top: -100vh;
}
.kf-container .z-50{
  z-index: 50;
}
.kf-container .col-auto{
  grid-column: auto;
}
.kf-container .m-0{
  margin: 0px;
}
.kf-container .m-1{
  margin: 0.25rem;
}
.kf-container .m-10{
  margin: 2.5rem;
}
.kf-container .m-2{
  margin: 0.5rem;
}
.kf-container .m-20{
  margin: 5rem;
}
.kf-container .m-3{
  margin: 0.75rem;
}
.kf-container .m-4{
  margin: 1rem;
}
.kf-container .m-5{
  margin: 1.25rem;
}
.kf-container .mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.kf-container .mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.kf-container .mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.kf-container .mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.kf-container .mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}
.kf-container .mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.kf-container .mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.kf-container .mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.kf-container .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.kf-container .my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.kf-container .my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.kf-container .my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.kf-container .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.kf-container .my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.kf-container .my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.kf-container .my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.kf-container .my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.kf-container .-mt-screen{
  margin-top: -100vh;
}
.kf-container .mb-0{
  margin-bottom: 0px;
}
.kf-container .mb-1{
  margin-bottom: 0.25rem;
}
.kf-container .mb-10{
  margin-bottom: 2.5rem;
}
.kf-container .mb-2{
  margin-bottom: 0.5rem;
}
.kf-container .mb-20{
  margin-bottom: 5rem;
}
.kf-container .mb-3{
  margin-bottom: 0.75rem;
}
.kf-container .mb-4{
  margin-bottom: 1rem;
}
.kf-container .mb-5{
  margin-bottom: 1.25rem;
}
.kf-container .me-0{
  margin-right: 0px;
}
.kf-container .me-1{
  margin-right: 0.25rem;
}
.kf-container .me-10{
  margin-right: 2.5rem;
}
.kf-container .me-2{
  margin-right: 0.5rem;
}
.kf-container .me-20{
  margin-right: 5rem;
}
.kf-container .me-3{
  margin-right: 0.75rem;
}
.kf-container .me-4{
  margin-right: 1rem;
}
.kf-container .me-5{
  margin-right: 1.25rem;
}
.kf-container .ms-0{
  margin-left: 0px;
}
.kf-container .ms-1{
  margin-left: 0.25rem;
}
.kf-container .ms-10{
  margin-left: 2.5rem;
}
.kf-container .ms-2{
  margin-left: 0.5rem;
}
.kf-container .ms-20{
  margin-left: 5rem;
}
.kf-container .ms-3{
  margin-left: 0.75rem;
}
.kf-container .ms-4{
  margin-left: 1rem;
}
.kf-container .ms-5{
  margin-left: 1.25rem;
}
.kf-container .mt-0{
  margin-top: 0px;
}
.kf-container .mt-1{
  margin-top: 0.25rem;
}
.kf-container .mt-10{
  margin-top: 2.5rem;
}
.kf-container .mt-2{
  margin-top: 0.5rem;
}
.kf-container .mt-20{
  margin-top: 5rem;
}
.kf-container .mt-3{
  margin-top: 0.75rem;
}
.kf-container .mt-4{
  margin-top: 1rem;
}
.kf-container .mt-5{
  margin-top: 1.25rem;
}
.kf-container .block{
  display: block;
}
.kf-container .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf-container .grid{
  display: grid;
}
.kf-container .hidden{
  display: none;
}
.kf-container .h-80{
  height: 20rem;
}
.kf-container .h-96{
  height: 24rem;
}
.kf-container .h-full{
  height: 100%;
}
.kf-container .h-screen{
  height: 100vh;
}
.kf-container .max-h-full{
  max-height: 100%;
}
.kf-container .min-h-250px{
  min-height: 250px;
}
.kf-container .min-h-400px{
  min-height: 400px;
}
.kf-container .w-full{
  width: 100%;
}
.kf-container .max-w-full{
  max-width: 100%;
}
.kf-container .flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.kf-container .transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.kf-container .resize{
  resize: both;
}
.kf-container .flex-row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.kf-container .flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kf-container .flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kf-container .items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kf-container .justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kf-container .gap-10{
  gap: 2.5rem;
}
.kf-container .gap-3{
  gap: 0.75rem;
}
.kf-container .gap-5{
  gap: 1.25rem;
}
.kf-container .gap-y-5{
  row-gap: 1.25rem;
}
.kf-container :is(.space-y-10 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * (1 - 0));
  margin-top: calc(2.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(2.5rem * calc(1 - 0));
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * 0);
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.kf-container :is(.space-y-12 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * (1 - 0));
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(3rem * calc(1 - 0));
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 0);
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.kf-container :is(.space-y-40 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * (1 - 0));
  margin-top: calc(10rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(10rem * calc(1 - 0));
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * 0);
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}
.kf-container :is(.space-y-5 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - 0));
  margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.25rem * calc(1 - 0));
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 0);
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.kf-container :is(.space-y-6 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - 0));
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.kf-container .overflow-hidden{
  overflow: hidden;
}
.kf-container .border{
  border-width: 1px;
}
.kf-container .bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, 1);
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}
.kf-container .bg-neutral-950{
  --tw-bg-opacity: 1;
  background-color: rgba(10, 10, 10, 1);
  background-color: rgba(10, 10, 10, var(--tw-bg-opacity));
}
.kf-container .bg-transparent{
  background-color: transparent;
}
.kf-container .bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.kf-container .object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.kf-container .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .p-0{
  padding: 0px;
}
.kf-container .p-1{
  padding: 0.25rem;
}
.kf-container .p-10{
  padding: 2.5rem;
}
.kf-container .p-2{
  padding: 0.5rem;
}
.kf-container .p-20{
  padding: 5rem;
}
.kf-container .p-3{
  padding: 0.75rem;
}
.kf-container .p-4{
  padding: 1rem;
}
.kf-container .p-5{
  padding: 1.25rem;
}
.kf-container .px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.kf-container .px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.kf-container .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.kf-container .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.kf-container .px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.kf-container .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.kf-container .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.kf-container .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.kf-container .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.kf-container .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.kf-container .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.kf-container .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.kf-container .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.kf-container .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.kf-container .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.kf-container .py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.kf-container .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.kf-container .pb-0{
  padding-bottom: 0px;
}
.kf-container .pb-1{
  padding-bottom: 0.25rem;
}
.kf-container .pb-10{
  padding-bottom: 2.5rem;
}
.kf-container .pb-2{
  padding-bottom: 0.5rem;
}
.kf-container .pb-20{
  padding-bottom: 5rem;
}
.kf-container .pb-3{
  padding-bottom: 0.75rem;
}
.kf-container .pb-4{
  padding-bottom: 1rem;
}
.kf-container .pb-5{
  padding-bottom: 1.25rem;
}
.kf-container .pe-0{
  padding-right: 0px;
}
.kf-container .pe-1{
  padding-right: 0.25rem;
}
.kf-container .pe-10{
  padding-right: 2.5rem;
}
.kf-container .pe-2{
  padding-right: 0.5rem;
}
.kf-container .pe-20{
  padding-right: 5rem;
}
.kf-container .pe-3{
  padding-right: 0.75rem;
}
.kf-container .pe-4{
  padding-right: 1rem;
}
.kf-container .pe-5{
  padding-right: 1.25rem;
}
.kf-container .ps-0{
  padding-left: 0px;
}
.kf-container .ps-1{
  padding-left: 0.25rem;
}
.kf-container .ps-10{
  padding-left: 2.5rem;
}
.kf-container .ps-2{
  padding-left: 0.5rem;
}
.kf-container .ps-20{
  padding-left: 5rem;
}
.kf-container .ps-3{
  padding-left: 0.75rem;
}
.kf-container .ps-4{
  padding-left: 1rem;
}
.kf-container .ps-5{
  padding-left: 1.25rem;
}
.kf-container .pt-0{
  padding-top: 0px;
}
.kf-container .pt-1{
  padding-top: 0.25rem;
}
.kf-container .pt-10{
  padding-top: 2.5rem;
}
.kf-container .pt-2{
  padding-top: 0.5rem;
}
.kf-container .pt-20{
  padding-top: 5rem;
}
.kf-container .pt-3{
  padding-top: 0.75rem;
}
.kf-container .pt-4{
  padding-top: 1rem;
}
.kf-container .pt-5{
  padding-top: 1.25rem;
}
.kf-container .text-center{
  text-align: center;
}
.kf-container .opacity-0{
  opacity: 0;
}
.kf-container .opacity-100{
  opacity: 1;
}
.kf-container .shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.kf-container .outline{
  outline-style: solid;
}
.kf-container .drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.kf-container .filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.kf-container .\!container{
  --tw-gutter-x: 1rem !important;
  --tw-gutter-y: 0 !important;
  padding-right: calc(1rem * .5) !important;
  padding-right: calc(var(--tw-gutter-x) * .5) !important;
  padding-left: calc(1rem * .5) !important;
  padding-left: calc(var(--tw-gutter-x) * .5) !important;
}
.kf-container .container{
  --tw-gutter-x: 1rem;
  --tw-gutter-y: 0;
  padding-right: calc(1rem * .5);
  padding-right: calc(var(--tw-gutter-x) * .5);
  padding-left: calc(1rem * .5);
  padding-left: calc(var(--tw-gutter-x) * .5);
}
.kf-container .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  table-layout: auto;
  margin-top: calc(-1 * var(--tw-gutter-y));
  margin-right: calc(-.5 * var(--tw-gutter-x));
  margin-left: calc(-.5 * var(--tw-gutter-x));
}
.kf-container :is(.row > *){
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--tw-gutter-x) * .5);
  padding-left: calc(var(--tw-gutter-x) * .5);
  margin-top: var(--tw-gutter-y);
}
.kf-container .col{
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;;
          flex: 1 0 0%;;
}
.kf-container .col-auto{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.kf-container :is(.row-cols-auto>*){
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.kf-container .col-0{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0;
}
.kf-container .col-1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}
.kf-container .col-2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}
.kf-container .col-3{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}
.kf-container .col-4{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}
.kf-container .col-5{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}
.kf-container .col-6{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.kf-container .col-7{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}
.kf-container .col-8{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}
.kf-container .col-9{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}
.kf-container .col-10{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}
.kf-container .col-11{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}
.kf-container .col-12{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.kf-container :is(.row-cols-2>*){
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.kf-container .g-0{
  --tw-gutter-x: 0px;
  --tw-gutter-y: 0px;
}
.kf-container .g-1{
  --tw-gutter-x: 0.25rem;
  --tw-gutter-y: 0.25rem;
}
.kf-container .g-10{
  --tw-gutter-x: 2.5rem;
  --tw-gutter-y: 2.5rem;
}
.kf-container .g-2{
  --tw-gutter-x: 0.5rem;
  --tw-gutter-y: 0.5rem;
}
.kf-container .g-20{
  --tw-gutter-x: 5rem;
  --tw-gutter-y: 5rem;
}
.kf-container .g-3{
  --tw-gutter-x: 0.75rem;
  --tw-gutter-y: 0.75rem;
}
.kf-container .g-4{
  --tw-gutter-x: 1rem;
  --tw-gutter-y: 1rem;
}
.kf-container .g-5{
  --tw-gutter-x: 1.25rem;
  --tw-gutter-y: 1.25rem;
}
.kf-container .gx-0{
  --tw-gutter-x: 0px;
}
.kf-container .gx-1{
  --tw-gutter-x: 0.25rem;
}
.kf-container .gx-10{
  --tw-gutter-x: 2.5rem;
}
.kf-container .gx-2{
  --tw-gutter-x: 0.5rem;
}
.kf-container .gx-20{
  --tw-gutter-x: 5rem;
}
.kf-container .gx-3{
  --tw-gutter-x: 0.75rem;
}
.kf-container .gx-4{
  --tw-gutter-x: 1rem;
}
.kf-container .gx-5{
  --tw-gutter-x: 1.25rem;
}
.kf-container .gy-0{
  --tw-gutter-y: 0px;
}
.kf-container .gy-1{
  --tw-gutter-y: 0.25rem;
}
.kf-container .gy-10{
  --tw-gutter-y: 2.5rem;
}
.kf-container .gy-2{
  --tw-gutter-y: 0.5rem;
}
.kf-container .gy-20{
  --tw-gutter-y: 5rem;
}
.kf-container .gy-3{
  --tw-gutter-y: 0.75rem;
}
.kf-container .gy-4{
  --tw-gutter-y: 1rem;
}
.kf-container .gy-5{
  --tw-gutter-y: 1.25rem;
}
.kf-container  .full{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.kf-container  .center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kf-container  .center-y{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kf-container  .center-x{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* input */
.deep-dive-modals {
  z-index: 10001;
  position: fixed;
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
  opacity: 0;
}

.deep-dive-container.transitioning {
  visibility: visible;
}
.dd-open .deep-dive-container.active {
  pointer-events: auto;
}

.sections {
  -webkit-transition: -webkit-transform 1000ms;
  transition: -webkit-transform 1000ms;
  transition: transform 1000ms;
  transition: transform 1000ms, -webkit-transform 1000ms;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes slideToLeft {
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes slideToLeft {
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@-webkit-keyframes slideFromLeft {
  from {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}
@keyframes slideFromLeft {
  from {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
}
.dd-open {
  overflow: hidden;
}
.dd-open .deep-dive-container.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.KeyfeatureParseContenArea .deep-dive-modals {
  z-index: 130001;
}

.innergigabyteContent .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-animation: bgfade 0.5s forwards;
          animation: bgfade 0.5s forwards;
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
@-webkit-keyframes bgfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes popup {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.innergigabyteContent .popup{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 100%;
  width: 960px;
  height: calc(100% - 80px);
  z-index: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-animation: popup 0.5s forwards;
          animation: popup 0.5s forwards;
  background: transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.innergigabyteContent .popup .popup-content {
  position: relative;
  max-width: 960px;
  width: 100%;
}
.innergigabyteContent .popup .kp {
  color: #d1d1d1;
  font-family: "noto sans";
}
.innergigabyteContent .popup h4 {
  font-weight: 600;
}
.innergigabyteContent .close{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 42px;
  height: 42px;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../innergigabyte/images/deep-dive-close-button.svg);
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  cursor: pointer;
  z-index: 101;
  -webkit-animation: fade-popup 0.5s forwards 0.5s;
          animation: fade-popup 0.5s forwards 0.5s;
  opacity: 0;
  will-change: contents;
}
.innergigabyteContent .close:hover {
  background-image: url(../../innergigabyte/images/deep-dive-close-button2.svg);
}
@-webkit-keyframes fade-popup {
  0% {
    translate: 0 100%;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
@keyframes fade-popup {
  0% {
    translate: 0 100%;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.innergigabyteContent .closebar {
  position: fixed;
  width: 100%;
  height: calc(15vh + 40px);
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 100;
  -webkit-animation: fade-popup 0.5s forwards 0.75s;
          animation: fade-popup 0.5s forwards 0.75s;
  opacity: 0;
}
@keyframes fade-popup {
  0% {
    translate: 0 100%;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

.deep-dive-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  position: relative;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  background-color: #111;
  padding: 10vh 4vw calc(120px + 10vh);
}

.deep-dive-grid{
  display: inline-grid;
  gap: 2.5rem;
}

.deep-dive-grid.grid-column-2 {
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  grid-template-rows: auto;
}

.deep-dive-column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.deep-dive-column .content-box {
  width: 100%;
}
.deep-dive-column .content-box ul {
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
  margin-left: 1.1rem;
}
.deep-dive-column .content-box ul li {
  list-style-type: square;
  list-style-position: outside;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}
.deep-dive-column .content-box ul li:last-child {
  margin-bottom: 0;
}

.kf-container {
  /**
   * Swiper 10.0.4
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2023 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: July 8, 2023
   */
  /* Auto Height */
  /* 3D Effects */
  /* CSS Mode */
  /* Slide styles start */
  /* 3D Shadows */
  /* Slide styles end */
  /* Navigation font start */
  /* Navigation font end */
  /* Common Styles */
  /* Bullets */
  /* Fraction */
  /* Progress */
  font-size: 1rem;
}

.kf-container{
  font-family: Titillium Web, Noto Sans;
  font-weight: 400;
  line-height: normal;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  color: #fff;
  --localnav-height: 46px;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.kf-container :host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.kf-container .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.kf-container .swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kf-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-timing-function: initial;
          transition-timing-function: initial;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.kf-container .swiper-android .swiper-slide,
.kf-container .swiper-ios .swiper-slide,
.kf-container .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.kf-container .swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.kf-container .swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.kf-container .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.kf-container .swiper-slide-invisible-blank {
  visibility: hidden;
}
.kf-container .swiper-autoheight,
.kf-container .swiper-autoheight .swiper-slide {
  height: auto;
}
.kf-container .swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.kf-container .swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.kf-container .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.kf-container .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.kf-container .swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.kf-container .swiper-3d .swiper-slide,
.kf-container .swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.kf-container .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.kf-container .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.kf-container .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.kf-container .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.kf-container .swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
.kf-container .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}
.kf-container .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.kf-container .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.kf-container .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.kf-container .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
.kf-container .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.kf-container .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.kf-container .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.kf-container .swiper-3d .swiper-slide-shadow,
.kf-container .swiper-3d .swiper-slide-shadow-left,
.kf-container .swiper-3d .swiper-slide-shadow-right,
.kf-container .swiper-3d .swiper-slide-shadow-top,
.kf-container .swiper-3d .swiper-slide-shadow-bottom,
.kf-container .swiper-3d .swiper-slide-shadow,
.kf-container .swiper-3d .swiper-slide-shadow-left,
.kf-container .swiper-3d .swiper-slide-shadow-right,
.kf-container .swiper-3d .swiper-slide-shadow-top,
.kf-container .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.kf-container .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.kf-container .swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.kf-container .swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.kf-container .swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.kf-container .swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.kf-container .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.kf-container .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.kf-container .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}
.kf-container .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.kf-container .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.kf-container .swiper-button-prev,
.kf-container .swiper-button-next {
  position: absolute;
  top: 50%;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.kf-container .swiper-button-prev.swiper-button-disabled,
.kf-container .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.kf-container .swiper-button-prev.swiper-button-hidden,
.kf-container .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .kf-container .swiper-button-prev,
.swiper-navigation-disabled .kf-container .swiper-button-next {
  display: none !important;
}
.kf-container .swiper-button-prev svg,
.kf-container .swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.swiper-rtl .kf-container .swiper-button-prev svg,
.swiper-rtl .kf-container .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.kf-container .swiper-button-prev,
.kf-container .swiper-rtl .swiper-button-next {
  left: 10px;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.kf-container .swiper-button-next,
.kf-container .swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.kf-container .swiper-button-lock {
  display: none;
}
.kf-container .swiper-button-prev:after,
.kf-container .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  -webkit-font-feature-settings: ;
          font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.kf-container .swiper-button-prev:after,
.kf-container .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.kf-container .swiper-button-next,
.kf-container .swiper-rtl .swiper-button-prev {
  right: 10px;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.kf-container .swiper-button-next:after,
.kf-container .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.kf-container .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.kf-container .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .kf-container .swiper-pagination, .kf-container .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.kf-container .swiper-pagination-fraction,
.kf-container .swiper-pagination-custom,
.kf-container .swiper-horizontal > .swiper-pagination-bullets,
.kf-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 8px;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: auto;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.kf-container .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.kf-container .swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.kf-container .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .kf-container .swiper-pagination-bullet {
  cursor: pointer;
}
.kf-container .swiper-pagination-bullet:only-child {
  display: none !important;
}
.kf-container .swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.kf-container .swiper-vertical > .swiper-pagination-bullets,
.kf-container .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 8px;
  right: var(--swiper-pagination-right, 8px);
  left: auto;
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.kf-container .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.kf-container .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.kf-container .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.kf-container .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.kf-container .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.kf-container .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.kf-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.kf-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.kf-container .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.kf-container .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.kf-container .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.kf-container .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.kf-container .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.kf-container .swiper-pagination-fraction {
  color: inherit;
  color: var(--swiper-pagination-fraction-color, inherit);
}
.kf-container .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.kf-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .kf-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .kf-container .swiper-pagination-progressbar, .kf-container .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .kf-container .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .kf-container .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .kf-container .swiper-pagination-progressbar, .kf-container .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .kf-container .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .kf-container .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.kf-container .swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.kf-container .swiper-scrollbar {
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .kf-container .swiper-scrollbar, .kf-container .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .kf-container .swiper-scrollbar, .kf-container .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: 4px;
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: auto;
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: 4px;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * 1%);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .kf-container .swiper-scrollbar, .kf-container .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: auto;
  left: var(--swiper-scrollbar-left, auto);
  right: 4px;
  right: var(--swiper-scrollbar-right, 4px);
  top: 1%;
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: 4px;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * 1%);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.kf-container .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: 10px;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.kf-container .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.kf-container .swiper-scrollbar-lock {
  display: none;
}
.kf-container .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kf-container .b-swiper .swiper-pagination {
  --swiper-pagination-bullet-width: 60px;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-color: $color-highlight;
  --swiper-pagination-color: #575757;
  --swiper-pagination-bullet-inactive-color: #575757;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  row-gap: 8px;
  row-gap: var(--swiper-pagination-bullet-horizontal-gap);
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: calc(var(--swiper-pagination-bullet-height) * 0.5);
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% * min(var(--progress), 1));
  background: #00FFFF;
}
.kf-container .b-swiper .b-swiper-autoplay-control {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  cursor: pointer;
  font-size: 1.5em;
}
.kf-container .b-swiper .b-swiper-autoplay-control .bi-pause-circle {
  display: none;
}
.kf-container .b-swiper .b-swiper-autoplay-control .bi-play-circle {
  display: block;
}
.kf-container .b-swiper.autoplay .b-swiper-autoplay-control .bi-play-circle {
  display: none;
}
.kf-container .b-swiper.autoplay .b-swiper-autoplay-control .bi-pause-circle {
  display: block;
}
.kf-container .b-swiper .b-swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin-top: 20px;
}
.kf-container .b-swiper .b-swiper-pagination.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-vertical-gap: 8px;
  --swiper-pagination-bullet-width: 4px;
  --swiper-pagination-bullet-height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination-bullet,
.kf-container .b-swiper .b-swiper-pagination.vertical .b-swiper-autoplay-control {
  margin: 4px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 4px) 0;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: calc(100% * var(--progress));
  width: 100%;
}
.kf-container .b-swiper .b-swiper-pagination .swiper-pagination.swiper-pagination-lock + .b-swiper-autoplay-control {
  display: none;
}
.kf-container *,
.kf-container *::before,
.kf-container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.kf-container h1,
.kf-container h2,
.kf-container h3,
.kf-container h4,
.kf-container h5,
.kf-container h6,
.kf-container ol,
.kf-container ul,
.kf-container li,
.kf-container p {
  margin: 0;
  padding: 0;
}
.kf-container img {
  display: block;
}
.kf-container a,
.kf-container a:hover,
.kf-container a:visited {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.kf-container p{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #D1D1D1;
  font-family: "Noto Sans";
  font-size: 16px;
}
.kf-container ul li {
  color: #D1D1D1;
  font-family: "Noto Sans";
  font-size: 18px;
}
.kf-container h2,
.kf-container h3,
.kf-container h4,
.kf-container h5 {
  color: #fff;
}
.kf-container h2 {
  font-family: "Orbitron", "Noto Sans";
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
.kf-container h3 {
  font-family: "Orbitron", "Noto Sans";
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  /* letter-spacing: 4px; */
}
.kf-container h4 {
  font-family: "Titillium Web", "Noto Sans";
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #eee;
}
.kf-container h5 {
  font-family: "Titillium Web", "Noto Sans";
  font-size: 22px;
  font-weight: 400;
}

.kf-container a[data-tip] {
  font-size: 0.8em;
  vertical-align: super;
  display: inline-block;
  font-weight: 100;
  line-height: inherit;
  cursor: pointer;
  color: inherit;
  font-size: 12px;
  font-family: Arial;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  color: #2e2e2e;
  /* transform    : scale(0.8); */
  -webkit-transform-origin: center;
          transform-origin: center;
  padding: 1px 3px;
  line-height: 1;
  font-weight: bolder;
  margin-left: 2px;
  text-shadow: 0 0 1px;
}
.kf-container a[data-tip]:active, .kf-container a[data-tip]:hover, .kf-container a[data-tip]:visited {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #ff6400;
  border: 1px solid #ff6400;
  color: #000;
}
.kf-container .section-tip {
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: 0.7em;
  line-height: 1.4;
  font-family: "Titillium Web";
}
.kf-container .section-tip > .container {
  max-width: 74%;
}
.kf-container .section-tip ol {
  padding: 0;
  margin: 0;
}
.kf-container .section-tip ol li {
  margin-bottom: 10px;
}
.kf-container .section-tip .content-box {
  padding: 0;
}
.KeyfeatureParseContenArea.blackBackGround .kf-container .section-tip, .theme-dark .kf-container .section-tip {
  background: #000000;
  color: #afafaf;
}
.kf-container .dots {
  --dots-spacing: 1vw;
  position: fixed;
  right: 0;
  top: 50%;
  color: white;
  z-index: 9999;
  display: grid;
  justify-items: flex-end;
  grid-gap: 4px;
  gap: 4px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kf-container .dots::before {
  content: "";
  display: block;
  width: 21px;
  height: 163px;
  margin-right: 1vw;
  margin-right: var(--dots-spacing, 1vw);
  margin-bottom: 1vw;
  margin-bottom: var(--dots-spacing, 1vw);
}
.kf-container .dots::after {
  content: "";
  display: block;
  width: 21px;
  height: 191px;
  margin-top: 1vw;
  margin-top: var(--dots-spacing, 1vw);
  margin-right: 1vw;
  margin-right: var(--dots-spacing, 1vw);
}
.kf-container .dots a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 1vw;
  padding: 6px var(--dots-spacing, 1vw);
  min-width: 80px;
  color: rgba(255, 255, 255, 0.5647058824);
}
.kf-container .dots a p {
  white-space: nowrap;
  font-size: 0.8em;
  text-align: right;
  pointer-events: none;
  padding: 0 8px 0 0;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.kf-container .dots a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  border: 1px solid #00ffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.kf-container .dots a.highlight div {
  background-color: rgba(255, 255, 255, 0.1882352941);
  background-color: var(--dots-highlight-color, rgba(255, 255, 255, 0.1882352941));
}
.kf-container .dots a.active, .kf-container .dots a:hover {
  -webkit-text-decoration-color: rgba(0, 0, 0, 0);
          text-decoration-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.kf-container .dots a.active p, .kf-container .dots a:hover p {
  pointer-events: inherit;
  color: #00ffff;
}
.kf-container .dots a.active::after, .kf-container .dots a:hover::after {
  background-color: #00ffff;
}
.kf-container .sticky-dots {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: var(--localnav-height);
  z-index: 20;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
.kf-container .sticky-dots .dots {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.kf-container .sticky-dots + * {
  margin-top: -100vh;
}
.kf-container .dots.visible-by-first {
  visibility: hidden;
  opacity: 0;
}
.kf-container .dots.visible-by-first.visible {
  visibility: visible;
  opacity: 1;
}
.kf-container .dots.visible-by-first.visible > a[href] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dot-FadeInFromRight 400ms ease 0s backwards;
          animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(2) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(3) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(4) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(5) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(6) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(7) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(8) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(9) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.kf-container .dots.visible-by-archor {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.kf-container .dots.visible-by-archor.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.kf-container .dots.visible-by-archor.visible > a[href] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dot-FadeInFromRight 400ms ease 0s backwards;
          animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(2) {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(3) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(4) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(5) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(6) {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(7) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(8) {
  -webkit-animation-delay: 350ms;
          animation-delay: 350ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(9) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
@-webkit-keyframes dot-FadeInFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes dot-FadeInFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.kf-container .wrapper {
  margin: 0 auto;
}
.kf-container .stickyTop {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.kf-container .no-wrap {
  white-space: nowrap;
}
.kf-container .overflow-hidden {
  overflow: hidden;
}
.kf-container .link-simple {
  border-bottom: 1px solid;
    color: #b5b5b5;
}
.kf-container .link-simple:hover {
  color: #ff6400;
}
.kf-container sup {
  font-size: 0.5em;
}
.kf-container .yt-iframe {
  position: relative;
}
.kf-container .yt-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .yt-iframe::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.kf-container .note {
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1.25em;
  font-family: "Titillium Web", arial, sans-serif, Microsoft JhengHei;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.kf-container .qtag {
    display: inline-block;
    vertical-align: middle;
  color: #FFF;
  font-size: 0.7em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid;
  padding: 0.1em 0.8em;
  }
.kf-container .kp .kp-main {
  font-family: "Orbitron", "Noto Sans";
  font-weight: 500;
  color: #00ffff;
  line-height: 0.6;
  font-size: 60px;
}
.kf-container .kp .kp-sub {
  line-height: 1;
}
.kf-container .kp .kp-main + .kp-sub {
  margin-top: 0.25em;
}
.kf-container .kp.style .kp-main {
  font-size: 40px;
  font-family: "Titillium Web", "Noto Sans";
}
.kf-container .kp.style2 .kp-main {
  font-family: "Orbitron", "Noto Sans";
  font-size: 20px;
  font-weight: 500;
}
.kf-container .content-box .hightlight {
  font-size: 1.125em;
  line-height: 1;
  color: #75eaff;
  letter-spacing: 0.05em;
}
.kf-container .bg-parallax {
  height: 120%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}
.kf-container .gs-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf-container .gs-tab-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf-container .gs-tab-contents .gs-tab-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: none;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}
.kf-container .gs-tab-contents .gs-tab-content.active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.kf-container .color-linear-vi {
    background-image: linear-gradient(140deg, #FF6400 0%, #FF6400 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  text-shadow: none;
  }
.kf-container .sup {
  display: inline-block;
  vertical-align: top;
  font-size: 0.6em;
}
.kf-container i + a{
  margin-left: 1rem;
}
.kf-container .playbtn {
  display: block;
  --playbtn-size: 5rem;
  cursor: pointer;
  position: relative;
}
.kf-container .playbtn::before {
    display: inline-block;
    font-family: "bootstrap-icons";
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f4f2";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: var(--playbtn-size);
  color: #ccc;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(2px 3px 8px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(2px 3px 8px rgba(0, 0, 0, 0.6));
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  }
.kf-container .playbtn:hover::before {
  color: #fff;
}
.kf-container .qcard:has(> .pos-corner),
.kf-container .qcard .qcard-body:has(> .pos-corner) {
  padding-bottom: calc(2 * var(--qcard-space) * var(--pos-ratio) + 40px);
}
.kf-container .qcard .feature-swiper-navigation {
  font-size: 0.8em;
}
.kf-container .qcard ul {
  margin-top: 0.5rem;
  margin-left: 0.8em;
}
.kf-container .qcard ul li {
  list-style-type: square;
  list-style-position: outside;
  font-weight: 300;
  font-size: 0.625em;
  line-height: 1.25em;
  font-family: "Titillium Web", arial, sans-serif, Microsoft JhengHei;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  margin-bottom: 0.25em;
}
.kf-container .qcard ul li:last-child {
  margin-bottom: 0;
}
.kf-container .logo-cross {
  fill: #75eaff;
  stroke-miterlimit: 10;
  --cross-anim-time: 250ms;
}
.kf-container .logo-cross .logo-cross-border {
  stroke-width: 1px;
  stroke: #75eaff;
}
.kf-container .logo-cross-top {
  stroke-dashoffset: 0;
  stroke-dasharray: 1066px;
  stroke-width: 70px;
  stroke: #75eaff;
  -webkit-clip-path: url(#cross-clippath-top);
          clip-path: url(#cross-clippath-top);
}
.kf-container .logo-cross-bottom {
  stroke-dashoffset: 0;
  stroke-dasharray: 1096px;
  stroke-width: 70px;
  stroke: #75eaff;
  -webkit-clip-path: url(#cross-clippath-bottom);
          clip-path: url(#cross-clippath-bottom);
}
.kf-container .logo-cross-center {
  stroke-dashoffset: 0;
  stroke-dasharray: 681px;
  stroke-width: 44px;
  stroke: #75eaff;
  -webkit-clip-path: url(#cross-clippath-center);
          clip-path: url(#cross-clippath-center);
}
@-webkit-keyframes cross-anim-top {
  from {
    stroke-dashoffset: 1066px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes cross-anim-top {
  from {
    stroke-dashoffset: 1066px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes cross-anim-bottom {
  from {
    stroke-dashoffset: 1096px;
  }
  to {
    stroke-dashoffset: 2192px;
  }
}
@keyframes cross-anim-bottom {
  from {
    stroke-dashoffset: 1096px;
  }
  to {
    stroke-dashoffset: 2192px;
  }
}
@-webkit-keyframes cross-anim-center {
  from {
    stroke-dashoffset: 681px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes cross-anim-center {
  from {
    stroke-dashoffset: 681px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.kf-container .top-image {
  position: relative;
}
.kf-container .top-image img{
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container :is(.top-image img){
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.kf-container .vi-line-left {
  --gs-vi-line-width: 2px;
  position: relative;
  margin-left: 1rem;
}
.kf-container .vi-line-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  height: 100%;
  width: 2px;
  width: var(--gs-vi-line-width, 2px);
  background: #FF6400;
  -webkit-transform: scaleY(1.01);
          transform: scaleY(1.01);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2px));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2px));
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--gs-vi-line-width, 2px)));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--gs-vi-line-width, 2px)));
}
.kf-container .btn-deepdive {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-image: url(../../innergigabyte/images/btn-deepdive.svg);
  background-position-x: 0;
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.kf-container .btn-deepdive:hover {
  background-image: url(../../innergigabyte/images/btn-deepdive2.svg);
}
.kf-container .feature-swiper {
  font-size: 0.8em;
}
.kf-container .feature-swiper .swiper-slide {
  height: auto;
}
.kf-container .feature-swiper-navigation {
  --swiper-navigation-size: 36px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0.8em 0;
  font-size: 1em;
  gap: 1em;
}
.kf-container .feature-swiper-navigation .swiper-button-prev,
.kf-container .feature-swiper-navigation .swiper-button-next {
  position: static;
  margin: 0;
  width: 44px;
  width: var(--swiper-navigation-size);
  height: 44px;
  height: var(--swiper-navigation-size);
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kf-container .feature-swiper-navigation .swiper-button-prev.swiper-button-disabled,
.kf-container .feature-swiper-navigation .swiper-button-next.swiper-button-disabled {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.kf-container .feature-swiper-navigation .swiper-button-prev::after,
.kf-container .feature-swiper-navigation .swiper-button-next::after {
  content: none;
}
.kf-container .feature-swiper-navigation .swiper-button-prev > svg,
.kf-container .feature-swiper-navigation .swiper-button-prev > i,
.kf-container .feature-swiper-navigation .swiper-button-next > svg,
.kf-container .feature-swiper-navigation .swiper-button-next > i {
  display: none;
}
.kf-container .feature-swiper-navigation .swiper-button-prev {
  background-image: url(../../innergigabyte/images/swiper-button-prev.svg);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.kf-container .feature-swiper-navigation .swiper-button-prev:hover {
  background-image: url(../../innergigabyte/images/swiper-button-prev2.svg);
}
.kf-container .feature-swiper-navigation .swiper-button-next {
  background-image: url(../../innergigabyte/images/swiper-button-next.svg);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.kf-container .feature-swiper-navigation .swiper-button-next:hover {
  background-image: url(../../innergigabyte/images/swiper-button-next2.svg);
}
.kf-container .text-big{
  font-size: 1.1em;
  color: #fff;
}
.kf-container .text-small {
  color: #b5b5b5;
}
.kf-container .grid{
  gap: 2.5rem;
}
.kf-container .grid-template-4a > :not([hidden]):nth-child(1), .kf-container .grid-template-4a > :not([hidden]):nth-child(2),
.kf-container .grid-template-4c > :not([hidden]):nth-child(1),
.kf-container .grid-template-4c > :not([hidden]):nth-child(2) {
  grid-row: span 2/span 2;
}
.kf-container .grid-template-4a {
  grid-template-rows: 1fr 2fr;
}
.kf-container .grid-template-4b h2 > img,
.kf-container .grid-template-4b h3 > img,
.kf-container .grid-template-4b h4 > img,
.kf-container .grid-template-4b h5 > img,
.kf-container .grid-template-4b h6 > img {
  height: 100%;
}
.kf-container .grid-template-5d {
  grid-template-areas: "area1 area2 area3" "area1 area2 area4" "area1 area2 area5";
}
.kf-container .grid-template-5d > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-5d > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-5d > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-5d > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-5d > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-5d .qcard {
  min-height: 200px;
}
.kf-container .grid-template-5e {
  grid-template-areas: "area1 area2 area2" "area1 area5 area4" "area3 area3 area4";
}
.kf-container .grid-template-5e .qcard {
  min-height: 0;
  min-height: initial;
}
.kf-container .grid-template-5e > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-5e > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-5e > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-5e > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-5e > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-5f {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-template-areas: "area1 area1 area4" "area1 area1 area4" "area1 area1 area4" "area1 area1 area4" "area2 area3 area4" "area2 area3 area5" "area2 area3 area5" "area2 area3 area5";
}
.kf-container .grid-template-5f > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-5f > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-5f > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-5f > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-5f > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-5f .qcard {
  min-height: 375px;
}
.kf-container .grid-template-6a {
  grid-template-areas: "area1 area2 area3" "area1 area2 area3" "area4 area2 area3" "area4 area5 area6" "area4 area5 area6" "area4 area5 area6";
}
.kf-container .grid-template-6a > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-6a > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-6a > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-6a > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-6a > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-6a > :nth-child(6) {
  grid-area: area6;
}
.kf-container .grid-template-6b {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-template-areas: "area1 area1 area4" "area1 area1 area4" "area1 area1 area4" "area2 area3 area5" "area2 area3 area5" "area2 area3 area6";
}
.kf-container .grid-template-6b > :nth-child(1) {
  grid-area: area1;
}
.kf-container .grid-template-6b > :nth-child(2) {
  grid-area: area2;
}
.kf-container .grid-template-6b > :nth-child(3) {
  grid-area: area3;
}
.kf-container .grid-template-6b > :nth-child(4) {
  grid-area: area4;
}
.kf-container .grid-template-6b > :nth-child(5) {
  grid-area: area5;
}
.kf-container .grid-template-6b > :nth-child(6) {
  grid-area: area6;
}
.kf-container .grid-template-6b .qcard {
  min-height: 0;
}
.kf-container .section-kv {
  position: relative;
  padding: 0;
}
.kf-container .section-kv img {
  width: 100%;
}
.kf-container .section-kv img.rwd {
  display: none;
}
.kf-container .section-hero {
  background: url("../../innergigabyte/images/bg-hero.jpg") center/cover no-repeat;
}
.kf-container .section-hero .feature-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.kf-container .section-hero .feature-icons img {
  height: 50px;
}
.kf-container .section-hero .hero_heading{
  font-family: AORUS, Arial, 微軟正黑體, Microsoft JhengHei, 微軟雅黑體, Microsoft YaHei, SimHei, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, 新細明體, Arial, Verdana, Helvetica, sans-serif;
  font-size: 48px;
  color: #fff;
  letter-spacing: 0.07em;
  -webkit-filter: drop-shadow(0 4px 0.1em rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 0.1em rgba(0, 0, 0, 0.25));
}
.kf-container .section-ai{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.kf-container .section-ai span.grdnt {
  position: absolute;
  width: 1px;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF6400), to(#FF6400));
  background-image: linear-gradient(0deg, #FF6400 0%, #FF6400 100%);
}
.kf-container .section-ai a {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.kf-container .section-ai .icons.grid {
  grid-auto-flow: column;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.kf-container .section-ai .icons.grid div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.kf-container .section-ai .icons.grid div img {
  max-width: 60px;
}
.kf-container .section-ai .icons.grid div p {
  margin: 0;
  font-size: 1rem;
}
.kf-container .deep-dive-ai .deep-dive-column {
  width: 100%;
}
.kf-container .deep-dive-ai p {
  color: #aaa;
}
.kf-container .deep-dive-ai .kp-info-top-bottom {
  color: #fff;
}
.kf-container .deep-dive-ai ul {
  font-size: 1.1rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}
.kf-container .deep-dive-ai ul li {
  margin-bottom: 0;
  color: #aaa;
}
.kf-container .deep-dive-ai .airow{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.25rem;
}
.kf-container .deep-dive-ai .airow > div {
  max-width: 50%;
}
.kf-container .deep-dive-ai .airow > div img {
  max-width: 100%;
}
.kf-container .deep-dive-ai .EZtoPeak{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.kf-container .deep-dive-ai .ai-swiper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.kf-container .deep-dive-ai .ai-swiper .qcard img {
  max-width: 100%;
}
.kf-container .deep-dive-ai .ai-swiper p span {
  font-size: inherit;
  font-family: inherit;
}
.kf-container .deep-dive-ai div:has(> .safeOC) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem auto 0;
}
.kf-container .deep-dive-ai .safeOC {
  --xgap: 5rem;
  --ygap: 1rem;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 1rem;
  grid-row-gap: var(--ygap);
  row-gap: 1rem;
  row-gap: var(--ygap);
  grid-column-gap: 5rem;
  grid-column-gap: var(--xgap);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  -webkit-column-gap: var(--xgap);
     -moz-column-gap: var(--xgap);
          column-gap: var(--xgap);
}
.kf-container .deep-dive-ai .safeOC > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf-container .deep-dive-ai .safeOC > div p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.kf-container .deep-dive-ai .safeOC > div p:first-child {
  --padlr: 0.5lh;
  --clipborder: 2px;
  margin-right: 9px;
  min-width: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: none;
  color: #fff;
  letter-spacing: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(0.5lh) 0 0.5lh;
  padding: 0 calc(var(--padlr)) 0 var(--padlr);
}
.kf-container .deep-dive-ai .safeOC > div p:first-child::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(45deg, #FF6400, #FF6400);
  -webkit-clip-path: polygon(0 0, 0% 100%, calc(0% + var(--clipborder)) 100%, calc(0% + var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0 0, 0% 100%, calc(0% + var(--clipborder)) 100%, calc(0% + var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) 100%, 100% 100%, 100% 0%);
}
.kf-container .deep-dive-engine p {
  color: #aaa;
}
@-webkit-keyframes svg-clip-show {
  to {
    -webkit-clip-path: polygon(0 100%, 0 -100%, 200% 100%);
            clip-path: polygon(0 100%, 0 -100%, 200% 100%);
  }
}
@keyframes svg-clip-show {
  to {
    -webkit-clip-path: polygon(0 100%, 0 -100%, 200% 100%);
            clip-path: polygon(0 100%, 0 -100%, 200% 100%);
  }
}
.kf-container .section-overview {
  position: relative;
  padding: 1px 0;
  background-image: url(../../innergigabyte/images/vi-falcon_logo.jpg);
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.kf-container .section-overview ul,
.kf-container .section-overview ol {
  list-style: decimal;
}
.kf-container .section-overview #overview .thumb {
  width: 180px;
  margin: 3px 0;
}
.kf-container .section-overview .paging {
  font-size: 0.5em;
  border-bottom: 1px solid #414141;
}
.kf-container .section-overview .paging h3 {
  font-size: 2em;
  padding: 0.5em;
  color: #888;
  border-bottom: 3px solid transparent;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.kf-container .section-overview .paging > div {
  cursor: pointer;
  position: relative;
  height: auto;
  background: none;
  border-radius: 0;
  opacity: 1;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.2;
}
.kf-container .section-overview .paging > div:hover h3 {
  border-color: #aaa;
  color: #aaa;
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
}
.kf-container .section-overview .paging > div.active h3 {
  border-color: #fff;
  -webkit-filter: none;
          filter: none;
  color: #fff;
}
.kf-container .section-overview .diagram {
  list-style: none;
}
.kf-container .section-overview .diagram > li {
  list-style: none;
}
.kf-container .section-overview .diagram ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.kf-container .section-overview .feature-icons {
  padding: 3rem;
}
.kf-container .section-overview .feature-icons > div,
.kf-container .section-overview .feature-icons > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kf-container .section-overview .feature-icons > div,
.kf-container .section-overview .feature-icons > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.kf-container .section-summary {
  background: url("../../innergigabyte/images/summary-bg.jpg") center center/cover no-repeat;
  min-height: 80vh;
}
.kf-container .section-summary .summary-text ul {
  margin-left: 1.2em;
}
.kf-container .section-summary .summary-text ul,
.kf-container .section-summary .summary-text li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 0.4em;
  line-height: 1.2;
}
.kf-container .section-summary .summary-img img {
  max-height: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.kf-container .section-changebg .changebg {
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms;
  -webkit-transition-duration: var(--bg-trans-time, 450ms);
          transition-duration: var(--bg-trans-time, 450ms);
}
.kf-container .section-memory .btn-deepdive {
  width: 30px;
  height: 30px;
}
.kf-container .section-memory .qcard {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.kf-container .section-memory .qcard h3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kf-container .top-image {
  margin: 0 auto;
  max-width: 100%;
  height: 500px;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
}
.kf-container .top-image.scale {
  max-width: 85%;
}
.kf-container .section-d5 .qcard {
  color: #fff;
  height: 100%;
  padding-bottom: calc(36px + 1em);
  background: linear-gradient(0deg, #111 0%, #111 1000%), linear-gradient(135deg, #333 0%, #030303 50%, #333 100%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border: 1px solid transparent;
  border-radius: 10px;
}
.kf-container .section-d5 .qcard h3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kf-container .section-d5 .qcard .note {
  left: var(--qcard-space);
  bottom: var(--qcard-space);
}
.kf-container .deep-dive-ai div:has(> .icons.grid) {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kf-container .deep-dive-ai .icons.grid {
  justify-items: start;
  gap: 1rem;
}
.kf-container .deep-dive-ai .icons.grid div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.kf-container .deep-dive-ai .icons.grid div img {
  max-width: 60px;
}
.kf-container .deep-dive-ai .icons.grid div p {
  margin: 0;
  font-size: 1rem;
}
.kf-container .section-vrm{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
  background-color: black;
}
.kf-container .section-vrm .section-top {
  height: 500px;
}
.kf-container .section-vrm .top-image {
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
}
.kf-container .section-vrm .top-image.scale {
  max-width: 85%;
}
.kf-container .section-vrm .grid{
  grid-template-columns: repeat(1, minmax(auto, 1fr));
}
.kf-container .section-vrm .kp .qtag {
  margin-left: 1rem;
}
.kf-container .section-vrm .first {
  -webkit-box-flex: 1.1;
      -ms-flex-positive: 1.1;
          flex-grow: 1.1;
  border-right: 0px solid #696969;
}
.kf-container .section-cooling {
  padding-top: 0;
  background: #000 url("../../innergigabyte/images/cooling-bg.jpg") center top no-repeat;
}
.kf-container .section-cooling .latch-swiper img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.kf-container .section-cooling .latch-swiper p {
  margin: 0;
}
.kf-container .section-cooling .img-thermal-guard {
  -o-object-position: 27%;
     object-position: 27%;
}
.kf-container .section-thermal{
  padding-left: 2rem;
  padding-right: 2rem;
}
.kf-container .section-pcb {
  overflow: hidden;
  --pcb-bg-size: 960px;
  --pcb-bg-padding: 0.6;
  background: url("../../innergigabyte/images/ip/pcb-design.jpg") center top no-repeat;
  background-size: 960px auto;
  background-size: var(--pcb-bg-size) auto;
  padding-top: calc(960px * 0.6);
  padding-top: calc(var(--pcb-bg-size) * var(--pcb-bg-padding));
  min-height: calc(960px * 0.6206896552);
  min-height: calc(var(--pcb-bg-size) * 0.6206896552);
}
.kf-container .section-ud {
  background-image: url("../../innergigabyte/images/ud-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 5rem;
}
.kf-container .section-ud .ud-grid{
  gap: 0.5rem;
}
.kf-container .section-ud .qcard {
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  min-height: 400px;
}
.kf-container .section-ud .qcard:has(> .pos-corner),
.kf-container .section-ud .qcard .qcard-body:has(> .pos-corner) {
  padding-bottom: var(--qcard-space);
}
.kf-container .section-ud .qcard.bg-full {
  padding: 0;
}
.kf-container .section-ud .qcard.bg-full .qcard-body {
  padding: var(--qcard-space);
}
.kf-container .section-ud .qcard.bg-full:has(> .pos-corner),
.kf-container .section-ud .qcard.bg-full .qcard-body:has(> .pos-corner) {
  padding-bottom: 0;
}
.kf-container .section-connectivity{
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --slcdw: 960px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kf-container .section-connectivity .sticky-center {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: auto;
  -ms-flex-item-align: start;
      align-self: start;
}
.kf-container .section-connectivity .sticky-center .slidecard {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kf-container .section-connectivity .sticky-center .slidecard .camera {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kf-container .section-connectivity .sticky-center .slidecard .camera .main{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kf-container .section-connectivity .sticky-center .slidecard .camera .main .text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kf-container .section-connectivity .sticky-center .slidecard .camera .main img {
  max-width: 90px;
}
.kf-container .section-connectivity .sticky-center .slidecard .camera .sliders {
  position: relative;
  width: var(--slcdw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
.kf-container .section-connectivity .sticky-center .slidecard .camera .sliders .slider{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  width: calc(var(--slcdw) * 0.7);
  height: calc(var(--slcdw) * 0.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 2rem;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.kf-container .section-connectivity .sticky-center .slidecard .camera .sliders .slider .qcard {
  width: 100%;
  height: 100%;
}
.kf-container .section-connectivity .sticky-center .slidecard .camera .sliders .slider .qcard:has(> .pos-corner),
.kf-container .section-connectivity .sticky-center .slidecard .camera .sliders .slider .qcard .qcard-body:has(> .pos-corner) {
  padding-bottom: var(--qcard-space);
}
.kf-container .section-connectivity .section-content {
  width: 0;
  min-height: 200vh;
}
.kf-container .section-diy {
  background-image: url(../../innergigabyte/images/diy-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.kf-container .section-diy .qcard {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.kf-container .section-diy .qcard.noborder {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.kf-container .section-diy .diy-grid{
  gap: 0.5rem;
}
.kf-container .section-diy .diy-grid > :not([hidden]):first-child, .kf-container .section-diy .diy-grid > :not([hidden]):last-child {
  grid-column: span 2/span 2;
}
.kf-container .section-diy .diy-grid2{
  gap: 0.5rem;
}
.kf-container .section-diy .diy-grid2 > :not([hidden]) {
  grid-column: span 3/span 3;
}
.kf-container .section-diy .diy-grid2 > :not([hidden]):first-child, .kf-container .section-diy .diy-grid2 > :not([hidden]):last-child {
  grid-column: span 6/span 6;
}
.kf-container .section-diy .diy-grid2 > :not([hidden]):nth-child(2), .kf-container .section-diy .diy-grid2 > :not([hidden]):nth-child(3), .kf-container .section-diy .diy-grid2 > :not([hidden]):nth-child(4) {
  grid-column: span 2/span 2;
}
.kf-container .section-diy .qcard.bg-full {
  padding: 0;
}
.kf-container .section-diy .qcard.bg-full .qcard-body {
  padding: var(--qcard-space);
}
.kf-container .section-diy .qcard.bg-full:has(> .pos-corner),
.kf-container .section-diy .qcard.bg-full .qcard-body:has(> .pos-corner) {
  padding-bottom: 0;
}
.kf-container .section-software {
  background: url("../../innergigabyte/images/aorus-world-5.jpg") center top/100% auto no-repeat;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kf-container .section-software .img {
  max-width: 100%;
}
.kf-container .section-amd {
  position: relative;
  overflow: hidden;
  max-width: 2560px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 10rem;
}
.kf-container .section-amd .cols {
  max-width: 100%;
  width: 1366px;
  min-height: 32vw;
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.kf-container .section-amd .cols div {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kf-container .section-amd .cols div:has(img) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.kf-container .section-amd .cols div:has(img) img {
  position: absolute;
  width: 65vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .section-amd .cols div:has(p) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kf-container .section-amd .footnote {
  position: relative;
  max-width: 960px;
}
.kf-container .Antenna {
  max-width: 100%;
  gap: 5rem;
}
.kf-container .deep-dive-container {
    color: #b5b5b5;
  }
.kf-container .deep-dive-container::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(4% + var(--localnav-height));
  left: 0;
  background: url("../../innergigabyte/images/vi-line-1.svg") 0 0/cover no-repeat;
  --vi-line-width: max(400px, 25vw);
  width: max(400px, 25vw);
  width: var(--vi-line-width);
  height: calc(max(400px, 25vw) * 0.0345821326);
  height: calc(var(--vi-line-width) * 0.0345821326);
}
.kf-container .deep-dive-column:has(.ddr5-vi-frame) {
  -ms-flex-item-align: center;
      align-self: center;
}
.kf-container .deep-dive-column:has(.benefit) {
  margin: 0 auto;
}
.kf-container .deep-dive-column .benefit {
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  justify-items: center;
}
.kf-container .deep-dive-column .benefit div {
  position: relative;
  max-width: 200px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px;
}
.kf-container .deep-dive-column .benefit div p {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  margin: 0;
}
.kf-container .deep-dive-column .benefit div::before {
  --clipborder: 1px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00D0FF), to(#FF00BF));
  background-image: linear-gradient(0deg, #00D0FF 0%, #FF00BF 100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, calc(0% + 1px) 100%, calc(0% + 1px) calc(0% + 1px), calc(100% - 1px) calc(0% + 1px), calc(100% - 1px) calc(100% - 1px), calc(0% + 1px) calc(100% - 1px), calc(0% + 1px) 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0 0, 0% 100%, calc(0% + 1px) 100%, calc(0% + 1px) calc(0% + 1px), calc(100% - 1px) calc(0% + 1px), calc(100% - 1px) calc(100% - 1px), calc(0% + 1px) calc(100% - 1px), calc(0% + 1px) 100%, 100% 100%, 100% 0%);
  -webkit-clip-path: polygon(0 0, 0% 100%, calc(0% + var(--clipborder)) 100%, calc(0% + var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0 0, 0% 100%, calc(0% + var(--clipborder)) 100%, calc(0% + var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(0% + var(--clipborder)), calc(100% - var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) calc(100% - var(--clipborder)), calc(0% + var(--clipborder)) 100%, 100% 100%, 100% 0%);
}
.kf-container .pbo-switch div {
  cursor: pointer;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kf-container .pbo-switch div > *{
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.kf-container .pbo-switch div h4 {
  color: #696969;
}
.kf-container .pbo-switch div img {
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.kf-container .pbo-switch div p {
  color: #696969;
}
.kf-container .pbo-switch div.active h4 {
  color: #eeeeee;
}
.kf-container .pbo-switch div.active img {
  -webkit-filter: saturate(1);
          filter: saturate(1);
}
.kf-container .pbo-switch div.active p {
  color: #eeeeee;
}
.kf-container .pbo-switch,
.kf-container .pbo-switch * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.kf-container .pbo-swiper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.kf-container .pbo-swiper .swiper-slide {
  width: 100%;
  -webkit-filter: saturate(0);
          filter: saturate(0);
}
.kf-container .pbo-swiper .swiper-slide.swiper-slide-active {
  -webkit-filter: saturate(1);
          filter: saturate(1);
}
.kf-container .pbo-swiper .text-right {
  text-align: right;
}
.kf-container .ddr5-vi-frame {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kf-container .ddr5-vi-frame > img {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  height: 100%;
  -webkit-transform: translate(-28%, -10%);
          transform: translate(-28%, -10%);
}
.kf-container .ddr5-vi-frame > img.frame {
  position: absolute;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.kf-container .step .step-img {
  max-width: 100%;
}
.kf-container #deep-dive-wifi .kp.style2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.kf-container #deep-dive-rgb .rgb-container {
  padding: 5rem 0;
  width: 100%;
}
.kf-container #deep-dive-rgb .rgb-container .rgb-model {
  width: 100%;
  position: relative;
}
.kf-container .rgb-model {
  position: relative;
  overflow: hidden;
}
.kf-container .rgb-model .cover {
  position: relative;
  width: 100%;
  z-index: 12;
  overflow: hidden;
}
.kf-container .rgb-model .cover img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container :is(.rgb-model .rgb-effects){
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.kf-container .rgb-model .rgb-effects {
  overflow: hidden;
  z-index: 11;
}
.kf-container .rgb-model .rgb-effects img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container img.wave {
  -webkit-animation: wave 2s infinite ease-in-out alternate;
          animation: wave 2s infinite ease-in-out alternate;
}
@-webkit-keyframes wave {
  0% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes wave {
  0% {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@media (min-width: 631px){
  .\!container{
    max-width: 631px !important;
  }
  .container{
    max-width: 631px;
  }
  .kf-container .w600\:m-0{
    margin: 0px;
  }
  .kf-container .w600\:m-1{
    margin: 0.25rem;
  }
  .kf-container .w600\:m-10{
    margin: 2.5rem;
  }
  .kf-container .w600\:m-2{
    margin: 0.5rem;
  }
  .kf-container .w600\:m-20{
    margin: 5rem;
  }
  .kf-container .w600\:m-3{
    margin: 0.75rem;
  }
  .kf-container .w600\:m-4{
    margin: 1rem;
  }
  .kf-container .w600\:m-5{
    margin: 1.25rem;
  }
  .kf-container .w600\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .kf-container .w600\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .kf-container .w600\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .kf-container .w600\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .kf-container .w600\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .kf-container .w600\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .kf-container .w600\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .kf-container .w600\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .kf-container .w600\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .kf-container .w600\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .kf-container .w600\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .kf-container .w600\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .kf-container .w600\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .kf-container .w600\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .kf-container .w600\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .kf-container .w600\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .kf-container .w600\:mb-0{
    margin-bottom: 0px;
  }
  .kf-container .w600\:mb-1{
    margin-bottom: 0.25rem;
  }
  .kf-container .w600\:mb-10{
    margin-bottom: 2.5rem;
  }
  .kf-container .w600\:mb-2{
    margin-bottom: 0.5rem;
  }
  .kf-container .w600\:mb-20{
    margin-bottom: 5rem;
  }
  .kf-container .w600\:mb-3{
    margin-bottom: 0.75rem;
  }
  .kf-container .w600\:mb-4{
    margin-bottom: 1rem;
  }
  .kf-container .w600\:mb-5{
    margin-bottom: 1.25rem;
  }
  .kf-container .w600\:me-0{
    margin-right: 0px;
  }
  .kf-container .w600\:me-1{
    margin-right: 0.25rem;
  }
  .kf-container .w600\:me-10{
    margin-right: 2.5rem;
  }
  .kf-container .w600\:me-2{
    margin-right: 0.5rem;
  }
  .kf-container .w600\:me-20{
    margin-right: 5rem;
  }
  .kf-container .w600\:me-3{
    margin-right: 0.75rem;
  }
  .kf-container .w600\:me-4{
    margin-right: 1rem;
  }
  .kf-container .w600\:me-5{
    margin-right: 1.25rem;
  }
  .kf-container .w600\:ms-0{
    margin-left: 0px;
  }
  .kf-container .w600\:ms-1{
    margin-left: 0.25rem;
  }
  .kf-container .w600\:ms-10{
    margin-left: 2.5rem;
  }
  .kf-container .w600\:ms-2{
    margin-left: 0.5rem;
  }
  .kf-container .w600\:ms-20{
    margin-left: 5rem;
  }
  .kf-container .w600\:ms-3{
    margin-left: 0.75rem;
  }
  .kf-container .w600\:ms-4{
    margin-left: 1rem;
  }
  .kf-container .w600\:ms-5{
    margin-left: 1.25rem;
  }
  .kf-container .w600\:mt-0{
    margin-top: 0px;
  }
  .kf-container .w600\:mt-1{
    margin-top: 0.25rem;
  }
  .kf-container .w600\:mt-10{
    margin-top: 2.5rem;
  }
  .kf-container .w600\:mt-2{
    margin-top: 0.5rem;
  }
  .kf-container .w600\:mt-20{
    margin-top: 5rem;
  }
  .kf-container .w600\:mt-3{
    margin-top: 0.75rem;
  }
  .kf-container .w600\:mt-4{
    margin-top: 1rem;
  }
  .kf-container .w600\:mt-5{
    margin-top: 1.25rem;
  }
  .kf-container .w600\:block{
    display: block;
  }
  .kf-container .w600\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kf-container .w600\:h-full{
    height: 100%;
  }
  .kf-container .w600\:max-h-full{
    max-height: 100%;
  }
  .kf-container .w600\:w-full{
    width: 100%;
  }
  .kf-container .w600\:max-w-full{
    max-width: 100%;
  }
  .kf-container .w600\:p-0{
    padding: 0px;
  }
  .kf-container .w600\:p-1{
    padding: 0.25rem;
  }
  .kf-container .w600\:p-10{
    padding: 2.5rem;
  }
  .kf-container .w600\:p-2{
    padding: 0.5rem;
  }
  .kf-container .w600\:p-20{
    padding: 5rem;
  }
  .kf-container .w600\:p-3{
    padding: 0.75rem;
  }
  .kf-container .w600\:p-4{
    padding: 1rem;
  }
  .kf-container .w600\:p-5{
    padding: 1.25rem;
  }
  .kf-container .w600\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .kf-container .w600\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .kf-container .w600\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .kf-container .w600\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .kf-container .w600\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .kf-container .w600\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .kf-container .w600\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .kf-container .w600\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .kf-container .w600\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .kf-container .w600\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .kf-container .w600\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .kf-container .w600\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .kf-container .w600\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .kf-container .w600\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .kf-container .w600\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .kf-container .w600\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .kf-container .w600\:pb-0{
    padding-bottom: 0px;
  }
  .kf-container .w600\:pb-1{
    padding-bottom: 0.25rem;
  }
  .kf-container .w600\:pb-10{
    padding-bottom: 2.5rem;
  }
  .kf-container .w600\:pb-2{
    padding-bottom: 0.5rem;
  }
  .kf-container .w600\:pb-20{
    padding-bottom: 5rem;
  }
  .kf-container .w600\:pb-3{
    padding-bottom: 0.75rem;
  }
  .kf-container .w600\:pb-4{
    padding-bottom: 1rem;
  }
  .kf-container .w600\:pb-5{
    padding-bottom: 1.25rem;
  }
  .kf-container .w600\:pe-0{
    padding-right: 0px;
  }
  .kf-container .w600\:pe-1{
    padding-right: 0.25rem;
  }
  .kf-container .w600\:pe-10{
    padding-right: 2.5rem;
  }
  .kf-container .w600\:pe-2{
    padding-right: 0.5rem;
  }
  .kf-container .w600\:pe-20{
    padding-right: 5rem;
  }
  .kf-container .w600\:pe-3{
    padding-right: 0.75rem;
  }
  .kf-container .w600\:pe-4{
    padding-right: 1rem;
  }
  .kf-container .w600\:pe-5{
    padding-right: 1.25rem;
  }
  .kf-container .w600\:ps-0{
    padding-left: 0px;
  }
  .kf-container .w600\:ps-1{
    padding-left: 0.25rem;
  }
  .kf-container .w600\:ps-10{
    padding-left: 2.5rem;
  }
  .kf-container .w600\:ps-2{
    padding-left: 0.5rem;
  }
  .kf-container .w600\:ps-20{
    padding-left: 5rem;
  }
  .kf-container .w600\:ps-3{
    padding-left: 0.75rem;
  }
  .kf-container .w600\:ps-4{
    padding-left: 1rem;
  }
  .kf-container .w600\:ps-5{
    padding-left: 1.25rem;
  }
  .kf-container .w600\:pt-0{
    padding-top: 0px;
  }
  .kf-container .w600\:pt-1{
    padding-top: 0.25rem;
  }
  .kf-container .w600\:pt-10{
    padding-top: 2.5rem;
  }
  .kf-container .w600\:pt-2{
    padding-top: 0.5rem;
  }
  .kf-container .w600\:pt-20{
    padding-top: 5rem;
  }
  .kf-container .w600\:pt-3{
    padding-top: 0.75rem;
  }
  .kf-container .w600\:pt-4{
    padding-top: 1rem;
  }
  .kf-container .w600\:pt-5{
    padding-top: 1.25rem;
  }
  .kf-container .w600\:col-0{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0;
  }
  .kf-container .w600\:col-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .w600\:col-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w600\:col-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w600\:col-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w600\:col-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w600\:col-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w600\:col-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w600\:col-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w600\:col-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .w600\:col-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .w600\:col-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .w600\:col-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w600\:g-0{
    --tw-gutter-x: 0px;
    --tw-gutter-y: 0px;
  }
  .kf-container .w600\:g-1{
    --tw-gutter-x: 0.25rem;
    --tw-gutter-y: 0.25rem;
  }
  .kf-container .w600\:g-10{
    --tw-gutter-x: 2.5rem;
    --tw-gutter-y: 2.5rem;
  }
  .kf-container .w600\:g-2{
    --tw-gutter-x: 0.5rem;
    --tw-gutter-y: 0.5rem;
  }
  .kf-container .w600\:g-20{
    --tw-gutter-x: 5rem;
    --tw-gutter-y: 5rem;
  }
  .kf-container .w600\:g-3{
    --tw-gutter-x: 0.75rem;
    --tw-gutter-y: 0.75rem;
  }
  .kf-container .w600\:g-4{
    --tw-gutter-x: 1rem;
    --tw-gutter-y: 1rem;
  }
  .kf-container .w600\:g-5{
    --tw-gutter-x: 1.25rem;
    --tw-gutter-y: 1.25rem;
  }
  .kf-container .w600\:gx-0{
    --tw-gutter-x: 0px;
  }
  .kf-container .w600\:gx-1{
    --tw-gutter-x: 0.25rem;
  }
  .kf-container .w600\:gx-10{
    --tw-gutter-x: 2.5rem;
  }
  .kf-container .w600\:gx-2{
    --tw-gutter-x: 0.5rem;
  }
  .kf-container .w600\:gx-20{
    --tw-gutter-x: 5rem;
  }
  .kf-container .w600\:gx-3{
    --tw-gutter-x: 0.75rem;
  }
  .kf-container .w600\:gx-4{
    --tw-gutter-x: 1rem;
  }
  .kf-container .w600\:gx-5{
    --tw-gutter-x: 1.25rem;
  }
  .kf-container .w600\:gy-0{
    --tw-gutter-y: 0px;
  }
  .kf-container .w600\:gy-1{
    --tw-gutter-y: 0.25rem;
  }
  .kf-container .w600\:gy-10{
    --tw-gutter-y: 2.5rem;
  }
  .kf-container .w600\:gy-2{
    --tw-gutter-y: 0.5rem;
  }
  .kf-container .w600\:gy-20{
    --tw-gutter-y: 5rem;
  }
  .kf-container .w600\:gy-3{
    --tw-gutter-y: 0.75rem;
  }
  .kf-container .w600\:gy-4{
    --tw-gutter-y: 1rem;
  }
  .kf-container .w600\:gy-5{
    --tw-gutter-y: 1.25rem;
  }
  .kf-container .grid{
    gap: 1.25rem;
  }
  .kf-container .grid-template-4a,
.kf-container .grid-template-4c{
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4b{
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4b > :not([hidden]):nth-child(1){
    grid-column: span 2 / span 2;
  }
  .kf-container .grid-template-4b > :not([hidden]):nth-child(2){
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-5a > :not([hidden]):nth-child(1), .kf-container .grid-template-5a > :not([hidden]):nth-child(2), .kf-container .grid-template-5a > :not([hidden]):nth-child(3){
    grid-column: span 2 / span 2;
  }
  .kf-container .grid-template-5b {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-template-rows: auto;
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(1){
    grid-column: span 2 / span 2;
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(3), .kf-container .grid-template-5b > :not([hidden]):nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .kf-container .grid-template-5c {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    grid-template-rows: auto;
  }
  .kf-container .grid-template-5c > :not([hidden]):nth-child(1){
    grid-column: span 2 / span 2;
  }
  .kf-container .section-overview #overview{
    padding-top: 5rem;
  }
  .kf-container .section-overview .feature-icons > div,
.kf-container .section-overview .feature-icons > a{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .kf-container .section-ud .ud-grid{
    gap: 1.25rem;
  }
  .kf-container .section-diy .diy-grid{
    gap: 1.25rem;
  }
  .kf-container .section-diy .diy-grid2{
    gap: 1.25rem;
  }
}
@media (min-width: 961px){
  .\!container{
    max-width: 961px !important;
  }
  .container{
    max-width: 961px;
  }
  .kf-container .w960\:m-0{
    margin: 0px;
  }
  .kf-container .w960\:m-1{
    margin: 0.25rem;
  }
  .kf-container .w960\:m-10{
    margin: 2.5rem;
  }
  .kf-container .w960\:m-2{
    margin: 0.5rem;
  }
  .kf-container .w960\:m-20{
    margin: 5rem;
  }
  .kf-container .w960\:m-3{
    margin: 0.75rem;
  }
  .kf-container .w960\:m-4{
    margin: 1rem;
  }
  .kf-container .w960\:m-5{
    margin: 1.25rem;
  }
  .kf-container .w960\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .kf-container .w960\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .kf-container .w960\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .kf-container .w960\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .kf-container .w960\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .kf-container .w960\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .kf-container .w960\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .kf-container .w960\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .kf-container .w960\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .kf-container .w960\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .kf-container .w960\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .kf-container .w960\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .kf-container .w960\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .kf-container .w960\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .kf-container .w960\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .kf-container .w960\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .kf-container .w960\:mb-0{
    margin-bottom: 0px;
  }
  .kf-container .w960\:mb-1{
    margin-bottom: 0.25rem;
  }
  .kf-container .w960\:mb-10{
    margin-bottom: 2.5rem;
  }
  .kf-container .w960\:mb-2{
    margin-bottom: 0.5rem;
  }
  .kf-container .w960\:mb-20{
    margin-bottom: 5rem;
  }
  .kf-container .w960\:mb-3{
    margin-bottom: 0.75rem;
  }
  .kf-container .w960\:mb-4{
    margin-bottom: 1rem;
  }
  .kf-container .w960\:mb-5{
    margin-bottom: 1.25rem;
  }
  .kf-container .w960\:me-0{
    margin-right: 0px;
  }
  .kf-container .w960\:me-1{
    margin-right: 0.25rem;
  }
  .kf-container .w960\:me-10{
    margin-right: 2.5rem;
  }
  .kf-container .w960\:me-2{
    margin-right: 0.5rem;
  }
  .kf-container .w960\:me-20{
    margin-right: 5rem;
  }
  .kf-container .w960\:me-3{
    margin-right: 0.75rem;
  }
  .kf-container .w960\:me-4{
    margin-right: 1rem;
  }
  .kf-container .w960\:me-5{
    margin-right: 1.25rem;
  }
  .kf-container .w960\:ms-0{
    margin-left: 0px;
  }
  .kf-container .w960\:ms-1{
    margin-left: 0.25rem;
  }
  .kf-container .w960\:ms-10{
    margin-left: 2.5rem;
  }
  .kf-container .w960\:ms-2{
    margin-left: 0.5rem;
  }
  .kf-container .w960\:ms-20{
    margin-left: 5rem;
  }
  .kf-container .w960\:ms-3{
    margin-left: 0.75rem;
  }
  .kf-container .w960\:ms-4{
    margin-left: 1rem;
  }
  .kf-container .w960\:ms-5{
    margin-left: 1.25rem;
  }
  .kf-container .w960\:mt-0{
    margin-top: 0px;
  }
  .kf-container .w960\:mt-1{
    margin-top: 0.25rem;
  }
  .kf-container .w960\:mt-10{
    margin-top: 2.5rem;
  }
  .kf-container .w960\:mt-2{
    margin-top: 0.5rem;
  }
  .kf-container .w960\:mt-20{
    margin-top: 5rem;
  }
  .kf-container .w960\:mt-3{
    margin-top: 0.75rem;
  }
  .kf-container .w960\:mt-4{
    margin-top: 1rem;
  }
  .kf-container .w960\:mt-5{
    margin-top: 1.25rem;
  }
  .kf-container .w960\:block{
    display: block;
  }
  .kf-container .w960\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kf-container .w960\:grid{
    display: grid;
  }
  .kf-container .w960\:h-full{
    height: 100%;
  }
  .kf-container .w960\:max-h-full{
    max-height: 100%;
  }
  .kf-container .w960\:min-h-300px{
    min-height: 300px;
  }
  .kf-container .w960\:w-full{
    width: 100%;
  }
  .kf-container .w960\:max-w-full{
    max-width: 100%;
  }
  .kf-container .w960\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .kf-container .w960\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .kf-container .w960\:gap-20{
    gap: 5rem;
  }
  .kf-container .w960\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .kf-container .w960\:p-0{
    padding: 0px;
  }
  .kf-container .w960\:p-1{
    padding: 0.25rem;
  }
  .kf-container .w960\:p-10{
    padding: 2.5rem;
  }
  .kf-container .w960\:p-2{
    padding: 0.5rem;
  }
  .kf-container .w960\:p-20{
    padding: 5rem;
  }
  .kf-container .w960\:p-3{
    padding: 0.75rem;
  }
  .kf-container .w960\:p-4{
    padding: 1rem;
  }
  .kf-container .w960\:p-5{
    padding: 1.25rem;
  }
  .kf-container .w960\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .kf-container .w960\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .kf-container .w960\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .kf-container .w960\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .kf-container .w960\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .kf-container .w960\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .kf-container .w960\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .kf-container .w960\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .kf-container .w960\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .kf-container .w960\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .kf-container .w960\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .kf-container .w960\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .kf-container .w960\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .kf-container .w960\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .kf-container .w960\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .kf-container .w960\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .kf-container .w960\:pb-0{
    padding-bottom: 0px;
  }
  .kf-container .w960\:pb-1{
    padding-bottom: 0.25rem;
  }
  .kf-container .w960\:pb-10{
    padding-bottom: 2.5rem;
  }
  .kf-container .w960\:pb-2{
    padding-bottom: 0.5rem;
  }
  .kf-container .w960\:pb-20{
    padding-bottom: 5rem;
  }
  .kf-container .w960\:pb-3{
    padding-bottom: 0.75rem;
  }
  .kf-container .w960\:pb-4{
    padding-bottom: 1rem;
  }
  .kf-container .w960\:pb-5{
    padding-bottom: 1.25rem;
  }
  .kf-container .w960\:pe-0{
    padding-right: 0px;
  }
  .kf-container .w960\:pe-1{
    padding-right: 0.25rem;
  }
  .kf-container .w960\:pe-10{
    padding-right: 2.5rem;
  }
  .kf-container .w960\:pe-2{
    padding-right: 0.5rem;
  }
  .kf-container .w960\:pe-20{
    padding-right: 5rem;
  }
  .kf-container .w960\:pe-3{
    padding-right: 0.75rem;
  }
  .kf-container .w960\:pe-4{
    padding-right: 1rem;
  }
  .kf-container .w960\:pe-5{
    padding-right: 1.25rem;
  }
  .kf-container .w960\:ps-0{
    padding-left: 0px;
  }
  .kf-container .w960\:ps-1{
    padding-left: 0.25rem;
  }
  .kf-container .w960\:ps-10{
    padding-left: 2.5rem;
  }
  .kf-container .w960\:ps-2{
    padding-left: 0.5rem;
  }
  .kf-container .w960\:ps-20{
    padding-left: 5rem;
  }
  .kf-container .w960\:ps-3{
    padding-left: 0.75rem;
  }
  .kf-container .w960\:ps-4{
    padding-left: 1rem;
  }
  .kf-container .w960\:ps-5{
    padding-left: 1.25rem;
  }
  .kf-container .w960\:pt-0{
    padding-top: 0px;
  }
  .kf-container .w960\:pt-1{
    padding-top: 0.25rem;
  }
  .kf-container .w960\:pt-10{
    padding-top: 2.5rem;
  }
  .kf-container .w960\:pt-2{
    padding-top: 0.5rem;
  }
  .kf-container .w960\:pt-20{
    padding-top: 5rem;
  }
  .kf-container .w960\:pt-3{
    padding-top: 0.75rem;
  }
  .kf-container .w960\:pt-4{
    padding-top: 1rem;
  }
  .kf-container .w960\:pt-5{
    padding-top: 1.25rem;
  }
  .kf-container .w960\:col-0{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0;
  }
  .kf-container .w960\:offset-1{
    margin-left: 8.33333333%;
  }
  .kf-container .w960\:col-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .w960\:col-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w960\:col-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w960\:col-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w960\:col-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w960\:col-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w960\:col-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w960\:col-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w960\:col-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .w960\:col-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .w960\:col-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .w960\:col-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .kf-container :is(.w960\:row-cols-2>*){
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .kf-container :is(.w960\:row-cols-4>*){
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w960\:g-0{
    --tw-gutter-x: 0px;
    --tw-gutter-y: 0px;
  }
  .kf-container .w960\:g-1{
    --tw-gutter-x: 0.25rem;
    --tw-gutter-y: 0.25rem;
  }
  .kf-container .w960\:g-10{
    --tw-gutter-x: 2.5rem;
    --tw-gutter-y: 2.5rem;
  }
  .kf-container .w960\:g-2{
    --tw-gutter-x: 0.5rem;
    --tw-gutter-y: 0.5rem;
  }
  .kf-container .w960\:g-20{
    --tw-gutter-x: 5rem;
    --tw-gutter-y: 5rem;
  }
  .kf-container .w960\:g-3{
    --tw-gutter-x: 0.75rem;
    --tw-gutter-y: 0.75rem;
  }
  .kf-container .w960\:g-4{
    --tw-gutter-x: 1rem;
    --tw-gutter-y: 1rem;
  }
  .kf-container .w960\:g-5{
    --tw-gutter-x: 1.25rem;
    --tw-gutter-y: 1.25rem;
  }
  .kf-container .w960\:gx-0{
    --tw-gutter-x: 0px;
  }
  .kf-container .w960\:gx-1{
    --tw-gutter-x: 0.25rem;
  }
  .kf-container .w960\:gx-10{
    --tw-gutter-x: 2.5rem;
  }
  .kf-container .w960\:gx-2{
    --tw-gutter-x: 0.5rem;
  }
  .kf-container .w960\:gx-20{
    --tw-gutter-x: 5rem;
  }
  .kf-container .w960\:gx-3{
    --tw-gutter-x: 0.75rem;
  }
  .kf-container .w960\:gx-4{
    --tw-gutter-x: 1rem;
  }
  .kf-container .w960\:gx-5{
    --tw-gutter-x: 1.25rem;
  }
  .kf-container .w960\:gy-0{
    --tw-gutter-y: 0px;
  }
  .kf-container .w960\:gy-1{
    --tw-gutter-y: 0.25rem;
  }
  .kf-container .w960\:gy-10{
    --tw-gutter-y: 2.5rem;
  }
  .kf-container .w960\:gy-2{
    --tw-gutter-y: 0.5rem;
  }
  .kf-container .w960\:gy-20{
    --tw-gutter-y: 5rem;
  }
  .kf-container .w960\:gy-3{
    --tw-gutter-y: 0.75rem;
  }
  .kf-container .w960\:gy-4{
    --tw-gutter-y: 1rem;
  }
  .kf-container .w960\:gy-5{
    --tw-gutter-y: 1.25rem;
  }
  .kf-container .grid-template-4a,
.kf-container .grid-template-4c{
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4b{
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
  .kf-container .grid-template-4b > :not([hidden]):nth-child(1){
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-4b > :not([hidden]):nth-child(2){
    grid-column: span 2 / span 2;
    grid-row: span 1 / span 1;
  }
  .kf-container .grid-template-5a{
    grid-template-columns: repeat(6, minmax(auto, 1fr));
  }
  .kf-container .grid-template-5a > :not([hidden]):nth-child(1), .kf-container .grid-template-5a > :not([hidden]):nth-child(2){
    grid-row: span 2 / span 2;
  }
  .kf-container .grid-template-5b {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    grid-template-rows: repeat(3, auto);
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(1){
    grid-row: span 3 / span 3;
    grid-column: span 1 / span 1;
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(2), .kf-container .grid-template-5b > :not([hidden]):nth-child(3){
    grid-row: span 2 / span 2;
    grid-column: span 1 / span 1;
  }
  .kf-container .grid-template-5b > :not([hidden]):nth-child(4), .kf-container .grid-template-5b > :not([hidden]):nth-child(5){
    grid-row: span 1 / span 1;
    grid-column: span 1 / span 1;
  }
  .kf-container .grid-template-5c {
    grid-template-columns: repeat(6, minmax(auto, 1fr));
    grid-template-rows: repeat(2, auto);
  }
  .kf-container .grid-template-5c > :not([hidden]):nth-child(1), .kf-container .grid-template-5c > :not([hidden]):nth-child(2){
    grid-row: span 2 / span 2;
    grid-column: span 3 / span 3;
  }
  .kf-container .grid-template-5c > :not([hidden]):nth-child(3), .kf-container .grid-template-5c > :not([hidden]):nth-child(4), .kf-container .grid-template-5c > :not([hidden]):nth-child(5){
    grid-row: span 1 / span 1;
    grid-column: span 2 / span 2;
  }
  .kf-container .deep-dive-ai .airow{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kf-container .deep-dive-ai .EZtoPeak{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .kf-container .section-overview .feature-icons{
    padding-left: 0px;
    padding-right: 0px;
  }
  .kf-container .section-overview .feature-icons>*{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .section-vrm .grid{
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .kf-container .section-vrm .first{
    border-right-width: 1px;
  }
  .kf-container .section-pcb {
    --pcb-bg-size: 100%;
    --pcb-bg-padding: 0.43;
  }
  .kf-container .section-ud .ud-grid{
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .kf-container .section-ud .qcard{
    min-height: 500px;
  }
  .kf-container .section-connectivity .sticky-center .slidecard .camera .sliders{
    margin-bottom: 0px;
  }
  .kf-container .section-diy .diy-grid{
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
  .kf-container .section-diy .diy-grid2{
    grid-template-columns: repeat(6, minmax(auto, 1fr));
  }
  .kf-container .pbo-switch div{
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .kf-container .pbo-switch div > *{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1321px){
  .\!container{
    max-width: 1321px !important;
  }
  .container{
    max-width: 1321px;
  }
  .kf-container .w1320\:m-0{
    margin: 0px;
  }
  .kf-container .w1320\:m-1{
    margin: 0.25rem;
  }
  .kf-container .w1320\:m-10{
    margin: 2.5rem;
  }
  .kf-container .w1320\:m-2{
    margin: 0.5rem;
  }
  .kf-container .w1320\:m-20{
    margin: 5rem;
  }
  .kf-container .w1320\:m-3{
    margin: 0.75rem;
  }
  .kf-container .w1320\:m-4{
    margin: 1rem;
  }
  .kf-container .w1320\:m-5{
    margin: 1.25rem;
  }
  .kf-container .w1320\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .kf-container .w1320\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .kf-container .w1320\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .kf-container .w1320\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .kf-container .w1320\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .kf-container .w1320\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .kf-container .w1320\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .kf-container .w1320\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .kf-container .w1320\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .kf-container .w1320\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .kf-container .w1320\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .kf-container .w1320\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .kf-container .w1320\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .kf-container .w1320\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .kf-container .w1320\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .kf-container .w1320\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .kf-container .w1320\:mb-0{
    margin-bottom: 0px;
  }
  .kf-container .w1320\:mb-1{
    margin-bottom: 0.25rem;
  }
  .kf-container .w1320\:mb-10{
    margin-bottom: 2.5rem;
  }
  .kf-container .w1320\:mb-2{
    margin-bottom: 0.5rem;
  }
  .kf-container .w1320\:mb-20{
    margin-bottom: 5rem;
  }
  .kf-container .w1320\:mb-3{
    margin-bottom: 0.75rem;
  }
  .kf-container .w1320\:mb-4{
    margin-bottom: 1rem;
  }
  .kf-container .w1320\:mb-5{
    margin-bottom: 1.25rem;
  }
  .kf-container .w1320\:me-0{
    margin-right: 0px;
  }
  .kf-container .w1320\:me-1{
    margin-right: 0.25rem;
  }
  .kf-container .w1320\:me-10{
    margin-right: 2.5rem;
  }
  .kf-container .w1320\:me-2{
    margin-right: 0.5rem;
  }
  .kf-container .w1320\:me-20{
    margin-right: 5rem;
  }
  .kf-container .w1320\:me-3{
    margin-right: 0.75rem;
  }
  .kf-container .w1320\:me-4{
    margin-right: 1rem;
  }
  .kf-container .w1320\:me-5{
    margin-right: 1.25rem;
  }
  .kf-container .w1320\:ms-0{
    margin-left: 0px;
  }
  .kf-container .w1320\:ms-1{
    margin-left: 0.25rem;
  }
  .kf-container .w1320\:ms-10{
    margin-left: 2.5rem;
  }
  .kf-container .w1320\:ms-2{
    margin-left: 0.5rem;
  }
  .kf-container .w1320\:ms-20{
    margin-left: 5rem;
  }
  .kf-container .w1320\:ms-3{
    margin-left: 0.75rem;
  }
  .kf-container .w1320\:ms-4{
    margin-left: 1rem;
  }
  .kf-container .w1320\:ms-5{
    margin-left: 1.25rem;
  }
  .kf-container .w1320\:mt-0{
    margin-top: 0px;
  }
  .kf-container .w1320\:mt-1{
    margin-top: 0.25rem;
  }
  .kf-container .w1320\:mt-10{
    margin-top: 2.5rem;
  }
  .kf-container .w1320\:mt-2{
    margin-top: 0.5rem;
  }
  .kf-container .w1320\:mt-20{
    margin-top: 5rem;
  }
  .kf-container .w1320\:mt-3{
    margin-top: 0.75rem;
  }
  .kf-container .w1320\:mt-4{
    margin-top: 1rem;
  }
  .kf-container .w1320\:mt-5{
    margin-top: 1.25rem;
  }
  .kf-container .w1320\:block{
    display: block;
  }
  .kf-container .w1320\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kf-container .w1320\:h-full{
    height: 100%;
  }
  .kf-container .w1320\:max-h-full{
    max-height: 100%;
  }
  .kf-container .w1320\:w-full{
    width: 100%;
  }
  .kf-container .w1320\:max-w-full{
    max-width: 100%;
  }
  .kf-container .w1320\:p-0{
    padding: 0px;
  }
  .kf-container .w1320\:p-1{
    padding: 0.25rem;
  }
  .kf-container .w1320\:p-10{
    padding: 2.5rem;
  }
  .kf-container .w1320\:p-2{
    padding: 0.5rem;
  }
  .kf-container .w1320\:p-20{
    padding: 5rem;
  }
  .kf-container .w1320\:p-3{
    padding: 0.75rem;
  }
  .kf-container .w1320\:p-4{
    padding: 1rem;
  }
  .kf-container .w1320\:p-5{
    padding: 1.25rem;
  }
  .kf-container .w1320\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .kf-container .w1320\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .kf-container .w1320\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .kf-container .w1320\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .kf-container .w1320\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .kf-container .w1320\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .kf-container .w1320\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .kf-container .w1320\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .kf-container .w1320\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .kf-container .w1320\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .kf-container .w1320\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .kf-container .w1320\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .kf-container .w1320\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .kf-container .w1320\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .kf-container .w1320\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .kf-container .w1320\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .kf-container .w1320\:pb-0{
    padding-bottom: 0px;
  }
  .kf-container .w1320\:pb-1{
    padding-bottom: 0.25rem;
  }
  .kf-container .w1320\:pb-10{
    padding-bottom: 2.5rem;
  }
  .kf-container .w1320\:pb-2{
    padding-bottom: 0.5rem;
  }
  .kf-container .w1320\:pb-20{
    padding-bottom: 5rem;
  }
  .kf-container .w1320\:pb-3{
    padding-bottom: 0.75rem;
  }
  .kf-container .w1320\:pb-4{
    padding-bottom: 1rem;
  }
  .kf-container .w1320\:pb-5{
    padding-bottom: 1.25rem;
  }
  .kf-container .w1320\:pe-0{
    padding-right: 0px;
  }
  .kf-container .w1320\:pe-1{
    padding-right: 0.25rem;
  }
  .kf-container .w1320\:pe-10{
    padding-right: 2.5rem;
  }
  .kf-container .w1320\:pe-2{
    padding-right: 0.5rem;
  }
  .kf-container .w1320\:pe-20{
    padding-right: 5rem;
  }
  .kf-container .w1320\:pe-3{
    padding-right: 0.75rem;
  }
  .kf-container .w1320\:pe-4{
    padding-right: 1rem;
  }
  .kf-container .w1320\:pe-5{
    padding-right: 1.25rem;
  }
  .kf-container .w1320\:ps-0{
    padding-left: 0px;
  }
  .kf-container .w1320\:ps-1{
    padding-left: 0.25rem;
  }
  .kf-container .w1320\:ps-10{
    padding-left: 2.5rem;
  }
  .kf-container .w1320\:ps-2{
    padding-left: 0.5rem;
  }
  .kf-container .w1320\:ps-20{
    padding-left: 5rem;
  }
  .kf-container .w1320\:ps-3{
    padding-left: 0.75rem;
  }
  .kf-container .w1320\:ps-4{
    padding-left: 1rem;
  }
  .kf-container .w1320\:ps-5{
    padding-left: 1.25rem;
  }
  .kf-container .w1320\:pt-0{
    padding-top: 0px;
  }
  .kf-container .w1320\:pt-1{
    padding-top: 0.25rem;
  }
  .kf-container .w1320\:pt-10{
    padding-top: 2.5rem;
  }
  .kf-container .w1320\:pt-2{
    padding-top: 0.5rem;
  }
  .kf-container .w1320\:pt-20{
    padding-top: 5rem;
  }
  .kf-container .w1320\:pt-3{
    padding-top: 0.75rem;
  }
  .kf-container .w1320\:pt-4{
    padding-top: 1rem;
  }
  .kf-container .w1320\:pt-5{
    padding-top: 1.25rem;
  }
  .kf-container .w1320\:col-0{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0;
  }
  .kf-container .w1320\:col-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .w1320\:col-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w1320\:col-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w1320\:col-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w1320\:col-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w1320\:col-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w1320\:col-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w1320\:col-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w1320\:col-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .w1320\:col-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .w1320\:col-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .w1320\:col-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w1320\:g-0{
    --tw-gutter-x: 0px;
    --tw-gutter-y: 0px;
  }
  .kf-container .w1320\:g-1{
    --tw-gutter-x: 0.25rem;
    --tw-gutter-y: 0.25rem;
  }
  .kf-container .w1320\:g-10{
    --tw-gutter-x: 2.5rem;
    --tw-gutter-y: 2.5rem;
  }
  .kf-container .w1320\:g-2{
    --tw-gutter-x: 0.5rem;
    --tw-gutter-y: 0.5rem;
  }
  .kf-container .w1320\:g-20{
    --tw-gutter-x: 5rem;
    --tw-gutter-y: 5rem;
  }
  .kf-container .w1320\:g-3{
    --tw-gutter-x: 0.75rem;
    --tw-gutter-y: 0.75rem;
  }
  .kf-container .w1320\:g-4{
    --tw-gutter-x: 1rem;
    --tw-gutter-y: 1rem;
  }
  .kf-container .w1320\:g-5{
    --tw-gutter-x: 1.25rem;
    --tw-gutter-y: 1.25rem;
  }
  .kf-container .w1320\:gx-0{
    --tw-gutter-x: 0px;
  }
  .kf-container .w1320\:gx-1{
    --tw-gutter-x: 0.25rem;
  }
  .kf-container .w1320\:gx-10{
    --tw-gutter-x: 2.5rem;
  }
  .kf-container .w1320\:gx-2{
    --tw-gutter-x: 0.5rem;
  }
  .kf-container .w1320\:gx-20{
    --tw-gutter-x: 5rem;
  }
  .kf-container .w1320\:gx-3{
    --tw-gutter-x: 0.75rem;
  }
  .kf-container .w1320\:gx-4{
    --tw-gutter-x: 1rem;
  }
  .kf-container .w1320\:gx-5{
    --tw-gutter-x: 1.25rem;
  }
  .kf-container .w1320\:gy-0{
    --tw-gutter-y: 0px;
  }
  .kf-container .w1320\:gy-1{
    --tw-gutter-y: 0.25rem;
  }
  .kf-container .w1320\:gy-10{
    --tw-gutter-y: 2.5rem;
  }
  .kf-container .w1320\:gy-2{
    --tw-gutter-y: 0.5rem;
  }
  .kf-container .w1320\:gy-20{
    --tw-gutter-y: 5rem;
  }
  .kf-container .w1320\:gy-3{
    --tw-gutter-y: 0.75rem;
  }
  .kf-container .w1320\:gy-4{
    --tw-gutter-y: 1rem;
  }
  .kf-container .w1320\:gy-5{
    --tw-gutter-y: 1.25rem;
  }
  .kf-container .container{
    max-width: 1200px;
  }
  .kf-container .section-overview ul,
.kf-container .section-overview ol{
    list-style-type: disc;
  }
  .kf-container .section-overview #overview{
    padding-bottom: 14rem;
  }
  .kf-container .section-overview .feature-icons>*{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .section-summary .summary-img img{
    max-height: 35vw;
  }
}
@media (min-width: 1921px){
  .\!container{
    max-width: 1921px !important;
  }
  .container{
    max-width: 1921px;
  }
  .kf-container .w1920\:m-0{
    margin: 0px;
  }
  .kf-container .w1920\:m-1{
    margin: 0.25rem;
  }
  .kf-container .w1920\:m-10{
    margin: 2.5rem;
  }
  .kf-container .w1920\:m-2{
    margin: 0.5rem;
  }
  .kf-container .w1920\:m-20{
    margin: 5rem;
  }
  .kf-container .w1920\:m-3{
    margin: 0.75rem;
  }
  .kf-container .w1920\:m-4{
    margin: 1rem;
  }
  .kf-container .w1920\:m-5{
    margin: 1.25rem;
  }
  .kf-container .w1920\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .kf-container .w1920\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .kf-container .w1920\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .kf-container .w1920\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .kf-container .w1920\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .kf-container .w1920\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .kf-container .w1920\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .kf-container .w1920\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .kf-container .w1920\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .kf-container .w1920\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .kf-container .w1920\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .kf-container .w1920\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .kf-container .w1920\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .kf-container .w1920\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .kf-container .w1920\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .kf-container .w1920\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .kf-container .w1920\:mb-0{
    margin-bottom: 0px;
  }
  .kf-container .w1920\:mb-1{
    margin-bottom: 0.25rem;
  }
  .kf-container .w1920\:mb-10{
    margin-bottom: 2.5rem;
  }
  .kf-container .w1920\:mb-2{
    margin-bottom: 0.5rem;
  }
  .kf-container .w1920\:mb-20{
    margin-bottom: 5rem;
  }
  .kf-container .w1920\:mb-3{
    margin-bottom: 0.75rem;
  }
  .kf-container .w1920\:mb-4{
    margin-bottom: 1rem;
  }
  .kf-container .w1920\:mb-5{
    margin-bottom: 1.25rem;
  }
  .kf-container .w1920\:me-0{
    margin-right: 0px;
  }
  .kf-container .w1920\:me-1{
    margin-right: 0.25rem;
  }
  .kf-container .w1920\:me-10{
    margin-right: 2.5rem;
  }
  .kf-container .w1920\:me-2{
    margin-right: 0.5rem;
  }
  .kf-container .w1920\:me-20{
    margin-right: 5rem;
  }
  .kf-container .w1920\:me-3{
    margin-right: 0.75rem;
  }
  .kf-container .w1920\:me-4{
    margin-right: 1rem;
  }
  .kf-container .w1920\:me-5{
    margin-right: 1.25rem;
  }
  .kf-container .w1920\:ms-0{
    margin-left: 0px;
  }
  .kf-container .w1920\:ms-1{
    margin-left: 0.25rem;
  }
  .kf-container .w1920\:ms-10{
    margin-left: 2.5rem;
  }
  .kf-container .w1920\:ms-2{
    margin-left: 0.5rem;
  }
  .kf-container .w1920\:ms-20{
    margin-left: 5rem;
  }
  .kf-container .w1920\:ms-3{
    margin-left: 0.75rem;
  }
  .kf-container .w1920\:ms-4{
    margin-left: 1rem;
  }
  .kf-container .w1920\:ms-5{
    margin-left: 1.25rem;
  }
  .kf-container .w1920\:mt-0{
    margin-top: 0px;
  }
  .kf-container .w1920\:mt-1{
    margin-top: 0.25rem;
  }
  .kf-container .w1920\:mt-10{
    margin-top: 2.5rem;
  }
  .kf-container .w1920\:mt-2{
    margin-top: 0.5rem;
  }
  .kf-container .w1920\:mt-20{
    margin-top: 5rem;
  }
  .kf-container .w1920\:mt-3{
    margin-top: 0.75rem;
  }
  .kf-container .w1920\:mt-4{
    margin-top: 1rem;
  }
  .kf-container .w1920\:mt-5{
    margin-top: 1.25rem;
  }
  .kf-container .w1920\:block{
    display: block;
  }
  .kf-container .w1920\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kf-container .w1920\:h-full{
    height: 100%;
  }
  .kf-container .w1920\:max-h-full{
    max-height: 100%;
  }
  .kf-container .w1920\:w-full{
    width: 100%;
  }
  .kf-container .w1920\:max-w-full{
    max-width: 100%;
  }
  .kf-container .w1920\:p-0{
    padding: 0px;
  }
  .kf-container .w1920\:p-1{
    padding: 0.25rem;
  }
  .kf-container .w1920\:p-10{
    padding: 2.5rem;
  }
  .kf-container .w1920\:p-2{
    padding: 0.5rem;
  }
  .kf-container .w1920\:p-20{
    padding: 5rem;
  }
  .kf-container .w1920\:p-3{
    padding: 0.75rem;
  }
  .kf-container .w1920\:p-4{
    padding: 1rem;
  }
  .kf-container .w1920\:p-5{
    padding: 1.25rem;
  }
  .kf-container .w1920\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .kf-container .w1920\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .kf-container .w1920\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .kf-container .w1920\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .kf-container .w1920\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .kf-container .w1920\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .kf-container .w1920\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .kf-container .w1920\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .kf-container .w1920\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .kf-container .w1920\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .kf-container .w1920\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .kf-container .w1920\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .kf-container .w1920\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .kf-container .w1920\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .kf-container .w1920\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .kf-container .w1920\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .kf-container .w1920\:pb-0{
    padding-bottom: 0px;
  }
  .kf-container .w1920\:pb-1{
    padding-bottom: 0.25rem;
  }
  .kf-container .w1920\:pb-10{
    padding-bottom: 2.5rem;
  }
  .kf-container .w1920\:pb-2{
    padding-bottom: 0.5rem;
  }
  .kf-container .w1920\:pb-20{
    padding-bottom: 5rem;
  }
  .kf-container .w1920\:pb-3{
    padding-bottom: 0.75rem;
  }
  .kf-container .w1920\:pb-4{
    padding-bottom: 1rem;
  }
  .kf-container .w1920\:pb-5{
    padding-bottom: 1.25rem;
  }
  .kf-container .w1920\:pe-0{
    padding-right: 0px;
  }
  .kf-container .w1920\:pe-1{
    padding-right: 0.25rem;
  }
  .kf-container .w1920\:pe-10{
    padding-right: 2.5rem;
  }
  .kf-container .w1920\:pe-2{
    padding-right: 0.5rem;
  }
  .kf-container .w1920\:pe-20{
    padding-right: 5rem;
  }
  .kf-container .w1920\:pe-3{
    padding-right: 0.75rem;
  }
  .kf-container .w1920\:pe-4{
    padding-right: 1rem;
  }
  .kf-container .w1920\:pe-5{
    padding-right: 1.25rem;
  }
  .kf-container .w1920\:ps-0{
    padding-left: 0px;
  }
  .kf-container .w1920\:ps-1{
    padding-left: 0.25rem;
  }
  .kf-container .w1920\:ps-10{
    padding-left: 2.5rem;
  }
  .kf-container .w1920\:ps-2{
    padding-left: 0.5rem;
  }
  .kf-container .w1920\:ps-20{
    padding-left: 5rem;
  }
  .kf-container .w1920\:ps-3{
    padding-left: 0.75rem;
  }
  .kf-container .w1920\:ps-4{
    padding-left: 1rem;
  }
  .kf-container .w1920\:ps-5{
    padding-left: 1.25rem;
  }
  .kf-container .w1920\:pt-0{
    padding-top: 0px;
  }
  .kf-container .w1920\:pt-1{
    padding-top: 0.25rem;
  }
  .kf-container .w1920\:pt-10{
    padding-top: 2.5rem;
  }
  .kf-container .w1920\:pt-2{
    padding-top: 0.5rem;
  }
  .kf-container .w1920\:pt-20{
    padding-top: 5rem;
  }
  .kf-container .w1920\:pt-3{
    padding-top: 0.75rem;
  }
  .kf-container .w1920\:pt-4{
    padding-top: 1rem;
  }
  .kf-container .w1920\:pt-5{
    padding-top: 1.25rem;
  }
  .kf-container .w1920\:col-0{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0;
  }
  .kf-container .w1920\:col-1{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .w1920\:col-2{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w1920\:col-3{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w1920\:col-4{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w1920\:col-5{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w1920\:col-6{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w1920\:col-7{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w1920\:col-8{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w1920\:col-9{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .w1920\:col-10{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .w1920\:col-11{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .w1920\:col-12{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w1920\:g-0{
    --tw-gutter-x: 0px;
    --tw-gutter-y: 0px;
  }
  .kf-container .w1920\:g-1{
    --tw-gutter-x: 0.25rem;
    --tw-gutter-y: 0.25rem;
  }
  .kf-container .w1920\:g-10{
    --tw-gutter-x: 2.5rem;
    --tw-gutter-y: 2.5rem;
  }
  .kf-container .w1920\:g-2{
    --tw-gutter-x: 0.5rem;
    --tw-gutter-y: 0.5rem;
  }
  .kf-container .w1920\:g-20{
    --tw-gutter-x: 5rem;
    --tw-gutter-y: 5rem;
  }
  .kf-container .w1920\:g-3{
    --tw-gutter-x: 0.75rem;
    --tw-gutter-y: 0.75rem;
  }
  .kf-container .w1920\:g-4{
    --tw-gutter-x: 1rem;
    --tw-gutter-y: 1rem;
  }
  .kf-container .w1920\:g-5{
    --tw-gutter-x: 1.25rem;
    --tw-gutter-y: 1.25rem;
  }
  .kf-container .w1920\:gx-0{
    --tw-gutter-x: 0px;
  }
  .kf-container .w1920\:gx-1{
    --tw-gutter-x: 0.25rem;
  }
  .kf-container .w1920\:gx-10{
    --tw-gutter-x: 2.5rem;
  }
  .kf-container .w1920\:gx-2{
    --tw-gutter-x: 0.5rem;
  }
  .kf-container .w1920\:gx-20{
    --tw-gutter-x: 5rem;
  }
  .kf-container .w1920\:gx-3{
    --tw-gutter-x: 0.75rem;
  }
  .kf-container .w1920\:gx-4{
    --tw-gutter-x: 1rem;
  }
  .kf-container .w1920\:gx-5{
    --tw-gutter-x: 1.25rem;
  }
  .kf-container .w1920\:gy-0{
    --tw-gutter-y: 0px;
  }
  .kf-container .w1920\:gy-1{
    --tw-gutter-y: 0.25rem;
  }
  .kf-container .w1920\:gy-10{
    --tw-gutter-y: 2.5rem;
  }
  .kf-container .w1920\:gy-2{
    --tw-gutter-y: 0.5rem;
  }
  .kf-container .w1920\:gy-20{
    --tw-gutter-y: 5rem;
  }
  .kf-container .w1920\:gy-3{
    --tw-gutter-y: 0.75rem;
  }
  .kf-container .w1920\:gy-4{
    --tw-gutter-y: 1rem;
  }
  .kf-container .w1920\:gy-5{
    --tw-gutter-y: 1.25rem;
  }
  .kf-container{
    font-size: 1.375rem;
  }
  .kf-container .container{
    max-width: 1800px;
  }
  .kf-container .wrapper{
    max-width: 1500px;
  }
  .kf-container .section-hero .hero_heading {
    font-size: 64px;
  }
  .kf-container .section-overview #overview {
    font-size: 0.8em;
  }
  .kf-container .section-d5 .qcard{
    min-height: 450px;
  }
  .kf-container .section-pcb {
    --pcb-bg-size: 1920px;
  }
}
@media screen and (max-width: 960px){
  .innergigabyteContent .popup {
    width: 95%;
  }
  .deep-dive-content {
    padding: 10vh 5vw calc(120px + 10vh);
  }
  .deep-dive-grid.grid-column-2 {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
  .kf-container .grid-template-5d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kf-container .grid-template-5e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kf-container .grid-template-5f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kf-container .grid-template-6a {
    grid-template-areas: "area1 area2" "area3 area4" "area5 area6";
  }
  .kf-container .grid-template-6b .qcard {
    min-height: 300px;
  }
  .kf-container .grid-template-6b{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kf-container .section-kv img {
    display: none;
  }
  .kf-container .section-kv img.rwd {
    display: block;
  }
  .kf-container .section-ai .icons.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
  .kf-container .deep-dive-ai .icons.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
  .kf-container .section-connectivity {
    --slcdw: 90vw;
  }
  .kf-container .section-connectivity .sticky-center {
    position: relative;
  }
  .kf-container .section-connectivity .sticky-center .slidecard .camera {
    height: auto;
  }
  .kf-container .section-connectivity .sticky-center .slidecard .camera .sliders .slider {
    width: auto;
    height: auto;
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
  .kf-container .section-connectivity .section-content {
    min-height: 0;
  }
  .kf-container .section-diy .qcard {
    min-height: auto;
  }
  .kf-container .section-amd .cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kf-container .section-amd .cols div:has(img) {
    min-height: 50vw;
  }
  .kf-container .section-amd .cols div:has(img) img {
    width: 125vw;
  }
  .kf-container .deep-dive-column .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kf-container .pbo-switch:has(> :last-child.active) {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (max-width: 1200px){
  .kf-container .dots {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .kf-container .kp .kp-main {
    font-size: 80px;
  }
  .kf-container .kp.style .kp-main {
    font-size: 30px;
  }
  .kf-container .grid-template-6a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kf-container .section-amd {
    padding: 10vw 5vw;
  }
  .kf-container .section-amd .cols div:has(img) {
    min-height: 80vw;
  }
  .kf-container .section-amd .cols div:has(img) img {
    width: 200vw;
  }
}
@media screen and (min-width: 960px){
  .kf-container .grid-template-5e > :nth-child(5) {
    min-height: 350px;
  }
}
@media screen and (max-width: 1920px) and (min-width: 1367px){
  .kf-container .deep-dive-ai .safeOC {
    --xgap: 3rem;
  }
}
@media screen and (max-width: 1366px){
  .kf-container .deep-dive-ai .safeOC {
    grid-auto-flow: row;
  }
  .kf-container .deep-dive-ai .safeOC > div {
    width: 100%;
  }
}
@media screen and (max-width: 540px){
  .kf-container .deep-dive-ai .safeOC > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 600px){
  .kf-container .Antenna {
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiLi4vY3NzL2J1bmRsZS5jc3MiLCJtYXBwaW5ncyI6Ijs7O0FBQUEsZ0JBQWdCO0FBQWhCO0VBQUE7QUFHQTs7QUFDQTtFQUFBO0FBR0E7O0FBQ0E7RUFBQTtBQUdBOztBQUNBO0VBQUE7QUFHQTs7QUFDQTtFQUFBO0VBQ0k7QUFHSjs7QUFDQTtFQUFBO0FBR0E7O0FDdkJBO0VBQUE7RUFBQTtFQUFBO0FBQUE7O0FBQUE7RUFBQTtFQUFBO0VBQUE7QUFBQTs7QUNtQ0E7SUN3REk7SUFDQTtJRHZEQTtJQUFBO0lBQ0E7RUZDRjs7QUVVRTtFQUFBO0VBQUE7QUFBQTs7QUFLQTs7SUFFSTtJQUFBO0lBQ0E7RUZITjs7QUVNRTtJQUNJO0VGSk47O0FFdUJGO0lBQ0k7SUFDQTtFRkpGOztBRXVCRjtJQUNJO0lBQ0E7SUFDQTtZQUFBO0lBQUE7WUFBQTtFRlBGOztBRXFCRjtJQUNJO0VGVkY7O0FFbUJGOzs7SUFHSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0VGWkY7O0FFZUY7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUFBO0lBQ0E7SUFBQTtFRmJGOztBRXFCRjtJQUNJO0lBQ0E7SUFDQTtJQUFBO0lBQ0E7SUFDQTtZQUFBO0lBQ0E7SUFDQTtJQUNBO0lBQUE7SUFBQTtJQUNBO0lBQUE7UUFBQTtZQUFBO0lBQ0E7SUFDQTtJQWdCQTtFRjlCRjs7QUVnQkU7Ozs7SUFJSTtJQUNBO0lBQUE7SUFBQTtJQUNBO1FBQUE7WUFBQTtJQUNBO0VGZE47O0FFZ0JNOzs7O0lBQ0k7RUZYVjs7QUVpQkU7SUFDSTtFRmZOOztBRWtCRTtJQUNJO0lBQ0E7SUFBQTtJQUFBO0lBQ0E7UUFBQTtZQUFBO0lBQ0E7SUFBQTtRQUFBO1lBQUE7SUFFQTtFRmpCTjs7QUVtQk07SUFDSTtFRmpCVjs7QUVzQk07RUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0FBQUE7O0FBRUE7SUFDSTtJQUNBO0lBQ0E7T0FBQTtFRm5CVjs7QUV1QlU7RUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0lBQ0E7SUFBQTtBQURBOztBQU1SO0lBQ0k7RUZ2Qk47O0FFMEJFO0lBQ0k7SUFBQTtJQUFBO0lBQ0E7SUFBQTtRQUFBO1lBQUE7SUFDQTtRQUFBO1lBQUE7SUFDQTtRQUFBO1lBQUE7RUZ4Qk47O0FFMkJFO0lBQ0k7RUZ6Qk47O0FDM09FO0lBQ0k7RUQ2T047O0FJdFBGOzs7O0lBQUE7O0FBYUE7SUFDRTtJQUNBLDhCQVRxQjtJQVVyQixtUEFOeUI7RUo0UHpCOztBSW5QRjs7O0lBR0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtZQUFBO0lBQUE7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0VKcVBBOztBSW94REE7SUFBdUIsZ0JBdGdFSDtFSmtZcEI7O0FJb29EQTtJQUF1QixnQkF0Z0VIO0VKNlpwQjs7QUl5bURBO0lBQXVCLGdCQXRnRUg7RUp3akdwQjs7QUlsakNBO0lBQXVCLGdCQXRnRUg7RUoyc0dwQjtBQzN1R0Y7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO01BQUE7QUFBQTtBQUFBO0VBQUE7VUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO01BQUE7VUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO01BQUE7VUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO0FBQUE7QUFBQTtFQUFBO01BQUE7VUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtLQUFBO0FBQUE7QUFBQTtFQUFBO0tBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7RUFBQTtVQUFBO0VBQUE7VUFBQTtBQUFBO0FBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO1VBQUE7RUFBQTtVQUFBO0FBQUE7QUFBQTtFQUFBO1VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0VBQUE7RUFBQTtNQUFBO0VBQUE7RUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7VUFBQTtFQUFBO01BQUE7RUFBQTtFQUFBO0VBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO01BQUE7VUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtNQUFBO1VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7RUFBQTtBQUFBO0FBQUE7RUFBQTtFQUFBO0FBQUE7QUFBQTtFQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFBQTtBQUFBO0VBQUE7QUFB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O0VBQ0E7RUFBQTtBUm8wTkY7QVFuME5XO0VBQ1A7RUFDQTtFQUNBO0VBQ0E7VUFBQTtFQUNBO0tBQUE7VUFBQTtBUnEwTko7O0FRbjBORTtFQUNFO0FSczBOSjtBUW4wTkU7RUFDRTtBUnEwTko7QVFsME5BO0VBQ0U7RUFBQTtFQUNBO0VBQUE7QVJvME5GO0FRajBOQTs7RUFFRTtFQUFBO0VBQ0E7RUFBQTtFQUNBO0VBQ0E7VUFBQTtBUm0wTkY7QVFsME5FOztFQUNFO0VBQUE7RUFDQTtBUnEwTko7QVFuME5FOztFQUNFO0VBQ0E7VUFBQTtFQUNBO0FSczBOSjtBUXIwTkk7O0VBQ0U7RUFDQTtFQUFBO0VBQUE7RUFBQTtBUncwTk47QVFsME5FOztFQUNFO0VBQUE7QVJxME5KO0FRbjBORTs7RUFDRTtFQUNBO1VBQUE7RUFDQTtBUnMwTko7QVFyME5JOztFQUNFO0VBQUE7RUFBQTtFQUFBO0FSdzBOTjtBUXAwTkE7RUFDRTtFQUFBO0VBQUE7RUFBQTtBUnMwTkY7QVFuME5BO0VBQ0U7RUFBQTtBUnEwTkY7QVFsME5BO0VBQ0U7RUFBQTtFQUNBO0FSbzBORjtBUW4wTkU7RUFDRTtFQUFBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO1VBQUE7RUFDQTtVQUFBO0FScTBOSjtBUW4wTkU7RUFDRTtVQUFBO0FScTBOSjtBUW4wTkU7RUFJRTtFQUNBO0VBQUE7RUFDQTtFQUNBO0FSazBOSjtBUWgwTkU7RUFJRTtFQUFBO0VBQ0E7RUFDQTtFQUNBO0FSK3pOSjtBUTV6TkE7RUFDRTtBUjh6TkY7QVNqL05FO0VBQ0U7Ozs7Ozs7Ozs7R0FBQTtBVDYvTko7O0FTaC9OQTtFQUNFO0VBQUE7RUFDQTtFQUNBO0VBQ0E7RUFBQTtBVG0vTkY7QVNsL05FO0VBRUU7QVRtL05KO0FTai9ORTtFQUVFO0VBQ0E7RUFBQTtFQUNBO0VBQUE7RUFDQTtFQUFBO0VBQ0E7RUFDQTtFQUFBO0VBQ0E7RUFBQTtBVGsvTko7QVNoL05FO0VBRUU7RUFDQTtFQUFBO0VBQ0E7RUFBQTtFQUNBO0VBQUE7RUFDQTtFQUNBO0VBQUE7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anVPWTtFQUNJO0FkbXVPaEI7QWM3dE9BO0VBQ0k7RUFBQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUFBO0VBQUE7RUFDQTtNQUFBO1VBQUE7RUFDQTtFQUFBO0VBQUE7RUFDQTtBZCt0T0o7QWM3dE9JO0VBQ0k7RUFDQTtVQUFBO0FkK3RPUjtBYzN0T0E7RUFDSTtBZDZ0T0o7QWN6dE9BO0VBQ0k7RUFDQTtBZDJ0T0o7QWN6dE9JO0VBQ0k7RUFDQTtBZDJ0T1I7QWN6dE9RO0VBQ0k7VUFBQTtFQUNBO1VBQUE7QWQydE9aO0FjcnRPWTtFQUNJO1VBQUE7QWR1dE9oQjtBY3h0T1k7RUFDSTtVQUFBO0FkMHRPaEI7QWMzdE9ZO0VBQ0k7VUFBQTtBZDZ0T2hCO0FjOXRPWTtFQUNJO1VBQUE7QWRndU9oQjtBY2p1T1k7RUFDSTtVQUFBO0FkbXVPaEI7QWNwdU9ZO0VBQ0k7VUFBQTtBZHN1T2hCO0FjdnVPWTtFQUNJO1VBQUE7QWR5dU9oQjtBYzF1T1k7RUFDSTtVQUFBO0FkNHVPaEI7QWM3dU9ZO0VBQ0k7VUFBQTtBZCt1T2hCO0FjenVPQTtFQUVJO0VBQ0E7VUFBQTtFQUNBO0VBQUE7QWQwdU9KO0FjeHVPSTtFQUVJO0VBQ0E7VUFBQTtBZHl1T1I7QWN2dU9RO0VBQ0k7VUFBQTtFQUNBO1VBQUE7QWR5dU9aO0FjbnVPWTtFQUNJO1VBQUE7QWRxdU9oQjtBY3R1T1k7RUFDSTtVQUFBO0Fkd3VPaEI7QWN6dU9ZO0VBQ0k7VUFBQTtBZDJ1T2hCO0FjNXVPWTtFQUNJO1VBQUE7QWQ4dU9oQjtBYy91T1k7RUFDSTtVQUFBO0FkaXZPaEI7QWNsdk9ZO0VBQ0k7VUFBQTtBZG92T2hCO0FjcnZPWTtFQUNJO1VBQUE7QWR1dk9oQjtBY3h2T1k7RUFDSTtVQUFBO0FkMHZPaEI7QWMzdk9ZO0VBQ0k7VUFBQTtBZDZ2T2hCO0FjdnZPQTtFQUNJO0lBQ0k7WUFBQTtFZHl2T047QUFDRjtBYzV2T0E7RUFDSTtJQUNJO1lBQUE7RWR5dk9OO0FBQ0Y7QWVqNk9BO0VBQ0k7QWZ3Nk9KO0FlcDZPQTtFQUNJO0VB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Q0E7RUFDQTtFQUNBO1VBQUE7QWYrb09aO0FlNW9PUTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFBQTtFQUFBO0VBQ0E7TUFBQTtVQUFBO0VBQ0E7TUFBQTtVQUFBO0VBQ0E7RUFDQTtBZjhvT1o7QWUzb09nQjtFQUNJO0VBQ0E7RUFDQTtVQUFBO0FmNm9PcEI7QWV4b09nQjtFQUNJO0VBQ0E7VUFBQTtFQUNBO0FmMG9PcEI7QWVwb09JO0VBQ0k7QWZzb09SO0FlcG9PUTtFQUNJO0Fmc29PWjtBZW5vT1E7RUFDSTtFQUNBO0FmcW9PWjtBZWpvT0k7RUFDSTtBZnFvT1I7QWVob09ROztFQUVJO0VBQUE7RUFBQTtFQUNBO01BQUE7QWZxb09aO0FleG9PUTs7RUFLSTtNQUFBO1VBQUE7RUFDQTtBZmtvT1o7QWU3bk9BO0VBQ0k7RUFDQTtBZituT0o7QWU1bk9RO0VBQ0k7QWY4bk9aO0FlM25PUTs7RUFFSTtFQUNBO0VBQ0E7RUFDQTtBZjZuT1o7QWV4bk9RO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QWYybk9aO0FlbG5PSTtFQUNJO1VBQUE7RUFBQTtVQUFBO0Fmb25PUjtBZTltT0k7RUFDSTtFQUNBO0FmZ25PUjtBZTdtT0k7RUFDSTtFQUNBO1VBQUE7RUFDQTtBZittT1I7QWU3bU9RO0VBQ0k7TUFBQTtVQUFBO0FmK21PWjtBZTFtT0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUFBO0FmNG1PSjtBZTFtT0k7RUFDSTtBZjRtT1I7QWV2bU9JO0VBRUk7RUFDQTtFQUNBO0VBQ0EsZ0hBQ0k7RUFFSjtFQUNBO0VBQ0E7RUFDQTtBZnVtT1I7QWVybU9RO0VBQ0k7TUFBQTtVQUFBO0FmdW1PWjtBZXBtT1E7RUFDSTtFQUNBO0Fmc21PWjtBZWhtT0k7RUFDSTtFQUNBO01BQUE7VUFBQTtBZmttT1I7QWUvbE9JO0VBQ0k7RUFDQTtBZmltT1I7QWV6bE9RO0VBQ0k7RUFBQTtFQUFBO0VBQ0E7TUFBQTtVQUFBO0VBQ0E7QWZrbU9aO0FlaG1PWTtFQUNJO0Fma21PaEI7QWUvbE9ZO0VBQ0k7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O0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFY21kSTtJQUFBO0VBQUE7RUFNQTs7SUFBQTtFQUFBO0VBb0JBO0lBQUE7RUFBQTtFQW1CUTtJQUFBO0VBQUE7RUFLQTtJQUFBO0VBQUE7RUFvQkk7SUFBQTtFQUFBO0VBY2hCO0lBRVE7SUFDQTtFZm93T047RWV0dk9jO0lBQUE7RUFBQTtFQUdKO0lBRUk7UUFBQTtZQUFBO0VmZ3dPZDtFZXZ1T0Y7SUFFUTtJQUNBO0Vmd3ZPTjtFZTN1T2M7SUFBQTtFQUFBO0VBMmVSO0lBQUE7RUFBQTtFQStFSTs7SUFBQTtRQUFBO0VBQUE7RUFxT0o7SUFBQTtFQUFBO0VBNktBO0lBQUE7RUFBQTtFQWNBO0lBQUE7RUFBQTtDQ25rRFI7QUFBQTtFZkNBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUVBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtRQUFBO1lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO09BQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtRQUFBO1lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFYzBkSTs7SUFBQTtFQUFBO0VBb0JBO0lBQUE7RUFBQTtFQW1CUTtJQUFBO0lBQUE7RUFBQTtFQUtBO0lBQUE7SUFBQTtFQUFBO0VBT1I7SUFBQTtFQUFBO0VBb0JZO0lBQUE7RUFBQTtFQU1oQjtJQU9RO0lBQ0E7SUFDQTtFZnF3T047RWVsdk9jO0lBQUE7SUFDQTtFQURBO0VBTUE7SUFBQTtJQUNBO0VBREE7RUFNQTtJQUFBO0lBQ0E7RUFEQTtFQU9oQjtJQU9RO0lBQ0E7RWZ5dk9OO0VlenVPYztJQUFBO0lBQ0E7RUFEQTtFQU9BO0lBQUE7SUFDQTtFQURBO0VBNFZSO0lBQUE7SUFBQTtRQUFBO1lBQUE7RUFBQTtFQUtBO0lBQUE7SUFBQTtRQUFBO1lBQUE7RUFBQTtFQW1NQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQWdLQTtJQUFBO0lBQUE7SUFBQTtFQUFBO0VBYUE7SUFBQTtFQUFBO0VBa0NSO0lBTVE7SUFDQTtFZjBrT047RWVuak9NO0lBQUE7RUFBQTtFQW9CQTtJQUFBO0VBQUE7RUErRVk7SUFBQTtFQUFBO0VBMEVaO0lBQUE7RUFBQTtFQWNBO0lBQUE7RUFBQTtFQXFPQTtJQUFBO1FBQUE7RUFBQTtFQWZJO0lBQUE7SUFBQTtFQUFBO0NDMXhEWjtBQUFBO0VmQ0E7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBRUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO1FBQUE7WUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtFQUFBO0VjQ0k7SUFBQTtFQUFBO0VBNGtDSTs7SUFBQTtFQUFBO0VBSUE7SUFBQTtFQUFBO0VBeUVBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQXNDSTtJQUFBO0VBQUE7Q0Nuc0NaO0FBQUE7RWZDQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFFQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7UUFBQTtZQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0lBQUE7RUFBQTtFQUFBO0lBQUE7SUFBQTtFQUFBO0VBQUE7SUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUFBQTtJQUFBO0VBQUE7RUNtQ0k7SUFBQTtFQUFBO0VhbkNBO0lBQUE7RUFBQTtFQU1BO0lBQUE7RUFBQTtFQTgyQkE7SUFRUTtFZmlyT1Y7RWU3OU5FO0lBSVE7RWZpcE9WO0VlMS9OTTtJQUFBO0VBQUE7RUE2SFI7SUFXUTtFZjJrT047Q2dCajhRRjtBQUFBO0VYb0ZJO0lBb0JRO0VMZ3lNVjtFS2x0TUY7SUFVUTtFTHN4TU47RUt6d01NO0lBQ0k7RUxzeE1WO0VlcjJMRjtJQStCUTtJQUFBO0lBQUE7SUFDQTtJQUFBO1FBQUE7WUFBQTtFZnF1T047RWVqdU9GO0lBbUNRO0lBQUE7SUFBQTtJQUNBO0lBQUE7UUFBQTtZQUFBO0VmNnRPTjtFZXp0T0Y7SUFzQ1E7SUFBQTtJQUFBO0lBQ0E7SUFBQTtRQUFBO1lBQUE7RWYrc09OO0VlM3NPRjtJQWtDUSw4REFDSTtFZmtzT1Y7RWVucE9FO0lBSVE7RWZvck9WO0VlL3FPTTtJQUFBO0lBQUE7SUFBQTtJQUFBO0lBQUE7UUFBQTtZQUFBO0VBQUE7RUFRSjtJQUlRO0Vmb3JPVjtFZWpyT007SUFJUTtFZnFyT2Q7RWV2b09FO0lBT1E7SUFBQTtJQUFBO0lBQ0E7UUFBQTtJQUNBO0VmZ3JPVjtFZWgwTkU7SUFLUTtJQUFBO0lBQUE7SUFDQTtRQUFBO0lBQ0E7RWZrbU9WO0VldDhORjtJQU1RO0VmNGpPTjtFZXBqT0U7SUFPUTtFZndqT1Y7RWU5aU9VO0lBV1E7RWZ5ak9sQjtFZW5pT2tCO0lBZ0JRO0lBQ0E7SUFDQTtZQUFBO0VmdWpPMUI7RWVyaU9FO0lBS1E7RWZpak9WO0VlcmlPRTtJQU1RO0VmK2lPVjtFZTk4TlU7SUFBQTtJQUFBO0lBQUE7SUFBQTtJQUFBO1FBQUE7WUFBQTtFQUFBO0VBU0o7SUFhUTtFZnloT2Q7RWV2aE9jO0lBQ0k7RWZ5aE9sQjtFZWw5TkY7SUFzQ1E7SUFBQTtJQUFBO0lBQ0E7SUFBQTtRQUFBO1lBQUE7RWZvZ09OO0VlMzlORTtJQUVRO1lBQUE7RWZ1L05WO0NnQm56UkY7QUFBQTtFRkFBO0lBb0NRO0VkbXZPTjtDZ0J2eE9GO0FBQUE7RUQ2RUk7SUFTUTtFZjA1T1Y7RWU1NE9FO0lBS1E7RWZzNU9WO0VlendORjtJQTBDUTtJQUFBO0lBQUE7SUFDQTtJQUFBO1FBQUE7WUFBQTtFZmdzT047RWVsM01GO0lBWVE7RWZ5aE9OO0VlamdPTTtJQXFCUTtFZnloT2Q7RWV2aE9jO0lBQ0k7RWZ5aE9sQjtDZ0Jwc1JGO0FBQUE7RUR3ckJJO0lBSVE7RWZrdU9WO0NnQjk1UEY7QUFBQTtFRHMvQkk7SUFVUTtFZnlwT1Y7Q2dCenBRRjtBQUFBO0VEcy9CSTtJQWNRO0VmMHBPVjtFZXZwT007SUFJUTtFZjJwT2Q7Q2dCdHFRRjtBQUFBO0VEdWdDUTtJQVFRO0lBQUE7UUFBQTtZQUFBO0VmNHBPZDtDZ0IzcVFGO0FBQUE7RUQ2ckRBO0lBS1E7SUFDQTtJQUFBO1FBQUE7WUFBQTtJQUNBO0lBQ0E7UUFBQTtZQUFBO0Vmb2hPTiIsInNvdXJjZXMiOlsid2VicGFjazovL3g4OTAvLi9pbm5lcmdpZ2FieXRlL3Njc3MvbWFpbi5zY3NzIiwid2VicGFjazovL3g4OTAvLi9pbm5lcmdpZ2FieXRlL3Njc3MvX3RhaWx3aW5kY3NzLnNjc3MiLCJ3ZWJwYWNrOi8veDg5MC8uL2lubmVyZ2lnYWJ5dGUvc2Nzcy9fY29tcG9uZW50LnNjc3MiLCJ3ZWJwYWNrOi8veDg5MC8uL2lubmVyZ2lnYWJ5dGUvc2Nzcy9fZnVuY3Rpb24uc2NzcyIsIndlYnBhY2s6Ly94ODkwL0M6XFxVc2Vyc1xcdG9uaWEuaG9uZ1xcQXBwRGF0YVxcUm9hbWluZ1xcbnBtXFxub2RlX21vZHVsZXNcXGJvb3RzdHJhcC1pY29uc1xcZm9udFxcYm9vdHN0cmFwLWljb25zLnNjc3MiLCJ3ZWJwYWNrOi8veDg5MC8uL2lubmVyZ2lnYWJ5dGUvc2Nzcy9fZGVlcGRpdmUuc2NzcyIsIndlYnBhY2s6Ly94ODkwL0M6XFxVc2Vyc1xcdG9uaWEuaG9uZ1xcQXBwRGF0YVxcUm9hbWluZ1xcbnBtXFxub2RlX21vZHVsZXNcXHN3aXBlclxcc3dpcGVyLnNjc3MiLCJ3ZWJwYWNrOi8veDg5MC9DOlxcVXNlcnNcXHRvbmlhLmhvbmdcXEFwcERhdGFcXFJvYW1pbmdcXG5wbVxcbm9kZV9tb2R1bGVzXFxzd2lwZXJcXG1vZHVsZXNcXG5hdmlnYXRpb24uc2NzcyIsIndlYnBhY2s6Ly94ODkwL0M6XFxVc2Vyc1xcdG9uaWEuaG9uZ1xcQXBwRGF0YVxcUm9hbWluZ1xcbnBtXFxub2RlX21vZHVsZXNcXHN3aXBlclxcbW9kdWxlc1xccGFnaW5hdGlvbi5zY3NzIiwid2VicGFjazovL3g4OTAvQzpcXFVzZXJzXFx0b25pYS5ob25nXFxBcHBEYXRhXFxSb2FtaW5nXFxucG1cXG5vZGVfbW9kdWxlc1xcc3dpcGVyXFxtb2R1bGVzXFxzY3JvbGxiYXIuc2NzcyIsIndlYnBhY2s6Ly94ODkwLy4vaW5uZXJnaWdhYnl0ZS9zY3NzL19zd2lwZXIuc2NzcyIsIndlYnBhY2s6Ly94ODkwLy4vaW5uZXJnaWdhYnl0ZS9zY3NzL19iLXN3aXBlci5zY3NzIiwid2VicGFjazovL3g4OTAvLi9pbm5lcmdpZ2FieXRlL3Njc3MvX2Jhc2Uuc2NzcyIsIndlYnBhY2s6Ly94ODkwLy4vaW5uZXJnaWdhYnl0ZS9zY3NzL19nc190aXAuc2NzcyIsIndlYnBhY2s6Ly94ODkwLy4vaW5uZXJnaWdhYnl0ZS9zY3NzL19nc19kb3RzLnNjc3MiLCJ3ZWJwYWNrOi8veDg5MC8uL2lubmVyZ2lnYWJ5dGUvc2Nzcy9fc2VjdGlvbnMuc2NzcyIsIndlYnBhY2s6Ly94ODkwLzxubyBzb3VyY2U+Il0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9*/