@charset "UTF-8";
body {
  margin: 0;
}

::-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%;
  margin-right: auto;
  margin-left: auto;
}

.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);
}

.row{
  display: flex;
  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));
}

.row > *{
  box-sizing: border-box;
  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);
}

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

*,
  ::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: ;
  }

.qcard .qcard-bg .cover{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
    background: linear-gradient(180deg, rgba(19, 25, 28, 0.95) 0%, rgba(0, 0, 0, 0) 59.67%, rgba(22, 22, 22, 0.95) 100%);
}

/*!
   * 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;
    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";
  }

.kf-container .container {
    max-width: 90%;
    --tw-gutter-x: var(--casaul-body-spacer, 1vw);
    --tw-gutter-y: var(--casaul-body-spacer, 1vw);
  }

.kf-container  .row{
  --tw-gutter-x: var(--casaul-body-spacer, 1vw);
  --tw-gutter-y: var(--casaul-body-spacer, 1vw);
}
.kf-container .absolute{
  position: absolute;
}
.kf-container .relative{
  position: relative;
}
.kf-container .row-span-1{
  grid-row: span 1 / span 1;
}
.kf-container .row-span-2{
  grid-row: span 2 / span 2;
}
.kf-container .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.kf-container .my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.kf-container .my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.kf-container .my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.kf-container .mt-10{
  margin-top: 2.5rem;
}
.kf-container .mt-5{
  margin-top: 1.25rem;
}
.kf-container .flex{
  display: flex;
}
.kf-container .grid{
  display: grid;
}
.kf-container .h-16{
  height: 4rem;
}
.kf-container .h-full{
  height: 100%;
}
.kf-container .w-full{
  width: 100%;
}
.kf-container .max-w-6xl{
  max-width: 72rem;
}
.kf-container .max-w-7xl{
  max-width: 80rem;
}
.kf-container .max-w-full{
  max-width: 100%;
}
.kf-container .max-w-lg{
  max-width: 32rem;
}
.kf-container .transform{
  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 .flex-col{
  flex-direction: column;
}
.kf-container .items-end{
  align-items: flex-end;
}
.kf-container .items-center{
  align-items: center;
}
.kf-container .gap-10{
  gap: 2.5rem;
}
.kf-container .gap-5{
  gap: 1.25rem;
}
.kf-container :is(.space-x-10 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * 0);
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * (1 - 0));
  margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(2.5rem * calc(1 - 0));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-20 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * (1 - 0));
  margin-top: calc(5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(5rem * calc(1 - 0));
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * 0);
  margin-bottom: calc(5rem * 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 .object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.kf-container .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .p-10{
  padding: 2.5rem;
}
.kf-container .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.kf-container .text-center{
  text-align: center;
}
.kf-container .text-start{
  text-align: left;
}
.kf-container .blur-md{
  --tw-blur: blur(12px);
  filter: blur(12px) 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 .col-6{
  flex: 0 0 auto;
  width: 50%;
}
.kf-container .col-12{
  flex: 0 0 auto;
  width: 100%;
}
.kf-container  .full{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.kf-container  .center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container  .center-y{
  display: flex;
  align-items: center;
}
.kf-container  .center-x{
  display: flex;
  justify-content: center;
}
/* input */
.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-family: Titillium Web, Noto Sans;
  font-weight: 400;
  line-height: normal;
  position: relative;
  box-sizing: border-box;
  background: #000;
  color: #ccc;
  font-size: 13.5px;
  --localnav-height: 46px;
  --casaul-body-spacer: 32px;
}
.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 h2,
.kf-container h3,
.kf-container h4,
.kf-container h5 {
  color: #fff;
}
.kf-container h2{
  font-family: Orbitron, Noto Sans, Noto Sans TC, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}
.kf-container h3{
  font-family: Orbitron, Noto Sans, Noto Sans TC, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  /* letter-spacing: 4px; */
}
.kf-container h4 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "orbitron";
}
.kf-container h5{
  font-family: Titillium Web, Noto Sans;
  font-size: 1em;
  font-weight: 400;
}
.kf-container .note{
  font-family: Titillium Web, Noto Sans;
  font-size: 12px;
  line-height: 16px;
  filter: brightness(80%);
}
.kf-container .eyebrow {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}
.kf-container .text-aorus24{
  font-family: Orbitron, Noto Sans, Noto Sans TC, sans-serif;
  font-weight: normal;
  line-height: 100%;
  font-size: 18px;
}
.kf-container .text-d5sub{
  font-family: Orbitron, Noto Sans, Noto Sans TC, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28.5px;
  color: #fff;
}
.kf-container .text-aorus32{
  font-family: Orbitron, Noto Sans, Noto Sans TC, sans-serif;
  font-weight: normal;
  line-height: 100%;
  font-size: 24px;
}
.kf-container .text-aorus40{
  font-family: Orbitron, Noto Sans, Noto Sans TC, sans-serif;
  font-weight: normal;
  line-height: normal;
  font-size: 30px;
}
.kf-container .text-titillium18{
  font-family: Titillium Web, Noto Sans;
  line-height: normal;
  font-size: 13.5px;
}
.kf-container .text-titillium21b{
  font-family: Titillium Web, Noto Sans;
  font-weight: bold;
  line-height: normal;
  font-size: 15.75px;
}
.kf-container .text-headline{
  font-family: Orbitron, Noto Sans, Noto Sans TC, sans-serif;
  font-size: 36px;
  line-height: 39px;
}
.kf-container .text-sub-headline{
  font-family: Titillium Web, Noto Sans;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}
.kf-container .text-more{
  font-family: Titillium Web, Noto Sans;
  font-weight: bold;
  line-height: normal;
  font-size: 15.75px;
}
.kf-container .deep-dive-modals {
  font-size: 20px;
}
.kf-container .kp-info-value{
  font-family: Titillium Web, Noto Sans;
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  font-family: "aldrich";
}
.kf-container .kp-info-top-bottom {
  color: #fff;
  font-size: 16.5px;
  line-height: 18.975px;
}
.kf-container .kp-info-string{
  font-family: Orbitron, Noto Sans, Noto Sans TC, sans-serif;
  color: #00ffff;
  font-size: 27px;
  line-height: 30px;
}
@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 {
  flex-direction: column;
}
.kf-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.kf-container .swiper-android .swiper-slide,
.kf-container .swiper-ios .swiper-slide,
.kf-container .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.kf-container .swiper-horizontal {
  touch-action: pan-y;
}
.kf-container .swiper-vertical {
  touch-action: pan-x;
}
.kf-container .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: 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 {
  align-items: flex-start;
  transition-property: transform, height;
}
.kf-container .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.kf-container .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.kf-container .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.kf-container .swiper-3d {
  perspective: 1200px;
}
.kf-container .swiper-3d .swiper-slide,
.kf-container .swiper-3d .swiper-cube-shadow {
  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 {
  scroll-snap-type: x mandatory;
}
.kf-container .swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.kf-container .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  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: "";
  flex-shrink: 0;
  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: 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: 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: 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: 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;
  transform-origin: 50%;
  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 {
  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;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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: flex;
  align-items: 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;
  transform-origin: center;
}
.swiper-rtl .kf-container .swiper-button-prev svg,
.swiper-rtl .kf-container .swiper-button-next svg {
  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;
  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;
  transition: 300ms opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.kf-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  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%;
  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%;
  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;
  transition: 200ms transform, 200ms top;
}
.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%;
  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 {
  transition: 200ms transform, 200ms left;
}
.kf-container .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.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%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .kf-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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 {
  box-sizing: border-box;
}
.kf-container .b-swiper .swiper-pagination {
  --swiper-pagination-bullet-width: 48px;
  --swiper-pagination-bullet-height: 6px;
  --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: flex;
  flex-flow: row wrap;
  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 {
  cursor: pointer;
  position: relative;
  width: var(--swiper-pagination-bullet-height);
  border-radius: calc(var(--swiper-pagination-bullet-height) * 0.5);
  transition: width 250ms;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: calc(var(--swiper-pagination-bullet-horizontal-gap) * -1);
  padding: var(--swiper-pagination-bullet-horizontal-gap);
  box-sizing: content-box;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: var(--swiper-pagination-bullet-width);
}
.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;
  border-radius: calc(var(--swiper-pagination-bullet-height) * 0.5);
}
.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: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px;
  margin-top: 20px;
}
.kf-container .b-swiper .b-swiper-pagination.vertical {
  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;
  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 h2, .kf-container h3, .kf-container h4, .kf-container h5, .kf-container h6 {
  color: #fff;
}
.kf-container *,
.kf-container *::before,
.kf-container *::after {
  box-sizing: inherit;
}

#deep-dive {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  width: 100%;
  min-height: 100vh;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#deep-dive:has(.active) {
  transition: all 0.5s;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  opacity: 1;
  pointer-events: inherit;
}

.deep-dive-modals {
  --deep-dive-progress-min: 0.005;
  --deep-dive-transition-duration: 500ms;
  position: absolute;
  max-width: 960px;
  width: 0%;
  height: 0dvh;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
}
.deep-dive-modals p {
  color: #aaa;
}
.deep-dive-modals ol,
.deep-dive-modals ul {
  list-style: outside;
  padding-left: 1.25em;
}
.deep-dive-modals.transitioning {
  animation: slideFromBottom var(--deep-dive-transition-duration) ease 0ms;
}
body.dd-open .deep-dive-modals.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  display: block;
}

.deep-dive-modals .deep-dive-button-container-close {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
}
.deep-dive-modals .deep-dive-button-container-closebar {
  opacity: 0;
  transition: opacity 0.5s ease 0.75s;
}
.deep-dive-modals.active {
  width: 100%;
  height: 90dvh;
}
.deep-dive-modals.active .deep-dive-button-container-closebar,
.deep-dive-modals.active .deep-dive-button-container-close {
  opacity: 1;
  transform: translateY(0);
}

.deep-dive-container {
  padding: 15vh 2vw calc(120px + 15vh);
  background-color: #111111;
  max-width: 960px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.deep-dive-button-container-close {
  position: fixed;
  width: 42px;
  height: 42px;
  bottom: 7.5vh;
  left: 50%;
  margin-left: -20px;
  background-image: url("../../innergigabyte/images/deep-dive-close-button.svg");
  transition: background 0.25s;
  cursor: pointer;
  z-index: 101;
}
.deep-dive-button-container-close:hover {
  background-image: url("../../innergigabyte/images/deep-dive-close-button2.svg");
}

.deep-dive-button-container-closebar {
  position: fixed;
  max-width: 960px;
  width: 100%;
  height: calc(15vh + 42px);
  bottom: 5vh;
  left: 50%;
  translate: -50%;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
  pointer-events: none;
  z-index: 100;
}

body.dd-open {
  overflow: hidden;
}
body.dd-open .deep-dive-modals.transitioning .deep-dive-container {
  transform: translateY(0);
}

@keyframes slideFadeUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes slideToLeft {
  to {
    transform: translate(-100%);
  }
}
@keyframes slideFromLeft {
  from {
    transform: translate(100%);
  }
}
@keyframes slideFromBottom {
  from {
    transform: translateY(100%);
  }
}
.deep-dive-content {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10rem;
}
.deep-dive-content .content-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.deep-dive-column {
  width: 100%;
  padding: 1em 1em;
}

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

.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); */
  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;
  transform: translateY(-50%);
}
.kf-container .dots::before {
  content: "";
  display: block;
  background: url("../../innergigabyte/images/sidebar-1.png") 0 0/auto 100% no-repeat;
  width: 5px;
  height: 143px;
  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;
  background: url("../../innergigabyte/images/sidebar-2.png") 0 0/auto 100% no-repeat;
  width: 5px;
  height: 143px;
  margin-top: 1vw;
  margin-top: var(--dots-spacing, 1vw);
  margin-right: 1vw;
  margin-right: var(--dots-spacing, 1vw);
}
.kf-container .dots a {
  display: flex;
  justify-content: flex-end;
  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;
  transition: all 0.5s;
  opacity: 0;
}
.kf-container .dots a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  border: 1px solid #46E6E6;
  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 {
  text-decoration-color: rgba(0, 0, 0, 0);
  color: #46E6E6;
  font-weight: bold;
}
.kf-container .dots a.active p, .kf-container .dots a:hover p {
  pointer-events: inherit;
}
.kf-container .dots a.active::after, .kf-container .dots a:hover::after {
  background-color: #46E6E6;
}
.kf-container .dots a:hover p {
  opacity: 1;
}
.kf-container .sticky-dots {
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: var(--localnav-height);
  z-index: 20;
  margin-left: auto;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
}
.kf-container .sticky-dots .dots {
  position: static;
  transform: none;
}
.kf-container .sticky-dots.gradientBG {
  background-image: linear-gradient(270deg, black 35%, transparent 100%);
}
.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] {
  transform: translateX(0);
  animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(1) {
  animation-delay: 0ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(2) {
  animation-delay: 50ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(3) {
  animation-delay: 100ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(4) {
  animation-delay: 150ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(5) {
  animation-delay: 200ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(6) {
  animation-delay: 250ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(7) {
  animation-delay: 300ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(8) {
  animation-delay: 350ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(9) {
  animation-delay: 400ms;
}
.kf-container .dots.visible-by-archor {
  opacity: 0;
  transform: translateX(100%);
  transition: all 600ms ease;
}
.kf-container .dots.visible-by-archor.visible {
  opacity: 1;
  transform: translateX(0);
}
.kf-container .dots.visible-by-archor.visible > a[href] {
  transform: translateX(0);
  animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(1) {
  animation-delay: 0ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(2) {
  animation-delay: 50ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(3) {
  animation-delay: 100ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(4) {
  animation-delay: 150ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(5) {
  animation-delay: 200ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(6) {
  animation-delay: 250ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(7) {
  animation-delay: 300ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(8) {
  animation-delay: 350ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(9) {
  animation-delay: 400ms;
}
@keyframes dot-FadeInFromRight {
  from {
    transform: translateX(100%);
  }
}
.kf-container .sticky-dots .dots {
  display: none;
}
.kf-container .text-headline,
.kf-container .text-sub-headline,
.kf-container .text-aorus32,
.kf-container .text-titillium21b {
  color: #fff;
}
.kf-container .wrapper {
  margin: 0 auto;
}
.kf-container .stickyTop {
  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 sup {
  font-size: 0.5em;
}
.kf-container .hr {
  display: block;
  background: #a3a3a3;
  height: 1px;
}
.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 .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 .img-relative {
  position: relative;
}
.kf-container .img-relative > img {
  display: block;
}
.kf-container .img-relative .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .text-highlight {
  color: #46E6E6;
}
.kf-container a.link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.kf-container a[data-dd] {
  cursor: pointer;
}
.kf-container a.learnmore{
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: none;
  line-height: 40px;
  text-shadow: none;
  text-decoration-line: none;
  cursor: pointer;
}
.kf-container a.learnmore span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.5s;
}
.kf-container a.learnmore span:nth-child(1) {
  opacity: 0;
  background-image: linear-gradient(66deg, #46E6E6 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #FF6400 100%);
}
.kf-container a.learnmore span:nth-child(2) {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #202020;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.kf-container a.learnmore span:nth-child(3) {
  position: relative;
  background-image: linear-gradient(90deg, #46E6E6 0%, #FF6400 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.kf-container a.learnmore:hover {
  text-decoration-line: none;
}
.kf-container a.learnmore:hover span:nth-child(1) {
  opacity: 1;
}
.kf-container a.learnmore:hover span:nth-child(2) {
  background-color: rgba(32, 32, 32, 0.8);
}
.kf-container h3.textClip {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@keyframes textClip {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: -100% -100%;
  }
}
.kf-container h3.textClip span:first-child {
  position: absolute;
  translate: 3px -3px;
  background-image: url("../../innergigabyte/images/textClip.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: textClip 10s infinite linear;
  pointer-events: none;
}
.kf-container h3.textClip span:last-child {
  position: relative;
}
.kf-container .content-box .hightlight {
  font-size: 1.125em;
  line-height: 1;
  color: #75eaff;
  letter-spacing: 0.05em;
}
.kf-container .bg-parallax {
  height: 120%;
  transform: translateY(0);
  transition: transform 150ms ease;
}
.kf-container .gs-tabs {
  display: flex;
}
.kf-container .gs-tab-contents {
  position: relative;
}
.kf-container .gs-tab-contents .gs-tab-content {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 450ms ease;
}
.kf-container .gs-tab-contents .gs-tab-content.active {
  position: relative;
  visibility: visible;
  pointer-events: auto;
}
.kf-container .color-linear-vi {
    background-image: linear-gradient(140deg, #00D0FF 0%, #FF00BF 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;
    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;
  transform: translate(-50%, -50%);
  filter: drop-shadow(2px 3px 8px rgba(0, 0, 0, 0.6));
  transition: color 250ms ease;
  }
.kf-container .playbtn:hover::before {
  color: #fff;
}
.kf-container .lnr {
  position: relative;
  padding-left: 21px;
}
.kf-container .lnr::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
  width: 4px;
  background: #FF6400;
}
.kf-container .grdnt {
  position: relative;
  padding-left: 21px;
}
.kf-container .grdnt::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
  width: 2px;
  background-image: linear-gradient(0deg, #46E6E6 0%, #FF6400 100%);
}
.kf-container .grdnt-hr {
  background-image: linear-gradient(90deg, #46E6E6 0%, #FF6400 100%);
  height: 1px;
}
.kf-container .valign-between {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.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;
  transform: scaleY(1.01);
  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% - var(--gs-vi-line-width, 2px)));
}
.kf-container .btn-anchor {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background: url(../../innergigabyte/images/btn-more-down.svg) 0 0/cover no-repeat;
  transition: background 0.25s, transform 0.25s;
}
.kf-container .btn-anchor:hover {
  transform: translateY(5px);
  background-image: url(../../innergigabyte/images/btn-more-down2.svg);
}
.kf-container .btn-deepdive {
  z-index: 21;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-image: url(../../innergigabyte/images/btn-deepdive.svg);
  background-position-x: 0;
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background 0.25s;
}
.kf-container .btn-deepdive:hover {
  background-image: url(../../innergigabyte/images/btn-deepdive2.svg);
}
.kf-container .feature-swiper .swiper-slide {
  height: auto;
}
.kf-container .feature-swiper-navigation {
  --swiper-navigation-size: 36px;
  border-radius: 10px;
  display: flex;
  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);
  transition: color 150ms ease;
  padding: 0;
  box-sizing: content-box;
  border-radius: 50%;
  display: flex;
  align-items: 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 {
  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);
  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);
  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-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(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "area1 area1 area1 area1 area1 area2 area2 area2 area3 area3 area3 area3" "area4 area4 area4 area4 area5 area5 area5 area5 area6 area6 area6 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 .grid-template-7a{
  display: flex;
  flex-direction: column;
}
.kf-container .sections > * {
  max-width: 2560px;
  margin: 0 auto;
}
.kf-container {
  --cardGap: 20px;
}
.kf-container .section-kv {
  position: relative;
  overflow: hidden;
  max-height: 90dvh;
}
.kf-container .section-kv img {
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .section-kv img:first-child {
  width: 100%;
  height: 110%;
}
.kf-container .section-kv img:last-child {
  max-width: 90%;
  translate: 0% -5%;
}
.kf-container .section-features {
  background-image: url("../../innergigabyte/images/features-bg.jpg");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kf-container .section-features div > ul {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  margin-left: 40px;
  text-indent: -40px;
}
.kf-container .section-features div > ul > li {
  display: inline;
  font-size: 18px;
}
.kf-container .section-features div > ul > li::before {
  content: url("../../innergigabyte/images/icons/features-li.svg");
  padding-right: 18px;
}
.kf-container .section-features div > ul > li ul {
  margin-top: 15px;
  margin-left: 36px;
  text-indent: -36px;
}
.kf-container .section-features div > ul > li ul li {
  list-style: none;
  color: #aaaaaa;
}
.kf-container .section-features div > ul > li ul li::before {
  content: url("../../innergigabyte/images/icons/features-li-sub.svg");
  vertical-align: middle;
}
.kf-container .section-features .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.kf-container .section-features .icons img {
  height: 80px;
}
.kf-container .section-vendor {
  --casaul-body-spacer: 1rem;
}
.kf-container .section-vendor h3{
  margin-top: 1.25rem;
}
.kf-container .section-vendor .teaser{
  height: 100%;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.kf-container .section-vendor .teaser {
  background-color: #1a1a1a;
}
.kf-container .section-vendor .teaser img{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 6rem;
}
.kf-container .section-vendor .teaser div:has(> p){
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.kf-container #deep-dive-vendor.deep-dive-modals div:has(> p + h3 + p) p:first-child{
  margin-bottom: 0.25rem;
}
.kf-container #deep-dive-vendor.deep-dive-modals div:has(> p + h3 + p) p:last-child{
  margin-top: 1.25rem;
}
.kf-container #deep-dive-vendor.deep-dive-modals div:has(> p + p + p) img{
  margin-bottom: 0.75rem;
}
.kf-container #deep-dive-vendor.deep-dive-modals div:has(> p + p + p) p:first-child{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.kf-container #deep-dive-vendor.deep-dive-modals div:has(> p + p + p) p:last-child{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.kf-container #deep-dive-vendor.deep-dive-modals p {
  font-size: 1rem;
}

.kf-container .section-cooling{
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
  max-width: 2560px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  background-color: black;
  z-index: 1;
}
.kf-container .section-cooling .sticky-center {
  position: sticky;
  top: 0;
  height: auto;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kf-container .section-cooling .sticky-center .intro-bg1 {
  position: absolute;
}
.kf-container .section-cooling .sticky-center .camera {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
}
.kf-container .section-cooling .sticky-center .camera img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .section-cooling .sticky-center .camera img.intro-bg2 {
  position: relative;
}
.kf-container .section-cooling .sticky-center .camera .intro-img {
  max-width: 90%;
}
.kf-container .section-cooling .sticky-center .camera .intro-h3 {
  position: absolute;
  font-size: 180px;
  text-align: center;
}
.kf-container .section-cooling .sticky-center .intro-text {
  position: relative;
}
.kf-container .section-cooling .sticky-center .intro-text .row {
  justify-content: center;
}
.kf-container .section-cooling .section-content {
  width: 0;
  min-height: 200vh;
}
.kf-container .section-cooling .cooling-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1px;
  gap: 1px;
  background-color: #333333;
  border: 1px solid #333333;
}
.kf-container .section-cooling .cooling-grid > div {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #000000;
}
.kf-container .section-cooling .cooling-grid > div a.btn-deepdive{
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}
.kf-container .section-cooling .cooling-grid > div > div{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.kf-container .section-cooling .cooling-grid > div div:has(> h4) {
  z-index: 1;
}
.kf-container .section-cooling .cooling-grid > div img {
  transition: scale 1s ease-in-out;
}
.kf-container .section-cooling .cooling-grid > div:hover img {
  scale: 1.05;
}
.kf-container .section-cooling .cooling-grid .pattern{
  position: relative;
  height: 100%;
  width: 100%;
}
.kf-container .section-cooling .cooling-grid .pattern1 {
  background: url("../../innergigabyte/images/cooling-pattern1.png") center/cover no-repeat;
  min-height: 20px;
}
.kf-container .section-cooling .cooling-grid .pattern2 {
  background: url("../../innergigabyte/images/cooling-pattern2.png") center/cover no-repeat;
  min-height: 250px;
}
.kf-container .section-cooling .cooling-grid .pattern3 {
  background: url("../../innergigabyte/images/cooling-pattern3.png") center/cover no-repeat;
  min-height: 200px;
}
.kf-container .section-cooling .cooling-grid .pattern4 {
  background: url("../../innergigabyte/images/cooling-pattern4.png") center/cover no-repeat;
  min-height: 150px;
}
.kf-container .deep-dive-modals div:has(> .fan_rotate_heat + .fan_rotate){
  grid-gap: 1.25rem;
  gap: 1.25rem;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}
.kf-container .deep-dive-modals .fan_rotate_heat {
  position: relative;
  width: 100%;
  display: flex;
  gap: 0.5vw;
}
.kf-container .deep-dive-modals .fan_rotate_heat > div {
  position: relative;
  width: 0.5em;
  height: 300px;
  border-radius: 0.25em;
  background: #505050;
}
.kf-container .deep-dive-modals .fan_rotate_heat .grdnt {
  position: absolute;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-radius: 0.25em;
  animation: fan_rotate_heat 10s ease-in-out infinite;
}
.kf-container .deep-dive-modals .fan_rotate_heat .grdnt div {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  background-image: linear-gradient(0deg, #46E6E6 30%, #FF6400 70%);
}
.kf-container .deep-dive-modals .fan_rotate_heat aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kf-container .deep-dive-modals .fan_rotate_heat aside .stop {
  white-space: nowrap;
  margin-bottom: 50%;
}
@keyframes fan_rotate_heat {
  0% {
    height: 20%;
  }
  20% {
    height: 20%;
  }
  40% {
    height: 100%;
  }
  72% {
    height: 100%;
  }
  80% {
    height: 20%;
  }
  100% {
    height: 20%;
  }
}
.kf-container .deep-dive-modals .fan_rotate {
  position: relative;
  animation: fan_rotate ease-in-out 10s infinite;
}
@keyframes fan_rotate {
  0% {
    transform: rotateZ(0);
    transition: 4s;
  }
  35% {
    transform: rotateZ(0);
    transition: 4s;
  }
  100% {
    transform: rotateZ(3600deg);
    transition: 4s;
  }
}
.kf-container .section-design{
  position: relative;
  width: 100%;
}
.kf-container .section-design {
  overflow: hidden;
  max-width: 2560px;
  display: flex;
  flex-direction: column;
  gap: var(--cardGap);
}
.kf-container .section-design .bgs {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kf-container .section-design .bgs img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kf-container .section-design .intro {
  position: relative;
  width: 100%;
  min-height: 25dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kf-container .section-design .intro h4{
  margin-top: 2.5rem;
}
.kf-container .section-design .intro p{
  margin-top: 1.25rem;
}
.kf-container .section-design .scroll {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.kf-container .section-design .scroll .tgr {
  position: relative;
}
.kf-container .section-design .scroll .tgr > div {
  position: relative;
  height: 150vh;
}
.kf-container .section-design .scroll .tgr > div:last-child {
  height: 300vh;
}
.kf-container .section-design .scroll .spacer {
  position: absolute;
  width: 100%;
  height: 100dvh;
}
.kf-container .section-design .scroll section{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}
.kf-container .section-design .scroll section {
  align-items: center;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}
.kf-container .section-design .scroll section .imgs {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-5%);
  transition: all 0.5s;
}
.kf-container .section-design .scroll section .imgs img {
  position: absolute;
  width: 100%;
}
.kf-container .section-design .scroll section .imgs img:first-child {
  position: relative;
  width: 100%;
}
.kf-container .section-design .scroll section .imgs img.movePlate {
  animation: movePlate 2s 1s ease-in-out infinite alternate;
}
@keyframes movePlate {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-15%);
  }
}
.kf-container .section-design .scroll section .imgs.imgs1 img {
  opacity: 0;
  transition: opacity 0.5s;
}
.kf-container .section-design .scroll section .imgs.imgs1 img.active {
  opacity: 1;
}
.kf-container .section-design .scroll section .text{
  position: relative;
  display: flex;
  height: 100%;
  gap: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 40%;
  align-items: center;
}
.kf-container .section-design .scroll section .text article{
  position: relative;
}
.kf-container .section-design .scroll section .text article {
  opacity: 0;
  transition: all 0.5s 0.25s;
}
.kf-container .section-design .scroll section .text article .accordion {
  overflow: hidden;
}
.kf-container .section-design .scroll section .text article .accordion .tab {
  position: relative;
  border-bottom: solid 1px #6E6E6E;
  padding: 1rem 0;
}
.kf-container .section-design .scroll section .text article .accordion .tab:first-child {
  padding: 0 0 1rem;
}
.kf-container .section-design .scroll section .text article .accordion .tab:last-child {
  border-bottom: solid 0px transparent;
  padding: 1rem 0 0;
}
.kf-container .section-design .scroll section .text article .accordion .tab .tab__content {
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s linear;
}
.kf-container .section-design .scroll section .text article .accordion .tab label,
.kf-container .section-design .scroll section .text article .accordion .tab .tab__close {
  display: flex;
  cursor: pointer;
}
.kf-container .section-design .scroll section .text article .accordion .tab .tab__close {
  justify-content: flex-end;
}
.kf-container .section-design .scroll section .text article .accordion .tab label {
  justify-content: space-between;
}
.kf-container .section-design .scroll section .text article .accordion .tab label::after {
  content: url("../../innergigabyte/images/accordion.svg");
  display: inline;
  align-self: center;
  transform: rotate(540deg);
  transition: all 0.5s;
}
.kf-container .section-design .scroll section .text article .accordion .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.kf-container .section-design .scroll section .text article .accordion .tab input:checked ~ .tab__content {
  padding: 1rem 0;
  max-height: 10rem;
}
.kf-container .section-design .scroll section .text article .accordion .tab input:checked + label::after {
  transform: rotate(0deg);
}
.kf-container .section-design .scroll section .text article > p{
  margin-top: 1.25rem;
}
.kf-container .section-design .scroll section .text article > p.note{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.kf-container .section-design .scroll section.active {
  opacity: 1;
  pointer-events: inherit;
}
.kf-container .section-design .scroll section.active .imgs {
  opacity: 1;
  transform: translateX(0);
}
.kf-container .section-design .scroll section.active .text article {
  opacity: 1;
}
.kf-container .section-essential {
  position: relative;
  background-color: black;
  z-index: 1;
}
.kf-container .section-essential .essential-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: var(--cardGap);
  gap: var(--cardGap);
}
.kf-container .section-essential .essential-grid .card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: 10px;
  background-color: #111111;
  border: solid 1px #777777;
}
.kf-container .section-essential .essential-grid .card:has(h3) {
  display: flex;
}
.kf-container .section-essential .essential-grid .card:has(div.btn-deepdive) {
  min-height: 500px;
}
.kf-container .section-essential .essential-grid .card:has(div.btn-deepdive) p {
  opacity: 0;
}
.kf-container .section-essential .essential-grid .card:has(input:checked) {
  background-image: linear-gradient(0deg, #111111 50%, #000000 100%);
}
.kf-container .section-essential .essential-grid .card:has(input:checked) img {
  opacity: 0.25;
}
.kf-container .section-essential .essential-grid .card:has(input:checked) p {
  opacity: 1;
}
.kf-container .section-essential .essential-grid .card img {
  transition: scale 1s ease-in-out;
}
.kf-container .section-essential .essential-grid .card:has(input:checked) img, .kf-container .section-essential .essential-grid .card:hover img {
  scale: 1.05;
}
.kf-container .section-essential .essential-grid div.btn-deepdive{
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}
.kf-container :is(.section-essential .essential-grid div.btn-deepdive){
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .section-essential .essential-grid div.btn-deepdive {
  transition: transform 0.5s;
}
.kf-container .section-essential .essential-grid div.btn-deepdive input {
  position: absolute;
  opacity: 0;
}
.kf-container .section-essential .essential-grid div.btn-deepdive label {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
}
.kf-container .section-essential .essential-grid div.btn-deepdive:has(input:checked) {
  background-image: url("../../innergigabyte/images/btn-deepdive2.svg");
  transform: rotate(315deg);
}
.kf-container .section-essential .essential-grid .pattern1 {
  background: url("../../innergigabyte/images/essential-img1.jpg") center/cover no-repeat;
}
.kf-container .section-essential .essential-grid .pattern2 {
  background: url("../../innergigabyte/images/essential-img2.jpg") center/cover no-repeat;
}
.kf-container .section-essential .essential-grid .pattern3 {
  background: url("../../innergigabyte/images/essential-img3.png") center/95% auto repeat-y;
}
.kf-container .section-built .swiper-slide div > :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 .section-built .swiper-slide div {
  background-color: #0e0e0e;
  min-height: 400px;
  width: calc(100% - 1px);
  height: 100%;
  padding: 2em 2em;
  border: solid 1px #333333;
  border-radius: 10px;
  background-image: linear-gradient(120deg, rgba(255, 100, 0, 0.3137254902) 0%, transparent 20%, transparent 80%, rgba(70, 230, 230, 0.3137254902) 100%);
}
.kf-container .section-built .swiper-slide div img{
  max-width: 100%;
}
.kf-container .section-built .feature-swiper-navigation:has(.swiper-button-disabled + .swiper-button-disabled) {
  display: none;
}
.kf-container .section-power {
  background-image: url("../../innergigabyte/images/power-bg.png");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}
.kf-container .section-gcc {
  background-image: url("../../innergigabyte/images/gcc-bg.jpg");
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0px;
}
@media (min-width: 631px){
  .container{
    max-width: 631px;
  }
  .kf-container {
    --casaul-body-spacer: 32px;
  }
  .kf-container .btn-anchor {
    width: 48px;
    height: 48px;
  }
  .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) {
    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;
  }
}
@media (min-width: 961px){
  .container{
    max-width: 961px;
  }
  .kf-container .w960\:absolute{
    position: absolute;
  }
  .kf-container .w960\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .kf-container .w960\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .kf-container .w960\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .kf-container .w960\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .kf-container .w960\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .kf-container .w960\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .kf-container .w960\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .kf-container .w960\:row-span-1{
    grid-row: span 1 / span 1;
  }
  .kf-container .w960\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .kf-container .w960\:row-span-3{
    grid-row: span 3 / span 3;
  }
  .kf-container .w960\:row-span-4{
    grid-row: span 4 / span 4;
  }
  .kf-container .w960\:row-span-5{
    grid-row: span 5 / span 5;
  }
  .kf-container .w960\:flex{
    display: flex;
  }
  .kf-container .w960\:flex-row{
    flex-direction: row;
  }
  .kf-container .w960\:items-start{
    align-items: flex-start;
  }
  .kf-container .w960\:gap-5{
    gap: 1.25rem;
  }
  .kf-container .w960\:text-center{
    text-align: center;
  }
  .kf-container .w960\:text-start{
    text-align: left;
  }
  .kf-container .w960\:text-end{
    text-align: right;
  }
  .kf-container .w960\:col-3{
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w960\:col-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w960\:col-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w960\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w960\:col-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w960\:col-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w960\:col-12{
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container  .w960\:center-y{
    display: flex;
    align-items: center;
  }
  .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 .grid-template-7a {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .kf-container .grid-template-7a > :nth-child(1){
    grid-column: span 7 / span 7;
  }
  .kf-container .grid-template-7a > :nth-child(2){
    grid-column: span 5 / span 5;
  }
  .kf-container .grid-template-7a > :nth-child(3){
    grid-column: span 5 / span 5;
  }
  .kf-container .grid-template-7a > :nth-child(4){
    grid-column: span 7 / span 7;
  }
  .kf-container .grid-template-7a > :nth-child(5){
    grid-column: span 4 / span 4;
  }
  .kf-container .grid-template-7a > :nth-child(6){
    grid-column: span 4 / span 4;
  }
  .kf-container .grid-template-7a > :nth-child(7){
    grid-column: span 4 / span 4;
  }
  .kf-container .section-vendor .teaser{
    margin-left: auto;
    margin-right: auto;
  }
  .kf-container .section-design{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .kf-container .section-design .intro{
    padding-top: 10rem;
  }
  .kf-container .section-design .scroll section{
    position: absolute;
    flex-direction: row;
    gap: 5rem;
  }
  .kf-container .section-design .scroll section .text article{
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1321px){
  .container{
    max-width: 1321px;
  }
  .kf-container  .container{
    max-width: 1400px;
  }
  .kf-container .text-aorus24 {
    font-size: 18px;
  }
  .kf-container .text-d5sub {
    font-size: 24px;
    line-height: 28.5px;
  }
  .kf-container .text-aorus32 {
    font-size: 24px;
  }
  .kf-container .text-aorus40 {
    font-size: 30px;
  }
  .kf-container .text-titillium18 {
    font-size: 13.5px;
  }
  .kf-container .text-titillium21b {
    font-size: 15.75px;
  }
  .kf-container .text-headline {
    font-size: 36px;
    line-height: 39px;
  }
  .kf-container .text-sub-headline {
    font-size: 24px;
    line-height: 33px;
  }
  .kf-container .text-more {
    font-size: 15.75px;
  }
  .kf-container .kp-info-value {
    font-size: 42px;
    line-height: 48px;
  }
  .kf-container .kp-info-top-bottom {
    font-size: 16.5px;
    line-height: 18.975px;
  }
  .kf-container .kp-info-string {
    font-size: 27px;
    line-height: 30px;
  }
  .kf-container .dots a p {
    opacity: 1;
  }
  .kf-container .sticky-dots .dots {
    display: grid;
  }
  .kf-container .grid-template-7a {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .kf-container .grid-template-7a > :nth-child(1), .kf-container .grid-template-7a > :nth-child(2), .kf-container .grid-template-7a > :nth-child(3){
    grid-column: span 4 / span 4;
  }
  .kf-container .grid-template-7a > :nth-child(4), .kf-container .grid-template-7a > :nth-child(5), .kf-container .grid-template-7a > :nth-child(6), .kf-container .grid-template-7a > :nth-child(7){
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 1921px){
  .container{
    max-width: 1921px;
  }
  .section{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .kf-container  .container{
    max-width: 1600px;
  }
  .kf-container .text-aorus24 {
    font-size: 24px;
  }
  .kf-container .text-d5sub {
    font-size: 32px;
    line-height: 38px;
  }
  .kf-container .text-aorus32 {
    font-size: 32px;
  }
  .kf-container .text-aorus40 {
    font-size: 40px;
  }
  .kf-container .text-titillium18 {
    font-size: 18px;
  }
  .kf-container .text-titillium21b {
    font-size: 21px;
  }
  .kf-container .text-headline {
    font-size: 48px;
    line-height: 52px;
  }
  .kf-container .text-sub-headline {
    font-size: 32px;
    line-height: 44px;
  }
  .kf-container .text-more {
    font-size: 21px;
  }
  .kf-container .deep-dive-modals {
    font-size: 20px;
  }
  .kf-container .kp-info-value {
    font-size: 56px;
    line-height: 64px;
  }
  .kf-container .kp-info-top-bottom {
    font-size: 22px;
    line-height: 25.3px;
  }
  .kf-container .kp-info-string {
    font-size: 36px;
    line-height: 40px;
  }
  .kf-container {
    font-size: 18px;
  }
  .kf-container .wrapper{
    max-width: 1500px;
  }
}
@media screen and (max-width: 960px){
  .kf-container h3 {
    font-size: 32px;
  }
  .kf-container h4 {
    font-size: 24px;
  }
  .kf-container .dots {
    display: none;
  }
  .kf-container .grid-template-5d {
    display: flex;
    flex-direction: column;
  }
  .kf-container .grid-template-5e {
    display: flex;
    flex-direction: column;
  }
  .kf-container .grid-template-5f {
    display: flex;
    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: flex;
    flex-direction: column;
  }
  .kf-container {
    --cardGap: 40px;
  }
  .kf-container .section-kv img:first-child {
    width: 200%;
  }
  .kf-container .section-kv img:last-child {
    width: 60%;
  }
  .kf-container .section-features .icons img {
    height: 60px;
  }
  .kf-container .section-cooling .sticky-center .intro-bg1 {
    opacity: 1 !important;
  }
  .kf-container .section-cooling .sticky-center .camera {
    height: auto !important;
    height: initial !important;
    flex-direction: column;
    padding: 5rem 0;
  }
  .kf-container .section-cooling .sticky-center .camera img {
    opacity: 1 !important;
    transform: none !important;
    transform: initial !important;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .kf-container .section-cooling .sticky-center .camera img.intro-bg2 {
    position: absolute;
    -o-object-fit: initial;
       object-fit: initial;
    width: 160%;
    height: auto;
  }
  .kf-container .section-cooling .sticky-center .camera .intro-img {
    position: relative;
  }
  .kf-container .section-cooling .sticky-center .camera .intro-h3 {
    position: relative;
    opacity: 1 !important;
    font-size: 40px !important;
    transform: none !important;
    transform: initial !important;
  }
  .kf-container .section-cooling .sticky-center .intro-text .row {
    flex-direction: column;
  }
  .kf-container .section-cooling .sticky-center {
    position: relative;
    gap: 3rem;
  }
  .kf-container .section-cooling .section-content {
    min-height: 0;
  }
  .kf-container .section-cooling .cooling-grid > div{
    grid-column: span 6 / span 6;
    grid-row: span 1 / span 1;
    min-height: 250px;
    border-radius: 10px;
    background-color: #111111;
    border: solid 1px #777777;
  }
  .kf-container .section-cooling .cooling-grid > div:first-child{
    grid-column: span 12 / span 12;
    grid-row: span 1 / span 1;
  }
  .kf-container .section-cooling .cooling-grid > div:has(.pattern) {
    display: none;
  }
  .kf-container .section-cooling .cooling-grid {
    gap: var(--cardGap);
    background-color: transparent;
    border: none;
  }
  .kf-container .section-design .scroll {
    max-width: 90%;
    --tw-gutter-x: var(--casaul-body-spacer, 1vw);
    --tw-gutter-y: var(--casaul-body-spacer, 1vw);
    padding-right: calc(1vw * 0.5);
    padding-right: calc(var(--tw-gutter-x) * 0.5);
    padding-left: calc(1vw * 0.5);
    padding-left: calc(var(--tw-gutter-x) * 0.5);
    margin: 0 auto;
    gap: var(--cardGap);
  }
  .kf-container .section-design .scroll .tgr {
    position: absolute;
  }
  .kf-container .section-design .scroll .spacer {
    position: relative !important;
    max-width: 100% !important;
    max-height: none !important;
    max-height: initial !important;
    width: 100% !important;
    height: auto !important;
    height: initial !important;
    margin: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    transform: translate(0, 0) !important;
    translate: none !important;
    rotate: none !important;
    scale: none !important;
    display: grid;
    grid-gap: var(--cardGap);
    gap: var(--cardGap);
  }
  .kf-container .section-design .scroll section {
    height: auto;
    height: initial;
    opacity: 1;
    pointer-events: inherit;
  }
  .kf-container .section-design .scroll section .imgs {
    opacity: 1;
    transform: translateX(0);
    width: 100%;
  }
  .kf-container .section-design .scroll section .text{
    width: 100%;
    padding: 0px;
    height: auto;
    height: initial;
  }
  .kf-container .section-design .scroll section .text article {
    opacity: 1;
  }
  .kf-container .section-essential .essential-grid p {
    margin: 12px 0;
  }
  .kf-container .section-essential .essential-grid .card.pattern {
    display: none;
  }
  .kf-container .section-essential .essential-grid .card:has(div.btn-deepdive) {
    display: block;
    min-height: 350px;
  }
  .kf-container .section-essential .essential-grid {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1600px){
  .kf-container .dots a {
    min-width: 0;
    min-width: initial;
  }
  .kf-container .dots a p {
    display: none;
  }
}
@media screen and (min-width: 960px){
  .kf-container .grid-template-5e > :nth-child(5) {
    min-height: 350px;
  }
}
@media screen and (max-width: 768px){
  .kf-container .grid-template-6a {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px){
  .kf-container {
    --cardGap: 30px;
  }
  .kf-container .section-cooling .cooling-grid > div {
    min-height: 250px;
    display: grid;
  }
  .kf-container .section-cooling .cooling-grid {
    display: flex;
    flex-direction: column;
  }
}

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