@charset "UTF-8";
.kf-container {
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  font-weight: 400;
  line-height: normal;
  position: relative;
  /**
   * 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 */
  /* Slider */
  /* @media screen and (min-width: 1200px) {
  	.tab_Video .slide, .tab_Review .slide {
  	  min-height: 315px;
  	}
    }

    @media only screen and (max-width: 990px) {
  	.tab_Video .carousel-img, .tab_Review .carousel-img {
  	  min-height: 40vw;
  	  max-height: 400px
  	}
    }

    @media only screen and (max-width: 470px) {
  	.tab_Video .slide .icon.play, .tab_Review .slide .icon.play {
  	  width: 60px;
  	  height: 60px;
  	  margin-top: -30px;
  	  margin-left: -30px;
  	}

  	.tab_Video .slide .carousel-img img, .tab_Review .slide .carousel-img img {
  	  transform: matrix(1.6, 0, 0, 1.6, -20, 0)
  	}
    } */
  /*------------- Scrollbar -------------*/
  /*------------- Video -------------*/
  /*------------- Fonts -------------*/
  /*------------- Section -------------*/
  /*------------- Background -------------*/
  /*------------- Features -------------*/
  /*------------- Glitch text effect -------------*/
  /*------------- Models -------------*/
  /*------------- W2B -------------*/
  /*------------- go top -------------*/
  /*------------- Slider -------------*/
}
.kf-container .container,
.kf-container .container-fluid,
.kf-container .w1920\:container,
.kf-container .w1320\:container,
.kf-container .w960\:container,
.kf-container .w600\:container,
.kf-container .w400\:container,
.kf-container .min\:container {
  --gs-gutter-x: 1.5rem;
  --gs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gs-gutter-x) * 0.5);
  padding-left: calc(var(--gs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.kf-container .container {
  max-width: 320px;
}
@media (min-width: 400px) {
  .kf-container .w400\:container, .kf-container .container {
    max-width: 400px;
  }
}
@media (min-width: 631px) {
  .kf-container .w600\:container, .kf-container .w400\:container, .kf-container .container {
    max-width: 630px;
  }
}
@media (min-width: 961px) {
  .kf-container .w960\:container, .kf-container .w600\:container, .kf-container .w400\:container, .kf-container .container {
    max-width: 960px;
  }
}
@media (min-width: 1321px) {
  .kf-container .w1320\:container, .kf-container .w960\:container, .kf-container .w600\:container, .kf-container .w400\:container, .kf-container .container {
    max-width: 1320px;
  }
}
@media (min-width: 1921px) {
  .kf-container .w1920\:container, .kf-container .w1320\:container, .kf-container .w960\:container, .kf-container .w600\:container, .kf-container .w400\:container, .kf-container .container {
    max-width: 1440px;
  }
}
:root,
[data-bs-theme=light] {
  --gs-blue: #0d6efd;
  --gs-indigo: #6610f2;
  --gs-purple: #6f42c1;
  --gs-pink: #d63384;
  --gs-red: #dc3545;
  --gs-orange: #fd7e14;
  --gs-yellow: #ffc107;
  --gs-green: #198754;
  --gs-teal: #20c997;
  --gs-cyan: #0dcaf0;
  --gs-black: #000;
  --gs-white: #fff;
  --gs-gray: #6c757d;
  --gs-gray-dark: #343a40;
  --gs-gray-100: #f8f9fa;
  --gs-gray-200: #e9ecef;
  --gs-gray-300: #dee2e6;
  --gs-gray-400: #ced4da;
  --gs-gray-500: #adb5bd;
  --gs-gray-600: #6c757d;
  --gs-gray-700: #495057;
  --gs-gray-800: #343a40;
  --gs-gray-900: #212529;
  --gs-primary: #0d6efd;
  --gs-secondary: #6c757d;
  --gs-success: #198754;
  --gs-info: #0dcaf0;
  --gs-warning: #ffc107;
  --gs-danger: #dc3545;
  --gs-light: #f8f9fa;
  --gs-dark: #212529;
  --gs-primary-rgb: 13, 110, 253;
  --gs-secondary-rgb: 108, 117, 125;
  --gs-success-rgb: 25, 135, 84;
  --gs-info-rgb: 13, 202, 240;
  --gs-warning-rgb: 255, 193, 7;
  --gs-danger-rgb: 220, 53, 69;
  --gs-light-rgb: 248, 249, 250;
  --gs-dark-rgb: 33, 37, 41;
  --gs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --gs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --gs-success-text-emphasis: rgb(10, 54, 33.6);
  --gs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --gs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --gs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --gs-light-text-emphasis: #495057;
  --gs-dark-text-emphasis: #495057;
  --gs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --gs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --gs-success-bg-subtle: rgb(209, 231, 220.8);
  --gs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --gs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --gs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --gs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --gs-dark-bg-subtle: #ced4da;
  --gs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --gs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --gs-success-border-subtle: rgb(163, 207, 186.6);
  --gs-info-border-subtle: rgb(158.2, 233.8, 249);
  --gs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --gs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --gs-light-border-subtle: #e9ecef;
  --gs-dark-border-subtle: #adb5bd;
  --gs-white-rgb: 255, 255, 255;
  --gs-black-rgb: 0, 0, 0;
  --gs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --gs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --gs-body-font-family: var(--gs-font-sans-serif);
  --gs-body-font-size: 1rem;
  --gs-body-font-weight: 400;
  --gs-body-line-height: 1.5;
  --gs-body-color: #212529;
  --gs-body-color-rgb: 33, 37, 41;
  --gs-body-bg: #fff;
  --gs-body-bg-rgb: 255, 255, 255;
  --gs-emphasis-color: #000;
  --gs-emphasis-color-rgb: 0, 0, 0;
  --gs-secondary-color: rgba(33, 37, 41, 0.75);
  --gs-secondary-color-rgb: 33, 37, 41;
  --gs-secondary-bg: #e9ecef;
  --gs-secondary-bg-rgb: 233, 236, 239;
  --gs-tertiary-color: rgba(33, 37, 41, 0.5);
  --gs-tertiary-color-rgb: 33, 37, 41;
  --gs-tertiary-bg: #f8f9fa;
  --gs-tertiary-bg-rgb: 248, 249, 250;
  --gs-heading-color: inherit;
  --gs-link-color: #0d6efd;
  --gs-link-color-rgb: 13, 110, 253;
  --gs-link-decoration: none;
  --gs-link-hover-color: rgb(10.4, 88, 202.4);
  --gs-link-hover-color-rgb: 10, 88, 202;
  --gs-code-color: #d63384;
  --gs-highlight-color: #212529;
  --gs-highlight-bg: rgb(255, 242.6, 205.4);
  --gs-border-width: 1px;
  --gs-border-style: solid;
  --gs-border-color: #dee2e6;
  --gs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --gs-border-radius: 0.375rem;
  --gs-border-radius-sm: 0.25rem;
  --gs-border-radius-lg: 0.5rem;
  --gs-border-radius-xl: 1rem;
  --gs-border-radius-xxl: 2rem;
  --gs-border-radius-2xl: var(--gs-border-radius-xxl);
  --gs-border-radius-pill: 50rem;
  --gs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --gs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --gs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --gs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --gs-focus-ring-width: 0.25rem;
  --gs-focus-ring-opacity: 0.25;
  --gs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --gs-form-valid-color: #198754;
  --gs-form-valid-border-color: #198754;
  --gs-form-invalid-color: #dc3545;
  --gs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --gs-body-color: #dee2e6;
  --gs-body-color-rgb: 222, 226, 230;
  --gs-body-bg: #212529;
  --gs-body-bg-rgb: 33, 37, 41;
  --gs-emphasis-color: #fff;
  --gs-emphasis-color-rgb: 255, 255, 255;
  --gs-secondary-color: rgba(222, 226, 230, 0.75);
  --gs-secondary-color-rgb: 222, 226, 230;
  --gs-secondary-bg: #343a40;
  --gs-secondary-bg-rgb: 52, 58, 64;
  --gs-tertiary-color: rgba(222, 226, 230, 0.5);
  --gs-tertiary-color-rgb: 222, 226, 230;
  --gs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --gs-tertiary-bg-rgb: 43, 48, 53;
  --gs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --gs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --gs-success-text-emphasis: rgb(117, 183, 152.4);
  --gs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --gs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --gs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --gs-light-text-emphasis: #f8f9fa;
  --gs-dark-text-emphasis: #dee2e6;
  --gs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --gs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --gs-success-bg-subtle: rgb(5, 27, 16.8);
  --gs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --gs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --gs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --gs-light-bg-subtle: #343a40;
  --gs-dark-bg-subtle: #1a1d20;
  --gs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --gs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --gs-success-border-subtle: rgb(15, 81, 50.4);
  --gs-info-border-subtle: rgb(7.8, 121.2, 144);
  --gs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --gs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --gs-light-border-subtle: #495057;
  --gs-dark-border-subtle: #343a40;
  --gs-heading-color: inherit;
  --gs-link-color: rgb(109.8, 168, 253.8);
  --gs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --gs-link-color-rgb: 110, 168, 254;
  --gs-link-hover-color-rgb: 139, 185, 254;
  --gs-code-color: rgb(230.4, 132.6, 181.2);
  --gs-highlight-color: #dee2e6;
  --gs-highlight-bg: rgb(102, 77.2, 2.8);
  --gs-border-color: #495057;
  --gs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --gs-form-valid-color: rgb(117, 183, 152.4);
  --gs-form-valid-border-color: rgb(117, 183, 152.4);
  --gs-form-invalid-color: rgb(234, 133.8, 143.4);
  --gs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

:root {
  --gs-link-color-rgb: 255, 100, 0;
  --gs-link-hover-color-rgb: 161, 63, 0;
}

.kf-container *,
.kf-container *::before,
.kf-container *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .kf-container :root {
    scroll-behavior: smooth;
  }
}
.kf-container body {
  margin: 0;
  font-family: var(--gs-body-font-family);
  font-size: var(--gs-body-font-size);
  font-weight: var(--gs-body-font-weight);
  line-height: var(--gs-body-line-height);
  color: var(--gs-body-color);
  text-align: var(--gs-body-text-align);
  background-color: var(--gs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.kf-container hr {
  margin: 1.5rem 0;
  color: inherit;
  border: 0;
  border-top: var(--gs-border-width) solid;
  opacity: 0.25;
}
.kf-container h6, .kf-container h5, .kf-container h4, .kf-container h3, .kf-container h2, .kf-container h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--gs-heading-color);
}
.kf-container h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .kf-container h1 {
    font-size: 2.5rem;
  }
}
.kf-container h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .kf-container h2 {
    font-size: 2rem;
  }
}
.kf-container h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .kf-container h3 {
    font-size: 1.75rem;
  }
}
.kf-container h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .kf-container h4 {
    font-size: 1.5rem;
  }
}
.kf-container h5 {
  font-size: 1.25rem;
}
.kf-container h6 {
  font-size: 1rem;
}
.kf-container p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.kf-container abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
.kf-container address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.kf-container ol,
.kf-container ul {
  padding-left: 2rem;
}
.kf-container ol,
.kf-container ul,
.kf-container dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.kf-container ol ol,
.kf-container ul ul,
.kf-container ol ul,
.kf-container ul ol {
  margin-bottom: 0;
}
.kf-container dt {
  font-weight: 700;
}
.kf-container dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.kf-container blockquote {
  margin: 0 0 1rem;
}
.kf-container b,
.kf-container strong {
  font-weight: bolder;
}
.kf-container small {
  font-size: 0.875em;
}
.kf-container mark {
  padding: 0.1875em;
  color: var(--gs-highlight-color);
  background-color: var(--gs-highlight-bg);
}
.kf-container sub,
.kf-container sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.kf-container sub {
  bottom: -0.25em;
}
.kf-container sup {
  top: -0.5em;
}
.kf-container a {
  color: rgba(var(--gs-link-color-rgb), var(--gs-link-opacity, 1));
  text-decoration: none;
}
.kf-container a:hover {
  --gs-link-color-rgb: var(--gs-link-hover-color-rgb);
}
.kf-container a:not([href]):not([class]), .kf-container a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.kf-container pre,
.kf-container code,
.kf-container kbd,
.kf-container samp {
  font-family: var(--gs-font-monospace);
  font-size: 1em;
}
.kf-container pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.kf-container pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.kf-container code {
  font-size: 0.875em;
  color: var(--gs-code-color);
  word-wrap: break-word;
}
a > .kf-container code {
  color: inherit;
}
.kf-container kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--gs-body-bg);
  background-color: var(--gs-body-color);
  border-radius: 0.25rem;
}
.kf-container kbd kbd {
  padding: 0;
  font-size: 1em;
}
.kf-container figure {
  margin: 0 0 1rem;
}
.kf-container img,
.kf-container svg {
  vertical-align: middle;
}
.kf-container table {
  caption-side: bottom;
  border-collapse: collapse;
}
.kf-container caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--gs-secondary-color);
  text-align: left;
}
.kf-container th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.kf-container thead,
.kf-container tbody,
.kf-container tfoot,
.kf-container tr,
.kf-container td,
.kf-container th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.kf-container label {
  display: inline-block;
}
.kf-container button {
  border-radius: 0;
}
.kf-container button:focus:not(:focus-visible) {
  outline: 0;
}
.kf-container input,
.kf-container button,
.kf-container select,
.kf-container optgroup,
.kf-container textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.kf-container button,
.kf-container select {
  text-transform: none;
}
.kf-container [role=button] {
  cursor: pointer;
}
.kf-container select {
  word-wrap: normal;
}
.kf-container select:disabled {
  opacity: 1;
}
.kf-container [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.kf-container button,
.kf-container [type=button],
.kf-container [type=reset],
.kf-container [type=submit] {
  -webkit-appearance: button;
}
.kf-container button:not(:disabled),
.kf-container [type=button]:not(:disabled),
.kf-container [type=reset]:not(:disabled),
.kf-container [type=submit]:not(:disabled) {
  cursor: pointer;
}
.kf-container ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.kf-container textarea {
  resize: vertical;
}
.kf-container fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.kf-container legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .kf-container legend {
    font-size: 1.5rem;
  }
}
.kf-container legend + * {
  clear: left;
}
.kf-container ::-webkit-datetime-edit-fields-wrapper,
.kf-container ::-webkit-datetime-edit-text,
.kf-container ::-webkit-datetime-edit-minute,
.kf-container ::-webkit-datetime-edit-hour-field,
.kf-container ::-webkit-datetime-edit-day-field,
.kf-container ::-webkit-datetime-edit-month-field,
.kf-container ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.kf-container ::-webkit-inner-spin-button {
  height: auto;
}
.kf-container [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.kf-container ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.kf-container ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.kf-container ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.kf-container output {
  display: inline-block;
}
.kf-container iframe {
  border: 0;
}
.kf-container summary {
  display: list-item;
  cursor: pointer;
}
.kf-container progress {
  vertical-align: baseline;
}
.kf-container [hidden] {
  display: none !important;
}
.kf-container :root {
  --gs-breakpoint-min: 0;
  --gs-breakpoint-w400: 400px;
  --gs-breakpoint-w600: 631px;
  --gs-breakpoint-w960: 961px;
  --gs-breakpoint-w1320: 1321px;
  --gs-breakpoint-w1920: 1921px;
}
.kf-container .row {
  --gs-gutter-x: var(--casaul-body-spacer);
  --gs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gs-gutter-y));
  margin-right: calc(-0.5 * var(--gs-gutter-x));
  margin-left: calc(-0.5 * var(--gs-gutter-x));
}
.kf-container .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gs-gutter-x) * 0.5);
  padding-left: calc(var(--gs-gutter-x) * 0.5);
  margin-top: var(--gs-gutter-y);
}
.kf-container .col {
  flex: 1 0 0%;
}
.kf-container .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.kf-container .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.kf-container .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.kf-container .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.kf-container .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.kf-container .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.kf-container .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.kf-container .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.kf-container .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.kf-container .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.kf-container .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.kf-container .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.kf-container .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.kf-container .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.kf-container .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.kf-container .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.kf-container .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.kf-container .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.kf-container .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.kf-container .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.kf-container .offset-1 {
  margin-left: 8.33333333%;
}
.kf-container .offset-2 {
  margin-left: 16.66666667%;
}
.kf-container .offset-3 {
  margin-left: 25%;
}
.kf-container .offset-4 {
  margin-left: 33.33333333%;
}
.kf-container .offset-5 {
  margin-left: 41.66666667%;
}
.kf-container .offset-6 {
  margin-left: 50%;
}
.kf-container .offset-7 {
  margin-left: 58.33333333%;
}
.kf-container .offset-8 {
  margin-left: 66.66666667%;
}
.kf-container .offset-9 {
  margin-left: 75%;
}
.kf-container .offset-10 {
  margin-left: 83.33333333%;
}
.kf-container .offset-11 {
  margin-left: 91.66666667%;
}
.kf-container .g-0,
.kf-container .gx-0 {
  --gs-gutter-x: 0;
}
.kf-container .g-0,
.kf-container .gy-0 {
  --gs-gutter-y: 0;
}
.kf-container .g-1,
.kf-container .gx-1 {
  --gs-gutter-x: 0.375rem;
}
.kf-container .g-1,
.kf-container .gy-1 {
  --gs-gutter-y: 0.375rem;
}
.kf-container .g-2,
.kf-container .gx-2 {
  --gs-gutter-x: 0.75rem;
}
.kf-container .g-2,
.kf-container .gy-2 {
  --gs-gutter-y: 0.75rem;
}
.kf-container .g-3,
.kf-container .gx-3 {
  --gs-gutter-x: 1.5rem;
}
.kf-container .g-3,
.kf-container .gy-3 {
  --gs-gutter-y: 1.5rem;
}
.kf-container .g-4,
.kf-container .gx-4 {
  --gs-gutter-x: 2.25rem;
}
.kf-container .g-4,
.kf-container .gy-4 {
  --gs-gutter-y: 2.25rem;
}
.kf-container .g-5,
.kf-container .gx-5 {
  --gs-gutter-x: 4.5rem;
}
.kf-container .g-5,
.kf-container .gy-5 {
  --gs-gutter-y: 4.5rem;
}
.kf-container .g-xl,
.kf-container .gx-xl {
  --gs-gutter-x: 5rem;
}
.kf-container .g-xl,
.kf-container .gy-xl {
  --gs-gutter-y: 5rem;
}
.kf-container .g-2xl,
.kf-container .gx-2xl {
  --gs-gutter-x: 10rem;
}
.kf-container .g-2xl,
.kf-container .gy-2xl {
  --gs-gutter-y: 10rem;
}
.kf-container .g-x,
.kf-container .gx-x {
  --gs-gutter-x: var(--casaul-body-spacer);
}
.kf-container .g-x,
.kf-container .gy-x {
  --gs-gutter-y: var(--casaul-body-spacer);
}
@media (min-width: 400px) {
  .kf-container .w400\:col {
    flex: 1 0 0%;
  }
  .kf-container .w400\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w400\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w400\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w400\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w400\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w400\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .w400\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w400\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w400\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .w400\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w400\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w400\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w400\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w400\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w400\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w400\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w400\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .w400\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .w400\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .w400\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w400\:offset-0 {
    margin-left: 0;
  }
  .kf-container .w400\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .w400\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .w400\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .w400\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .w400\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .w400\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .w400\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .w400\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .w400\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .w400\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .w400\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .w400\:g-0,
  .kf-container .w400\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .w400\:g-0,
  .kf-container .w400\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .w400\:g-1,
  .kf-container .w400\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .w400\:g-1,
  .kf-container .w400\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .w400\:g-2,
  .kf-container .w400\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .w400\:g-2,
  .kf-container .w400\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .w400\:g-3,
  .kf-container .w400\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .w400\:g-3,
  .kf-container .w400\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .w400\:g-4,
  .kf-container .w400\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .w400\:g-4,
  .kf-container .w400\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .w400\:g-5,
  .kf-container .w400\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .w400\:g-5,
  .kf-container .w400\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .w400\:g-xl,
  .kf-container .w400\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .w400\:g-xl,
  .kf-container .w400\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .w400\:g-2xl,
  .kf-container .w400\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .w400\:g-2xl,
  .kf-container .w400\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .w400\:g-x,
  .kf-container .w400\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .w400\:g-x,
  .kf-container .w400\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
@media (min-width: 631px) {
  .kf-container .w600\:col {
    flex: 1 0 0%;
  }
  .kf-container .w600\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w600\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w600\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w600\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w600\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w600\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .w600\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w600\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w600\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .w600\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w600\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w600\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w600\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w600\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w600\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w600\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w600\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .w600\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .w600\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .w600\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w600\:offset-0 {
    margin-left: 0;
  }
  .kf-container .w600\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .w600\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .w600\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .w600\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .w600\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .w600\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .w600\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .w600\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .w600\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .w600\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .w600\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .w600\:g-0,
  .kf-container .w600\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .w600\:g-0,
  .kf-container .w600\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .w600\:g-1,
  .kf-container .w600\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .w600\:g-1,
  .kf-container .w600\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .w600\:g-2,
  .kf-container .w600\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .w600\:g-2,
  .kf-container .w600\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .w600\:g-3,
  .kf-container .w600\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .w600\:g-3,
  .kf-container .w600\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .w600\:g-4,
  .kf-container .w600\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .w600\:g-4,
  .kf-container .w600\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .w600\:g-5,
  .kf-container .w600\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .w600\:g-5,
  .kf-container .w600\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .w600\:g-xl,
  .kf-container .w600\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .w600\:g-xl,
  .kf-container .w600\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .w600\:g-2xl,
  .kf-container .w600\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .w600\:g-2xl,
  .kf-container .w600\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .w600\:g-x,
  .kf-container .w600\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .w600\:g-x,
  .kf-container .w600\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
@media (min-width: 961px) {
  .kf-container .w960\:col {
    flex: 1 0 0%;
  }
  .kf-container .w960\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w960\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w960\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w960\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w960\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w960\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .w960\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w960\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w960\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .w960\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .w960\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .w960\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .w960\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w960\:offset-0 {
    margin-left: 0;
  }
  .kf-container .w960\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .w960\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .w960\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .w960\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .w960\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .w960\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .w960\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .w960\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .w960\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .w960\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .w960\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .w960\:g-0,
  .kf-container .w960\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .w960\:g-0,
  .kf-container .w960\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .w960\:g-1,
  .kf-container .w960\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .w960\:g-1,
  .kf-container .w960\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .w960\:g-2,
  .kf-container .w960\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .w960\:g-2,
  .kf-container .w960\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .w960\:g-3,
  .kf-container .w960\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .w960\:g-3,
  .kf-container .w960\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .w960\:g-4,
  .kf-container .w960\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .w960\:g-4,
  .kf-container .w960\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .w960\:g-5,
  .kf-container .w960\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .w960\:g-5,
  .kf-container .w960\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .w960\:g-xl,
  .kf-container .w960\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .w960\:g-xl,
  .kf-container .w960\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .w960\:g-2xl,
  .kf-container .w960\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .w960\:g-2xl,
  .kf-container .w960\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .w960\:g-x,
  .kf-container .w960\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .w960\:g-x,
  .kf-container .w960\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
@media (min-width: 1321px) {
  .kf-container .w1320\:col {
    flex: 1 0 0%;
  }
  .kf-container .w1320\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w1320\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w1320\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w1320\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w1320\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w1320\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .w1320\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w1320\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w1320\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .w1320\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w1320\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w1320\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w1320\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w1320\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w1320\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w1320\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w1320\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .w1320\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .w1320\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .w1320\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w1320\:offset-0 {
    margin-left: 0;
  }
  .kf-container .w1320\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .w1320\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .w1320\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .w1320\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .w1320\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .w1320\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .w1320\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .w1320\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .w1320\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .w1320\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .w1320\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .w1320\:g-0,
  .kf-container .w1320\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .w1320\:g-0,
  .kf-container .w1320\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .w1320\:g-1,
  .kf-container .w1320\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .w1320\:g-1,
  .kf-container .w1320\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .w1320\:g-2,
  .kf-container .w1320\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .w1320\:g-2,
  .kf-container .w1320\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .w1320\:g-3,
  .kf-container .w1320\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .w1320\:g-3,
  .kf-container .w1320\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .w1320\:g-4,
  .kf-container .w1320\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .w1320\:g-4,
  .kf-container .w1320\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .w1320\:g-5,
  .kf-container .w1320\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .w1320\:g-5,
  .kf-container .w1320\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .w1320\:g-xl,
  .kf-container .w1320\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .w1320\:g-xl,
  .kf-container .w1320\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .w1320\:g-2xl,
  .kf-container .w1320\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .w1320\:g-2xl,
  .kf-container .w1320\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .w1320\:g-x,
  .kf-container .w1320\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .w1320\:g-x,
  .kf-container .w1320\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
@media (min-width: 1921px) {
  .kf-container .w1920\:col {
    flex: 1 0 0%;
  }
  .kf-container .w1920\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w1920\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w1920\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w1920\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w1920\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w1920\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .w1920\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w1920\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .w1920\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .w1920\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .w1920\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .w1920\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .w1920\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .w1920\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .w1920\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .w1920\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .w1920\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .w1920\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .w1920\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .w1920\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .w1920\:offset-0 {
    margin-left: 0;
  }
  .kf-container .w1920\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .w1920\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .w1920\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .w1920\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .w1920\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .w1920\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .w1920\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .w1920\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .w1920\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .w1920\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .w1920\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .w1920\:g-0,
  .kf-container .w1920\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .w1920\:g-0,
  .kf-container .w1920\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .w1920\:g-1,
  .kf-container .w1920\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .w1920\:g-1,
  .kf-container .w1920\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .w1920\:g-2,
  .kf-container .w1920\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .w1920\:g-2,
  .kf-container .w1920\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .w1920\:g-3,
  .kf-container .w1920\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .w1920\:g-3,
  .kf-container .w1920\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .w1920\:g-4,
  .kf-container .w1920\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .w1920\:g-4,
  .kf-container .w1920\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .w1920\:g-5,
  .kf-container .w1920\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .w1920\:g-5,
  .kf-container .w1920\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .w1920\:g-xl,
  .kf-container .w1920\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .w1920\:g-xl,
  .kf-container .w1920\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .w1920\:g-2xl,
  .kf-container .w1920\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .w1920\:g-2xl,
  .kf-container .w1920\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .w1920\:g-x,
  .kf-container .w1920\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .w1920\:g-x,
  .kf-container .w1920\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
@media (max-width: 1920.98px) {
  .kf-container .max-w1920\:col {
    flex: 1 0 0%;
  }
  .kf-container .max-w1920\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w1920\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w1920\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w1920\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w1920\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w1920\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .max-w1920\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w1920\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w1920\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .max-w1920\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w1920\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w1920\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w1920\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .max-w1920\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w1920\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .max-w1920\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .max-w1920\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .max-w1920\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .max-w1920\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .max-w1920\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w1920\:offset-0 {
    margin-left: 0;
  }
  .kf-container .max-w1920\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .max-w1920\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .max-w1920\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .max-w1920\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .max-w1920\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .max-w1920\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .max-w1920\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .max-w1920\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .max-w1920\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .max-w1920\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .max-w1920\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .max-w1920\:g-0,
  .kf-container .max-w1920\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .max-w1920\:g-0,
  .kf-container .max-w1920\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .max-w1920\:g-1,
  .kf-container .max-w1920\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .max-w1920\:g-1,
  .kf-container .max-w1920\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .max-w1920\:g-2,
  .kf-container .max-w1920\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .max-w1920\:g-2,
  .kf-container .max-w1920\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .max-w1920\:g-3,
  .kf-container .max-w1920\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .max-w1920\:g-3,
  .kf-container .max-w1920\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .max-w1920\:g-4,
  .kf-container .max-w1920\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .max-w1920\:g-4,
  .kf-container .max-w1920\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .max-w1920\:g-5,
  .kf-container .max-w1920\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .max-w1920\:g-5,
  .kf-container .max-w1920\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .max-w1920\:g-xl,
  .kf-container .max-w1920\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .max-w1920\:g-xl,
  .kf-container .max-w1920\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .max-w1920\:g-2xl,
  .kf-container .max-w1920\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .max-w1920\:g-2xl,
  .kf-container .max-w1920\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .max-w1920\:g-x,
  .kf-container .max-w1920\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .max-w1920\:g-x,
  .kf-container .max-w1920\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
@media (max-width: 1320.98px) {
  .kf-container .max-w1320\:col {
    flex: 1 0 0%;
  }
  .kf-container .max-w1320\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w1320\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w1320\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w1320\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w1320\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w1320\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .max-w1320\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w1320\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w1320\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .max-w1320\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w1320\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w1320\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w1320\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .max-w1320\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w1320\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .max-w1320\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .max-w1320\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .max-w1320\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .max-w1320\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .max-w1320\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w1320\:offset-0 {
    margin-left: 0;
  }
  .kf-container .max-w1320\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .max-w1320\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .max-w1320\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .max-w1320\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .max-w1320\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .max-w1320\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .max-w1320\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .max-w1320\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .max-w1320\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .max-w1320\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .max-w1320\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .max-w1320\:g-0,
  .kf-container .max-w1320\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .max-w1320\:g-0,
  .kf-container .max-w1320\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .max-w1320\:g-1,
  .kf-container .max-w1320\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .max-w1320\:g-1,
  .kf-container .max-w1320\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .max-w1320\:g-2,
  .kf-container .max-w1320\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .max-w1320\:g-2,
  .kf-container .max-w1320\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .max-w1320\:g-3,
  .kf-container .max-w1320\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .max-w1320\:g-3,
  .kf-container .max-w1320\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .max-w1320\:g-4,
  .kf-container .max-w1320\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .max-w1320\:g-4,
  .kf-container .max-w1320\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .max-w1320\:g-5,
  .kf-container .max-w1320\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .max-w1320\:g-5,
  .kf-container .max-w1320\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .max-w1320\:g-xl,
  .kf-container .max-w1320\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .max-w1320\:g-xl,
  .kf-container .max-w1320\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .max-w1320\:g-2xl,
  .kf-container .max-w1320\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .max-w1320\:g-2xl,
  .kf-container .max-w1320\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .max-w1320\:g-x,
  .kf-container .max-w1320\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .max-w1320\:g-x,
  .kf-container .max-w1320\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
@media (max-width: 960.98px) {
  .kf-container .max-w960\:col {
    flex: 1 0 0%;
  }
  .kf-container .max-w960\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w960\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w960\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w960\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w960\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w960\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .max-w960\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w960\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w960\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .max-w960\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w960\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w960\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w960\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .max-w960\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w960\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .max-w960\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .max-w960\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .max-w960\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .max-w960\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .max-w960\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w960\:offset-0 {
    margin-left: 0;
  }
  .kf-container .max-w960\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .max-w960\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .max-w960\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .max-w960\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .max-w960\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .max-w960\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .max-w960\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .max-w960\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .max-w960\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .max-w960\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .max-w960\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .max-w960\:g-0,
  .kf-container .max-w960\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .max-w960\:g-0,
  .kf-container .max-w960\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .max-w960\:g-1,
  .kf-container .max-w960\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .max-w960\:g-1,
  .kf-container .max-w960\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .max-w960\:g-2,
  .kf-container .max-w960\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .max-w960\:g-2,
  .kf-container .max-w960\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .max-w960\:g-3,
  .kf-container .max-w960\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .max-w960\:g-3,
  .kf-container .max-w960\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .max-w960\:g-4,
  .kf-container .max-w960\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .max-w960\:g-4,
  .kf-container .max-w960\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .max-w960\:g-5,
  .kf-container .max-w960\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .max-w960\:g-5,
  .kf-container .max-w960\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .max-w960\:g-xl,
  .kf-container .max-w960\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .max-w960\:g-xl,
  .kf-container .max-w960\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .max-w960\:g-2xl,
  .kf-container .max-w960\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .max-w960\:g-2xl,
  .kf-container .max-w960\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .max-w960\:g-x,
  .kf-container .max-w960\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .max-w960\:g-x,
  .kf-container .max-w960\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
@media (max-width: 630.98px) {
  .kf-container .max-w600\:col {
    flex: 1 0 0%;
  }
  .kf-container .max-w600\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w600\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w600\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w600\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w600\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w600\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .max-w600\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w600\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w600\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .max-w600\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w600\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w600\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w600\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .max-w600\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w600\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .max-w600\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .max-w600\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .max-w600\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .max-w600\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .max-w600\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w600\:offset-0 {
    margin-left: 0;
  }
  .kf-container .max-w600\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .max-w600\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .max-w600\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .max-w600\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .max-w600\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .max-w600\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .max-w600\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .max-w600\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .max-w600\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .max-w600\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .max-w600\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .max-w600\:g-0,
  .kf-container .max-w600\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .max-w600\:g-0,
  .kf-container .max-w600\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .max-w600\:g-1,
  .kf-container .max-w600\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .max-w600\:g-1,
  .kf-container .max-w600\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .max-w600\:g-2,
  .kf-container .max-w600\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .max-w600\:g-2,
  .kf-container .max-w600\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .max-w600\:g-3,
  .kf-container .max-w600\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .max-w600\:g-3,
  .kf-container .max-w600\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .max-w600\:g-4,
  .kf-container .max-w600\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .max-w600\:g-4,
  .kf-container .max-w600\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .max-w600\:g-5,
  .kf-container .max-w600\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .max-w600\:g-5,
  .kf-container .max-w600\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .max-w600\:g-xl,
  .kf-container .max-w600\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .max-w600\:g-xl,
  .kf-container .max-w600\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .max-w600\:g-2xl,
  .kf-container .max-w600\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .max-w600\:g-2xl,
  .kf-container .max-w600\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .max-w600\:g-x,
  .kf-container .max-w600\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .max-w600\:g-x,
  .kf-container .max-w600\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
@media (max-width: 399.98px) {
  .kf-container .max-w400\:col {
    flex: 1 0 0%;
  }
  .kf-container .max-w400\:row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w400\:row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w400\:row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w400\:row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w400\:row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w400\:row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .kf-container .max-w400\:row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w400\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .kf-container .max-w400\:col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .kf-container .max-w400\:col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .kf-container .max-w400\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .kf-container .max-w400\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .kf-container .max-w400\:col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .kf-container .max-w400\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .kf-container .max-w400\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .kf-container .max-w400\:col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .kf-container .max-w400\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .kf-container .max-w400\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .kf-container .max-w400\:col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .kf-container .max-w400\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .kf-container .max-w400\:offset-0 {
    margin-left: 0;
  }
  .kf-container .max-w400\:offset-1 {
    margin-left: 8.33333333%;
  }
  .kf-container .max-w400\:offset-2 {
    margin-left: 16.66666667%;
  }
  .kf-container .max-w400\:offset-3 {
    margin-left: 25%;
  }
  .kf-container .max-w400\:offset-4 {
    margin-left: 33.33333333%;
  }
  .kf-container .max-w400\:offset-5 {
    margin-left: 41.66666667%;
  }
  .kf-container .max-w400\:offset-6 {
    margin-left: 50%;
  }
  .kf-container .max-w400\:offset-7 {
    margin-left: 58.33333333%;
  }
  .kf-container .max-w400\:offset-8 {
    margin-left: 66.66666667%;
  }
  .kf-container .max-w400\:offset-9 {
    margin-left: 75%;
  }
  .kf-container .max-w400\:offset-10 {
    margin-left: 83.33333333%;
  }
  .kf-container .max-w400\:offset-11 {
    margin-left: 91.66666667%;
  }
  .kf-container .max-w400\:g-0,
  .kf-container .max-w400\:gx-0 {
    --gs-gutter-x: 0;
  }
  .kf-container .max-w400\:g-0,
  .kf-container .max-w400\:gy-0 {
    --gs-gutter-y: 0;
  }
  .kf-container .max-w400\:g-1,
  .kf-container .max-w400\:gx-1 {
    --gs-gutter-x: 0.375rem;
  }
  .kf-container .max-w400\:g-1,
  .kf-container .max-w400\:gy-1 {
    --gs-gutter-y: 0.375rem;
  }
  .kf-container .max-w400\:g-2,
  .kf-container .max-w400\:gx-2 {
    --gs-gutter-x: 0.75rem;
  }
  .kf-container .max-w400\:g-2,
  .kf-container .max-w400\:gy-2 {
    --gs-gutter-y: 0.75rem;
  }
  .kf-container .max-w400\:g-3,
  .kf-container .max-w400\:gx-3 {
    --gs-gutter-x: 1.5rem;
  }
  .kf-container .max-w400\:g-3,
  .kf-container .max-w400\:gy-3 {
    --gs-gutter-y: 1.5rem;
  }
  .kf-container .max-w400\:g-4,
  .kf-container .max-w400\:gx-4 {
    --gs-gutter-x: 2.25rem;
  }
  .kf-container .max-w400\:g-4,
  .kf-container .max-w400\:gy-4 {
    --gs-gutter-y: 2.25rem;
  }
  .kf-container .max-w400\:g-5,
  .kf-container .max-w400\:gx-5 {
    --gs-gutter-x: 4.5rem;
  }
  .kf-container .max-w400\:g-5,
  .kf-container .max-w400\:gy-5 {
    --gs-gutter-y: 4.5rem;
  }
  .kf-container .max-w400\:g-xl,
  .kf-container .max-w400\:gx-xl {
    --gs-gutter-x: 5rem;
  }
  .kf-container .max-w400\:g-xl,
  .kf-container .max-w400\:gy-xl {
    --gs-gutter-y: 5rem;
  }
  .kf-container .max-w400\:g-2xl,
  .kf-container .max-w400\:gx-2xl {
    --gs-gutter-x: 10rem;
  }
  .kf-container .max-w400\:g-2xl,
  .kf-container .max-w400\:gy-2xl {
    --gs-gutter-y: 10rem;
  }
  .kf-container .max-w400\:g-x,
  .kf-container .max-w400\:gx-x {
    --gs-gutter-x: var(--casaul-body-spacer);
  }
  .kf-container .max-w400\:g-x,
  .kf-container .max-w400\:gy-x {
    --gs-gutter-y: var(--casaul-body-spacer);
  }
}
.kf-container .img-fluid {
  max-width: 100%;
  height: auto;
}
.kf-container .img-thumbnail {
  padding: 0.25rem;
  background-color: var(--gs-body-bg);
  border: var(--gs-border-width) solid var(--gs-border-color);
  border-radius: var(--gs-border-radius);
  max-width: 100%;
  height: auto;
}
.kf-container .figure {
  display: inline-block;
}
.kf-container .figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}
.kf-container .figure-caption {
  font-size: 0.875em;
  color: var(--gs-secondary-color);
}
.kf-container .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.kf-container .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--gs-primary-rgb), var(--gs-bg-opacity, 1)) !important;
}
.kf-container .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--gs-secondary-rgb), var(--gs-bg-opacity, 1)) !important;
}
.kf-container .text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--gs-success-rgb), var(--gs-bg-opacity, 1)) !important;
}
.kf-container .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--gs-info-rgb), var(--gs-bg-opacity, 1)) !important;
}
.kf-container .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--gs-warning-rgb), var(--gs-bg-opacity, 1)) !important;
}
.kf-container .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--gs-danger-rgb), var(--gs-bg-opacity, 1)) !important;
}
.kf-container .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--gs-light-rgb), var(--gs-bg-opacity, 1)) !important;
}
.kf-container .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--gs-dark-rgb), var(--gs-bg-opacity, 1)) !important;
}
.kf-container .link-primary {
  color: RGBA(var(--gs-primary-rgb), var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gs-primary-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-primary:hover, .kf-container .link-primary:focus {
  color: RGBA(10, 88, 202, var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-secondary {
  color: RGBA(var(--gs-secondary-rgb), var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gs-secondary-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-secondary:hover, .kf-container .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-success {
  color: RGBA(var(--gs-success-rgb), var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gs-success-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-success:hover, .kf-container .link-success:focus {
  color: RGBA(20, 108, 67, var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-info {
  color: RGBA(var(--gs-info-rgb), var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gs-info-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-info:hover, .kf-container .link-info:focus {
  color: RGBA(61, 213, 243, var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-warning {
  color: RGBA(var(--gs-warning-rgb), var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gs-warning-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-warning:hover, .kf-container .link-warning:focus {
  color: RGBA(255, 205, 57, var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-danger {
  color: RGBA(var(--gs-danger-rgb), var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gs-danger-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-danger:hover, .kf-container .link-danger:focus {
  color: RGBA(176, 42, 55, var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-light {
  color: RGBA(var(--gs-light-rgb), var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gs-light-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-light:hover, .kf-container .link-light:focus {
  color: RGBA(249, 250, 251, var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-dark {
  color: RGBA(var(--gs-dark-rgb), var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gs-dark-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-dark:hover, .kf-container .link-dark:focus {
  color: RGBA(26, 30, 33, var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-body-emphasis {
  color: RGBA(var(--gs-emphasis-color-rgb), var(--gs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gs-emphasis-color-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-body-emphasis:hover, .kf-container .link-body-emphasis:focus {
  color: RGBA(var(--gs-emphasis-color-rgb), var(--gs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--gs-emphasis-color-rgb), var(--gs-link-underline-opacity, 0.75)) !important;
}
.kf-container .focus-ring:focus {
  outline: 0;
  box-shadow: var(--gs-focus-ring-x, 0) var(--gs-focus-ring-y, 0) var(--gs-focus-ring-blur, 0) var(--gs-focus-ring-width) var(--gs-focus-ring-color);
}
.kf-container .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--gs-link-color-rgb), var(--gs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.kf-container .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .kf-container .icon-link > .bi {
    transition: none;
  }
}
.kf-container .icon-link-hover:hover > .bi, .kf-container .icon-link-hover:focus-visible > .bi {
  transform: var(--gs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.kf-container .ratio {
  position: relative;
  width: 100%;
}
.kf-container .ratio::before {
  display: block;
  padding-top: var(--gs-aspect-ratio);
  content: "";
}
.kf-container .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .ratio-1x1 {
  --gs-aspect-ratio: 100%;
}
.kf-container .ratio-4x3 {
  --gs-aspect-ratio: 75%;
}
.kf-container .ratio-16x9 {
  --gs-aspect-ratio: 56.25%;
}
.kf-container .ratio-21x9 {
  --gs-aspect-ratio: 42.8571428571%;
}
.kf-container .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.kf-container .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.kf-container .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.kf-container .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 400px) {
  .kf-container .stickyw400\:-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .kf-container .stickyw400\:-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 631px) {
  .kf-container .stickyw600\:-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .kf-container .stickyw600\:-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 961px) {
  .kf-container .stickyw960\:-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .kf-container .stickyw960\:-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1321px) {
  .kf-container .stickyw1320\:-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .kf-container .stickyw1320\:-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1921px) {
  .kf-container .stickyw1920\:-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .kf-container .stickyw1920\:-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.kf-container .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.kf-container .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.kf-container .visually-hidden,
.kf-container .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.kf-container .visually-hidden:not(caption),
.kf-container .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.kf-container .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.kf-container .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kf-container .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--gs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.kf-container .align-baseline {
  vertical-align: baseline !important;
}
.kf-container .align-top {
  vertical-align: top !important;
}
.kf-container .align-middle {
  vertical-align: middle !important;
}
.kf-container .align-bottom {
  vertical-align: bottom !important;
}
.kf-container .align-text-bottom {
  vertical-align: text-bottom !important;
}
.kf-container .align-text-top {
  vertical-align: text-top !important;
}
.kf-container .float-start {
  float: left !important;
}
.kf-container .float-end {
  float: right !important;
}
.kf-container .float-none {
  float: none !important;
}
.kf-container .object-fit-contain {
  object-fit: contain !important;
}
.kf-container .object-fit-cover {
  object-fit: cover !important;
}
.kf-container .object-fit-fill {
  object-fit: fill !important;
}
.kf-container .object-fit-scale {
  object-fit: scale-down !important;
}
.kf-container .object-fit-none {
  object-fit: none !important;
}
.kf-container .opacity-0 {
  opacity: 0 !important;
}
.kf-container .opacity-25 {
  opacity: 0.25 !important;
}
.kf-container .opacity-50 {
  opacity: 0.5 !important;
}
.kf-container .opacity-75 {
  opacity: 0.75 !important;
}
.kf-container .opacity-100 {
  opacity: 1 !important;
}
.kf-container .overflow-auto {
  overflow: auto !important;
}
.kf-container .overflow-hidden {
  overflow: hidden !important;
}
.kf-container .overflow-visible {
  overflow: visible !important;
}
.kf-container .overflow-scroll {
  overflow: scroll !important;
}
.kf-container .overflow-x-auto {
  overflow-x: auto !important;
}
.kf-container .overflow-x-hidden {
  overflow-x: hidden !important;
}
.kf-container .overflow-x-visible {
  overflow-x: visible !important;
}
.kf-container .overflow-x-scroll {
  overflow-x: scroll !important;
}
.kf-container .overflow-y-auto {
  overflow-y: auto !important;
}
.kf-container .overflow-y-hidden {
  overflow-y: hidden !important;
}
.kf-container .overflow-y-visible {
  overflow-y: visible !important;
}
.kf-container .overflow-y-scroll {
  overflow-y: scroll !important;
}
.kf-container .d-inline {
  display: inline !important;
}
.kf-container .d-inline-block {
  display: inline-block !important;
}
.kf-container .d-block {
  display: block !important;
}
.kf-container .d-grid {
  display: grid !important;
}
.kf-container .d-inline-grid {
  display: inline-grid !important;
}
.kf-container .d-table {
  display: table !important;
}
.kf-container .d-table-row {
  display: table-row !important;
}
.kf-container .d-table-cell {
  display: table-cell !important;
}
.kf-container .d-flex {
  display: flex !important;
}
.kf-container .d-inline-flex {
  display: inline-flex !important;
}
.kf-container .d-none {
  display: none !important;
}
.kf-container .shadow {
  box-shadow: var(--gs-box-shadow) !important;
}
.kf-container .shadow-sm {
  box-shadow: var(--gs-box-shadow-sm) !important;
}
.kf-container .shadow-lg {
  box-shadow: var(--gs-box-shadow-lg) !important;
}
.kf-container .shadow-none {
  box-shadow: none !important;
}
.kf-container .focus-ring-primary {
  --gs-focus-ring-color: rgba(var(--gs-primary-rgb), var(--gs-focus-ring-opacity));
}
.kf-container .focus-ring-secondary {
  --gs-focus-ring-color: rgba(var(--gs-secondary-rgb), var(--gs-focus-ring-opacity));
}
.kf-container .focus-ring-success {
  --gs-focus-ring-color: rgba(var(--gs-success-rgb), var(--gs-focus-ring-opacity));
}
.kf-container .focus-ring-info {
  --gs-focus-ring-color: rgba(var(--gs-info-rgb), var(--gs-focus-ring-opacity));
}
.kf-container .focus-ring-warning {
  --gs-focus-ring-color: rgba(var(--gs-warning-rgb), var(--gs-focus-ring-opacity));
}
.kf-container .focus-ring-danger {
  --gs-focus-ring-color: rgba(var(--gs-danger-rgb), var(--gs-focus-ring-opacity));
}
.kf-container .focus-ring-light {
  --gs-focus-ring-color: rgba(var(--gs-light-rgb), var(--gs-focus-ring-opacity));
}
.kf-container .focus-ring-dark {
  --gs-focus-ring-color: rgba(var(--gs-dark-rgb), var(--gs-focus-ring-opacity));
}
.kf-container .position-static {
  position: static !important;
}
.kf-container .position-relative {
  position: relative !important;
}
.kf-container .position-absolute {
  position: absolute !important;
}
.kf-container .position-fixed {
  position: fixed !important;
}
.kf-container .position-sticky {
  position: sticky !important;
}
.kf-container .top-0 {
  top: 0 !important;
}
.kf-container .top-50 {
  top: 50% !important;
}
.kf-container .top-100 {
  top: 100% !important;
}
.kf-container .bottom-0 {
  bottom: 0 !important;
}
.kf-container .bottom-50 {
  bottom: 50% !important;
}
.kf-container .bottom-100 {
  bottom: 100% !important;
}
.kf-container .start-0 {
  left: 0 !important;
}
.kf-container .start-50 {
  left: 50% !important;
}
.kf-container .start-100 {
  left: 100% !important;
}
.kf-container .end-0 {
  right: 0 !important;
}
.kf-container .end-50 {
  right: 50% !important;
}
.kf-container .end-100 {
  right: 100% !important;
}
.kf-container .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.kf-container .translate-middle-x {
  transform: translateX(-50%) !important;
}
.kf-container .translate-middle-y {
  transform: translateY(-50%) !important;
}
.kf-container .border {
  border: var(--gs-border-width) var(--gs-border-style) var(--gs-border-color) !important;
}
.kf-container .border-0 {
  border: 0 !important;
}
.kf-container .border-top {
  border-top: var(--gs-border-width) var(--gs-border-style) var(--gs-border-color) !important;
}
.kf-container .border-top-0 {
  border-top: 0 !important;
}
.kf-container .border-end {
  border-right: var(--gs-border-width) var(--gs-border-style) var(--gs-border-color) !important;
}
.kf-container .border-end-0 {
  border-right: 0 !important;
}
.kf-container .border-bottom {
  border-bottom: var(--gs-border-width) var(--gs-border-style) var(--gs-border-color) !important;
}
.kf-container .border-bottom-0 {
  border-bottom: 0 !important;
}
.kf-container .border-start {
  border-left: var(--gs-border-width) var(--gs-border-style) var(--gs-border-color) !important;
}
.kf-container .border-start-0 {
  border-left: 0 !important;
}
.kf-container .border-primary {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-primary-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-secondary {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-secondary-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-success {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-success-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-info {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-info-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-warning {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-warning-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-danger {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-danger-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-light {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-light-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-dark {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-dark-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-black {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-black-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-white {
  --gs-border-opacity: 1;
  border-color: rgba(var(--gs-white-rgb), var(--gs-border-opacity)) !important;
}
.kf-container .border-primary-subtle {
  border-color: var(--gs-primary-border-subtle) !important;
}
.kf-container .border-secondary-subtle {
  border-color: var(--gs-secondary-border-subtle) !important;
}
.kf-container .border-success-subtle {
  border-color: var(--gs-success-border-subtle) !important;
}
.kf-container .border-info-subtle {
  border-color: var(--gs-info-border-subtle) !important;
}
.kf-container .border-warning-subtle {
  border-color: var(--gs-warning-border-subtle) !important;
}
.kf-container .border-danger-subtle {
  border-color: var(--gs-danger-border-subtle) !important;
}
.kf-container .border-light-subtle {
  border-color: var(--gs-light-border-subtle) !important;
}
.kf-container .border-dark-subtle {
  border-color: var(--gs-dark-border-subtle) !important;
}
.kf-container .border-1 {
  border-width: 1px !important;
}
.kf-container .border-2 {
  border-width: 2px !important;
}
.kf-container .border-3 {
  border-width: 3px !important;
}
.kf-container .border-4 {
  border-width: 4px !important;
}
.kf-container .border-5 {
  border-width: 5px !important;
}
.kf-container .border-opacity-10 {
  --gs-border-opacity: 0.1;
}
.kf-container .border-opacity-25 {
  --gs-border-opacity: 0.25;
}
.kf-container .border-opacity-50 {
  --gs-border-opacity: 0.5;
}
.kf-container .border-opacity-75 {
  --gs-border-opacity: 0.75;
}
.kf-container .border-opacity-100 {
  --gs-border-opacity: 1;
}
.kf-container .w-25 {
  width: 25% !important;
}
.kf-container .w-50 {
  width: 50% !important;
}
.kf-container .w-75 {
  width: 75% !important;
}
.kf-container .w-100 {
  width: 100% !important;
}
.kf-container .w-auto {
  width: auto !important;
}
.kf-container .mw-100 {
  max-width: 100% !important;
}
.kf-container .vw-100 {
  width: 100vw !important;
}
.kf-container .min-vw-100 {
  min-width: 100vw !important;
}
.kf-container .h-25 {
  height: 25% !important;
}
.kf-container .h-50 {
  height: 50% !important;
}
.kf-container .h-75 {
  height: 75% !important;
}
.kf-container .h-100 {
  height: 100% !important;
}
.kf-container .h-auto {
  height: auto !important;
}
.kf-container .mh-100 {
  max-height: 100% !important;
}
.kf-container .vh-100 {
  height: 100vh !important;
}
.kf-container .min-vh-100 {
  min-height: 100vh !important;
}
.kf-container .flex-fill {
  flex: 1 1 auto !important;
}
.kf-container .flex-row {
  flex-direction: row !important;
}
.kf-container .flex-column {
  flex-direction: column !important;
}
.kf-container .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.kf-container .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.kf-container .flex-grow-0 {
  flex-grow: 0 !important;
}
.kf-container .flex-grow-1 {
  flex-grow: 1 !important;
}
.kf-container .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.kf-container .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.kf-container .flex-wrap {
  flex-wrap: wrap !important;
}
.kf-container .flex-nowrap {
  flex-wrap: nowrap !important;
}
.kf-container .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.kf-container .justify-content-start {
  justify-content: flex-start !important;
}
.kf-container .justify-content-end {
  justify-content: flex-end !important;
}
.kf-container .justify-content-center {
  justify-content: center !important;
}
.kf-container .justify-content-between {
  justify-content: space-between !important;
}
.kf-container .justify-content-around {
  justify-content: space-around !important;
}
.kf-container .justify-content-evenly {
  justify-content: space-evenly !important;
}
.kf-container .align-items-start {
  align-items: flex-start !important;
}
.kf-container .align-items-end {
  align-items: flex-end !important;
}
.kf-container .align-items-center {
  align-items: center !important;
}
.kf-container .align-items-baseline {
  align-items: baseline !important;
}
.kf-container .align-items-stretch {
  align-items: stretch !important;
}
.kf-container .align-content-start {
  align-content: flex-start !important;
}
.kf-container .align-content-end {
  align-content: flex-end !important;
}
.kf-container .align-content-center {
  align-content: center !important;
}
.kf-container .align-content-between {
  align-content: space-between !important;
}
.kf-container .align-content-around {
  align-content: space-around !important;
}
.kf-container .align-content-stretch {
  align-content: stretch !important;
}
.kf-container .align-self-auto {
  align-self: auto !important;
}
.kf-container .align-self-start {
  align-self: flex-start !important;
}
.kf-container .align-self-end {
  align-self: flex-end !important;
}
.kf-container .align-self-center {
  align-self: center !important;
}
.kf-container .align-self-baseline {
  align-self: baseline !important;
}
.kf-container .align-self-stretch {
  align-self: stretch !important;
}
.kf-container .order-first {
  order: -1 !important;
}
.kf-container .order-0 {
  order: 0 !important;
}
.kf-container .order-1 {
  order: 1 !important;
}
.kf-container .order-2 {
  order: 2 !important;
}
.kf-container .order-3 {
  order: 3 !important;
}
.kf-container .order-4 {
  order: 4 !important;
}
.kf-container .order-5 {
  order: 5 !important;
}
.kf-container .order-last {
  order: 6 !important;
}
.kf-container .m-0 {
  margin: 0 !important;
}
.kf-container .m-1 {
  margin: 0.375rem !important;
}
.kf-container .m-2 {
  margin: 0.75rem !important;
}
.kf-container .m-3 {
  margin: 1.5rem !important;
}
.kf-container .m-4 {
  margin: 2.25rem !important;
}
.kf-container .m-5 {
  margin: 4.5rem !important;
}
.kf-container .m-xl {
  margin: 5rem !important;
}
.kf-container .m-2xl {
  margin: 10rem !important;
}
.kf-container .m-x {
  margin: var(--casaul-body-spacer) !important;
}
.kf-container .m-auto {
  margin: auto !important;
}
.kf-container .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.kf-container .mx-1 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}
.kf-container .mx-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.kf-container .mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.kf-container .mx-4 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}
.kf-container .mx-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.kf-container .mx-xl {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.kf-container .mx-2xl {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.kf-container .mx-x {
  margin-right: var(--casaul-body-spacer) !important;
  margin-left: var(--casaul-body-spacer) !important;
}
.kf-container .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.kf-container .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.kf-container .my-1 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.kf-container .my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.kf-container .my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.kf-container .my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.kf-container .my-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.kf-container .my-xl {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.kf-container .my-2xl {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.kf-container .my-x {
  margin-top: var(--casaul-body-spacer) !important;
  margin-bottom: var(--casaul-body-spacer) !important;
}
.kf-container .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.kf-container .mt-0 {
  margin-top: 0 !important;
}
.kf-container .mt-1 {
  margin-top: 0.375rem !important;
}
.kf-container .mt-2 {
  margin-top: 0.75rem !important;
}
.kf-container .mt-3 {
  margin-top: 1.5rem !important;
}
.kf-container .mt-4 {
  margin-top: 2.25rem !important;
}
.kf-container .mt-5 {
  margin-top: 4.5rem !important;
}
.kf-container .mt-xl {
  margin-top: 5rem !important;
}
.kf-container .mt-2xl {
  margin-top: 10rem !important;
}
.kf-container .mt-x {
  margin-top: var(--casaul-body-spacer) !important;
}
.kf-container .mt-auto {
  margin-top: auto !important;
}
.kf-container .me-0 {
  margin-right: 0 !important;
}
.kf-container .me-1 {
  margin-right: 0.375rem !important;
}
.kf-container .me-2 {
  margin-right: 0.75rem !important;
}
.kf-container .me-3 {
  margin-right: 1.5rem !important;
}
.kf-container .me-4 {
  margin-right: 2.25rem !important;
}
.kf-container .me-5 {
  margin-right: 4.5rem !important;
}
.kf-container .me-xl {
  margin-right: 5rem !important;
}
.kf-container .me-2xl {
  margin-right: 10rem !important;
}
.kf-container .me-x {
  margin-right: var(--casaul-body-spacer) !important;
}
.kf-container .me-auto {
  margin-right: auto !important;
}
.kf-container .mb-0 {
  margin-bottom: 0 !important;
}
.kf-container .mb-1 {
  margin-bottom: 0.375rem !important;
}
.kf-container .mb-2 {
  margin-bottom: 0.75rem !important;
}
.kf-container .mb-3 {
  margin-bottom: 1.5rem !important;
}
.kf-container .mb-4 {
  margin-bottom: 2.25rem !important;
}
.kf-container .mb-5 {
  margin-bottom: 4.5rem !important;
}
.kf-container .mb-xl {
  margin-bottom: 5rem !important;
}
.kf-container .mb-2xl {
  margin-bottom: 10rem !important;
}
.kf-container .mb-x {
  margin-bottom: var(--casaul-body-spacer) !important;
}
.kf-container .mb-auto {
  margin-bottom: auto !important;
}
.kf-container .ms-0 {
  margin-left: 0 !important;
}
.kf-container .ms-1 {
  margin-left: 0.375rem !important;
}
.kf-container .ms-2 {
  margin-left: 0.75rem !important;
}
.kf-container .ms-3 {
  margin-left: 1.5rem !important;
}
.kf-container .ms-4 {
  margin-left: 2.25rem !important;
}
.kf-container .ms-5 {
  margin-left: 4.5rem !important;
}
.kf-container .ms-xl {
  margin-left: 5rem !important;
}
.kf-container .ms-2xl {
  margin-left: 10rem !important;
}
.kf-container .ms-x {
  margin-left: var(--casaul-body-spacer) !important;
}
.kf-container .ms-auto {
  margin-left: auto !important;
}
.kf-container .p-0 {
  padding: 0 !important;
}
.kf-container .p-1 {
  padding: 0.375rem !important;
}
.kf-container .p-2 {
  padding: 0.75rem !important;
}
.kf-container .p-3 {
  padding: 1.5rem !important;
}
.kf-container .p-4 {
  padding: 2.25rem !important;
}
.kf-container .p-5 {
  padding: 4.5rem !important;
}
.kf-container .p-xl {
  padding: 5rem !important;
}
.kf-container .p-2xl {
  padding: 10rem !important;
}
.kf-container .p-x {
  padding: var(--casaul-body-spacer) !important;
}
.kf-container .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.kf-container .px-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}
.kf-container .px-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.kf-container .px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.kf-container .px-4 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}
.kf-container .px-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.kf-container .px-xl {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.kf-container .px-2xl {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.kf-container .px-x {
  padding-right: var(--casaul-body-spacer) !important;
  padding-left: var(--casaul-body-spacer) !important;
}
.kf-container .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.kf-container .py-1 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.kf-container .py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.kf-container .py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.kf-container .py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.kf-container .py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.kf-container .py-xl {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.kf-container .py-2xl {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.kf-container .py-x {
  padding-top: var(--casaul-body-spacer) !important;
  padding-bottom: var(--casaul-body-spacer) !important;
}
.kf-container .pt-0 {
  padding-top: 0 !important;
}
.kf-container .pt-1 {
  padding-top: 0.375rem !important;
}
.kf-container .pt-2 {
  padding-top: 0.75rem !important;
}
.kf-container .pt-3 {
  padding-top: 1.5rem !important;
}
.kf-container .pt-4 {
  padding-top: 2.25rem !important;
}
.kf-container .pt-5 {
  padding-top: 4.5rem !important;
}
.kf-container .pt-xl {
  padding-top: 5rem !important;
}
.kf-container .pt-2xl {
  padding-top: 10rem !important;
}
.kf-container .pt-x {
  padding-top: var(--casaul-body-spacer) !important;
}
.kf-container .pe-0 {
  padding-right: 0 !important;
}
.kf-container .pe-1 {
  padding-right: 0.375rem !important;
}
.kf-container .pe-2 {
  padding-right: 0.75rem !important;
}
.kf-container .pe-3 {
  padding-right: 1.5rem !important;
}
.kf-container .pe-4 {
  padding-right: 2.25rem !important;
}
.kf-container .pe-5 {
  padding-right: 4.5rem !important;
}
.kf-container .pe-xl {
  padding-right: 5rem !important;
}
.kf-container .pe-2xl {
  padding-right: 10rem !important;
}
.kf-container .pe-x {
  padding-right: var(--casaul-body-spacer) !important;
}
.kf-container .pb-0 {
  padding-bottom: 0 !important;
}
.kf-container .pb-1 {
  padding-bottom: 0.375rem !important;
}
.kf-container .pb-2 {
  padding-bottom: 0.75rem !important;
}
.kf-container .pb-3 {
  padding-bottom: 1.5rem !important;
}
.kf-container .pb-4 {
  padding-bottom: 2.25rem !important;
}
.kf-container .pb-5 {
  padding-bottom: 4.5rem !important;
}
.kf-container .pb-xl {
  padding-bottom: 5rem !important;
}
.kf-container .pb-2xl {
  padding-bottom: 10rem !important;
}
.kf-container .pb-x {
  padding-bottom: var(--casaul-body-spacer) !important;
}
.kf-container .ps-0 {
  padding-left: 0 !important;
}
.kf-container .ps-1 {
  padding-left: 0.375rem !important;
}
.kf-container .ps-2 {
  padding-left: 0.75rem !important;
}
.kf-container .ps-3 {
  padding-left: 1.5rem !important;
}
.kf-container .ps-4 {
  padding-left: 2.25rem !important;
}
.kf-container .ps-5 {
  padding-left: 4.5rem !important;
}
.kf-container .ps-xl {
  padding-left: 5rem !important;
}
.kf-container .ps-2xl {
  padding-left: 10rem !important;
}
.kf-container .ps-x {
  padding-left: var(--casaul-body-spacer) !important;
}
.kf-container .gap-0 {
  gap: 0 !important;
}
.kf-container .gap-1 {
  gap: 0.375rem !important;
}
.kf-container .gap-2 {
  gap: 0.75rem !important;
}
.kf-container .gap-3 {
  gap: 1.5rem !important;
}
.kf-container .gap-4 {
  gap: 2.25rem !important;
}
.kf-container .gap-5 {
  gap: 4.5rem !important;
}
.kf-container .gap-xl {
  gap: 5rem !important;
}
.kf-container .gap-2xl {
  gap: 10rem !important;
}
.kf-container .gap-x {
  gap: var(--casaul-body-spacer) !important;
}
.kf-container .row-gap-0 {
  row-gap: 0 !important;
}
.kf-container .row-gap-1 {
  row-gap: 0.375rem !important;
}
.kf-container .row-gap-2 {
  row-gap: 0.75rem !important;
}
.kf-container .row-gap-3 {
  row-gap: 1.5rem !important;
}
.kf-container .row-gap-4 {
  row-gap: 2.25rem !important;
}
.kf-container .row-gap-5 {
  row-gap: 4.5rem !important;
}
.kf-container .row-gap-xl {
  row-gap: 5rem !important;
}
.kf-container .row-gap-2xl {
  row-gap: 10rem !important;
}
.kf-container .row-gap-x {
  row-gap: var(--casaul-body-spacer) !important;
}
.kf-container .column-gap-0 {
  column-gap: 0 !important;
}
.kf-container .column-gap-1 {
  column-gap: 0.375rem !important;
}
.kf-container .column-gap-2 {
  column-gap: 0.75rem !important;
}
.kf-container .column-gap-3 {
  column-gap: 1.5rem !important;
}
.kf-container .column-gap-4 {
  column-gap: 2.25rem !important;
}
.kf-container .column-gap-5 {
  column-gap: 4.5rem !important;
}
.kf-container .column-gap-xl {
  column-gap: 5rem !important;
}
.kf-container .column-gap-2xl {
  column-gap: 10rem !important;
}
.kf-container .column-gap-x {
  column-gap: var(--casaul-body-spacer) !important;
}
.kf-container .font-monospace {
  font-family: var(--gs-font-monospace) !important;
}
.kf-container .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.kf-container .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.kf-container .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.kf-container .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.kf-container .fs-5 {
  font-size: 1.25rem !important;
}
.kf-container .fs-6 {
  font-size: 1rem !important;
}
.kf-container .fst-italic {
  font-style: italic !important;
}
.kf-container .fst-normal {
  font-style: normal !important;
}
.kf-container .fw-lighter {
  font-weight: lighter !important;
}
.kf-container .fw-light {
  font-weight: 300 !important;
}
.kf-container .fw-normal {
  font-weight: 400 !important;
}
.kf-container .fw-medium {
  font-weight: 500 !important;
}
.kf-container .fw-semibold {
  font-weight: 600 !important;
}
.kf-container .fw-bold {
  font-weight: 700 !important;
}
.kf-container .fw-bolder {
  font-weight: bolder !important;
}
.kf-container .lh-1 {
  line-height: 1 !important;
}
.kf-container .lh-sm {
  line-height: 1.25 !important;
}
.kf-container .lh-base {
  line-height: 1.5 !important;
}
.kf-container .lh-lg {
  line-height: 2 !important;
}
.kf-container .text-start {
  text-align: left !important;
}
.kf-container .text-end {
  text-align: right !important;
}
.kf-container .text-center {
  text-align: center !important;
}
.kf-container .text-decoration-none {
  text-decoration: none !important;
}
.kf-container .text-decoration-underline {
  text-decoration: underline !important;
}
.kf-container .text-decoration-line-through {
  text-decoration: line-through !important;
}
.kf-container .text-lowercase {
  text-transform: lowercase !important;
}
.kf-container .text-uppercase {
  text-transform: uppercase !important;
}
.kf-container .text-capitalize {
  text-transform: capitalize !important;
}
.kf-container .text-wrap {
  white-space: normal !important;
}
.kf-container .text-nowrap {
  white-space: nowrap !important;
}
.kf-container .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.kf-container .text-primary {
  --gs-text-opacity: 1;
  color: rgba(var(--gs-primary-rgb), var(--gs-text-opacity)) !important;
}
.kf-container .text-secondary {
  --gs-text-opacity: 1;
  color: rgba(var(--gs-secondary-rgb), var(--gs-text-opacity)) !important;
}
.kf-container .text-success {
  --gs-text-opacity: 1;
  color: rgba(var(--gs-success-rgb), var(--gs-text-opacity)) !important;
}
.kf-container .text-info {
  --gs-text-opacity: 1;
  color: rgba(var(--gs-info-rgb), var(--gs-text-opacity)) !important;
}
.kf-container .text-warning {
  --gs-text-opacity: 1;
  color: rgba(var(--gs-warning-rgb), var(--gs-text-opacity)) !important;
}
.kf-container .text-danger {
  --gs-text-opacity: 1;
  color: rgba(var(--gs-danger-rgb), var(--gs-text-opacity)) !important;
}
.kf-container .text-light {
  --gs-text-opacity: 1;
  color: rgba(var(--gs-light-rgb), var(--gs-text-opacity)) !important;
}
.kf-container .text-dark {
  --gs-text-opacity: 1;
  color: rgba(var(--gs-dark-rgb), var(--gs-text-opacity)) !important;
}
.kf-container .text-black {
  --gs-text-opacity: 1;
  color: #000 !important;
}
.kf-container .text-white {
  --gs-text-opacity: 1;
  color: #fff !important;
}
.kf-container .text-body {
  --gs-text-opacity: 1;
  color: rgba(var(--gs-body-color-rgb), var(--gs-text-opacity)) !important;
}
.kf-container .text-muted {
  --gs-text-opacity: 1;
  color: var(--gs-secondary-color) !important;
}
.kf-container .text-black-50 {
  --gs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.kf-container .text-white-50 {
  --gs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.kf-container .text-body-secondary {
  --gs-text-opacity: 1;
  color: var(--gs-secondary-color) !important;
}
.kf-container .text-body-tertiary {
  --gs-text-opacity: 1;
  color: var(--gs-tertiary-color) !important;
}
.kf-container .text-body-emphasis {
  --gs-text-opacity: 1;
  color: var(--gs-emphasis-color) !important;
}
.kf-container .text-reset {
  --gs-text-opacity: 1;
  color: inherit !important;
}
.kf-container .text-blue {
  --gs-text-opacity: 1;
  color: #0d6efd !important;
}
.kf-container .text-indigo {
  --gs-text-opacity: 1;
  color: #6610f2 !important;
}
.kf-container .text-purple {
  --gs-text-opacity: 1;
  color: #6f42c1 !important;
}
.kf-container .text-pink {
  --gs-text-opacity: 1;
  color: #d63384 !important;
}
.kf-container .text-red {
  --gs-text-opacity: 1;
  color: #dc3545 !important;
}
.kf-container .text-orange {
  --gs-text-opacity: 1;
  color: #fd7e14 !important;
}
.kf-container .text-yellow {
  --gs-text-opacity: 1;
  color: #ffc107 !important;
}
.kf-container .text-green {
  --gs-text-opacity: 1;
  color: #198754 !important;
}
.kf-container .text-teal {
  --gs-text-opacity: 1;
  color: #20c997 !important;
}
.kf-container .text-cyan {
  --gs-text-opacity: 1;
  color: #0dcaf0 !important;
}
.kf-container .text-gray {
  --gs-text-opacity: 1;
  color: #6c757d !important;
}
.kf-container .text-gray-dark {
  --gs-text-opacity: 1;
  color: #343a40 !important;
}
.kf-container .text-opacity-25 {
  --gs-text-opacity: 0.25;
}
.kf-container .text-opacity-50 {
  --gs-text-opacity: 0.5;
}
.kf-container .text-opacity-75 {
  --gs-text-opacity: 0.75;
}
.kf-container .text-opacity-100 {
  --gs-text-opacity: 1;
}
.kf-container .text-primary-emphasis {
  color: var(--gs-primary-text-emphasis) !important;
}
.kf-container .text-secondary-emphasis {
  color: var(--gs-secondary-text-emphasis) !important;
}
.kf-container .text-success-emphasis {
  color: var(--gs-success-text-emphasis) !important;
}
.kf-container .text-info-emphasis {
  color: var(--gs-info-text-emphasis) !important;
}
.kf-container .text-warning-emphasis {
  color: var(--gs-warning-text-emphasis) !important;
}
.kf-container .text-danger-emphasis {
  color: var(--gs-danger-text-emphasis) !important;
}
.kf-container .text-light-emphasis {
  color: var(--gs-light-text-emphasis) !important;
}
.kf-container .text-dark-emphasis {
  color: var(--gs-dark-text-emphasis) !important;
}
.kf-container .link-opacity-10 {
  --gs-link-opacity: 0.1;
}
.kf-container .link-opacity-10-hover:hover {
  --gs-link-opacity: 0.1;
}
.kf-container .link-opacity-25 {
  --gs-link-opacity: 0.25;
}
.kf-container .link-opacity-25-hover:hover {
  --gs-link-opacity: 0.25;
}
.kf-container .link-opacity-50 {
  --gs-link-opacity: 0.5;
}
.kf-container .link-opacity-50-hover:hover {
  --gs-link-opacity: 0.5;
}
.kf-container .link-opacity-75 {
  --gs-link-opacity: 0.75;
}
.kf-container .link-opacity-75-hover:hover {
  --gs-link-opacity: 0.75;
}
.kf-container .link-opacity-100 {
  --gs-link-opacity: 1;
}
.kf-container .link-opacity-100-hover:hover {
  --gs-link-opacity: 1;
}
.kf-container .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.kf-container .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.kf-container .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.kf-container .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.kf-container .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.kf-container .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.kf-container .link-underline-primary {
  --gs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gs-primary-rgb), var(--gs-link-underline-opacity)) !important;
}
.kf-container .link-underline-secondary {
  --gs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gs-secondary-rgb), var(--gs-link-underline-opacity)) !important;
}
.kf-container .link-underline-success {
  --gs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gs-success-rgb), var(--gs-link-underline-opacity)) !important;
}
.kf-container .link-underline-info {
  --gs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gs-info-rgb), var(--gs-link-underline-opacity)) !important;
}
.kf-container .link-underline-warning {
  --gs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gs-warning-rgb), var(--gs-link-underline-opacity)) !important;
}
.kf-container .link-underline-danger {
  --gs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gs-danger-rgb), var(--gs-link-underline-opacity)) !important;
}
.kf-container .link-underline-light {
  --gs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gs-light-rgb), var(--gs-link-underline-opacity)) !important;
}
.kf-container .link-underline-dark {
  --gs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gs-dark-rgb), var(--gs-link-underline-opacity)) !important;
}
.kf-container .link-underline {
  --gs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gs-link-color-rgb), var(--gs-link-underline-opacity, 1)) !important;
}
.kf-container .link-underline-opacity-0 {
  --gs-link-underline-opacity: 0;
}
.kf-container .link-underline-opacity-0-hover:hover {
  --gs-link-underline-opacity: 0;
}
.kf-container .link-underline-opacity-10 {
  --gs-link-underline-opacity: 0.1;
}
.kf-container .link-underline-opacity-10-hover:hover {
  --gs-link-underline-opacity: 0.1;
}
.kf-container .link-underline-opacity-25 {
  --gs-link-underline-opacity: 0.25;
}
.kf-container .link-underline-opacity-25-hover:hover {
  --gs-link-underline-opacity: 0.25;
}
.kf-container .link-underline-opacity-50 {
  --gs-link-underline-opacity: 0.5;
}
.kf-container .link-underline-opacity-50-hover:hover {
  --gs-link-underline-opacity: 0.5;
}
.kf-container .link-underline-opacity-75 {
  --gs-link-underline-opacity: 0.75;
}
.kf-container .link-underline-opacity-75-hover:hover {
  --gs-link-underline-opacity: 0.75;
}
.kf-container .link-underline-opacity-100 {
  --gs-link-underline-opacity: 1;
}
.kf-container .link-underline-opacity-100-hover:hover {
  --gs-link-underline-opacity: 1;
}
.kf-container .bg-primary {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-primary-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-secondary {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-secondary-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-success {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-success-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-info {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-info-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-warning {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-warning-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-danger {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-danger-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-light {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-light-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-dark {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-dark-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-black {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-black-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-white {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-white-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-body {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-body-bg-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-transparent {
  --gs-bg-opacity: 1;
  background-color: transparent !important;
}
.kf-container .bg-body-secondary {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-secondary-bg-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-body-tertiary {
  --gs-bg-opacity: 1;
  background-color: rgba(var(--gs-tertiary-bg-rgb), var(--gs-bg-opacity)) !important;
}
.kf-container .bg-opacity-10 {
  --gs-bg-opacity: 0.1;
}
.kf-container .bg-opacity-25 {
  --gs-bg-opacity: 0.25;
}
.kf-container .bg-opacity-50 {
  --gs-bg-opacity: 0.5;
}
.kf-container .bg-opacity-75 {
  --gs-bg-opacity: 0.75;
}
.kf-container .bg-opacity-100 {
  --gs-bg-opacity: 1;
}
.kf-container .bg-primary-subtle {
  background-color: var(--gs-primary-bg-subtle) !important;
}
.kf-container .bg-secondary-subtle {
  background-color: var(--gs-secondary-bg-subtle) !important;
}
.kf-container .bg-success-subtle {
  background-color: var(--gs-success-bg-subtle) !important;
}
.kf-container .bg-info-subtle {
  background-color: var(--gs-info-bg-subtle) !important;
}
.kf-container .bg-warning-subtle {
  background-color: var(--gs-warning-bg-subtle) !important;
}
.kf-container .bg-danger-subtle {
  background-color: var(--gs-danger-bg-subtle) !important;
}
.kf-container .bg-light-subtle {
  background-color: var(--gs-light-bg-subtle) !important;
}
.kf-container .bg-dark-subtle {
  background-color: var(--gs-dark-bg-subtle) !important;
}
.kf-container .bg-gradient {
  background-image: var(--gs-gradient) !important;
}
.kf-container .user-select-all {
  user-select: all !important;
}
.kf-container .user-select-auto {
  user-select: auto !important;
}
.kf-container .user-select-none {
  user-select: none !important;
}
.kf-container .pe-none {
  pointer-events: none !important;
}
.kf-container .pe-auto {
  pointer-events: auto !important;
}
.kf-container .rounded {
  border-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-0 {
  border-radius: 0 !important;
}
.kf-container .rounded-1 {
  border-radius: var(--gs-border-radius-sm) !important;
}
.kf-container .rounded-2 {
  border-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-3 {
  border-radius: var(--gs-border-radius-lg) !important;
}
.kf-container .rounded-4 {
  border-radius: var(--gs-border-radius-xl) !important;
}
.kf-container .rounded-5 {
  border-radius: var(--gs-border-radius-xxl) !important;
}
.kf-container .rounded-circle {
  border-radius: 50% !important;
}
.kf-container .rounded-pill {
  border-radius: var(--gs-border-radius-pill) !important;
}
.kf-container .rounded-top {
  border-top-left-radius: var(--gs-border-radius) !important;
  border-top-right-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.kf-container .rounded-top-1 {
  border-top-left-radius: var(--gs-border-radius-sm) !important;
  border-top-right-radius: var(--gs-border-radius-sm) !important;
}
.kf-container .rounded-top-2 {
  border-top-left-radius: var(--gs-border-radius) !important;
  border-top-right-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-top-3 {
  border-top-left-radius: var(--gs-border-radius-lg) !important;
  border-top-right-radius: var(--gs-border-radius-lg) !important;
}
.kf-container .rounded-top-4 {
  border-top-left-radius: var(--gs-border-radius-xl) !important;
  border-top-right-radius: var(--gs-border-radius-xl) !important;
}
.kf-container .rounded-top-5 {
  border-top-left-radius: var(--gs-border-radius-xxl) !important;
  border-top-right-radius: var(--gs-border-radius-xxl) !important;
}
.kf-container .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.kf-container .rounded-top-pill {
  border-top-left-radius: var(--gs-border-radius-pill) !important;
  border-top-right-radius: var(--gs-border-radius-pill) !important;
}
.kf-container .rounded-end {
  border-top-right-radius: var(--gs-border-radius) !important;
  border-bottom-right-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.kf-container .rounded-end-1 {
  border-top-right-radius: var(--gs-border-radius-sm) !important;
  border-bottom-right-radius: var(--gs-border-radius-sm) !important;
}
.kf-container .rounded-end-2 {
  border-top-right-radius: var(--gs-border-radius) !important;
  border-bottom-right-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-end-3 {
  border-top-right-radius: var(--gs-border-radius-lg) !important;
  border-bottom-right-radius: var(--gs-border-radius-lg) !important;
}
.kf-container .rounded-end-4 {
  border-top-right-radius: var(--gs-border-radius-xl) !important;
  border-bottom-right-radius: var(--gs-border-radius-xl) !important;
}
.kf-container .rounded-end-5 {
  border-top-right-radius: var(--gs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--gs-border-radius-xxl) !important;
}
.kf-container .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.kf-container .rounded-end-pill {
  border-top-right-radius: var(--gs-border-radius-pill) !important;
  border-bottom-right-radius: var(--gs-border-radius-pill) !important;
}
.kf-container .rounded-bottom {
  border-bottom-right-radius: var(--gs-border-radius) !important;
  border-bottom-left-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.kf-container .rounded-bottom-1 {
  border-bottom-right-radius: var(--gs-border-radius-sm) !important;
  border-bottom-left-radius: var(--gs-border-radius-sm) !important;
}
.kf-container .rounded-bottom-2 {
  border-bottom-right-radius: var(--gs-border-radius) !important;
  border-bottom-left-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-bottom-3 {
  border-bottom-right-radius: var(--gs-border-radius-lg) !important;
  border-bottom-left-radius: var(--gs-border-radius-lg) !important;
}
.kf-container .rounded-bottom-4 {
  border-bottom-right-radius: var(--gs-border-radius-xl) !important;
  border-bottom-left-radius: var(--gs-border-radius-xl) !important;
}
.kf-container .rounded-bottom-5 {
  border-bottom-right-radius: var(--gs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--gs-border-radius-xxl) !important;
}
.kf-container .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.kf-container .rounded-bottom-pill {
  border-bottom-right-radius: var(--gs-border-radius-pill) !important;
  border-bottom-left-radius: var(--gs-border-radius-pill) !important;
}
.kf-container .rounded-start {
  border-bottom-left-radius: var(--gs-border-radius) !important;
  border-top-left-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.kf-container .rounded-start-1 {
  border-bottom-left-radius: var(--gs-border-radius-sm) !important;
  border-top-left-radius: var(--gs-border-radius-sm) !important;
}
.kf-container .rounded-start-2 {
  border-bottom-left-radius: var(--gs-border-radius) !important;
  border-top-left-radius: var(--gs-border-radius) !important;
}
.kf-container .rounded-start-3 {
  border-bottom-left-radius: var(--gs-border-radius-lg) !important;
  border-top-left-radius: var(--gs-border-radius-lg) !important;
}
.kf-container .rounded-start-4 {
  border-bottom-left-radius: var(--gs-border-radius-xl) !important;
  border-top-left-radius: var(--gs-border-radius-xl) !important;
}
.kf-container .rounded-start-5 {
  border-bottom-left-radius: var(--gs-border-radius-xxl) !important;
  border-top-left-radius: var(--gs-border-radius-xxl) !important;
}
.kf-container .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.kf-container .rounded-start-pill {
  border-bottom-left-radius: var(--gs-border-radius-pill) !important;
  border-top-left-radius: var(--gs-border-radius-pill) !important;
}
.kf-container .visible {
  visibility: visible !important;
}
.kf-container .invisible {
  visibility: hidden !important;
}
.kf-container .z-n1 {
  z-index: -1 !important;
}
.kf-container .z-0 {
  z-index: 0 !important;
}
.kf-container .z-1 {
  z-index: 1 !important;
}
.kf-container .z-2 {
  z-index: 2 !important;
}
.kf-container .z-3 {
  z-index: 3 !important;
}
@media (min-width: 400px) {
  .kf-container .w400\:float-start {
    float: left !important;
  }
  .kf-container .w400\:float-end {
    float: right !important;
  }
  .kf-container .w400\:float-none {
    float: none !important;
  }
  .kf-container .w400\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .w400\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .w400\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .w400\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .w400\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .w400\:d-inline {
    display: inline !important;
  }
  .kf-container .w400\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .w400\:d-block {
    display: block !important;
  }
  .kf-container .w400\:d-grid {
    display: grid !important;
  }
  .kf-container .w400\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .w400\:d-table {
    display: table !important;
  }
  .kf-container .w400\:d-table-row {
    display: table-row !important;
  }
  .kf-container .w400\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .w400\:d-flex {
    display: flex !important;
  }
  .kf-container .w400\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .w400\:d-none {
    display: none !important;
  }
  .kf-container .w400\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .w400\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .w400\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .w400\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .w400\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .w400\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .w400\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .w400\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .w400\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .w400\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .w400\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .w400\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .w400\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .w400\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .w400\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .w400\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .w400\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .w400\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .w400\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .w400\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .w400\:align-items-center {
    align-items: center !important;
  }
  .kf-container .w400\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .w400\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .w400\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .w400\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .w400\:align-content-center {
    align-content: center !important;
  }
  .kf-container .w400\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .w400\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .w400\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .w400\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .w400\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .w400\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .w400\:align-self-center {
    align-self: center !important;
  }
  .kf-container .w400\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .w400\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .w400\:order-first {
    order: -1 !important;
  }
  .kf-container .w400\:order-0 {
    order: 0 !important;
  }
  .kf-container .w400\:order-1 {
    order: 1 !important;
  }
  .kf-container .w400\:order-2 {
    order: 2 !important;
  }
  .kf-container .w400\:order-3 {
    order: 3 !important;
  }
  .kf-container .w400\:order-4 {
    order: 4 !important;
  }
  .kf-container .w400\:order-5 {
    order: 5 !important;
  }
  .kf-container .w400\:order-last {
    order: 6 !important;
  }
  .kf-container .w400\:m-0 {
    margin: 0 !important;
  }
  .kf-container .w400\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .w400\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .w400\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .w400\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .w400\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .w400\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .w400\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .w400\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:m-auto {
    margin: auto !important;
  }
  .kf-container .w400\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .w400\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .w400\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .w400\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .w400\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .w400\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .w400\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .w400\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .w400\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .w400\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .w400\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w400\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w400\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w400\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w400\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w400\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .w400\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .w400\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .w400\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .w400\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .w400\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .w400\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .w400\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .w400\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .w400\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .w400\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .w400\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .w400\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .w400\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .w400\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .w400\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .w400\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .w400\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .w400\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .w400\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .w400\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .w400\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .w400\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w400\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w400\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w400\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w400\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w400\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .w400\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .w400\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .w400\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .w400\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .w400\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .w400\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .w400\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .w400\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .w400\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .w400\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .w400\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .w400\:p-0 {
    padding: 0 !important;
  }
  .kf-container .w400\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .w400\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .w400\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .w400\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .w400\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .w400\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .w400\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .w400\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .w400\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .w400\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .w400\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .w400\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .w400\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .w400\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .w400\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .w400\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .w400\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w400\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w400\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w400\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w400\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w400\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .w400\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .w400\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .w400\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .w400\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .w400\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .w400\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .w400\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .w400\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .w400\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .w400\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .w400\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .w400\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .w400\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .w400\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .w400\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .w400\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .w400\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .w400\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .w400\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w400\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w400\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w400\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w400\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w400\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .w400\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .w400\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .w400\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .w400\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .w400\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .w400\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .w400\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .w400\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .w400\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .w400\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .w400\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .w400\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .w400\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .w400\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .w400\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .w400\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .w400\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .w400\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .w400\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .w400\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .w400\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .w400\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .w400\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .w400\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .w400\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .w400\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .w400\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .w400\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .w400\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .w400\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .w400\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .w400\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .w400\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .w400\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w400\:text-start {
    text-align: left !important;
  }
  .kf-container .w400\:text-end {
    text-align: right !important;
  }
  .kf-container .w400\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 631px) {
  .kf-container .w600\:float-start {
    float: left !important;
  }
  .kf-container .w600\:float-end {
    float: right !important;
  }
  .kf-container .w600\:float-none {
    float: none !important;
  }
  .kf-container .w600\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .w600\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .w600\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .w600\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .w600\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .w600\:d-inline {
    display: inline !important;
  }
  .kf-container .w600\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .w600\:d-block {
    display: block !important;
  }
  .kf-container .w600\:d-grid {
    display: grid !important;
  }
  .kf-container .w600\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .w600\:d-table {
    display: table !important;
  }
  .kf-container .w600\:d-table-row {
    display: table-row !important;
  }
  .kf-container .w600\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .w600\:d-flex {
    display: flex !important;
  }
  .kf-container .w600\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .w600\:d-none {
    display: none !important;
  }
  .kf-container .w600\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .w600\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .w600\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .w600\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .w600\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .w600\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .w600\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .w600\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .w600\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .w600\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .w600\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .w600\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .w600\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .w600\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .w600\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .w600\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .w600\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .w600\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .w600\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .w600\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .w600\:align-items-center {
    align-items: center !important;
  }
  .kf-container .w600\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .w600\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .w600\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .w600\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .w600\:align-content-center {
    align-content: center !important;
  }
  .kf-container .w600\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .w600\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .w600\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .w600\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .w600\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .w600\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .w600\:align-self-center {
    align-self: center !important;
  }
  .kf-container .w600\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .w600\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .w600\:order-first {
    order: -1 !important;
  }
  .kf-container .w600\:order-0 {
    order: 0 !important;
  }
  .kf-container .w600\:order-1 {
    order: 1 !important;
  }
  .kf-container .w600\:order-2 {
    order: 2 !important;
  }
  .kf-container .w600\:order-3 {
    order: 3 !important;
  }
  .kf-container .w600\:order-4 {
    order: 4 !important;
  }
  .kf-container .w600\:order-5 {
    order: 5 !important;
  }
  .kf-container .w600\:order-last {
    order: 6 !important;
  }
  .kf-container .w600\:m-0 {
    margin: 0 !important;
  }
  .kf-container .w600\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .w600\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .w600\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .w600\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .w600\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .w600\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .w600\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .w600\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:m-auto {
    margin: auto !important;
  }
  .kf-container .w600\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .w600\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .w600\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .w600\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .w600\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .w600\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .w600\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .w600\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .w600\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .w600\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .w600\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w600\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w600\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w600\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w600\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w600\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .w600\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .w600\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .w600\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .w600\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .w600\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .w600\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .w600\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .w600\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .w600\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .w600\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .w600\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .w600\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .w600\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .w600\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .w600\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .w600\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .w600\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .w600\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .w600\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .w600\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .w600\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .w600\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w600\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w600\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w600\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w600\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w600\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .w600\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .w600\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .w600\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .w600\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .w600\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .w600\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .w600\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .w600\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .w600\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .w600\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .w600\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .w600\:p-0 {
    padding: 0 !important;
  }
  .kf-container .w600\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .w600\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .w600\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .w600\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .w600\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .w600\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .w600\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .w600\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .w600\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .w600\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .w600\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .w600\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .w600\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .w600\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .w600\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .w600\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .w600\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w600\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w600\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w600\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w600\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w600\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .w600\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .w600\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .w600\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .w600\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .w600\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .w600\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .w600\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .w600\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .w600\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .w600\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .w600\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .w600\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .w600\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .w600\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .w600\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .w600\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .w600\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .w600\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .w600\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w600\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w600\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w600\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w600\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w600\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .w600\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .w600\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .w600\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .w600\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .w600\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .w600\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .w600\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .w600\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .w600\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .w600\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .w600\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .w600\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .w600\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .w600\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .w600\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .w600\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .w600\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .w600\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .w600\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .w600\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .w600\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .w600\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .w600\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .w600\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .w600\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .w600\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .w600\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .w600\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .w600\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .w600\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .w600\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .w600\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .w600\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .w600\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w600\:text-start {
    text-align: left !important;
  }
  .kf-container .w600\:text-end {
    text-align: right !important;
  }
  .kf-container .w600\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 961px) {
  .kf-container .w960\:float-start {
    float: left !important;
  }
  .kf-container .w960\:float-end {
    float: right !important;
  }
  .kf-container .w960\:float-none {
    float: none !important;
  }
  .kf-container .w960\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .w960\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .w960\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .w960\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .w960\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .w960\:d-inline {
    display: inline !important;
  }
  .kf-container .w960\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .w960\:d-block {
    display: block !important;
  }
  .kf-container .w960\:d-grid {
    display: grid !important;
  }
  .kf-container .w960\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .w960\:d-table {
    display: table !important;
  }
  .kf-container .w960\:d-table-row {
    display: table-row !important;
  }
  .kf-container .w960\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .w960\:d-flex {
    display: flex !important;
  }
  .kf-container .w960\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .w960\:d-none {
    display: none !important;
  }
  .kf-container .w960\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .w960\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .w960\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .w960\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .w960\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .w960\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .w960\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .w960\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .w960\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .w960\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .w960\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .w960\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .w960\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .w960\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .w960\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .w960\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .w960\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .w960\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .w960\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .w960\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .w960\:align-items-center {
    align-items: center !important;
  }
  .kf-container .w960\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .w960\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .w960\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .w960\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .w960\:align-content-center {
    align-content: center !important;
  }
  .kf-container .w960\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .w960\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .w960\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .w960\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .w960\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .w960\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .w960\:align-self-center {
    align-self: center !important;
  }
  .kf-container .w960\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .w960\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .w960\:order-first {
    order: -1 !important;
  }
  .kf-container .w960\:order-0 {
    order: 0 !important;
  }
  .kf-container .w960\:order-1 {
    order: 1 !important;
  }
  .kf-container .w960\:order-2 {
    order: 2 !important;
  }
  .kf-container .w960\:order-3 {
    order: 3 !important;
  }
  .kf-container .w960\:order-4 {
    order: 4 !important;
  }
  .kf-container .w960\:order-5 {
    order: 5 !important;
  }
  .kf-container .w960\:order-last {
    order: 6 !important;
  }
  .kf-container .w960\:m-0 {
    margin: 0 !important;
  }
  .kf-container .w960\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .w960\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .w960\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .w960\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .w960\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .w960\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .w960\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .w960\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:m-auto {
    margin: auto !important;
  }
  .kf-container .w960\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .w960\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .w960\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .w960\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .w960\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .w960\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .w960\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .w960\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .w960\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .w960\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .w960\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w960\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w960\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w960\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w960\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w960\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .w960\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .w960\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .w960\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .w960\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .w960\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .w960\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .w960\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .w960\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .w960\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .w960\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .w960\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .w960\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .w960\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .w960\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .w960\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .w960\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .w960\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .w960\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .w960\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .w960\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .w960\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .w960\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w960\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w960\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w960\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w960\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w960\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .w960\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .w960\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .w960\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .w960\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .w960\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .w960\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .w960\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .w960\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .w960\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .w960\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .w960\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .w960\:p-0 {
    padding: 0 !important;
  }
  .kf-container .w960\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .w960\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .w960\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .w960\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .w960\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .w960\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .w960\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .w960\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .w960\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .w960\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .w960\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .w960\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .w960\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .w960\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .w960\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .w960\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .w960\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w960\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w960\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w960\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w960\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w960\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .w960\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .w960\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .w960\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .w960\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .w960\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .w960\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .w960\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .w960\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .w960\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .w960\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .w960\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .w960\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .w960\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .w960\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .w960\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .w960\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .w960\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .w960\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .w960\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w960\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w960\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w960\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w960\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w960\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .w960\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .w960\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .w960\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .w960\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .w960\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .w960\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .w960\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .w960\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .w960\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .w960\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .w960\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .w960\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .w960\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .w960\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .w960\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .w960\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .w960\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .w960\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .w960\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .w960\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .w960\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .w960\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .w960\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .w960\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .w960\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .w960\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .w960\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .w960\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .w960\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .w960\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .w960\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .w960\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .w960\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .w960\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w960\:text-start {
    text-align: left !important;
  }
  .kf-container .w960\:text-end {
    text-align: right !important;
  }
  .kf-container .w960\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 1321px) {
  .kf-container .w1320\:float-start {
    float: left !important;
  }
  .kf-container .w1320\:float-end {
    float: right !important;
  }
  .kf-container .w1320\:float-none {
    float: none !important;
  }
  .kf-container .w1320\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .w1320\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .w1320\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .w1320\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .w1320\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .w1320\:d-inline {
    display: inline !important;
  }
  .kf-container .w1320\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .w1320\:d-block {
    display: block !important;
  }
  .kf-container .w1320\:d-grid {
    display: grid !important;
  }
  .kf-container .w1320\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .w1320\:d-table {
    display: table !important;
  }
  .kf-container .w1320\:d-table-row {
    display: table-row !important;
  }
  .kf-container .w1320\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .w1320\:d-flex {
    display: flex !important;
  }
  .kf-container .w1320\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .w1320\:d-none {
    display: none !important;
  }
  .kf-container .w1320\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .w1320\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .w1320\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .w1320\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .w1320\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .w1320\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .w1320\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .w1320\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .w1320\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .w1320\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .w1320\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .w1320\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .w1320\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .w1320\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .w1320\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .w1320\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .w1320\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .w1320\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .w1320\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .w1320\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .w1320\:align-items-center {
    align-items: center !important;
  }
  .kf-container .w1320\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .w1320\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .w1320\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .w1320\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .w1320\:align-content-center {
    align-content: center !important;
  }
  .kf-container .w1320\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .w1320\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .w1320\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .w1320\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .w1320\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .w1320\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .w1320\:align-self-center {
    align-self: center !important;
  }
  .kf-container .w1320\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .w1320\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .w1320\:order-first {
    order: -1 !important;
  }
  .kf-container .w1320\:order-0 {
    order: 0 !important;
  }
  .kf-container .w1320\:order-1 {
    order: 1 !important;
  }
  .kf-container .w1320\:order-2 {
    order: 2 !important;
  }
  .kf-container .w1320\:order-3 {
    order: 3 !important;
  }
  .kf-container .w1320\:order-4 {
    order: 4 !important;
  }
  .kf-container .w1320\:order-5 {
    order: 5 !important;
  }
  .kf-container .w1320\:order-last {
    order: 6 !important;
  }
  .kf-container .w1320\:m-0 {
    margin: 0 !important;
  }
  .kf-container .w1320\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .w1320\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .w1320\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .w1320\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .w1320\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .w1320\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .w1320\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .w1320\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:m-auto {
    margin: auto !important;
  }
  .kf-container .w1320\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .w1320\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .w1320\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .w1320\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .w1320\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .w1320\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .w1320\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .w1320\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .w1320\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .w1320\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .w1320\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w1320\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w1320\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w1320\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w1320\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w1320\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .w1320\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .w1320\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .w1320\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .w1320\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .w1320\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .w1320\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .w1320\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .w1320\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .w1320\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .w1320\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .w1320\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .w1320\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .w1320\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .w1320\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .w1320\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .w1320\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .w1320\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .w1320\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .w1320\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .w1320\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .w1320\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .w1320\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w1320\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w1320\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w1320\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w1320\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w1320\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .w1320\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .w1320\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .w1320\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .w1320\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .w1320\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .w1320\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .w1320\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .w1320\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .w1320\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .w1320\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .w1320\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .w1320\:p-0 {
    padding: 0 !important;
  }
  .kf-container .w1320\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .w1320\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .w1320\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .w1320\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .w1320\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .w1320\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .w1320\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .w1320\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .w1320\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .w1320\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .w1320\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .w1320\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .w1320\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .w1320\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .w1320\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .w1320\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .w1320\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w1320\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w1320\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w1320\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w1320\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w1320\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .w1320\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .w1320\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .w1320\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .w1320\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .w1320\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .w1320\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .w1320\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .w1320\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .w1320\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .w1320\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .w1320\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .w1320\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .w1320\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .w1320\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .w1320\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .w1320\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .w1320\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .w1320\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .w1320\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w1320\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w1320\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w1320\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w1320\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w1320\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .w1320\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .w1320\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .w1320\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .w1320\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .w1320\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .w1320\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .w1320\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .w1320\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .w1320\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .w1320\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .w1320\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .w1320\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .w1320\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .w1320\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .w1320\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .w1320\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .w1320\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .w1320\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .w1320\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .w1320\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .w1320\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .w1320\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .w1320\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .w1320\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .w1320\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .w1320\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .w1320\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .w1320\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .w1320\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .w1320\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .w1320\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .w1320\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .w1320\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .w1320\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1320\:text-start {
    text-align: left !important;
  }
  .kf-container .w1320\:text-end {
    text-align: right !important;
  }
  .kf-container .w1320\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 1921px) {
  .kf-container .w1920\:float-start {
    float: left !important;
  }
  .kf-container .w1920\:float-end {
    float: right !important;
  }
  .kf-container .w1920\:float-none {
    float: none !important;
  }
  .kf-container .w1920\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .w1920\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .w1920\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .w1920\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .w1920\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .w1920\:d-inline {
    display: inline !important;
  }
  .kf-container .w1920\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .w1920\:d-block {
    display: block !important;
  }
  .kf-container .w1920\:d-grid {
    display: grid !important;
  }
  .kf-container .w1920\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .w1920\:d-table {
    display: table !important;
  }
  .kf-container .w1920\:d-table-row {
    display: table-row !important;
  }
  .kf-container .w1920\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .w1920\:d-flex {
    display: flex !important;
  }
  .kf-container .w1920\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .w1920\:d-none {
    display: none !important;
  }
  .kf-container .w1920\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .w1920\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .w1920\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .w1920\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .w1920\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .w1920\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .w1920\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .w1920\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .w1920\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .w1920\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .w1920\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .w1920\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .w1920\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .w1920\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .w1920\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .w1920\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .w1920\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .w1920\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .w1920\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .w1920\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .w1920\:align-items-center {
    align-items: center !important;
  }
  .kf-container .w1920\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .w1920\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .w1920\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .w1920\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .w1920\:align-content-center {
    align-content: center !important;
  }
  .kf-container .w1920\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .w1920\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .w1920\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .w1920\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .w1920\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .w1920\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .w1920\:align-self-center {
    align-self: center !important;
  }
  .kf-container .w1920\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .w1920\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .w1920\:order-first {
    order: -1 !important;
  }
  .kf-container .w1920\:order-0 {
    order: 0 !important;
  }
  .kf-container .w1920\:order-1 {
    order: 1 !important;
  }
  .kf-container .w1920\:order-2 {
    order: 2 !important;
  }
  .kf-container .w1920\:order-3 {
    order: 3 !important;
  }
  .kf-container .w1920\:order-4 {
    order: 4 !important;
  }
  .kf-container .w1920\:order-5 {
    order: 5 !important;
  }
  .kf-container .w1920\:order-last {
    order: 6 !important;
  }
  .kf-container .w1920\:m-0 {
    margin: 0 !important;
  }
  .kf-container .w1920\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .w1920\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .w1920\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .w1920\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .w1920\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .w1920\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .w1920\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .w1920\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:m-auto {
    margin: auto !important;
  }
  .kf-container .w1920\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .w1920\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .w1920\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .w1920\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .w1920\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .w1920\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .w1920\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .w1920\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .w1920\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .w1920\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .w1920\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w1920\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w1920\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w1920\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w1920\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w1920\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .w1920\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .w1920\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .w1920\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .w1920\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .w1920\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .w1920\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .w1920\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .w1920\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .w1920\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .w1920\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .w1920\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .w1920\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .w1920\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .w1920\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .w1920\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .w1920\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .w1920\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .w1920\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .w1920\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .w1920\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .w1920\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .w1920\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .w1920\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .w1920\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .w1920\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .w1920\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .w1920\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .w1920\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .w1920\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .w1920\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .w1920\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .w1920\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .w1920\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .w1920\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .w1920\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .w1920\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .w1920\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .w1920\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .w1920\:p-0 {
    padding: 0 !important;
  }
  .kf-container .w1920\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .w1920\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .w1920\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .w1920\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .w1920\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .w1920\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .w1920\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .w1920\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .w1920\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .w1920\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .w1920\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .w1920\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .w1920\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .w1920\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .w1920\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .w1920\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .w1920\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w1920\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w1920\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w1920\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w1920\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w1920\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .w1920\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .w1920\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .w1920\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .w1920\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .w1920\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .w1920\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .w1920\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .w1920\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .w1920\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .w1920\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .w1920\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .w1920\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .w1920\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .w1920\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .w1920\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .w1920\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .w1920\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .w1920\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .w1920\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .w1920\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .w1920\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .w1920\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .w1920\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .w1920\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .w1920\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .w1920\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .w1920\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .w1920\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .w1920\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .w1920\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .w1920\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .w1920\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .w1920\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .w1920\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .w1920\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .w1920\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .w1920\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .w1920\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .w1920\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .w1920\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .w1920\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .w1920\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .w1920\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .w1920\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .w1920\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .w1920\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .w1920\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .w1920\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .w1920\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .w1920\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .w1920\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .w1920\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .w1920\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .w1920\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .w1920\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .w1920\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .w1920\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .w1920\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .w1920\:text-start {
    text-align: left !important;
  }
  .kf-container .w1920\:text-end {
    text-align: right !important;
  }
  .kf-container .w1920\:text-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .kf-container .fs-1 {
    font-size: 2.5rem !important;
  }
  .kf-container .fs-2 {
    font-size: 2rem !important;
  }
  .kf-container .fs-3 {
    font-size: 1.75rem !important;
  }
  .kf-container .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .kf-container .-printd-inline {
    display: inline !important;
  }
  .kf-container .-printd-inline-block {
    display: inline-block !important;
  }
  .kf-container .-printd-block {
    display: block !important;
  }
  .kf-container .-printd-grid {
    display: grid !important;
  }
  .kf-container .-printd-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .-printd-table {
    display: table !important;
  }
  .kf-container .-printd-table-row {
    display: table-row !important;
  }
  .kf-container .-printd-table-cell {
    display: table-cell !important;
  }
  .kf-container .-printd-flex {
    display: flex !important;
  }
  .kf-container .-printd-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .-printd-none {
    display: none !important;
  }
}
.kf-container .max-float-start {
  float: left !important;
}
.kf-container .max-float-end {
  float: right !important;
}
.kf-container .max-float-none {
  float: none !important;
}
.kf-container .max-object-fit-contain {
  object-fit: contain !important;
}
.kf-container .max-object-fit-cover {
  object-fit: cover !important;
}
.kf-container .max-object-fit-fill {
  object-fit: fill !important;
}
.kf-container .max-object-fit-scale {
  object-fit: scale-down !important;
}
.kf-container .max-object-fit-none {
  object-fit: none !important;
}
.kf-container .max-d-inline {
  display: inline !important;
}
.kf-container .max-d-inline-block {
  display: inline-block !important;
}
.kf-container .max-d-block {
  display: block !important;
}
.kf-container .max-d-grid {
  display: grid !important;
}
.kf-container .max-d-inline-grid {
  display: inline-grid !important;
}
.kf-container .max-d-table {
  display: table !important;
}
.kf-container .max-d-table-row {
  display: table-row !important;
}
.kf-container .max-d-table-cell {
  display: table-cell !important;
}
.kf-container .max-d-flex {
  display: flex !important;
}
.kf-container .max-d-inline-flex {
  display: inline-flex !important;
}
.kf-container .max-d-none {
  display: none !important;
}
.kf-container .max-flex-fill {
  flex: 1 1 auto !important;
}
.kf-container .max-flex-row {
  flex-direction: row !important;
}
.kf-container .max-flex-column {
  flex-direction: column !important;
}
.kf-container .max-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.kf-container .max-flex-column-reverse {
  flex-direction: column-reverse !important;
}
.kf-container .max-flex-grow-0 {
  flex-grow: 0 !important;
}
.kf-container .max-flex-grow-1 {
  flex-grow: 1 !important;
}
.kf-container .max-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.kf-container .max-flex-shrink-1 {
  flex-shrink: 1 !important;
}
.kf-container .max-flex-wrap {
  flex-wrap: wrap !important;
}
.kf-container .max-flex-nowrap {
  flex-wrap: nowrap !important;
}
.kf-container .max-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.kf-container .max-justify-content-start {
  justify-content: flex-start !important;
}
.kf-container .max-justify-content-end {
  justify-content: flex-end !important;
}
.kf-container .max-justify-content-center {
  justify-content: center !important;
}
.kf-container .max-justify-content-between {
  justify-content: space-between !important;
}
.kf-container .max-justify-content-around {
  justify-content: space-around !important;
}
.kf-container .max-justify-content-evenly {
  justify-content: space-evenly !important;
}
.kf-container .max-align-items-start {
  align-items: flex-start !important;
}
.kf-container .max-align-items-end {
  align-items: flex-end !important;
}
.kf-container .max-align-items-center {
  align-items: center !important;
}
.kf-container .max-align-items-baseline {
  align-items: baseline !important;
}
.kf-container .max-align-items-stretch {
  align-items: stretch !important;
}
.kf-container .max-align-content-start {
  align-content: flex-start !important;
}
.kf-container .max-align-content-end {
  align-content: flex-end !important;
}
.kf-container .max-align-content-center {
  align-content: center !important;
}
.kf-container .max-align-content-between {
  align-content: space-between !important;
}
.kf-container .max-align-content-around {
  align-content: space-around !important;
}
.kf-container .max-align-content-stretch {
  align-content: stretch !important;
}
.kf-container .max-align-self-auto {
  align-self: auto !important;
}
.kf-container .max-align-self-start {
  align-self: flex-start !important;
}
.kf-container .max-align-self-end {
  align-self: flex-end !important;
}
.kf-container .max-align-self-center {
  align-self: center !important;
}
.kf-container .max-align-self-baseline {
  align-self: baseline !important;
}
.kf-container .max-align-self-stretch {
  align-self: stretch !important;
}
.kf-container .max-order-first {
  order: -1 !important;
}
.kf-container .max-order-0 {
  order: 0 !important;
}
.kf-container .max-order-1 {
  order: 1 !important;
}
.kf-container .max-order-2 {
  order: 2 !important;
}
.kf-container .max-order-3 {
  order: 3 !important;
}
.kf-container .max-order-4 {
  order: 4 !important;
}
.kf-container .max-order-5 {
  order: 5 !important;
}
.kf-container .max-order-last {
  order: 6 !important;
}
.kf-container .max-m-0 {
  margin: 0 !important;
}
.kf-container .max-m-1 {
  margin: 0.375rem !important;
}
.kf-container .max-m-2 {
  margin: 0.75rem !important;
}
.kf-container .max-m-3 {
  margin: 1.5rem !important;
}
.kf-container .max-m-4 {
  margin: 2.25rem !important;
}
.kf-container .max-m-5 {
  margin: 4.5rem !important;
}
.kf-container .max-m-xl {
  margin: 5rem !important;
}
.kf-container .max-m-2xl {
  margin: 10rem !important;
}
.kf-container .max-m-x {
  margin: var(--casaul-body-spacer) !important;
}
.kf-container .max-m-auto {
  margin: auto !important;
}
.kf-container .max-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.kf-container .max-mx-1 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}
.kf-container .max-mx-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.kf-container .max-mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.kf-container .max-mx-4 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}
.kf-container .max-mx-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.kf-container .max-mx-xl {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.kf-container .max-mx-2xl {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.kf-container .max-mx-x {
  margin-right: var(--casaul-body-spacer) !important;
  margin-left: var(--casaul-body-spacer) !important;
}
.kf-container .max-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.kf-container .max-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.kf-container .max-my-1 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.kf-container .max-my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.kf-container .max-my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.kf-container .max-my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.kf-container .max-my-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.kf-container .max-my-xl {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.kf-container .max-my-2xl {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.kf-container .max-my-x {
  margin-top: var(--casaul-body-spacer) !important;
  margin-bottom: var(--casaul-body-spacer) !important;
}
.kf-container .max-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.kf-container .max-mt-0 {
  margin-top: 0 !important;
}
.kf-container .max-mt-1 {
  margin-top: 0.375rem !important;
}
.kf-container .max-mt-2 {
  margin-top: 0.75rem !important;
}
.kf-container .max-mt-3 {
  margin-top: 1.5rem !important;
}
.kf-container .max-mt-4 {
  margin-top: 2.25rem !important;
}
.kf-container .max-mt-5 {
  margin-top: 4.5rem !important;
}
.kf-container .max-mt-xl {
  margin-top: 5rem !important;
}
.kf-container .max-mt-2xl {
  margin-top: 10rem !important;
}
.kf-container .max-mt-x {
  margin-top: var(--casaul-body-spacer) !important;
}
.kf-container .max-mt-auto {
  margin-top: auto !important;
}
.kf-container .max-me-0 {
  margin-right: 0 !important;
}
.kf-container .max-me-1 {
  margin-right: 0.375rem !important;
}
.kf-container .max-me-2 {
  margin-right: 0.75rem !important;
}
.kf-container .max-me-3 {
  margin-right: 1.5rem !important;
}
.kf-container .max-me-4 {
  margin-right: 2.25rem !important;
}
.kf-container .max-me-5 {
  margin-right: 4.5rem !important;
}
.kf-container .max-me-xl {
  margin-right: 5rem !important;
}
.kf-container .max-me-2xl {
  margin-right: 10rem !important;
}
.kf-container .max-me-x {
  margin-right: var(--casaul-body-spacer) !important;
}
.kf-container .max-me-auto {
  margin-right: auto !important;
}
.kf-container .max-mb-0 {
  margin-bottom: 0 !important;
}
.kf-container .max-mb-1 {
  margin-bottom: 0.375rem !important;
}
.kf-container .max-mb-2 {
  margin-bottom: 0.75rem !important;
}
.kf-container .max-mb-3 {
  margin-bottom: 1.5rem !important;
}
.kf-container .max-mb-4 {
  margin-bottom: 2.25rem !important;
}
.kf-container .max-mb-5 {
  margin-bottom: 4.5rem !important;
}
.kf-container .max-mb-xl {
  margin-bottom: 5rem !important;
}
.kf-container .max-mb-2xl {
  margin-bottom: 10rem !important;
}
.kf-container .max-mb-x {
  margin-bottom: var(--casaul-body-spacer) !important;
}
.kf-container .max-mb-auto {
  margin-bottom: auto !important;
}
.kf-container .max-ms-0 {
  margin-left: 0 !important;
}
.kf-container .max-ms-1 {
  margin-left: 0.375rem !important;
}
.kf-container .max-ms-2 {
  margin-left: 0.75rem !important;
}
.kf-container .max-ms-3 {
  margin-left: 1.5rem !important;
}
.kf-container .max-ms-4 {
  margin-left: 2.25rem !important;
}
.kf-container .max-ms-5 {
  margin-left: 4.5rem !important;
}
.kf-container .max-ms-xl {
  margin-left: 5rem !important;
}
.kf-container .max-ms-2xl {
  margin-left: 10rem !important;
}
.kf-container .max-ms-x {
  margin-left: var(--casaul-body-spacer) !important;
}
.kf-container .max-ms-auto {
  margin-left: auto !important;
}
.kf-container .max-p-0 {
  padding: 0 !important;
}
.kf-container .max-p-1 {
  padding: 0.375rem !important;
}
.kf-container .max-p-2 {
  padding: 0.75rem !important;
}
.kf-container .max-p-3 {
  padding: 1.5rem !important;
}
.kf-container .max-p-4 {
  padding: 2.25rem !important;
}
.kf-container .max-p-5 {
  padding: 4.5rem !important;
}
.kf-container .max-p-xl {
  padding: 5rem !important;
}
.kf-container .max-p-2xl {
  padding: 10rem !important;
}
.kf-container .max-p-x {
  padding: var(--casaul-body-spacer) !important;
}
.kf-container .max-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.kf-container .max-px-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}
.kf-container .max-px-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.kf-container .max-px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.kf-container .max-px-4 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}
.kf-container .max-px-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.kf-container .max-px-xl {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.kf-container .max-px-2xl {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.kf-container .max-px-x {
  padding-right: var(--casaul-body-spacer) !important;
  padding-left: var(--casaul-body-spacer) !important;
}
.kf-container .max-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.kf-container .max-py-1 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.kf-container .max-py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.kf-container .max-py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.kf-container .max-py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.kf-container .max-py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.kf-container .max-py-xl {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.kf-container .max-py-2xl {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.kf-container .max-py-x {
  padding-top: var(--casaul-body-spacer) !important;
  padding-bottom: var(--casaul-body-spacer) !important;
}
.kf-container .max-pt-0 {
  padding-top: 0 !important;
}
.kf-container .max-pt-1 {
  padding-top: 0.375rem !important;
}
.kf-container .max-pt-2 {
  padding-top: 0.75rem !important;
}
.kf-container .max-pt-3 {
  padding-top: 1.5rem !important;
}
.kf-container .max-pt-4 {
  padding-top: 2.25rem !important;
}
.kf-container .max-pt-5 {
  padding-top: 4.5rem !important;
}
.kf-container .max-pt-xl {
  padding-top: 5rem !important;
}
.kf-container .max-pt-2xl {
  padding-top: 10rem !important;
}
.kf-container .max-pt-x {
  padding-top: var(--casaul-body-spacer) !important;
}
.kf-container .max-pe-0 {
  padding-right: 0 !important;
}
.kf-container .max-pe-1 {
  padding-right: 0.375rem !important;
}
.kf-container .max-pe-2 {
  padding-right: 0.75rem !important;
}
.kf-container .max-pe-3 {
  padding-right: 1.5rem !important;
}
.kf-container .max-pe-4 {
  padding-right: 2.25rem !important;
}
.kf-container .max-pe-5 {
  padding-right: 4.5rem !important;
}
.kf-container .max-pe-xl {
  padding-right: 5rem !important;
}
.kf-container .max-pe-2xl {
  padding-right: 10rem !important;
}
.kf-container .max-pe-x {
  padding-right: var(--casaul-body-spacer) !important;
}
.kf-container .max-pb-0 {
  padding-bottom: 0 !important;
}
.kf-container .max-pb-1 {
  padding-bottom: 0.375rem !important;
}
.kf-container .max-pb-2 {
  padding-bottom: 0.75rem !important;
}
.kf-container .max-pb-3 {
  padding-bottom: 1.5rem !important;
}
.kf-container .max-pb-4 {
  padding-bottom: 2.25rem !important;
}
.kf-container .max-pb-5 {
  padding-bottom: 4.5rem !important;
}
.kf-container .max-pb-xl {
  padding-bottom: 5rem !important;
}
.kf-container .max-pb-2xl {
  padding-bottom: 10rem !important;
}
.kf-container .max-pb-x {
  padding-bottom: var(--casaul-body-spacer) !important;
}
.kf-container .max-ps-0 {
  padding-left: 0 !important;
}
.kf-container .max-ps-1 {
  padding-left: 0.375rem !important;
}
.kf-container .max-ps-2 {
  padding-left: 0.75rem !important;
}
.kf-container .max-ps-3 {
  padding-left: 1.5rem !important;
}
.kf-container .max-ps-4 {
  padding-left: 2.25rem !important;
}
.kf-container .max-ps-5 {
  padding-left: 4.5rem !important;
}
.kf-container .max-ps-xl {
  padding-left: 5rem !important;
}
.kf-container .max-ps-2xl {
  padding-left: 10rem !important;
}
.kf-container .max-ps-x {
  padding-left: var(--casaul-body-spacer) !important;
}
.kf-container .max-gap-0 {
  gap: 0 !important;
}
.kf-container .max-gap-1 {
  gap: 0.375rem !important;
}
.kf-container .max-gap-2 {
  gap: 0.75rem !important;
}
.kf-container .max-gap-3 {
  gap: 1.5rem !important;
}
.kf-container .max-gap-4 {
  gap: 2.25rem !important;
}
.kf-container .max-gap-5 {
  gap: 4.5rem !important;
}
.kf-container .max-gap-xl {
  gap: 5rem !important;
}
.kf-container .max-gap-2xl {
  gap: 10rem !important;
}
.kf-container .max-gap-x {
  gap: var(--casaul-body-spacer) !important;
}
.kf-container .max-row-gap-0 {
  row-gap: 0 !important;
}
.kf-container .max-row-gap-1 {
  row-gap: 0.375rem !important;
}
.kf-container .max-row-gap-2 {
  row-gap: 0.75rem !important;
}
.kf-container .max-row-gap-3 {
  row-gap: 1.5rem !important;
}
.kf-container .max-row-gap-4 {
  row-gap: 2.25rem !important;
}
.kf-container .max-row-gap-5 {
  row-gap: 4.5rem !important;
}
.kf-container .max-row-gap-xl {
  row-gap: 5rem !important;
}
.kf-container .max-row-gap-2xl {
  row-gap: 10rem !important;
}
.kf-container .max-row-gap-x {
  row-gap: var(--casaul-body-spacer) !important;
}
.kf-container .max-column-gap-0 {
  column-gap: 0 !important;
}
.kf-container .max-column-gap-1 {
  column-gap: 0.375rem !important;
}
.kf-container .max-column-gap-2 {
  column-gap: 0.75rem !important;
}
.kf-container .max-column-gap-3 {
  column-gap: 1.5rem !important;
}
.kf-container .max-column-gap-4 {
  column-gap: 2.25rem !important;
}
.kf-container .max-column-gap-5 {
  column-gap: 4.5rem !important;
}
.kf-container .max-column-gap-xl {
  column-gap: 5rem !important;
}
.kf-container .max-column-gap-2xl {
  column-gap: 10rem !important;
}
.kf-container .max-column-gap-x {
  column-gap: var(--casaul-body-spacer) !important;
}
.kf-container .max-text-start {
  text-align: left !important;
}
.kf-container .max-text-end {
  text-align: right !important;
}
.kf-container .max-text-center {
  text-align: center !important;
}
@media (max-width: 399.98px) {
  .kf-container .max-w400\:float-start {
    float: left !important;
  }
  .kf-container .max-w400\:float-end {
    float: right !important;
  }
  .kf-container .max-w400\:float-none {
    float: none !important;
  }
  .kf-container .max-w400\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .max-w400\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .max-w400\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .max-w400\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .max-w400\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .max-w400\:d-inline {
    display: inline !important;
  }
  .kf-container .max-w400\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .max-w400\:d-block {
    display: block !important;
  }
  .kf-container .max-w400\:d-grid {
    display: grid !important;
  }
  .kf-container .max-w400\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .max-w400\:d-table {
    display: table !important;
  }
  .kf-container .max-w400\:d-table-row {
    display: table-row !important;
  }
  .kf-container .max-w400\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .max-w400\:d-flex {
    display: flex !important;
  }
  .kf-container .max-w400\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .max-w400\:d-none {
    display: none !important;
  }
  .kf-container .max-w400\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .max-w400\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .max-w400\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .max-w400\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .max-w400\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .max-w400\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .max-w400\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .max-w400\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .max-w400\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .max-w400\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .max-w400\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .max-w400\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .max-w400\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .max-w400\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .max-w400\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .max-w400\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .max-w400\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .max-w400\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .max-w400\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .max-w400\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .max-w400\:align-items-center {
    align-items: center !important;
  }
  .kf-container .max-w400\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .max-w400\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .max-w400\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .max-w400\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .max-w400\:align-content-center {
    align-content: center !important;
  }
  .kf-container .max-w400\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .max-w400\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .max-w400\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .max-w400\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .max-w400\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .max-w400\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .max-w400\:align-self-center {
    align-self: center !important;
  }
  .kf-container .max-w400\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .max-w400\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .max-w400\:order-first {
    order: -1 !important;
  }
  .kf-container .max-w400\:order-0 {
    order: 0 !important;
  }
  .kf-container .max-w400\:order-1 {
    order: 1 !important;
  }
  .kf-container .max-w400\:order-2 {
    order: 2 !important;
  }
  .kf-container .max-w400\:order-3 {
    order: 3 !important;
  }
  .kf-container .max-w400\:order-4 {
    order: 4 !important;
  }
  .kf-container .max-w400\:order-5 {
    order: 5 !important;
  }
  .kf-container .max-w400\:order-last {
    order: 6 !important;
  }
  .kf-container .max-w400\:m-0 {
    margin: 0 !important;
  }
  .kf-container .max-w400\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .max-w400\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .max-w400\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .max-w400\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .max-w400\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .max-w400\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .max-w400\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .max-w400\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:m-auto {
    margin: auto !important;
  }
  .kf-container .max-w400\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .max-w400\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w400\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w400\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w400\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w400\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w400\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .max-w400\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .max-w400\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .max-w400\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .max-w400\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w400\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w400\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w400\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w400\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w400\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w400\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w400\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .max-w400\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .max-w400\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .max-w400\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .max-w400\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .max-w400\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .max-w400\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .max-w400\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .max-w400\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .max-w400\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .max-w400\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .max-w400\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .max-w400\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .max-w400\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .max-w400\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .max-w400\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .max-w400\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .max-w400\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .max-w400\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .max-w400\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .max-w400\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w400\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w400\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w400\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w400\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w400\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w400\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w400\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .max-w400\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .max-w400\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w400\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w400\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w400\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w400\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w400\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .max-w400\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .max-w400\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .max-w400\:p-0 {
    padding: 0 !important;
  }
  .kf-container .max-w400\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .max-w400\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .max-w400\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .max-w400\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .max-w400\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .max-w400\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .max-w400\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .max-w400\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .max-w400\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w400\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w400\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w400\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w400\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w400\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .max-w400\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .max-w400\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .max-w400\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w400\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w400\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w400\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w400\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w400\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w400\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w400\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .max-w400\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .max-w400\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .max-w400\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .max-w400\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .max-w400\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .max-w400\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .max-w400\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .max-w400\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .max-w400\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .max-w400\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .max-w400\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .max-w400\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .max-w400\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .max-w400\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .max-w400\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .max-w400\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .max-w400\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w400\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w400\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w400\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w400\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w400\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w400\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w400\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .max-w400\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w400\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w400\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w400\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w400\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w400\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .max-w400\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .max-w400\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .max-w400\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .max-w400\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .max-w400\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .max-w400\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .max-w400\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .max-w400\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .max-w400\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .max-w400\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .max-w400\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .max-w400\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .max-w400\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .max-w400\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .max-w400\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .max-w400\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .max-w400\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .max-w400\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .max-w400\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .max-w400\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .max-w400\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .max-w400\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .max-w400\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .max-w400\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .max-w400\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .max-w400\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w400\:text-start {
    text-align: left !important;
  }
  .kf-container .max-w400\:text-end {
    text-align: right !important;
  }
  .kf-container .max-w400\:text-center {
    text-align: center !important;
  }
}
@media (max-width: 630.98px) {
  .kf-container .max-w600\:float-start {
    float: left !important;
  }
  .kf-container .max-w600\:float-end {
    float: right !important;
  }
  .kf-container .max-w600\:float-none {
    float: none !important;
  }
  .kf-container .max-w600\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .max-w600\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .max-w600\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .max-w600\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .max-w600\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .max-w600\:d-inline {
    display: inline !important;
  }
  .kf-container .max-w600\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .max-w600\:d-block {
    display: block !important;
  }
  .kf-container .max-w600\:d-grid {
    display: grid !important;
  }
  .kf-container .max-w600\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .max-w600\:d-table {
    display: table !important;
  }
  .kf-container .max-w600\:d-table-row {
    display: table-row !important;
  }
  .kf-container .max-w600\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .max-w600\:d-flex {
    display: flex !important;
  }
  .kf-container .max-w600\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .max-w600\:d-none {
    display: none !important;
  }
  .kf-container .max-w600\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .max-w600\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .max-w600\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .max-w600\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .max-w600\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .max-w600\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .max-w600\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .max-w600\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .max-w600\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .max-w600\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .max-w600\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .max-w600\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .max-w600\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .max-w600\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .max-w600\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .max-w600\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .max-w600\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .max-w600\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .max-w600\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .max-w600\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .max-w600\:align-items-center {
    align-items: center !important;
  }
  .kf-container .max-w600\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .max-w600\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .max-w600\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .max-w600\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .max-w600\:align-content-center {
    align-content: center !important;
  }
  .kf-container .max-w600\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .max-w600\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .max-w600\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .max-w600\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .max-w600\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .max-w600\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .max-w600\:align-self-center {
    align-self: center !important;
  }
  .kf-container .max-w600\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .max-w600\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .max-w600\:order-first {
    order: -1 !important;
  }
  .kf-container .max-w600\:order-0 {
    order: 0 !important;
  }
  .kf-container .max-w600\:order-1 {
    order: 1 !important;
  }
  .kf-container .max-w600\:order-2 {
    order: 2 !important;
  }
  .kf-container .max-w600\:order-3 {
    order: 3 !important;
  }
  .kf-container .max-w600\:order-4 {
    order: 4 !important;
  }
  .kf-container .max-w600\:order-5 {
    order: 5 !important;
  }
  .kf-container .max-w600\:order-last {
    order: 6 !important;
  }
  .kf-container .max-w600\:m-0 {
    margin: 0 !important;
  }
  .kf-container .max-w600\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .max-w600\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .max-w600\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .max-w600\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .max-w600\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .max-w600\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .max-w600\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .max-w600\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:m-auto {
    margin: auto !important;
  }
  .kf-container .max-w600\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .max-w600\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w600\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w600\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w600\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w600\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w600\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .max-w600\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .max-w600\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .max-w600\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .max-w600\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w600\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w600\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w600\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w600\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w600\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w600\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w600\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .max-w600\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .max-w600\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .max-w600\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .max-w600\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .max-w600\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .max-w600\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .max-w600\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .max-w600\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .max-w600\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .max-w600\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .max-w600\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .max-w600\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .max-w600\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .max-w600\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .max-w600\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .max-w600\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .max-w600\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .max-w600\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .max-w600\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .max-w600\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w600\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w600\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w600\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w600\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w600\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w600\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w600\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .max-w600\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .max-w600\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w600\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w600\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w600\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w600\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w600\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .max-w600\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .max-w600\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .max-w600\:p-0 {
    padding: 0 !important;
  }
  .kf-container .max-w600\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .max-w600\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .max-w600\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .max-w600\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .max-w600\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .max-w600\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .max-w600\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .max-w600\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .max-w600\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w600\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w600\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w600\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w600\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w600\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .max-w600\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .max-w600\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .max-w600\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w600\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w600\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w600\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w600\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w600\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w600\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w600\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .max-w600\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .max-w600\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .max-w600\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .max-w600\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .max-w600\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .max-w600\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .max-w600\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .max-w600\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .max-w600\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .max-w600\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .max-w600\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .max-w600\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .max-w600\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .max-w600\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .max-w600\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .max-w600\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .max-w600\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w600\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w600\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w600\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w600\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w600\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w600\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w600\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .max-w600\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w600\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w600\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w600\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w600\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w600\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .max-w600\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .max-w600\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .max-w600\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .max-w600\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .max-w600\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .max-w600\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .max-w600\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .max-w600\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .max-w600\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .max-w600\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .max-w600\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .max-w600\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .max-w600\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .max-w600\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .max-w600\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .max-w600\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .max-w600\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .max-w600\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .max-w600\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .max-w600\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .max-w600\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .max-w600\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .max-w600\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .max-w600\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .max-w600\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .max-w600\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w600\:text-start {
    text-align: left !important;
  }
  .kf-container .max-w600\:text-end {
    text-align: right !important;
  }
  .kf-container .max-w600\:text-center {
    text-align: center !important;
  }
}
@media (max-width: 960.98px) {
  .kf-container .max-w960\:float-start {
    float: left !important;
  }
  .kf-container .max-w960\:float-end {
    float: right !important;
  }
  .kf-container .max-w960\:float-none {
    float: none !important;
  }
  .kf-container .max-w960\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .max-w960\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .max-w960\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .max-w960\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .max-w960\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .max-w960\:d-inline {
    display: inline !important;
  }
  .kf-container .max-w960\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .max-w960\:d-block {
    display: block !important;
  }
  .kf-container .max-w960\:d-grid {
    display: grid !important;
  }
  .kf-container .max-w960\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .max-w960\:d-table {
    display: table !important;
  }
  .kf-container .max-w960\:d-table-row {
    display: table-row !important;
  }
  .kf-container .max-w960\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .max-w960\:d-flex {
    display: flex !important;
  }
  .kf-container .max-w960\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .max-w960\:d-none {
    display: none !important;
  }
  .kf-container .max-w960\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .max-w960\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .max-w960\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .max-w960\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .max-w960\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .max-w960\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .max-w960\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .max-w960\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .max-w960\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .max-w960\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .max-w960\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .max-w960\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .max-w960\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .max-w960\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .max-w960\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .max-w960\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .max-w960\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .max-w960\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .max-w960\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .max-w960\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .max-w960\:align-items-center {
    align-items: center !important;
  }
  .kf-container .max-w960\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .max-w960\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .max-w960\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .max-w960\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .max-w960\:align-content-center {
    align-content: center !important;
  }
  .kf-container .max-w960\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .max-w960\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .max-w960\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .max-w960\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .max-w960\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .max-w960\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .max-w960\:align-self-center {
    align-self: center !important;
  }
  .kf-container .max-w960\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .max-w960\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .max-w960\:order-first {
    order: -1 !important;
  }
  .kf-container .max-w960\:order-0 {
    order: 0 !important;
  }
  .kf-container .max-w960\:order-1 {
    order: 1 !important;
  }
  .kf-container .max-w960\:order-2 {
    order: 2 !important;
  }
  .kf-container .max-w960\:order-3 {
    order: 3 !important;
  }
  .kf-container .max-w960\:order-4 {
    order: 4 !important;
  }
  .kf-container .max-w960\:order-5 {
    order: 5 !important;
  }
  .kf-container .max-w960\:order-last {
    order: 6 !important;
  }
  .kf-container .max-w960\:m-0 {
    margin: 0 !important;
  }
  .kf-container .max-w960\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .max-w960\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .max-w960\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .max-w960\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .max-w960\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .max-w960\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .max-w960\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .max-w960\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:m-auto {
    margin: auto !important;
  }
  .kf-container .max-w960\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .max-w960\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w960\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w960\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w960\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w960\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w960\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .max-w960\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .max-w960\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .max-w960\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .max-w960\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w960\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w960\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w960\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w960\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w960\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w960\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w960\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .max-w960\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .max-w960\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .max-w960\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .max-w960\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .max-w960\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .max-w960\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .max-w960\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .max-w960\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .max-w960\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .max-w960\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .max-w960\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .max-w960\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .max-w960\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .max-w960\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .max-w960\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .max-w960\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .max-w960\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .max-w960\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .max-w960\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .max-w960\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w960\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w960\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w960\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w960\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w960\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w960\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w960\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .max-w960\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .max-w960\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w960\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w960\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w960\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w960\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w960\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .max-w960\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .max-w960\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .max-w960\:p-0 {
    padding: 0 !important;
  }
  .kf-container .max-w960\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .max-w960\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .max-w960\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .max-w960\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .max-w960\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .max-w960\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .max-w960\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .max-w960\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .max-w960\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w960\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w960\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w960\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w960\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w960\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .max-w960\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .max-w960\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .max-w960\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w960\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w960\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w960\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w960\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w960\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w960\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w960\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .max-w960\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .max-w960\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .max-w960\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .max-w960\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .max-w960\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .max-w960\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .max-w960\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .max-w960\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .max-w960\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .max-w960\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .max-w960\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .max-w960\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .max-w960\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .max-w960\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .max-w960\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .max-w960\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .max-w960\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w960\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w960\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w960\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w960\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w960\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w960\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w960\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .max-w960\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w960\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w960\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w960\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w960\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w960\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .max-w960\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .max-w960\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .max-w960\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .max-w960\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .max-w960\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .max-w960\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .max-w960\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .max-w960\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .max-w960\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .max-w960\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .max-w960\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .max-w960\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .max-w960\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .max-w960\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .max-w960\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .max-w960\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .max-w960\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .max-w960\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .max-w960\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .max-w960\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .max-w960\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .max-w960\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .max-w960\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .max-w960\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .max-w960\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .max-w960\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w960\:text-start {
    text-align: left !important;
  }
  .kf-container .max-w960\:text-end {
    text-align: right !important;
  }
  .kf-container .max-w960\:text-center {
    text-align: center !important;
  }
}
@media (max-width: 1320.98px) {
  .kf-container .max-w1320\:float-start {
    float: left !important;
  }
  .kf-container .max-w1320\:float-end {
    float: right !important;
  }
  .kf-container .max-w1320\:float-none {
    float: none !important;
  }
  .kf-container .max-w1320\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .max-w1320\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .max-w1320\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .max-w1320\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .max-w1320\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .max-w1320\:d-inline {
    display: inline !important;
  }
  .kf-container .max-w1320\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .max-w1320\:d-block {
    display: block !important;
  }
  .kf-container .max-w1320\:d-grid {
    display: grid !important;
  }
  .kf-container .max-w1320\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .max-w1320\:d-table {
    display: table !important;
  }
  .kf-container .max-w1320\:d-table-row {
    display: table-row !important;
  }
  .kf-container .max-w1320\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .max-w1320\:d-flex {
    display: flex !important;
  }
  .kf-container .max-w1320\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .max-w1320\:d-none {
    display: none !important;
  }
  .kf-container .max-w1320\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .max-w1320\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .max-w1320\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .max-w1320\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .max-w1320\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .max-w1320\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .max-w1320\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .max-w1320\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .max-w1320\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .max-w1320\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .max-w1320\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .max-w1320\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .max-w1320\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .max-w1320\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .max-w1320\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .max-w1320\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .max-w1320\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .max-w1320\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .max-w1320\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .max-w1320\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .max-w1320\:align-items-center {
    align-items: center !important;
  }
  .kf-container .max-w1320\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .max-w1320\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .max-w1320\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .max-w1320\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .max-w1320\:align-content-center {
    align-content: center !important;
  }
  .kf-container .max-w1320\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .max-w1320\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .max-w1320\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .max-w1320\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .max-w1320\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .max-w1320\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .max-w1320\:align-self-center {
    align-self: center !important;
  }
  .kf-container .max-w1320\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .max-w1320\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .max-w1320\:order-first {
    order: -1 !important;
  }
  .kf-container .max-w1320\:order-0 {
    order: 0 !important;
  }
  .kf-container .max-w1320\:order-1 {
    order: 1 !important;
  }
  .kf-container .max-w1320\:order-2 {
    order: 2 !important;
  }
  .kf-container .max-w1320\:order-3 {
    order: 3 !important;
  }
  .kf-container .max-w1320\:order-4 {
    order: 4 !important;
  }
  .kf-container .max-w1320\:order-5 {
    order: 5 !important;
  }
  .kf-container .max-w1320\:order-last {
    order: 6 !important;
  }
  .kf-container .max-w1320\:m-0 {
    margin: 0 !important;
  }
  .kf-container .max-w1320\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .max-w1320\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .max-w1320\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .max-w1320\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .max-w1320\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .max-w1320\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .max-w1320\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .max-w1320\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:m-auto {
    margin: auto !important;
  }
  .kf-container .max-w1320\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .max-w1320\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w1320\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w1320\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w1320\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w1320\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w1320\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .max-w1320\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .max-w1320\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .max-w1320\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .max-w1320\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w1320\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w1320\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w1320\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w1320\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w1320\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w1320\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w1320\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .max-w1320\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .max-w1320\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .max-w1320\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .max-w1320\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .max-w1320\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .max-w1320\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .max-w1320\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .max-w1320\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .max-w1320\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .max-w1320\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .max-w1320\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .max-w1320\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .max-w1320\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .max-w1320\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .max-w1320\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .max-w1320\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .max-w1320\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .max-w1320\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .max-w1320\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .max-w1320\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w1320\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w1320\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w1320\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w1320\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w1320\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w1320\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w1320\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .max-w1320\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .max-w1320\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w1320\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w1320\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w1320\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w1320\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w1320\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .max-w1320\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .max-w1320\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .max-w1320\:p-0 {
    padding: 0 !important;
  }
  .kf-container .max-w1320\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .max-w1320\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .max-w1320\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .max-w1320\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .max-w1320\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .max-w1320\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .max-w1320\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .max-w1320\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .max-w1320\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w1320\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w1320\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w1320\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w1320\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w1320\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .max-w1320\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .max-w1320\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .max-w1320\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w1320\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w1320\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w1320\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w1320\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w1320\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w1320\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w1320\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .max-w1320\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .max-w1320\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .max-w1320\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .max-w1320\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .max-w1320\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .max-w1320\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .max-w1320\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .max-w1320\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .max-w1320\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .max-w1320\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .max-w1320\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .max-w1320\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .max-w1320\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .max-w1320\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .max-w1320\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .max-w1320\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .max-w1320\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w1320\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w1320\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w1320\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w1320\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w1320\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w1320\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w1320\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .max-w1320\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w1320\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w1320\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w1320\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w1320\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w1320\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .max-w1320\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .max-w1320\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .max-w1320\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .max-w1320\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .max-w1320\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .max-w1320\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .max-w1320\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .max-w1320\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .max-w1320\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .max-w1320\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .max-w1320\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .max-w1320\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .max-w1320\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .max-w1320\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .max-w1320\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .max-w1320\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .max-w1320\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .max-w1320\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .max-w1320\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .max-w1320\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .max-w1320\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .max-w1320\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .max-w1320\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .max-w1320\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .max-w1320\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .max-w1320\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1320\:text-start {
    text-align: left !important;
  }
  .kf-container .max-w1320\:text-end {
    text-align: right !important;
  }
  .kf-container .max-w1320\:text-center {
    text-align: center !important;
  }
}
@media (max-width: 1920.98px) {
  .kf-container .max-w1920\:float-start {
    float: left !important;
  }
  .kf-container .max-w1920\:float-end {
    float: right !important;
  }
  .kf-container .max-w1920\:float-none {
    float: none !important;
  }
  .kf-container .max-w1920\:object-fit-contain {
    object-fit: contain !important;
  }
  .kf-container .max-w1920\:object-fit-cover {
    object-fit: cover !important;
  }
  .kf-container .max-w1920\:object-fit-fill {
    object-fit: fill !important;
  }
  .kf-container .max-w1920\:object-fit-scale {
    object-fit: scale-down !important;
  }
  .kf-container .max-w1920\:object-fit-none {
    object-fit: none !important;
  }
  .kf-container .max-w1920\:d-inline {
    display: inline !important;
  }
  .kf-container .max-w1920\:d-inline-block {
    display: inline-block !important;
  }
  .kf-container .max-w1920\:d-block {
    display: block !important;
  }
  .kf-container .max-w1920\:d-grid {
    display: grid !important;
  }
  .kf-container .max-w1920\:d-inline-grid {
    display: inline-grid !important;
  }
  .kf-container .max-w1920\:d-table {
    display: table !important;
  }
  .kf-container .max-w1920\:d-table-row {
    display: table-row !important;
  }
  .kf-container .max-w1920\:d-table-cell {
    display: table-cell !important;
  }
  .kf-container .max-w1920\:d-flex {
    display: flex !important;
  }
  .kf-container .max-w1920\:d-inline-flex {
    display: inline-flex !important;
  }
  .kf-container .max-w1920\:d-none {
    display: none !important;
  }
  .kf-container .max-w1920\:flex-fill {
    flex: 1 1 auto !important;
  }
  .kf-container .max-w1920\:flex-row {
    flex-direction: row !important;
  }
  .kf-container .max-w1920\:flex-column {
    flex-direction: column !important;
  }
  .kf-container .max-w1920\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .kf-container .max-w1920\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .kf-container .max-w1920\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .kf-container .max-w1920\:flex-grow-1 {
    flex-grow: 1 !important;
  }
  .kf-container .max-w1920\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .kf-container .max-w1920\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .kf-container .max-w1920\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .kf-container .max-w1920\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .kf-container .max-w1920\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .kf-container .max-w1920\:justify-content-start {
    justify-content: flex-start !important;
  }
  .kf-container .max-w1920\:justify-content-end {
    justify-content: flex-end !important;
  }
  .kf-container .max-w1920\:justify-content-center {
    justify-content: center !important;
  }
  .kf-container .max-w1920\:justify-content-between {
    justify-content: space-between !important;
  }
  .kf-container .max-w1920\:justify-content-around {
    justify-content: space-around !important;
  }
  .kf-container .max-w1920\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .kf-container .max-w1920\:align-items-start {
    align-items: flex-start !important;
  }
  .kf-container .max-w1920\:align-items-end {
    align-items: flex-end !important;
  }
  .kf-container .max-w1920\:align-items-center {
    align-items: center !important;
  }
  .kf-container .max-w1920\:align-items-baseline {
    align-items: baseline !important;
  }
  .kf-container .max-w1920\:align-items-stretch {
    align-items: stretch !important;
  }
  .kf-container .max-w1920\:align-content-start {
    align-content: flex-start !important;
  }
  .kf-container .max-w1920\:align-content-end {
    align-content: flex-end !important;
  }
  .kf-container .max-w1920\:align-content-center {
    align-content: center !important;
  }
  .kf-container .max-w1920\:align-content-between {
    align-content: space-between !important;
  }
  .kf-container .max-w1920\:align-content-around {
    align-content: space-around !important;
  }
  .kf-container .max-w1920\:align-content-stretch {
    align-content: stretch !important;
  }
  .kf-container .max-w1920\:align-self-auto {
    align-self: auto !important;
  }
  .kf-container .max-w1920\:align-self-start {
    align-self: flex-start !important;
  }
  .kf-container .max-w1920\:align-self-end {
    align-self: flex-end !important;
  }
  .kf-container .max-w1920\:align-self-center {
    align-self: center !important;
  }
  .kf-container .max-w1920\:align-self-baseline {
    align-self: baseline !important;
  }
  .kf-container .max-w1920\:align-self-stretch {
    align-self: stretch !important;
  }
  .kf-container .max-w1920\:order-first {
    order: -1 !important;
  }
  .kf-container .max-w1920\:order-0 {
    order: 0 !important;
  }
  .kf-container .max-w1920\:order-1 {
    order: 1 !important;
  }
  .kf-container .max-w1920\:order-2 {
    order: 2 !important;
  }
  .kf-container .max-w1920\:order-3 {
    order: 3 !important;
  }
  .kf-container .max-w1920\:order-4 {
    order: 4 !important;
  }
  .kf-container .max-w1920\:order-5 {
    order: 5 !important;
  }
  .kf-container .max-w1920\:order-last {
    order: 6 !important;
  }
  .kf-container .max-w1920\:m-0 {
    margin: 0 !important;
  }
  .kf-container .max-w1920\:m-1 {
    margin: 0.375rem !important;
  }
  .kf-container .max-w1920\:m-2 {
    margin: 0.75rem !important;
  }
  .kf-container .max-w1920\:m-3 {
    margin: 1.5rem !important;
  }
  .kf-container .max-w1920\:m-4 {
    margin: 2.25rem !important;
  }
  .kf-container .max-w1920\:m-5 {
    margin: 4.5rem !important;
  }
  .kf-container .max-w1920\:m-xl {
    margin: 5rem !important;
  }
  .kf-container .max-w1920\:m-2xl {
    margin: 10rem !important;
  }
  .kf-container .max-w1920\:m-x {
    margin: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:m-auto {
    margin: auto !important;
  }
  .kf-container .max-w1920\:mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .kf-container .max-w1920\:mx-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w1920\:mx-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w1920\:mx-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w1920\:mx-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w1920\:mx-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w1920\:mx-xl {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .kf-container .max-w1920\:mx-2xl {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .kf-container .max-w1920\:mx-x {
    margin-right: var(--casaul-body-spacer) !important;
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .kf-container .max-w1920\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .kf-container .max-w1920\:my-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w1920\:my-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w1920\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w1920\:my-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w1920\:my-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w1920\:my-xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w1920\:my-2xl {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w1920\:my-x {
    margin-top: var(--casaul-body-spacer) !important;
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .kf-container .max-w1920\:mt-0 {
    margin-top: 0 !important;
  }
  .kf-container .max-w1920\:mt-1 {
    margin-top: 0.375rem !important;
  }
  .kf-container .max-w1920\:mt-2 {
    margin-top: 0.75rem !important;
  }
  .kf-container .max-w1920\:mt-3 {
    margin-top: 1.5rem !important;
  }
  .kf-container .max-w1920\:mt-4 {
    margin-top: 2.25rem !important;
  }
  .kf-container .max-w1920\:mt-5 {
    margin-top: 4.5rem !important;
  }
  .kf-container .max-w1920\:mt-xl {
    margin-top: 5rem !important;
  }
  .kf-container .max-w1920\:mt-2xl {
    margin-top: 10rem !important;
  }
  .kf-container .max-w1920\:mt-x {
    margin-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:mt-auto {
    margin-top: auto !important;
  }
  .kf-container .max-w1920\:me-0 {
    margin-right: 0 !important;
  }
  .kf-container .max-w1920\:me-1 {
    margin-right: 0.375rem !important;
  }
  .kf-container .max-w1920\:me-2 {
    margin-right: 0.75rem !important;
  }
  .kf-container .max-w1920\:me-3 {
    margin-right: 1.5rem !important;
  }
  .kf-container .max-w1920\:me-4 {
    margin-right: 2.25rem !important;
  }
  .kf-container .max-w1920\:me-5 {
    margin-right: 4.5rem !important;
  }
  .kf-container .max-w1920\:me-xl {
    margin-right: 5rem !important;
  }
  .kf-container .max-w1920\:me-2xl {
    margin-right: 10rem !important;
  }
  .kf-container .max-w1920\:me-x {
    margin-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:me-auto {
    margin-right: auto !important;
  }
  .kf-container .max-w1920\:mb-0 {
    margin-bottom: 0 !important;
  }
  .kf-container .max-w1920\:mb-1 {
    margin-bottom: 0.375rem !important;
  }
  .kf-container .max-w1920\:mb-2 {
    margin-bottom: 0.75rem !important;
  }
  .kf-container .max-w1920\:mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .kf-container .max-w1920\:mb-4 {
    margin-bottom: 2.25rem !important;
  }
  .kf-container .max-w1920\:mb-5 {
    margin-bottom: 4.5rem !important;
  }
  .kf-container .max-w1920\:mb-xl {
    margin-bottom: 5rem !important;
  }
  .kf-container .max-w1920\:mb-2xl {
    margin-bottom: 10rem !important;
  }
  .kf-container .max-w1920\:mb-x {
    margin-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:mb-auto {
    margin-bottom: auto !important;
  }
  .kf-container .max-w1920\:ms-0 {
    margin-left: 0 !important;
  }
  .kf-container .max-w1920\:ms-1 {
    margin-left: 0.375rem !important;
  }
  .kf-container .max-w1920\:ms-2 {
    margin-left: 0.75rem !important;
  }
  .kf-container .max-w1920\:ms-3 {
    margin-left: 1.5rem !important;
  }
  .kf-container .max-w1920\:ms-4 {
    margin-left: 2.25rem !important;
  }
  .kf-container .max-w1920\:ms-5 {
    margin-left: 4.5rem !important;
  }
  .kf-container .max-w1920\:ms-xl {
    margin-left: 5rem !important;
  }
  .kf-container .max-w1920\:ms-2xl {
    margin-left: 10rem !important;
  }
  .kf-container .max-w1920\:ms-x {
    margin-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:ms-auto {
    margin-left: auto !important;
  }
  .kf-container .max-w1920\:p-0 {
    padding: 0 !important;
  }
  .kf-container .max-w1920\:p-1 {
    padding: 0.375rem !important;
  }
  .kf-container .max-w1920\:p-2 {
    padding: 0.75rem !important;
  }
  .kf-container .max-w1920\:p-3 {
    padding: 1.5rem !important;
  }
  .kf-container .max-w1920\:p-4 {
    padding: 2.25rem !important;
  }
  .kf-container .max-w1920\:p-5 {
    padding: 4.5rem !important;
  }
  .kf-container .max-w1920\:p-xl {
    padding: 5rem !important;
  }
  .kf-container .max-w1920\:p-2xl {
    padding: 10rem !important;
  }
  .kf-container .max-w1920\:p-x {
    padding: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .kf-container .max-w1920\:px-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w1920\:px-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w1920\:px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w1920\:px-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w1920\:px-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w1920\:px-xl {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .kf-container .max-w1920\:px-2xl {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .kf-container .max-w1920\:px-x {
    padding-right: var(--casaul-body-spacer) !important;
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .kf-container .max-w1920\:py-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w1920\:py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w1920\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w1920\:py-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w1920\:py-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w1920\:py-xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w1920\:py-2xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w1920\:py-x {
    padding-top: var(--casaul-body-spacer) !important;
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:pt-0 {
    padding-top: 0 !important;
  }
  .kf-container .max-w1920\:pt-1 {
    padding-top: 0.375rem !important;
  }
  .kf-container .max-w1920\:pt-2 {
    padding-top: 0.75rem !important;
  }
  .kf-container .max-w1920\:pt-3 {
    padding-top: 1.5rem !important;
  }
  .kf-container .max-w1920\:pt-4 {
    padding-top: 2.25rem !important;
  }
  .kf-container .max-w1920\:pt-5 {
    padding-top: 4.5rem !important;
  }
  .kf-container .max-w1920\:pt-xl {
    padding-top: 5rem !important;
  }
  .kf-container .max-w1920\:pt-2xl {
    padding-top: 10rem !important;
  }
  .kf-container .max-w1920\:pt-x {
    padding-top: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:pe-0 {
    padding-right: 0 !important;
  }
  .kf-container .max-w1920\:pe-1 {
    padding-right: 0.375rem !important;
  }
  .kf-container .max-w1920\:pe-2 {
    padding-right: 0.75rem !important;
  }
  .kf-container .max-w1920\:pe-3 {
    padding-right: 1.5rem !important;
  }
  .kf-container .max-w1920\:pe-4 {
    padding-right: 2.25rem !important;
  }
  .kf-container .max-w1920\:pe-5 {
    padding-right: 4.5rem !important;
  }
  .kf-container .max-w1920\:pe-xl {
    padding-right: 5rem !important;
  }
  .kf-container .max-w1920\:pe-2xl {
    padding-right: 10rem !important;
  }
  .kf-container .max-w1920\:pe-x {
    padding-right: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:pb-0 {
    padding-bottom: 0 !important;
  }
  .kf-container .max-w1920\:pb-1 {
    padding-bottom: 0.375rem !important;
  }
  .kf-container .max-w1920\:pb-2 {
    padding-bottom: 0.75rem !important;
  }
  .kf-container .max-w1920\:pb-3 {
    padding-bottom: 1.5rem !important;
  }
  .kf-container .max-w1920\:pb-4 {
    padding-bottom: 2.25rem !important;
  }
  .kf-container .max-w1920\:pb-5 {
    padding-bottom: 4.5rem !important;
  }
  .kf-container .max-w1920\:pb-xl {
    padding-bottom: 5rem !important;
  }
  .kf-container .max-w1920\:pb-2xl {
    padding-bottom: 10rem !important;
  }
  .kf-container .max-w1920\:pb-x {
    padding-bottom: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:ps-0 {
    padding-left: 0 !important;
  }
  .kf-container .max-w1920\:ps-1 {
    padding-left: 0.375rem !important;
  }
  .kf-container .max-w1920\:ps-2 {
    padding-left: 0.75rem !important;
  }
  .kf-container .max-w1920\:ps-3 {
    padding-left: 1.5rem !important;
  }
  .kf-container .max-w1920\:ps-4 {
    padding-left: 2.25rem !important;
  }
  .kf-container .max-w1920\:ps-5 {
    padding-left: 4.5rem !important;
  }
  .kf-container .max-w1920\:ps-xl {
    padding-left: 5rem !important;
  }
  .kf-container .max-w1920\:ps-2xl {
    padding-left: 10rem !important;
  }
  .kf-container .max-w1920\:ps-x {
    padding-left: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:gap-0 {
    gap: 0 !important;
  }
  .kf-container .max-w1920\:gap-1 {
    gap: 0.375rem !important;
  }
  .kf-container .max-w1920\:gap-2 {
    gap: 0.75rem !important;
  }
  .kf-container .max-w1920\:gap-3 {
    gap: 1.5rem !important;
  }
  .kf-container .max-w1920\:gap-4 {
    gap: 2.25rem !important;
  }
  .kf-container .max-w1920\:gap-5 {
    gap: 4.5rem !important;
  }
  .kf-container .max-w1920\:gap-xl {
    gap: 5rem !important;
  }
  .kf-container .max-w1920\:gap-2xl {
    gap: 10rem !important;
  }
  .kf-container .max-w1920\:gap-x {
    gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:row-gap-0 {
    row-gap: 0 !important;
  }
  .kf-container .max-w1920\:row-gap-1 {
    row-gap: 0.375rem !important;
  }
  .kf-container .max-w1920\:row-gap-2 {
    row-gap: 0.75rem !important;
  }
  .kf-container .max-w1920\:row-gap-3 {
    row-gap: 1.5rem !important;
  }
  .kf-container .max-w1920\:row-gap-4 {
    row-gap: 2.25rem !important;
  }
  .kf-container .max-w1920\:row-gap-5 {
    row-gap: 4.5rem !important;
  }
  .kf-container .max-w1920\:row-gap-xl {
    row-gap: 5rem !important;
  }
  .kf-container .max-w1920\:row-gap-2xl {
    row-gap: 10rem !important;
  }
  .kf-container .max-w1920\:row-gap-x {
    row-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:column-gap-0 {
    column-gap: 0 !important;
  }
  .kf-container .max-w1920\:column-gap-1 {
    column-gap: 0.375rem !important;
  }
  .kf-container .max-w1920\:column-gap-2 {
    column-gap: 0.75rem !important;
  }
  .kf-container .max-w1920\:column-gap-3 {
    column-gap: 1.5rem !important;
  }
  .kf-container .max-w1920\:column-gap-4 {
    column-gap: 2.25rem !important;
  }
  .kf-container .max-w1920\:column-gap-5 {
    column-gap: 4.5rem !important;
  }
  .kf-container .max-w1920\:column-gap-xl {
    column-gap: 5rem !important;
  }
  .kf-container .max-w1920\:column-gap-2xl {
    column-gap: 10rem !important;
  }
  .kf-container .max-w1920\:column-gap-x {
    column-gap: var(--casaul-body-spacer) !important;
  }
  .kf-container .max-w1920\:text-start {
    text-align: left !important;
  }
  .kf-container .max-w1920\:text-end {
    text-align: right !important;
  }
  .kf-container .max-w1920\:text-center {
    text-align: center !important;
  }
}
.kf-container .space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-x-reverse: 0;
  margin-right: calc(0 * var(--gs-space-x-reverse));
  margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
}
.kf-container .space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-y-reverse: 0;
  margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
  margin-bottom: calc(0 * var(--gs-space-y-reverse));
}
.kf-container .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--gs-space-x-reverse));
  margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
}
.kf-container .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
}
.kf-container .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--gs-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
}
.kf-container .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
}
.kf-container .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--gs-space-x-reverse));
  margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
}
.kf-container .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
}
.kf-container .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--gs-space-x-reverse));
  margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
}
.kf-container .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-y-reverse: 0;
  margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
}
.kf-container .space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-x-reverse: 0;
  margin-right: calc(4.5rem * var(--gs-space-x-reverse));
  margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
}
.kf-container .space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --gs-space-y-reverse: 0;
  margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
}
.kf-container .space-x-xl > :not([hidden]) ~ :not([hidden]) {
  --gs-space-x-reverse: 0;
  margin-right: calc(5rem * var(--gs-space-x-reverse));
  margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
}
.kf-container .space-y-xl > :not([hidden]) ~ :not([hidden]) {
  --gs-space-y-reverse: 0;
  margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
  margin-bottom: calc(5rem * var(--gs-space-y-reverse));
}
.kf-container .space-x-2xl > :not([hidden]) ~ :not([hidden]) {
  --gs-space-x-reverse: 0;
  margin-right: calc(10rem * var(--gs-space-x-reverse));
  margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
}
.kf-container .space-y-2xl > :not([hidden]) ~ :not([hidden]) {
  --gs-space-y-reverse: 0;
  margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
  margin-bottom: calc(10rem * var(--gs-space-y-reverse));
}
.kf-container .space-x-x > :not([hidden]) ~ :not([hidden]) {
  --gs-space-x-reverse: 0;
  margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
  margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
}
.kf-container .space-y-x > :not([hidden]) ~ :not([hidden]) {
  --gs-space-y-reverse: 0;
  margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
  margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
}
@media (min-width: 400px) {
  .kf-container .w400\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w400\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .w400\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w400\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .w400\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w400\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .w400\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w400\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w400\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w400\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .w400\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w400\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w400\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w400\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w400\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w400\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .w400\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w400\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
@media (min-width: 631px) {
  .kf-container .w600\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w600\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .w600\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w600\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .w600\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w600\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .w600\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w600\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w600\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w600\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .w600\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w600\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w600\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w600\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w600\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w600\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .w600\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w600\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
@media (min-width: 961px) {
  .kf-container .w960\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w960\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .w960\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w960\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .w960\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w960\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .w960\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w960\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w960\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w960\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .w960\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w960\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w960\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w960\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w960\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w960\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .w960\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w960\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
@media (min-width: 1321px) {
  .kf-container .w1320\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1320\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .w1320\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1320\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1320\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1320\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1320\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1320\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1320\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1320\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1320\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1320\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1320\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1320\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1320\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1320\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1320\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1320\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
@media (min-width: 1921px) {
  .kf-container .w1920\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1920\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .w1920\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1920\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1920\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1920\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1920\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1920\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1920\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1920\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1920\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1920\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1920\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1920\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1920\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1920\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .w1920\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .w1920\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
@media (max-width: 1920.98px) {
  .kf-container .max-w1920\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1920\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1920\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1920\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1920\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1920\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1920\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1920\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1920\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1920\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1920\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1920\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1920\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1920\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1920\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1920\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1920\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1920\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
@media (max-width: 1320.98px) {
  .kf-container .max-w1320\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1320\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1320\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1320\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1320\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1320\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1320\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1320\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1320\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1320\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1320\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1320\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1320\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1320\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1320\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1320\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w1320\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w1320\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
@media (max-width: 960.98px) {
  .kf-container .max-w960\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w960\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .max-w960\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w960\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w960\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w960\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w960\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w960\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w960\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w960\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w960\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w960\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w960\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w960\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w960\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w960\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w960\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w960\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
@media (max-width: 630.98px) {
  .kf-container .max-w600\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w600\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .max-w600\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w600\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w600\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w600\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w600\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w600\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w600\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w600\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w600\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w600\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w600\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w600\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w600\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w600\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w600\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w600\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
@media (max-width: 399.98px) {
  .kf-container .max-w400\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0 * var(--gs-space-x-reverse));
    margin-left: calc(0 * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w400\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0 * var(--gs-space-y-reverse));
  }
  .kf-container .max-w400\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--gs-space-x-reverse));
    margin-left: calc(0.375rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w400\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.375rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w400\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--gs-space-x-reverse));
    margin-left: calc(0.75rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w400\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(0.75rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w400\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--gs-space-x-reverse));
    margin-left: calc(1.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w400\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(1.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w400\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--gs-space-x-reverse));
    margin-left: calc(2.25rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w400\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(2.25rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w400\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--gs-space-x-reverse));
    margin-left: calc(4.5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w400\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(4.5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w400\:space-x-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(5rem * var(--gs-space-x-reverse));
    margin-left: calc(5rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w400\:space-y-xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(5rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(5rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w400\:space-x-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(10rem * var(--gs-space-x-reverse));
    margin-left: calc(10rem * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w400\:space-y-2xl > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(10rem * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(10rem * var(--gs-space-y-reverse));
  }
  .kf-container .max-w400\:space-x-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-x-reverse: 0;
    margin-right: calc(var(--casaul-body-spacer) * var(--gs-space-x-reverse));
    margin-left: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-x-reverse)));
  }
  .kf-container .max-w400\:space-y-x > :not([hidden]) ~ :not([hidden]) {
    --gs-space-y-reverse: 0;
    margin-top: calc(var(--casaul-body-spacer) * (1 - var(--gs-space-y-reverse)));
    margin-bottom: calc(var(--casaul-body-spacer) * var(--gs-space-y-reverse));
  }
}
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;
}

.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 a,
.kf-container a:hover,
.kf-container a:visited {
  color: inherit;
  text-decoration: none;
}
.kf-container .__layout-grid {
  --layout-bg-color: rgba(255, 0, 0, .15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  overflow: hidden;
  pointer-events: none;
}
.kf-container .__layout-grid .container {
  border-left: 1px solid;
  border-right: 1px solid;
  color: #ffbb3e;
  position: relative;
}
.kf-container .__layout-grid [class^=col]::after {
  content: "";
  background-color: var(--layout-bg-color);
  display: block;
  height: 100vh;
}
.kf-container a[data-tip] {
  font-size: 12px !important;
  font-weight: bold;
  color: #ff6400 !important;
  vertical-align: super;
  display: inline-block;
  line-height: inherit;
  cursor: pointer;
  color: inherit;
}
.kf-container a[data-tip]:active, .kf-container a[data-tip]:hover, .kf-container a[data-tip]:visited {
  color: inherit;
  text-decoration: none;
}
.kf-container a[data-tip]::before {
  content: " [";
  white-space: pre;
}
.kf-container a[data-tip]::after {
  content: "]";
}
.kf-container .dots {
  --dots-spacing: 1vw;
  position: fixed;
  right: 0;
  top: 50%;
  color: white;
  z-index: 9999;
  display: grid;
  justify-items: flex-end;
  overflow: hidden;
  transform: translateY(-50%);
}
.kf-container .dots .sidebar-1 {
  margin-right: var(--dots-spacing, 1vw);
  margin-bottom: var(--dots-spacing, 1vw);
}
.kf-container .dots .sidebar-2 {
  margin-top: var(--dots-spacing, 1vw);
  margin-right: var(--dots-spacing, 1vw);
}
@media screen and (max-width: 1200px) {
  .kf-container .dots {
    display: none;
  }
}
.kf-container .dots a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  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;
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  .kf-container .dots a p {
    opacity: 0;
    transform: translateX(30px);
  }
}
.kf-container .dots a::after {
  content: "";
  display: block;
  transition: 0.2s;
  background: url("../../innergigabyte/images/sidebar-dot.svg") 0 0/cover no-repeat;
  width: 11px;
  height: 18px;
  margin-right: 7px;
}
.kf-container .dots a.highlight div {
  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 {
  transform: translateX(0);
  opacity: 1;
  pointer-events: unset;
}
.kf-container .dots a:hover p {
  opacity: 1;
}
.kf-container .sticky-dots {
  pointer-events: none;
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: var(--localnav-height);
  z-index: 20;
  margin-left: auto;
  display: flex;
  align-items: center;
  width: max-content;
  overflow: hidden;
  background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.kf-container .sticky-dots .dots {
  pointer-events: none;
  position: static;
  transform: none;
}
.kf-container .sticky-dots .dots a {
  pointer-events: auto;
}
.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-anchor {
  opacity: 0;
  transform: translateX(100%);
  transition: all 600ms ease;
}
.kf-container .dots.visible-by-anchor.visible {
  opacity: 1;
  transform: translateX(0);
}
.kf-container .dots.visible-by-anchor.visible > a[href] {
  transform: translateX(0);
  animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(1) {
  animation-delay: 0ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(2) {
  animation-delay: 50ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(3) {
  animation-delay: 100ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(4) {
  animation-delay: 150ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(5) {
  animation-delay: 200ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(6) {
  animation-delay: 250ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(7) {
  animation-delay: 300ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(8) {
  animation-delay: 350ms;
}
.kf-container .dots.visible-by-anchor.visible > a:nth-child(9) {
  animation-delay: 400ms;
}
@keyframes dot-FadeInFromRight {
  from {
    transform: translateX(100%);
  }
}
@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: 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-inline-start: 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-block-start: 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 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: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  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%;
  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: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.kf-container .swiper-button-next,
.kf-container .swiper-rtl .swiper-button-prev {
  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: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  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: 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: var(--swiper-pagination-bottom, 8px);
  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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.kf-container .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: 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: var(--swiper-pagination-bullet-opacity, 1);
  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: var(--swiper-pagination-right, 8px);
  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: 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 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: var(--swiper-pagination-fraction-color, inherit);
}
.kf-container .swiper-pagination-progressbar {
  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: 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: 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: 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: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  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: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.kf-container .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  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 .feature-swiper {
  position: relative;
}
.kf-container .feature-swiper .feature-swiper-navigation {
  --swiper-navigation-size: 40px;
  --swiper-navigation-sides-offset: 50px;
  margin-top: 30px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1320.98px) {
  .kf-container .feature-swiper .feature-swiper-navigation {
    gap: calc(1.28125rem + 0.375vw);
  }
}
@media (max-width: 960.98px) {
  .kf-container .feature-swiper .feature-swiper-navigation {
    --swiper-navigation-size: 30px;
    --swiper-navigation-sides-offset: 1vw;
  }
}
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-prev,
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-next {
  --swiper-navigation-color: #ddd;
  position: static;
  margin: 0;
  width: var(--swiper-navigation-size);
  color: #00FFFF;
  transition: color 150ms ease;
  padding: 0;
  box-sizing: content-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-prev::after,
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-next::after {
  content: none;
}
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-prev > svg,
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-next > svg {
  font-size: 1.875em;
  line-height: 1;
  stroke: var(--swiper-navigation-color);
  fill: var(--swiper-navigation-color);
  transition: all 250ms ease;
}
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-prev:hover,
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-next:hover {
  --swiper-navigation-color: #fff;
}
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-prev.swiper-button-disabled,
.kf-container .feature-swiper .feature-swiper-navigation .swiper-button-next.swiper-button-disabled {
  --swiper-navigation-color: #555;
}
.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: 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 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: 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 {
  --base-font-size: 16px;
  --casaul-body-spacer: calc(1.275rem + 0.3vw);
  background: #00010A;
  color: #fff;
  font-size: var(--base-font-size);
  font-family: "Titillium Web", "Noto Sans";
}
.kf-container .section {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
.kf-container .h2 {
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
  font-weight: bold;
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  .kf-container .h2 {
    font-size: 4.375rem;
  }
}
.kf-container .h2:not(:last-child) {
  margin-bottom: 0.6em;
}
.kf-container .h3 {
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
  font-weight: bold;
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .kf-container .h3 {
    font-size: 3.125rem;
  }
}
.kf-container .h3:not(:last-child) {
  margin-bottom: 0.6em;
}
.kf-container .h4 {
  font-family: "Titillium Web", "Noto Sans";
  font-weight: bold;
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .kf-container .h4 {
    font-size: 2.25rem;
  }
}
.kf-container .h4:not(:last-child) {
  margin-bottom: 0.6em;
}
.kf-container .h5 {
  font-family: "Titillium Web", "Noto Sans";
  font-weight: bold;
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .kf-container .h5 {
    font-size: 1.625rem;
  }
}
.kf-container .h5:not(:last-child) {
  margin-bottom: 0.6em;
}
.kf-container .nowrap {
  white-space: nowrap;
}
.kf-container .text-highlight {
  font-family: "Titillium Web", "Noto Sans";
  font-weight: normal;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .kf-container .text-highlight {
    font-size: 1.875rem;
  }
}
.kf-container .eyebrow {
  font-family: "Titillium Web", "Noto Sans";
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1em;
}
.kf-container .eyebrow span {
  display: inline-block;
  background: url("../../innergigabyte/images/eyebrow.jpg") 0 0/cover no-repeat;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
  background-position: center;
}
.kf-container .p2 {
  font-size: 1.125em;
}
.kf-container .p3 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .kf-container .p3 {
    font-size: 1.625rem;
  }
}
.kf-container a.learnmore {
  color: #46e6e6;
  transition: all 250ms;
}
.kf-container a.learnmore:hover {
  filter: brightness(1.1);
}
.kf-container .btn-learnmore-gimate {
  display: inline-flex;
  padding: 14px 24px;
  align-items: center;
  margin-top: fluid(100px);
  border-radius: 10px;
  outline: 1px solid #34FFBE;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  cursor: pointer;
  transition: background 250ms ease;
  backdrop-filter: blur(10px);
  font-size: 1.125rem;
}
.kf-container .btn-learnmore-gimate::after {
  content: "";
  display: inline-block;
  background: url("../../innergigabyte/images/learnmore-arrow.svg") 0 0 no-repeat;
  width: 19px;
  height: 18px;
}
.kf-container .btn-learnmore-gimate .light {
  color: #34FFBE;
}
.kf-container .btn-learnmore-gimate:hover {
  color: #000;
  outline: none;
  background: linear-gradient(90deg, #34FFBE 0%, #215CE5 100%);
}
.kf-container .btn-learnmore-gimate:hover .light {
  filter: grayscale(1) brightness(2);
}
.kf-container .btn-learnmore-gimate:hover::after {
  filter: grayscale(1) brightness(2);
}
.kf-container ._gs_fade_in {
  opacity: 0;
  transform: translateY(40px) scale(1.1);
  transition: all 250ms ease-in;
}
.kf-container ._gs_fade_in._gs_fade_in_active {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-duration: 450ms;
  transition-timing-function: ease-in-out;
}
.kf-container .kp-sub {
  opacity: 0.9375;
}
.kf-container .kp-sub::after {
  content: " ";
}
.kf-container .kp-main {
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .kf-container .kp-main {
    font-size: 2.5rem;
  }
}
.kf-container .kp-main2 {
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .kf-container .kp-main2 {
    font-size: 1.875rem;
  }
}
.kf-container .color-highlight {
  --color-1: #18E0D7;
  --color-2: #923EFA;
  background: linear-gradient(90deg, var(--color-1) 0%, var(--color-2) 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
}
.kf-container .sticky-top,
.kf-container .stickyTop {
  position: sticky;
  top: 0;
}
.kf-container .sticky-center,
.kf-container .stickyCenter {
  position: sticky;
  top: 50%;
}
.kf-container .sticky-bottom,
.kf-container .stickyBottom {
  position: sticky;
  bottom: 0;
}
.kf-container .sticky-fixed {
  --sf-content-height: auto;
}
.kf-container .sticky-fixed > .timeline:not(.timeline + .timeline) {
  margin-top: calc(var(--sf-content-height) * -1);
}
.kf-container .sticky-fixed::after {
  content: "";
  display: block;
  height: var(--sf-content-height);
}
.kf-container .sticky-center-fixed {
  --sf-content-height: auto;
  --offset: calc(50vh - var(--sf-content-height) * .5);
  --min-offset: var(--offset);
  --center-offset: max(var(--min-offset), var(--offset));
  margin-bottom: var(--center-offset);
}
.kf-container .sticky-center-fixed .stickyCenter,
.kf-container .sticky-center-fixed .sticky-center {
  top: var(--center-offset);
  margin-bottom: calc(var(--center-offset) * -1);
}
.kf-container .sticky-center-fixed > .timeline:not(.timeline + .timeline) {
  margin-top: calc((var(--sf-content-height) + var(--center-offset)) * -1);
}
.kf-container .sticky-center-fixed::after {
  content: "";
  display: block;
  height: var(--sf-content-height);
}
.kf-container .grdnt {
  position: relative;
  padding-left: 0.5em;
  margin: 1em 0;
}
.kf-container .grdnt::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  height: 90%;
  width: 2px;
  background: #fff;
}
.kf-container .slide-image {
  margin-bottom: 1em;
}
.kf-container .slide-image img {
  display: block;
  width: 100%;
}
.kf-container .bg-panel {
  --bg-size: 1920px;
  --bg-shadow-y: calc(0.959375 * var(--bg-size) - 500px + 1px);
  background: linear-gradient(0deg, #00010A 0%, transparent 100%) center bottom/100% 500px no-repeat, url("../../innergigabyte/images/bg-panel.jpg") center 0/var(--bg-size) auto no-repeat;
}
@media (min-width: 1321px) {
  .kf-container .bg-panel {
    --bg-size: 2560px;
  }
}
.kf-container .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  --parallax-dis: 20vh;
}
.kf-container .parallax-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + var(--parallax-dis, 30px));
  width: 100%;
}
.kf-container .overlay-blocks {
  display: flex;
  flex-flow: row nowrap;
}
.kf-container .overlay-blocks > .block {
  width: 100%;
  flex: 0 1 auto;
  position: relative;
}
.kf-container .overlay-blocks > .block.hide {
  pointer-events: none;
  visibility: hidden;
}
.kf-container .overlay-blocks > .block + .block {
  margin-left: -100%;
}
.kf-container .accordion {
  display: flex;
  flex-direction: column;
}
.kf-container .accordion .trigger {
  cursor: pointer;
}
.kf-container .accordion .content {
  display: grid;
  grid-template-rows: 0fr;
  transition: ease 250ms;
}
.kf-container .accordion .content > * {
  overflow: hidden;
}
.kf-container .accordion .tab.active .content {
  grid-template-rows: 1fr;
}
.kf-container .full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  --parallax-dis: 20vh;
}
.kf-container .parallax-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + var(--parallax-dis, 30px));
  width: 100%;
}
.kf-container .top-image {
  position: relative;
  margin: 0 auto;
  max-width: 120%;
  height: 500px;
}
.kf-container .top-image img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100dvw;
  left: 50%;
  object-fit: cover;
  transform: translateX(-50%);
  transition: all ease 800ms;
}
.kf-container .top-image.scale img {
  width: 100%;
}
.kf-container .section-kv {
  background: #000 url("../../innergigabyte/images/kv.jpg") center top/150vw auto no-repeat;
  padding-top: 71%;
  padding-bottom: 80px;
}
@media (min-width: 961px) {
  .kf-container .section-kv {
    background-size: 1920px auto;
    padding-top: 920px;
  }
}
@media (min-width: 1321px) {
  .kf-container .section-kv {
    background-size: 2560px auto;
    padding-top: 1226.6666666667px;
  }
}
.kf-container .section-kv .eyebrow {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .kf-container .section-kv .eyebrow {
    font-size: 2.25rem;
  }
}
.kf-container .section-kv .icons {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-block: 30px;
  padding-inline: 30px;
}
.kf-container .section-kv .icons > img {
  flex: 0 auto;
  max-height: calc(1.625rem + 4.5vw);
}
.kf-container .section-feature-icon {
  padding: 80px 0 160px;
}
.kf-container .section-feature-icon .feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
@media (max-width: 960.98px) {
  .kf-container .section-feature-icon .feature-list {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(1.625rem + 4.5vw);
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-feature-icon .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kf-container .section-feature-icon .feature-list > div {
  max-width: 200px;
}
.kf-container .section-feature-icon .feature-list img {
  display: block;
  height: 48px;
  object-fit: contain;
  margin-bottom: 1em;
}
.kf-container .section-feature-icon .feature-list .gimate img {
  height: 64px;
}
.kf-container .section-gpu {
  overflow: hidden;
  background: url("../../innergigabyte/images/bg-gpu.jpg") center/cover no-repeat;
}
@media (max-width: 960.98px) {
  .kf-container .section-gpu .parallax-img {
    text-align: center;
  }
  .kf-container .section-gpu .parallax-img img {
    max-width: 100%;
  }
}
.kf-container .section-gpu .scale-img {
  border-radius: 10px;
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes scale-up {
  to {
    transform: scale(1.3);
  }
}
.kf-container .section-gpu .scale-img img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  animation: scale-up 3s ease 0s forwards paused;
}
.kf-container .section-gpu .scale-img.active img {
  animation-play-state: running;
}
.kf-container .section-gpu .kp-list {
  display: flex;
  flex-flow: row wrap;
  gap: calc(1.3125rem + 0.75vw) calc(1.40625rem + 1.875vw);
  margin-block: calc(1.40625rem + 1.875vw);
}
.kf-container .nv-intro {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.kf-container .section-nv {
  background: #010101;
  padding-block: calc(1.625rem + 4.5vw);
}
.kf-container .section-nv .section-content {
  background: #010101 url("../../innergigabyte/images/nv/bg-nv.jpg") center top no-repeat;
  padding-top: 790px;
}
@media (max-width: 1320.98px) {
  .kf-container .section-nv .section-content {
    background-size: 1500px auto;
    padding-top: 520px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-nv .section-content {
    background-size: 650px auto;
    padding-top: 230px;
  }
}
.kf-container .section-nv-dlss {
  background: #010101 url("../../innergigabyte/images/nv/bg-nv-dlss.jpg") center no-repeat;
  padding-block: calc(1.625rem + 4.5vw);
  min-height: 825px;
  display: flex;
  align-items: center;
}
@media (max-width: 960.98px) {
  .kf-container .section-nv-dlss {
    background-size: 140% auto;
    background-position: right top;
    padding-top: calc(60% + calc(1.625rem + 4.5vw));
    min-height: auto;
  }
}
.kf-container .section-nv-maxq {
  background: #010101 url("../../innergigabyte/images/nv/bg-nv-maxq.jpg") center no-repeat;
  padding-block: calc(1.625rem + 4.5vw);
  min-height: 825px;
  display: flex;
  align-items: center;
}
@media (max-width: 960.98px) {
  .kf-container .section-nv-maxq {
    background-size: 140% auto;
    background-position: left top;
    padding-top: calc(60% + calc(1.625rem + 4.5vw));
    min-height: auto;
  }
}
.kf-container .section-nv-feature {
  background-color: #010101;
  padding: calc(1.625rem + 4.5vw) 0;
  margin-bottom: calc(2.0625rem + 9.75vw);
}
.kf-container .section-nv-feature .container,
.kf-container .section-nv-feature .row {
  --gs-gutter-y: calc(1.5rem + 3vw);
  --gs-gutter-x: calc(1.5rem + 3vw);
}
.kf-container .section-nv-feature .mux-video video {
  width: 100%;
  max-width: 830px;
}
.kf-container .section-cpu {
  background: url("../../innergigabyte/images/bg-cpu.jpg") center/cover no-repeat;
  overflow: hidden;
}
.kf-container .section-cpu .scale-img {
  border-radius: 10px;
  position: relative;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes scale-up {
  to {
    transform: scale(1.3);
  }
}
.kf-container .section-cpu .scale-img img {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  animation: scale-up 3s ease 0s forwards paused;
}
.kf-container .section-cpu .scale-img.active img {
  animation-play-state: running;
}
.kf-container .section-cpu .parallax-img {
  display: flex;
  justify-content: end;
}
.kf-container .section-cpu .parallax-img img {
  flex: 0 auto;
}
@media (max-width: 960.98px) {
  .kf-container .section-cpu .parallax-img {
    justify-content: center;
  }
  .kf-container .section-cpu .parallax-img img {
    max-width: 100%;
  }
}
.kf-container .section-cpu .kp-list {
  display: flex;
  flex-flow: row wrap;
  gap: calc(1.3125rem + 0.75vw) calc(1.40625rem + 1.875vw);
  margin-block: calc(1.40625rem + 1.875vw);
}
.kf-container .section-oc {
  position: relative;
  line-height: 1.2;
  min-height: min(1000px, 100dvmin);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.kf-container .section-oc .overlay-blocks {
  width: 100%;
}
.kf-container .section-oc .oc-bg2 {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all cubic-bezier(0, 0, 0, 0.79) 250ms;
}
.kf-container .section-oc .oc-bg2.active {
  transition-duration: 2s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.kf-container .section-oc .oc-bg img,
.kf-container .section-oc .oc-bg2 img {
  width: 100%;
}
@media (max-width: 960.98px) {
  .kf-container .section-oc .oc-bg img,
  .kf-container .section-oc .oc-bg2 img {
    width: 160%;
    margin-left: -30%;
  }
}
.kf-container .section-oc .pattern-left {
  background: url("../../innergigabyte/images/oc-pattern-left.svg") center bottom/100% auto no-repeat;
  min-width: 169px;
  min-height: 19px;
  position: absolute;
  left: 20.8%;
  transform: translateX(-50%);
  bottom: 45%;
  display: flex;
  flex-flow: row-reverse;
}
@media (max-width: 960.98px) {
  .kf-container .section-oc .pattern-left {
    left: 19.8%;
    min-width: 105px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-oc .pattern-left {
    left: 5%;
    transform: translateX(0);
    background-size: 67px auto;
    min-width: 67px;
  }
}
.kf-container .section-oc .pattern-right {
  background: url("../../innergigabyte/images/oc-pattern-right.svg") center bottom/100% auto no-repeat;
  min-width: 169px;
  min-height: 19px;
  position: absolute;
  right: 20.8%;
  transform: translateX(50%);
  bottom: 45%;
}
@media (max-width: 960.98px) {
  .kf-container .section-oc .pattern-right {
    right: 19.8%;
    min-width: 105px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-oc .pattern-right {
    right: 5%;
    transform: translateX(0);
    background-size: 67px auto;
    min-width: 67px;
  }
}
.kf-container .section-oc .ellipse {
  background: url("../../innergigabyte/images/oc-ellipse.png") center/cover no-repeat;
  width: 18.2291666667%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24.7%;
}
.kf-container .section-oc .ellipse:after {
  content: "";
  display: block;
  padding-bottom: 101.4285714286%;
}
.kf-container .section-oc .ellipse .cover {
  display: grid;
  justify-content: center;
  align-content: center;
}
@media (max-width: 960.98px) {
  .kf-container .section-oc .ellipse {
    width: 29.1666666667%;
  }
}
.kf-container .section-oc .title {
  position: absolute;
  left: 50%;
  top: 11%;
  width: max-content;
  min-width: 200px;
  transform: translateX(-50%);
  text-align: justify;
  text-align-last: justify;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
}
.kf-container .section-oc .oc-value {
  font-size: calc(1.45rem + 2.4vw);
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
@media (min-width: 1200px) {
  .kf-container .section-oc .oc-value {
    font-size: 3.25rem;
  }
}
@media (max-width: 399.98px) {
  .kf-container .section-oc .oc-value {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
.kf-container .section-oc .oc-value2 {
  font-size: calc(1.625rem + 4.5vw);
  font-family: "Aldrich", "微軟正黑體", "sans-serif";
}
@media (min-width: 1200px) {
  .kf-container .section-oc .oc-value2 {
    font-size: 5rem;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-oc .oc-value2 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
.kf-container .section-oc .color-highlight {
  margin: 0;
}
@media (max-width: 630.98px) {
  .kf-container .section-oc .h5 {
    font-size: 1rem;
  }
}
@media (max-width: 399.98px) {
  .kf-container .section-oc .h5 {
    font-size: 0.875rem;
  }
}
.kf-container .section-ram {
  position: relative;
  overflow: hidden;
}
.kf-container .section-ram .kp-list {
  display: flex;
  gap: 40px;
}
.kf-container .section-ram .ram-swiper .swiper {
  overflow: visible;
}
.kf-container .section-ram .ram-swiper .swiper-slide {
  height: auto;
}
.kf-container .section-ram .ram-swiper .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.kf-container .section-ram .ram-swiper .wrapper .black-window {
  flex-grow: 1;
}
.kf-container .section-ram .black-window {
  border-radius: 10px;
  border: 1px solid #8D8D8D;
  background: rgba(4, 4, 8, 0.75);
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.kf-container .section-ram .black-window > div {
  width: 50%;
}
.kf-container .section-ram .black-window .text {
  display: flex;
  flex-direction: column;
  padding: calc(1.4375rem + 2.25vw) calc(1.375rem + 1.5vw);
  row-gap: 20px;
  justify-content: center;
}
@media (max-width: 960.98px) {
  .kf-container .section-ram .black-window {
    flex-direction: column-reverse;
    justify-content: start;
  }
  .kf-container .section-ram .black-window > div {
    width: 100%;
  }
}
.kf-container .section-ram .bg-ram {
  background: url("../../innergigabyte/images/ram-bg.jpg") center/cover no-repeat;
}
.kf-container .section-ram .swiper img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 960.98px) {
  .kf-container .section-ram .swiper img {
    height: auto;
  }
}
.kf-container .section-thermal {
  margin-top: calc(2.0625rem + 9.75vw);
}
.kf-container .section-thermal .top-image img {
  border-radius: 10px;
}
.kf-container .section-thermal .kp-list {
  width: auto;
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
  padding: 0 30px;
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal .kp-list {
    flex-flow: row wrap;
    padding: 30px 0;
  }
}
.kf-container .section-thermal .thermal-ani-wrapper {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin: -190px 0 -195px 0;
  padding: 190px 0 195px 0;
  overflow: hidden;
}
.kf-container .section-thermal .thermal-ani {
  max-width: 1200px;
  margin: 0 auto;
  padding: 190px 180px 195px 178px;
  margin: -190px -180px -195px -178px;
  box-sizing: content-box;
}
.kf-container .section-thermal .thermal-model .overlay-blocks .block {
  position: relative;
}
.kf-container .section-thermal .img-1,
.kf-container .section-thermal .img-2,
.kf-container .section-thermal .img-3 {
  max-width: 100%;
}
.kf-container .section-thermal .pattern-1 {
  position: absolute;
  top: 80%;
  right: 90%;
  width: 25%;
}
.kf-container .section-thermal .pattern-2 {
  position: absolute;
  bottom: 89%;
  left: 90%;
  width: 25%;
}
.kf-container .section-thermal .icon-windforce {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin-inline: auto;
}
@media (max-width: 630.98px) {
  .kf-container .section-thermal .icon-windforce {
    max-width: 160px;
    width: 35%;
  }
}
.kf-container .section-thermal .timeline-ani {
  height: 100vh;
}
.kf-container .section-thermal-feature {
  overflow: hidden;
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal-feature {
    padding-bottom: calc(1.625rem + 4.5vw);
  }
}
.kf-container .section-thermal-feature .img-wrap {
  position: relative;
  display: inline-flex;
}
.kf-container .section-thermal-feature .accordion {
  row-gap: 50px;
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal-feature .accordion {
    row-gap: calc(1.4375rem + 2.25vw);
  }
}
.kf-container .section-thermal-feature .accordion .trigger {
  user-select: none;
}
.kf-container .section-thermal-feature .accordion .trigger span {
  display: inline-block;
  transition: all 250ms;
}
.kf-container .section-thermal-feature .accordion .tab:not(.active) .trigger {
  user-select: none;
}
.kf-container .section-thermal-feature .accordion .tab:not(.active) .trigger span {
  --color-1: #fff;
  --color-2: #fff;
}
.kf-container .section-thermal-feature .accordion.toggle-icon .tab .trigger span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../../innergigabyte/images/icon-accordion-collapsed.svg") 0 0 no-repeat;
  width: 20px;
  height: 21px;
  margin-left: 0.5em;
}
.kf-container .section-thermal-feature .accordion.toggle-icon .tab.active .trigger span::after {
  background: url("../../innergigabyte/images/icon-accordion-expanded.svg") 0 0 no-repeat;
}
@keyframes floating-mark {
  from {
    margin-top: 0;
  }
  to {
    margin-top: -12px;
  }
}
@keyframes rotate-mark {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(359deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.kf-container .section-thermal-feature .gs-tab-content {
  display: none;
}
.kf-container .section-thermal-feature .gs-tab-content.active {
  display: block;
  animation: fadeIn 0.25s ease 0s;
}
.kf-container .section-thermal-feature .gs-tab-content.active .mark::before {
  animation: rotate-mark 2s ease 0s infinite, floating-mark 1s ease-in-out 0s infinite alternate;
  animation: rotate-mark 2s ease 0s infinite;
}
@media (max-width: 1320.98px) {
  .kf-container .section-thermal-feature .gs-tab-content img {
    width: 750px;
  }
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal-feature .gs-tab-content img {
    width: 100vw;
  }
}
.kf-container .section-thermal-feature .mark {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
}
.kf-container .section-thermal-feature .mark::before {
  content: "";
  display: block;
  background: url("../../innergigabyte/images/icon-t_mark.svg") 0 0/cover no-repeat;
  width: 48px;
  height: 48px;
}
@media (max-width: 630.98px) {
  .kf-container .section-thermal-feature .mark::before {
    width: 32px;
    height: 32px;
  }
}
.kf-container .section-thermal-tech {
  padding-block: 80px;
  background: url("../../innergigabyte/images/bg-thermal.jpg") center/cover no-repeat;
}
.kf-container .section-thermal-tech .text-highlight {
  margin-top: 100px;
}
@media (max-width: 960.98px) {
  .kf-container .section-thermal-tech .text-highlight {
    margin-top: calc(1.4375rem + 2.25vw);
  }
}
.kf-container .section-thermal-tech .text-highlight ~ .text-highlight {
  margin-top: 40px;
}
.kf-container .section-thermal-tech video {
  max-width: 100%;
}
.kf-container .section-thermal-tech .thermal-swiper .swiper-slide {
  height: auto;
  transition: opacity 250ms ease;
}
.kf-container .section-thermal-tech .thermal-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
  pointer-events: none;
}
.kf-container .section-thermal-tech .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-thermal-tech .swiper-slide {
    flex-direction: row;
  }
}
.kf-container .section-thermal-tech .swiper-slide .img img {
  width: 100%;
}
.kf-container .section-thermal-tech .swiper-slide .img,
.kf-container .section-thermal-tech .swiper-slide .text {
  flex: 0 auto;
  width: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-thermal-tech .swiper-slide .img,
  .kf-container .section-thermal-tech .swiper-slide .text {
    flex-basis: 50%;
    width: 50%;
  }
}
.kf-container .section-thermal-tech .swiper-slide .text {
  height: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-thermal-tech .swiper-slide .text {
    height: auto;
  }
}
.kf-container .section-thermal-tech .b-swiper-pagination {
  margin-top: 0;
}
.kf-container .section-thermal-tech .icon-gimate {
  height: 1.1em;
}
.kf-container .section-display .kp-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--casaul-body-spacer);
  justify-content: center;
  margin-top: var(--casaul-body-spacer);
}
.kf-container .section-display .kp-list .kp {
  min-width: 250px;
}
.kf-container .section-display .panel-scene {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.kf-container .section-display .scene-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .section-display .bg-panel {
  padding-top: calc(50vh - var(--model-height) * 0.5);
}
.kf-container .section-display .model-container {
  width: 1767px;
  max-width: 100%;
  margin: 0 auto;
}
.kf-container .section-display .model-container img {
  display: block;
}
.kf-container .section-display .model-hardware {
  position: relative;
}
.kf-container .section-display .panel-main {
  position: relative;
  margin-left: 10%;
  z-index: 3;
}
.kf-container .section-display .panel-main img {
  width: 62.25%;
}
.kf-container .section-display .model-top {
  position: relative;
  margin-top: -52%;
}
.kf-container .section-display .model-top img {
  width: 100%;
}
.kf-container .section-display .model-bottom {
  position: relative;
  z-index: 4;
}
.kf-container .section-display .model-bottom img {
  width: 100%;
}
.kf-container .section-display .model-panel {
  position: absolute;
}
.kf-container .section-display .model-panel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kf-container .section-display .model-panel .text {
  z-index: 3;
  height: 100%;
  position: relative;
  align-items: end;
  display: flex;
  flex-flow: column;
  text-align: end;
  justify-content: end;
  padding: 1.5%;
  row-gap: 2em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .kf-container .section-display .model-panel .text {
    font-size: 1.4rem;
  }
}
.kf-container .section-display .model-panel .text .kp-main {
  font-family: "AORUS", "Arial", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", "SimHei", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", "Arial", "Verdana", "Helvetica", "sans-serif";
}
@media (max-width: 960.98px) {
  .kf-container .section-display .model-panel .text {
    margin-right: -25%;
    row-gap: 1rem;
    font-size: 1rem;
  }
}
.kf-container .section-display .panel-scene-heading {
  text-align: center;
  position: relative;
  height: 100%;
  padding-bottom: 15.6%;
}
.kf-container .section-display .panel-scene-heading .panel-scene-title {
  height: 100%;
  display: flex;
  align-items: end;
  justify-self: start;
  margin-left: 9%;
  padding-bottom: 1%;
}
.kf-container .section-display .panel-scene-title {
  font-size: min(150px, 7.8125vw);
  font-family: "AORUS", "Arial", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", "SimHei", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", "Arial", "Verdana", "Helvetica", "sans-serif";
  color: #fff;
}
.kf-container .section-display .wrapper {
  width: 1767px;
  max-width: 100%;
  margin: 0 auto;
}
.kf-container .section-display .bg-black {
  --gs-bg-opacity: .5;
  opacity: 0;
}
.kf-container .section-display .stroke-ani {
  position: relative;
}
.kf-container .section-display .stroke-ani .stroke {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.kf-container .section-display .stroke-ani .stroke-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  --clip-width-percent: 0%;
  clip-path: polygon(0 0, calc(var(--clip-width-percent) * 1.2) 0, var(--clip-width-percent) 100%, 0 100%);
}
.kf-container .section-display .stroke-ani.active .stroke-cover {
  --clip-width-percent: 100%;
  transition: --clip-width-percent 500ms ease;
}
@property --clip-width-percent {
  syntax: "<percentage>";
  /* <- defined as type number for the transition to work */
  initial-value: 0%;
  inherits: false;
}
.kf-container .section-display .timeline-null {
  height: 15vh;
}
.kf-container .section-display .timeline-p0 {
  height: 40vh;
}
.kf-container .section-display .timeline-p1 {
  height: 40vh;
}
.kf-container .section-display .timeline-p2 {
  height: 60vh;
}
.kf-container .section-display .timeline-p3 {
  height: 40vh;
}
.kf-container .section-display .timeline-p4 {
  height: 40vh;
}
.kf-container .section-display-feature {
  padding-block: calc(1.75rem + 6vw);
}
.kf-container .section-display-feature .display-swiper {
  font-size: 1rem;
  overflow: hidden;
}
.kf-container .section-display-feature .display-swiper .swiper {
  overflow: visible;
}
.kf-container .section-display-feature .display-swiper .swiper-slide {
  border: 1px solid #626262;
  padding: 0 0 1em;
  height: auto;
  transition: all 250ms ease;
}
.kf-container .section-display-feature .display-swiper .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.3;
}
.kf-container .section-display-feature .display-swiper p {
  margin: 10px 0;
}
.kf-container .section-outlook .bg-outlook {
  background: url("../../innergigabyte/images/bg-outlook.jpg") center top/cover no-repeat;
  height: 58.28125vw;
  position: relative;
}
@media (max-width: 960.98px) {
  .kf-container .section-outlook .bg-outlook {
    height: 105.4878vw;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-outlook .bg-outlook {
    background-position: 30% top;
    background-size: auto 100%;
    height: 166.4vw;
  }
}
.kf-container .section-outlook .outlook-hardware {
  position: absolute;
  top: 18.2vw;
  left: 38vw;
  width: 57.2916vw;
}
@media (max-width: 960.98px) {
  .kf-container .section-outlook .outlook-hardware {
    top: 46.2vw;
    left: 18vw;
    width: 85.3658vw;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-outlook .outlook-hardware {
    top: 78vw;
    left: 4vw;
    width: 98vw;
  }
}
.kf-container .section-outlook .outlook-hardware img {
  width: 100%;
}
.kf-container .section-outlook .outlook-hardware .cover {
  animation: hue360 4s linear 0s infinite reverse;
}
@keyframes hue360 {
  from {
    filter: hue-rotate(0deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
.kf-container .section-outlook .intro {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.kf-container .section-outlook .intro-content {
  z-index: 2;
  position: relative;
  padding-bottom: 23vw;
  height: 100%;
  display: flex;
  align-items: end;
}
@media (max-width: 960.98px) {
  .kf-container .section-outlook .intro-content {
    padding-bottom: 60vw;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-outlook .intro-content {
    padding-bottom: 90vw;
  }
}
.kf-container .section-outlook .intro-subtitle {
  font-family: "AORUS", "Arial", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", "SimHei", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", "Arial", "Verdana", "Helvetica", "sans-serif";
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .kf-container .section-outlook .intro-subtitle {
    font-size: 2.5rem;
  }
}
.kf-container .section-outlook .intro-title {
  font-family: "AORUS", "Arial", "微軟正黑體", "Microsoft JhengHei", "微軟雅黑體", "Microsoft YaHei", "SimHei", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", "Arial", "Verdana", "Helvetica", "sans-serif";
  font-size: calc(1.75rem + 6vw);
}
@media (min-width: 1200px) {
  .kf-container .section-outlook .intro-title {
    font-size: 6.25rem;
  }
}
.kf-container .section-outlook .bg-black {
  --gs-bg-opacity: .756;
}
.kf-container .section-outlook .feature-content {
  font-size: calc(1.3125rem + 0.75vw);
  height: 100dvh;
  display: flex;
  align-items: center;
  z-index: 3;
}
@media (min-width: 1200px) {
  .kf-container .section-outlook .feature-content {
    font-size: 1.875rem;
  }
}
.kf-container .section-outlook .feature-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
@keyframes intro-1 {
  from {
    opacity: 0;
    transform: translateX(30vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes intro-2 {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.kf-container .section-outlook .bg-outlook .intro > * {
  animation: intro-1 0.5s ease-in-out 0s backwards paused;
}
.kf-container .section-outlook .bg-outlook .outlook-hardware {
  animation: intro-2 0.5s ease-in-out 0.5s backwards paused;
}
.kf-container .section-outlook .bg-outlook.active .intro > * {
  animation-play-state: running;
}
.kf-container .section-outlook .bg-outlook.active .outlook-hardware {
  animation-play-state: running;
}
.kf-container .section-outlook-pic .sticky-center-fixed {
  --min-offset: 0px;
}
.kf-container .section-outlook-pic .overlay-blocks {
  padding-block: calc(1.625rem + 4.5vw);
  align-items: center;
}
.kf-container .section-outlook-pic .overlay-blocks .row {
  --gs-gutter-y: var(--casaul-body-spacer);
}
@media (max-width: 630.98px) {
  .kf-container .section-outlook-pic .overlay-blocks img {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.kf-container .section-outlook-pic .timeline-overlay .slide {
  height: 50vh;
}
.kf-container .section-outlook-pic .timeline-overlay .trans {
  height: 25vh;
}
@keyframes wave-ripple {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  20% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  40% {
    transform: translateY(5px) scale(1.55);
    opacity: 1;
  }
  60% {
    transform: translateY(5px) scale(1.65);
    opacity: 1;
  }
  to {
    transform: translateY(5px) scale(1.7);
    opacity: 0;
  }
}
.kf-container .section-sound .bg-sound {
  background: url("../../innergigabyte/images/bg-sound.jpg") center 0 no-repeat;
  height: 1080px;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .bg-sound {
    background-size: 1200px auto;
    height: 675px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .bg-sound {
    background-size: 700px auto;
    height: 393.75px;
  }
}
.kf-container .section-sound .bg .cover {
  background: rgba(0, 1, 10, 0.9);
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.kf-container .section-sound .bg .cover.active {
  opacity: 1;
}
.kf-container .section-sound .sound-model {
  position: relative;
  display: inline-block;
}
.kf-container .section-sound .sound-model img {
  max-width: 100%;
}
.kf-container .section-sound .sound-model .sound-waves,
.kf-container .section-sound .sound-model .sound-speaker {
  animation: fadeIn 800ms ease 0s backwards paused;
}
.kf-container .section-sound .sound-model .sound-waves {
  animation-delay: 900ms;
}
.kf-container .section-sound .sound-model.active .sound-waves,
.kf-container .section-sound .sound-model.active .sound-speaker {
  animation-play-state: running;
}
.kf-container .section-sound .section-content {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.kf-container .section-sound .kp-list {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.kf-container .section-sound .kp-list .kp {
  flex: 0 auto;
}
.kf-container .section-sound .sound-hardware {
  position: relative;
  z-index: 3;
}
.kf-container .section-sound .sound-wave {
  position: absolute;
  transform-style: preserve-3d;
  perspective: 80em;
  z-index: 4;
}
.kf-container .section-sound .sound-wave.back {
  z-index: 2;
}
.kf-container .section-sound .sound-wave .wave {
  position: absolute;
  transform-style: preserve-3d;
}
.kf-container .section-sound .sound-wave .wave:nth-child(1) {
  transform: translateZ(0vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(1)::after {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 100ms;
}
.kf-container .section-sound .sound-wave .wave:nth-child(2) {
  transform: translateZ(1.3vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(2)::after {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 200ms;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border: 3px solid #2FCEFD;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(2)::after {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(2)::after {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
  }
}
.kf-container .section-sound .sound-wave .wave:nth-child(3) {
  transform: translateZ(2.6vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(3)::after {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 300ms;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  border: 3px solid #20BBFB;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(3)::after {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(3)::after {
    width: 45px;
    height: 45px;
    margin-left: -22.5px;
    margin-top: -22.5px;
  }
}
.kf-container .section-sound .sound-wave .wave:nth-child(4) {
  transform: translateZ(3.9vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(4)::after {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 400ms;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  border: 3px solid #1095DB;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(4)::after {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(4)::after {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.kf-container .section-sound .sound-wave .wave:nth-child(5) {
  transform: translateZ(5.2vmax);
}
.kf-container .section-sound .sound-wave .wave:nth-child(5)::after {
  content: "";
  display: block;
  border-radius: 50%;
  animation: wave-ripple 1.5s ease-out 0s infinite;
  animation-delay: 500ms;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  border: 3px solid #0388E7;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(5)::after {
    width: 180px;
    height: 180px;
    margin-left: -90px;
    margin-top: -90px;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound .sound-wave .wave:nth-child(5)::after {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
  }
}
.kf-container .section-sound-feature {
  padding-block: calc(1.625rem + 4.5vw) calc(1.875rem + 7.5vw);
}
.kf-container .section-sound-feature .sound-pattern {
  background: url("../../innergigabyte/images/sound-pattern.svg") center 0 no-repeat;
  width: 231px;
  height: 27px;
}
.kf-container .section-sound-feature .sound-decoration {
  height: 4px;
  background: #fff;
}
.kf-container .section-sound-feature .kp-list {
  display: flex;
  flex-flow: row wrap;
  gap: var(--casaul-body-spacer);
}
.kf-container .section-sound-feature .kp-list .kp {
  flex: 0 auto;
}
.kf-container .section-sound-feature .sound-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-flow: dense row;
  gap: var(--casaul-body-spacer);
}
@media (max-width: 960.98px) {
  .kf-container .section-sound-feature .sound-grid {
    grid-auto-rows: auto;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound-feature .sound-grid {
    grid-template-columns: 1fr;
  }
}
.kf-container .section-sound-feature .sound-grid > div {
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  border: 1px solid #333333;
}
.kf-container .section-sound-feature .sound-grid > div .text {
  display: grid;
  justify-items: start;
  align-content: center;
  padding: var(--casaul-body-spacer);
}
.kf-container .section-sound-feature .sound-grid > div .img {
  position: relative;
}
.kf-container .section-sound-feature .sound-grid > div .img img, .kf-container .section-sound-feature .sound-grid > div .img video {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
}
.kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) {
  grid-row: span 2/span 2;
  background: linear-gradient(180deg, #2B2B2B 0%, transparent 100px, transparent 100%);
}
.kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) .img {
  grid-row: -1/-2;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) {
    grid-row: auto;
    grid-column: span 3/span 3;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) .text {
    grid-column: span 2/span 2;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(3n+2) .img {
    grid-row: auto;
    grid-column: -1/-2;
  }
}
.kf-container .section-sound-feature .sound-grid > div:not(:nth-child(3n+2)) {
  grid-column: span 2/span 2;
  background: linear-gradient(90deg, #2B2B2B 0%, transparent 100px, transparent 100%);
}
.kf-container .section-sound-feature .sound-grid > div:not(:nth-child(3n+2)) .img {
  grid-column: -1/-2;
}
@media (max-width: 960.98px) {
  .kf-container .section-sound-feature .sound-grid > div:not(:nth-child(3n+2)) {
    grid-column: span 3/span 3;
  }
  .kf-container .section-sound-feature .sound-grid > div:not(:nth-child(3n+2)) .text {
    grid-column: span 2/span 2;
  }
}
@media (max-width: 960.98px) {
  .kf-container .section-sound-feature .sound-grid > div:nth-child(2n) .img {
    grid-column: 1/2;
    grid-row: -1/-2;
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .text,
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .img {
    grid-row: auto;
    grid-column: auto;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .text img, .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .text video,
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .img img,
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .img video {
    position: static;
  }
  .kf-container .section-sound-feature .sound-grid > div:nth-child(n) .img {
    order: -1;
  }
}
.kf-container .section-productivity {
  padding-bottom: calc(1.625rem + 4.5vw);
}
.kf-container .section-productivity .parallax-img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(30vw, 600px);
}
.kf-container .section-productivity .parallax-img img {
  height: calc(100% + 15vh);
  object-fit: cover;
}
.kf-container .section-productivity .productivity-swiper {
  text-align: center;
}
.kf-container .section-productivity .productivity-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.kf-container .section-productivity .productivity-swiper .swiper-slide img {
  max-width: 100%;
  object-fit: cover;
}
.kf-container .section-productivity .productivity-swiper .h4 {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.75));
}
.kf-container .section-productivity .productivity-swiper .kp {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #888888;
  background: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(10px);
}
.kf-container .section-productivity .productivity-swiper .kp-list {
  margin-top: 2em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
.kf-container .section-productivity .productivity-swiper .kp-list .kp {
  flex: 0 1 auto;
}
@media (max-width: 960.98px) {
  .kf-container .section-productivity .productivity-swiper .kp-list .kp {
    width: 295px;
  }
}
.kf-container .section-productivity .productivity-swiper .bg {
  display: flex;
}
.kf-container .section-productivity .productivity-swiper .bg img {
  width: 100%;
}
.kf-container .section-productivity .productivity-swiper .text {
  display: grid;
  align-content: center;
  justify-items: center;
  padding-block: calc(1.5rem + 3vw);
}
@media (max-width: 960.98px) {
  .kf-container .section-productivity .productivity-swiper .overlay-blocks {
    flex-flow: column;
  }
  .kf-container .section-productivity .productivity-swiper .overlay-blocks > .block + .block {
    margin-left: 0;
  }
}
.kf-container .section-io {
  padding-block: calc(1.375rem + 1.5vw);
  background: url("../../innergigabyte/images/bg-io.jpg") center center no-repeat;
}
.kf-container .section-io .img-relative {
  position: relative;
  display: inline-block;
}
.kf-container .section-io .img-relative img {
  width: 100%;
}
.kf-container .section-io .io-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  max-width: 1920px;
  margin-inline: auto;
}
@media (max-width: 960.98px) {
  .kf-container .section-io .io-grid {
    grid-template-columns: 1fr;
    width: 90%;
  }
}
.kf-container .section-io .io-grid .io-port {
  position: absolute;
  transform: translateY(-50%);
  --fork-spacing: 0px;
  display: flex;
  align-items: center;
  width: 103px;
}
.kf-container .section-io .io-grid .io-port .text {
  position: absolute;
  top: 50%;
  width: max-content;
  margin-top: -0.4em;
  line-height: 0.8em;
}
.kf-container .section-io .io-grid .io-port::before {
  content: "";
  display: block;
  flex: 1 auto;
  height: 1px;
  background: #fff;
}
.kf-container .section-io .io-grid .io-port::after {
  content: "";
  display: block;
  width: min(40%, 45px);
  height: var(--fork-spacing);
  border: 1px solid #fff;
  border-left-width: min(1px, var(--fork-spacing));
  border-bottom-width: min(1px, var(--fork-spacing));
  border-right: 0;
}
.kf-container .section-io .line {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 103px;
}
.kf-container .section-io .line::before {
  content: "";
  display: block;
  flex: 1 auto;
  height: 1px;
  background: #fff;
}
.kf-container .section-io .line::after {
  content: "";
  display: block;
  width: min(40%, 45px);
  height: var(--fork-spacing);
  border: 1px solid #fff;
  border-left-width: min(1px, var(--fork-spacing));
  border-bottom-width: min(1px, var(--fork-spacing));
}
.kf-container .section-io .io-left {
  container-type: inline-size;
  text-align: right;
}
@media (min-width: 961px) {
  .kf-container .section-io .io-left {
    margin-top: 450px;
  }
}
.kf-container .section-io .io-left .text {
  right: 100%;
}
.kf-container .section-io .io-left .io-port::before {
  margin-left: 0.5em;
}
.kf-container .section-io .io-right {
  container-type: inline-size;
  margin-bottom: auto;
}
.kf-container .section-io .io-right .text {
  left: 100%;
}
.kf-container .section-io .io-right .io-port {
  flex-direction: row-reverse;
}
.kf-container .section-io .io-right .io-port::before {
  margin-right: 0.5em;
}
.kf-container .section-xboxgamepass {
  background: #000;
  padding: 5rem 0;
}
.kf-container .section-xboxgamepass .section-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: var(--casaul-body-spacer);
}
@media (min-width: 961px) {
  .kf-container .section-xboxgamepass .section-content {
    flex-direction: row;
  }
}
.kf-container .section-xboxgamepass .section-content > img {
  display: block;
  flex: 1 100%;
  width: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-xboxgamepass .section-content > img {
    flex-basis: 50%;
    width: 50%;
  }
}
.kf-container .section-xboxgamepass .caption {
  font-size: 12px;
}
.kf-container .section-tip {
  background: #000000;
  color: #afafaf;
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: 0.7em;
  line-height: 1.4;
  font-family: "Titillium Web", "Noto Sans";
}
.kf-container .section-tip > .container {
  max-width: 74%;
}
.kf-container .section-tip ol {
  list-style: decimal;
  padding: 0;
  margin: 0;
}
.kf-container .section-tip ol li {
  margin-bottom: 10px;
}
.kf-container .section-tip .content-box {
  padding: 0;
}
.kf-container .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.kf-container .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.kf-container .slick-list:focus {
  outline: none;
}
.kf-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.kf-container .slick-slider .slick-track,
.kf-container .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.kf-container .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.kf-container .slick-track:before,
.kf-container .slick-track:after {
  display: table;
  content: "";
}
.kf-container .slick-track:after {
  clear: both;
}
.kf-container .slick-loading .slick-track {
  visibility: hidden;
}
.kf-container .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.kf-container [dir=rtl] .slick-slide {
  float: right;
}
.kf-container .slick-slide img {
  display: block;
}
.kf-container .slick-slide.slick-loading img {
  display: none;
}
.kf-container .slick-slide.dragging img {
  pointer-events: none;
}
.kf-container .slick-initialized .slick-slide {
  display: block;
}
.kf-container .slick-loading .slick-slide {
  visibility: hidden;
}
.kf-container .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.kf-container .slick-arrow.slick-hidden {
  display: none;
}
.kf-container .slide a,
.kf-container .slick-filter button,
.kf-container .slick-initialized .slick-slide {
  outline: none;
}
.kf-container .slick-filter {
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 15px;
}
.kf-container .slick-filter button {
  /*width: 100px;*/
  height: 50px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  border-radius: 0;
  cursor: pointer;
}
.kf-container .slick-slider {
  width: 100%;
  overflow: hidden;
}
.kf-container .tab_Video .slide,
.kf-container .tab_Review .slide {
  background-color: black;
}
.kf-container .slide {
  float: left;
  padding: 10px;
  /*  width: 33.33% !important;*/
  position: relative;
}
.kf-container .slide .photo {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50px;
  margin-top: -50px;
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  border-radius: 99%;
  overflow: hidden;
}
.kf-container .section .tab_Testimony h3 {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}
.kf-container .section .tab_Video h3,
.kf-container .section .tab_Review h3 {
  font-size: 1rem;
  line-height: 1.4rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 50px 1rem 1rem 1rem;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
}
.kf-container .section .slide h4 {
  font-size: 0.85rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}
.kf-container .section .slide p {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  /*	text-align: justify;*/
  opacity: 0.9;
  margin-bottom: 1rem;
}
.kf-container .slide .ModelName {
  color: #00DB87;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.kf-container .slick-initialized .slick-slide {
  margin: 0 10px;
  padding: 1.5rem;
}
.kf-container .tab_Testimony .slide {
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 80px;
  margin: 50px 10px 0 10px;
  float: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.kf-container .top-part-service-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.kf-container .top-part-service-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.kf-container .top-part-service-list ul li {
  display: inline-flex;
  padding: 0 0;
  max-width: 12.5%;
  justify-content: center;
  width: 100%;
}
.kf-container .top-part-service-list ul li a.link-dis {
  padding: 28px 0;
  width: 100%;
}
.kf-container .top-part-service-list ul li a.link-dis:hover,
.kf-container .active-slide-icon {
  background-color: #0aa705;
}
.kf-container .top-part-service-list ul li img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  margin: 0 auto;
}
.kf-container .tab_Video .slide,
.kf-container .tab_Review .slide {
  /*	min-width: 33.33%;*/
  padding: 0;
  float: none;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 10px;
  overflow: hidden;
}
.kf-container .carousel-img {
  display: inline-block;
  vertical-align: top;
  min-height: 221px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.kf-container .tab_Video .slide .carousel-img img,
.kf-container .tab_Review .slide .carousel-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.kf-container .tab_Video .slide .icon.play,
.kf-container .tab_Review .slide .icon.play {
  background: url(../../innergigabyte/images/gimate/icon-play.svg);
  display: inline-block;
  vertical-align: middle;
  width: 95px;
  height: 95px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.5;
  z-index: 88;
  margin-top: -47px;
  margin-left: -47px;
}
.kf-container .clear:after {
  content: "";
  display: table;
  clear: both;
}
.kf-container .dropShadow,
.kf-container aside {
  display: inline-block;
  width: 100%;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
.kf-container img {
  max-width: 100%;
  height: auto;
}
.kf-container ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.kf-container ::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.kf-container ::-webkit-scrollbar-thumb {
  background: #555555;
  border: 0 none #fff;
}
.kf-container ::-webkit-scrollbar-thumb:hover {
  background: gray;
}
.kf-container ::-webkit-scrollbar-thumb:active {
  background: gray;
}
.kf-container ::-webkit-scrollbar-track {
  background: #000;
  border: 0 none #fff;
  border-radius: 50px;
}
.kf-container ::-webkit-scrollbar-track:hover {
  background: #000;
}
.kf-container ::-webkit-scrollbar-track:active {
  background: #333;
}
.kf-container ::-webkit-scrollbar-corner {
  background: transparent;
}
.kf-container .bgvideo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  z-index: -1;
  /* opacity: 1; */
}
.kf-container .mainContent > * {
  font-family: "Titillium Web", "Noto Sans TC", "微軟正黑體", Microsoft JhengHei !important;
  font-weight: 300;
}
.kf-container .fontAORUS {
  font-family: "AORUS", "Noto Sans TC", "微軟正黑體", Microsoft JhengHei !important;
}
.kf-container .fontAldrich {
  font-family: "Aldrich", "Noto Sans TC", "微軟正黑體", Microsoft JhengHei !important;
}
.kf-container .fontGradient {
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #FFFFFF, #FEB6FF, #8584FF, #6FA4FF, #7AFFFD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kf-container .headingA {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  width: 98%;
  max-width: 900px;
}
.kf-container .headingA.fontOrbitron {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  /* font-weight: 300; */
  margin-bottom: 10px;
}
.kf-container .headingA.fontOrbitron i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.kf-container .headingA.fontOrbitron i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00A3FF 2%, #FF32AF 100%);
}
.kf-container .headingB {
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}
.kf-container .headingC {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.kf-container .wordingA {
  font-size: 1.1rem;
  line-height: 1.65rem;
  font-weight: 400;
  /* color   : #949494; */
}
.kf-container a.more {
  font-size: 1.15rem;
  line-height: 1.15rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 8px 16px;
  background: #34FFBE;
  color: black;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.25s;
}
.kf-container a.more i {
  position: relative;
  display: inline-block;
  content: "";
  width: 9px;
  height: 16px;
  top: 3px;
  margin-left: 8px;
  background: url(../../innergigabyte/images/gimate/icon-arrow.svg) center/contain no-repeat;
  transition: all 0.25s;
}
.kf-container a.more:hover {
  color: #34FFBE;
  background: rgba(0, 0, 0, 0.2);
  border-color: #34FFBE;
}
.kf-container a.more:hover i {
  background: url(../../innergigabyte/images/gimate/icon-arrow-hover.svg) center/contain no-repeat;
}
.kf-container .Models a.more {
  color: #ff6400;
  border-color: #ff6400;
  background: transparent;
  margin-right: 5px;
}
.kf-container .Models a.more i {
  background: url(../../innergigabyte/images/gimate/icon-arrow-orange.svg) center/contain no-repeat;
}
.kf-container .buy {
  font-size: 1.15rem;
  line-height: 1.15rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 8px 16px;
  background: #ff6400;
  color: white;
  border-radius: 5px;
  border: 1px solid #ff6400;
  transition: all 0.25s;
}
.kf-container .buy i {
  position: relative;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  top: 3px;
  margin-left: 8px;
  background: url(../../innergigabyte/images/gimate/icon-buy.svg) center/contain no-repeat;
  transition: all 0.25s;
}
.kf-container .colorWhite {
  color: white;
}
.kf-container .colorGimate {
  color: #34FFBE;
}
.kf-container .colorBlue {
  color: #46E6E6;
}
.kf-container .colorGray {
  color: #d1d1d1;
}
.kf-container .colorOrange {
  color: #ff6400;
}
.kf-container .textShadow {
  text-shadow: 1px 1px 0px black, 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.kf-container .textLeft {
  text-align: left !important;
}
.kf-container .textRight {
  text-align: right !important;
}
.kf-container .textCenter {
  text-align: center !important;
}
.kf-container .textUppercase {
  text-transform: uppercase;
}
.kf-container section,
.kf-container .section .inner {
  position: relative;
}
.kf-container .displayFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kf-container .directionColumn {
  flex-direction: column;
}
.kf-container .directionRow {
  flex-direction: row;
}
.kf-container .section .inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.kf-container .headingProducts {
  padding: 50px 0;
}
.kf-container .hero__background {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.kf-container .bgIMG {
  width: 100%;
  min-height: 250px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.kf-container .bgIMG img,
.kf-container .bgIMG video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  width: auto;
  max-width: none;
  min-height: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.kf-container .feature_format {
  position: relative;
  padding: 1px;
}
.kf-container .feature_format .slick-track {
  padding-block: 1px;
  margin-block: 1px;
}
.kf-container .feature_format .intro {
  font-size: 1.2rem;
  margin: 1rem auto;
}
.kf-container .feature_format .card:hover .posBottom {
  color: #34FFBE;
}
.kf-container .feature_format .card a {
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
  padding-bottom: 1.5em;
}
.kf-container .feature_bgIMG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.kf-container .feature_bgIMG::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 70%, rgb(0, 0, 0) 100%);
  z-index: -1;
}
.kf-container .feature_bgIMG img {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  opacity: 0.5;
  z-index: -2;
}
.kf-container .feature_format_inner {
  width: 98%;
  max-width: 1920px;
  position: relative;
  z-index: 1;
  margin: 50px auto 100px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kf-container .feature_intro {
  max-width: 1200px;
  margin: 0 auto;
}
.kf-container .iconThermal {
  width: 450px;
  max-width: 70%;
  margin-bottom: 1rem;
}
.kf-container .slick-slider-features {
  width: 100%;
  max-width: 1600px;
  margin: 60px auto 1rem auto;
}
.kf-container .slick-slider-features .slide {
  min-height: 360px;
  overflow: hidden;
}
.kf-container .posBottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.kf-container .card::before, .kf-container .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}
.kf-container .card::after {
  padding: 1px;
  background: #626262;
  -webkit-mask: linear-gradient(black 0 0) content-box, linear-gradient(black 0 0);
  -webkit-mask-composite: xor;
  z-index: 1;
  image-rendering: pixelated;
  color-rendering: optimizeQuality;
  transition: all 0.15s ease-in-out;
}
.kf-container .card::before {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 0;
}
.kf-container .card:hover::after {
  background: #34FFBE;
}
.kf-container .Audio .slick-slider-features .slide {
  min-height: 490px;
}
.kf-container .GiMATE .slick-slider-features .slide {
  height: auto;
}
.kf-container .Card_features_content {
  position: relative;
  margin-top: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
}
.kf-container .logoGiMATE {
  width: 60px;
  margin-bottom: 1rem;
}
.kf-container .slick-initialized .slick-slide {
  padding: 10px;
}
.kf-container .slide .img_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.kf-container .slide .img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 105%;
  max-width: none;
  max-height: 105%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.kf-container .textGlitch {
  position: relative;
  display: block;
}
.kf-container .textGlitch:before,
.kf-container .textGlitch:after {
  content: attr(data-glitch);
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.3;
}
.kf-container .textGlitch:before {
  text-shadow: -10px 0 #00ffff;
  clip: rect(24px, 550px, 90px, 0);
  -webkit-animation: glitch-anim 3s infinite linear alternate;
  animation: glitch-anim 3s infinite linear alternate;
  z-index: -1;
  opacity: 0.5;
}
.kf-container .textGlitch:after {
  text-shadow: 10px 0 #ff06ff;
  clip: rect(85px, 550px, 140px, 0);
  -webkit-animation: glitch-anim 2.5s infinite linear alternate;
  animation: glitch-anim 2.5s infinite linear alternate;
  z-index: -1;
}
@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(52px, 9999px, 1px, 0);
  }
  5% {
    clip: rect(109px, 9999px, 98px, 0);
  }
  10% {
    clip: rect(123px, 9999px, 96px, 0);
  }
  15% {
    clip: rect(79px, 9999px, 56px, 0);
  }
  20% {
    clip: rect(85px, 9999px, 135px, 0);
  }
  25% {
    clip: rect(90px, 9999px, 134px, 0);
  }
  30% {
    clip: rect(119px, 9999px, 109px, 0);
  }
  35% {
    clip: rect(4px, 9999px, 7px, 0);
  }
  40% {
    clip: rect(73px, 9999px, 49px, 0);
  }
  45% {
    clip: rect(112px, 9999px, 6px, 0);
  }
  50% {
    clip: rect(77px, 9999px, 111px, 0);
  }
  55% {
    clip: rect(8px, 9999px, 79px, 0);
  }
  60% {
    clip: rect(39px, 9999px, 44px, 0);
  }
  65% {
    clip: rect(96px, 9999px, 73px, 0);
  }
  70% {
    clip: rect(30px, 9999px, 56px, 0);
  }
  75% {
    clip: rect(103px, 9999px, 106px, 0);
  }
  80% {
    clip: rect(28px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(139px, 9999px, 33px, 0);
  }
  90% {
    clip: rect(83px, 9999px, 93px, 0);
  }
  95% {
    clip: rect(88px, 9999px, 54px, 0);
  }
  100% {
    clip: rect(45px, 9999px, 25px, 0);
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(52px, 9999px, 1px, 0);
  }
  5% {
    clip: rect(109px, 9999px, 98px, 0);
  }
  10% {
    clip: rect(123px, 9999px, 96px, 0);
  }
  15% {
    clip: rect(79px, 9999px, 56px, 0);
  }
  20% {
    clip: rect(85px, 9999px, 135px, 0);
  }
  25% {
    clip: rect(90px, 9999px, 134px, 0);
  }
  30% {
    clip: rect(119px, 9999px, 109px, 0);
  }
  35% {
    clip: rect(4px, 9999px, 7px, 0);
  }
  40% {
    clip: rect(73px, 9999px, 49px, 0);
  }
  45% {
    clip: rect(112px, 9999px, 6px, 0);
  }
  50% {
    clip: rect(77px, 9999px, 111px, 0);
  }
  55% {
    clip: rect(8px, 9999px, 79px, 0);
  }
  60% {
    clip: rect(39px, 9999px, 44px, 0);
  }
  65% {
    clip: rect(96px, 9999px, 73px, 0);
  }
  70% {
    clip: rect(30px, 9999px, 56px, 0);
  }
  75% {
    clip: rect(103px, 9999px, 106px, 0);
  }
  80% {
    clip: rect(28px, 9999px, 53px, 0);
  }
  85% {
    clip: rect(139px, 9999px, 33px, 0);
  }
  90% {
    clip: rect(83px, 9999px, 93px, 0);
  }
  95% {
    clip: rect(88px, 9999px, 54px, 0);
  }
  100% {
    clip: rect(45px, 9999px, 25px, 0);
  }
}
.kf-container .Models {
  padding: 100px 0 0 0;
}
.kf-container .Models .feature_format_inner {
  max-width: 1200px;
}
.kf-container .ModelsNameA,
.kf-container .BuyInfo h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 1px;
  font-weight: 700;
}
.kf-container .ModelsNameB {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  display: inline-block;
  /* text-align: center; */
}
.kf-container .Models ol li {
  margin-bottom: 0.5rem;
}
.kf-container .Models ol li:last-child {
  margin-bottom: 0;
}
.kf-container .slick-slider-models {
  max-width: 1200px;
  margin: 10px auto;
}
.kf-container .slick-slider-models hr {
  border: none;
  height: 1px;
  background: linear-gradient(135deg, #FFFFFF, #FEB6FF, #8584FF, #6FA4FF, #7AFFFD);
  margin: 1.5rem auto;
}
.kf-container .slick-slider-models .spec {
  margin-bottom: 1rem;
}
.kf-container .slick-slider-models .price p {
  color: #d1d1d1;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 20px;
}
.kf-container .slick-slider-models .price p strong {
  color: white;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}
.kf-container .btn_group {
  position: relative;
  margin: 30px auto;
}
.kf-container .btn_group a {
  display: inline-block;
  white-space: nowrap;
}
.kf-container .BuyInfo {
  background: #333;
  width: 95%;
  max-width: 1200px;
}
.kf-container .BuyInfo h3 {
  margin-bottom: 1rem;
}
.kf-container .BuyInfo .etailer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.kf-container .BuyInfo a {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin: 1%;
  background: white;
  /* border      : 1px solid; */
}
.kf-container .BuyInfo a img {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.kf-container .fancybox__carousel.is-draggable .fancybox__slide,
.kf-container .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: default !important;
}
.kf-container .scrollup {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  color: white;
  background: #333;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  display: none;
}
.kf-container .scrollup:hover {
  background: #ff6400;
}
.kf-container .goTopIcon {
  position: relative;
  top: 3px;
  width: 80%;
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 8px;
}
.kf-container .slick-slider {
  position: relative;
}
.kf-container .slick-slide img {
  display: inline-block;
}
.kf-container .slick-arrow,
.kf-container .slick-arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 45px !important;
  height: 45px !important;
}
.kf-container .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
}
.kf-container .slick-arrow::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 10%;
  top: 50%;
  left: 50%;
  background-color: white;
  clip-path: polygon(100% 3px, 3px 3px, 3px 100%, 0 100%, 0 0, 100% 0);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.kf-container .slick-arrow:hover::after,
.kf-container .Explore .slick-arrow::after {
  background-color: #46E6E6;
}
.kf-container .slick-arrow.slick-prev {
  left: 0;
}
.kf-container .slick-arrow.slick-next {
  right: -20px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.kf-container .slick-arrow::after {
  width: 70% !important;
  height: 70% !important;
}
.kf-container .Card_features .slick-arrow {
  width: 30px !important;
  height: 30px !important;
}
.kf-container .Card_features .slick-arrow::after {
  width: 30% !important;
  height: 30% !important;
}
.kf-container .slick-disabled {
  opacity: 0.2;
}
.kf-container .slick-slider-articles {
  max-width: 1750px;
  margin: 0 auto;
}
.kf-container .slick-slider-articles a {
  display: inline-block;
}
.kf-container .slick-slider-articles a:hover {
  color: #46E6E6;
}
.kf-container .slick-slider-articles .img_container img,
.kf-container .slick-slider-articles .img_container i,
.kf-container .slick-arrow::after,
.kf-container .recentCard img,
.kf-container .recentCard:hover .iconPlay,
.kf-container .launchVideo h3,
.kf-container .launchVideo img,
.kf-container aside,
.kf-container .btn_more,
.kf-container .Models_More,
.kf-container .launchVideo i,
.kf-container .feature_Video:hover i,
.kf-container .feature_Video:hover i::before,
.kf-container .feature_Video:hover i::after {
  transition: all 0.15s;
}
.kf-container .slider-articles a:hover .img_container .iconPlay,
.kf-container .recentCard:hover img,
.kf-container .recentCard:hover .iconPlay,
.kf-container .launchVideo:hover h3,
.kf-container .launchVideo:hover .iconPlay,
.kf-container .slick-slider-articles a:hover .img_container img,
.kf-container .feature_Video:hover i,
.kf-container .feature_Video:hover i::before,
.kf-container .feature_Video:hover i::after {
  transform: translate(-50%, -50%) scale(1.15);
}
.kf-container .slick-slider-articles .img_container:hover img,
.kf-container .recentCard:hover img,
.kf-container .launchVideo:hover img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.kf-container .slick-slider-articles .headingC {
  font-size: 1.35rem;
  line-height: 1.65rem;
  font-weight: 600;
  color: black;
  display: inline-block;
  width: 100%;
  height: 3.3rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5rem;
}
.kf-container .slick-arrow,
.kf-container .slick-arrow:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .kf-container .hero_headline_1 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .kf-container .hero_headline_2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .kf-container .headingA {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .kf-container .Performance-item p,
  .kf-container .headingC,
  .kf-container .ModelsNameA,
  .kf-container .BuyInfo h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .kf-container .slick-slider-models .price p strong {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .kf-container .wordingA {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .kf-container .btn_group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .kf-container .btn_group a {
    width: 150px;
    max-width: 80%;
    margin: 0;
  }
  .kf-container .btn_group a:first-child {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .kf-container .scrollup {
    width: 35px;
    height: 35px;
  }
}

body.static-web .kf-container ._gs_fade_in {
  opacity: 1 !important;
  transform: none !important;
}
body.static-web .kf-container .scale-img img {
  animation: none !important;
}
body.static-web .kf-container .parallax-img img {
  transform: none !important;
}
body.static-web .kf-container .section-oc .oc-bg2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
body.static-web .kf-container .top-image img {
  width: 100dvw !important;
}
body.static-web .kf-container .timeline {
  position: fixed;
  top: -1px;
  height: 0 !important;
}
body.static-web .kf-container .sticky-top, body.static-web .kf-container .stickyTop, body.static-web .kf-container .sticky-center, body.static-web .kf-container .stickyCenter {
  position: relative;
}
body.static-web .kf-container .sticky-center-fixed, body.static-web .kf-container .sticky-fixed {
  --sf-content-height: 0 !important;
}
body.static-web .kf-container .b-swiper .b-swiper-pagination {
  display: none;
}
body.static-web .kf-container .feature-swiper .feature-swiper-navigation {
  display: none;
}
body.static-web .kf-container .sticky-dots .dots {
  visibility: hidden !important;
}
body.static-web .kf-container .section-thermal-tech .thermal-swiper .swiper-wrapper {
  flex-flow: column !important;
  transform: none !important;
}
body.static-web .kf-container .section-thermal-tech .thermal-swiper .swiper-slide {
  opacity: 1 !important;
}
body.static-web .kf-container .section-ram .ram-swiper .swiper-wrapper {
  flex-flow: column !important;
  transform: none !important;
}
body.static-web .kf-container .section-ram .ram-swiper .swiper-slide {
  margin-bottom: 30px;
}
body.static-web .kf-container .section-display-feature .display-swiper .swiper-wrapper {
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  gap: 50px;
}
body.static-web .kf-container .section-outlook .bg-outlook .intro > * {
  animation: none !important;
}
body.static-web .kf-container .section-outlook .outlook-hardware .cover {
  animation: none !important;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks {
  flex-wrap: wrap;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks .block {
  opacity: 1 !important;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks .block:nth-child(2n) .row {
  flex-direction: row-reverse !important;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks .block:nth-child(2n) .w960\:col-7 {
  display: flex;
  justify-content: end;
}
body.static-web .kf-container .section-outlook-pic .overlay-blocks > .block + .block {
  margin-left: 0;
  margin-top: 50px;
}
body.static-web .kf-container .section-sound .bg .cover {
  opacity: 0 !important;
}
body.static-web .kf-container .section-sound .sound-model .sound-waves,
body.static-web .kf-container .section-sound .sound-model .sound-speaker {
  animation: none !important;
}
body.static-web .kf-container .section-sound .sound-wave .wave::after {
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  transform: translateY(5px) scale(1.55);
}
body.static-web .kf-container .section-productivity .productivity-swiper .swiper-wrapper {
  height: auto !important;
  flex-flow: column !important;
  transform: none !important;
}
body.static-web .kf-container .section-productivity .productivity-swiper .swiper-slide {
  margin-bottom: 30px;
}
body.static-web .kf-container .section-productivity .overlay-blocks {
  flex-wrap: wrap;
}
body.static-web .kf-container .section-productivity .overlay-blocks .block {
  opacity: 1 !important;
}
body.static-web .kf-container .section-productivity .overlay-blocks .block:nth-child(2n) .row {
  flex-direction: row-reverse !important;
}
body.static-web .kf-container .section-productivity .overlay-blocks .block:nth-child(2n) .w960\:col-7 {
  display: flex;
  justify-content: end;
}
body.static-web .kf-container .section-io .io-grid .io-left, body.static-web .kf-container .section-io .io-grid .io-right {
  transform: none !important;
}

body.hide-texts .kf-container * {
  color: transparent !important;
}
body.hide-texts .kf-container .eyebrow span,
body.hide-texts .kf-container .color-highlight {
  background: none;
}
body.hide-texts .kf-container .section-display .panel-scene .text {
  visibility: hidden;
}

body.make-fluid .kf-container .w1320\:container, body.make-fluid .kf-container .w960\:container, body.make-fluid .kf-container .w600\:container, body.make-fluid .kf-container .w400\:container, body.make-fluid .kf-container .container {
  max-width: 100% !important;
}

._gs-kf-cxtmenu {
  position: fixed;
  border-radius: 5px;
  background: #fff;
  color: #000;
  padding: 10px 0;
  z-index: 2147483647;
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-item {
  cursor: pointer;
  background: #fff;
  transition: all 250ms ease;
  padding: 0.5em 1.5em;
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-item:hover {
  background: #e2e2e2;
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-switch {
  position: relative;
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-switch._active::after {
  content: "V";
  position: absolute;
  left: 0.6em;
  top: 50%;
  transform: translateY(-50%);
}
._gs-kf-cxtmenu ._gs-kf-cxtmenu-number {
  cursor: ew-resize;
  margin-inline-start: 0.5em;
  width: 50px;
  border: 1px solid #cdcdcd;
  background: #fff;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../scss/main.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/_reboot.scss%22,%22../scss/_bootstrap.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/swiper/swiper.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/swiper/modules/navigation.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/swiper/modules/pagination.scss%22,%22../scss/_gimate.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_container.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_breakpoints.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/_root.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/vendor/_rfs.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_color-mode.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/_variables.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_border-radius.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/_grid.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_grid.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/_images.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_image.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_clearfix.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_color-bg.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_colored-links.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_focus-ring.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_icon-link.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_transition.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_ratio.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_position.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_stacks.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_visually-hidden.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_visually-hidden.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_stretched-link.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_text-truncation.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/mixins/_text-truncate.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/helpers/_vr.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/bootstrap/scss/utilities/_api.scss%22,%22../scss/_base.scss%22,%22../scss/_gs_tip.scss%22,%22../scss/_gs_dots.scss%22,%22file:///C:/Users/shihwei.huang.GIGABYTE/AppData/Roaming/npm/node_modules/swiper/modules/scrollbar.scss%22,%22../scss/_swiper.scss%22,%22../scss/_function.scss%22,%22../scss/_b-swiper.scss%22,%22../scss/_sections.scss%22,%22../scss/_static-web.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAEA;AC6hBA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AChcgB;AAgDA;EFzIZ;EACA;EACA;AGRJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAqFA;AAaA;AAeA;AAgEA;AACA;AAuEA;AC7LA;AA0BA;AChDA;AAUA;AA2FA;AAIA;AC/IA;AA+TA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AA4CA;AA2CA;AAcA;AA8LA;AAiCA;AAsCA;AAyLA;AAgNA;AA8EA;AAmDA;AAiCA;;AJx+BA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EKzOE;EACA;EACA;EACA;EACA;EACA;EACA;;ALiPM;EACI,WAtPe;;AM0DvB;EN2LI;IACI,WAtPe;;;AM0DvB;EN2LI;IACI,WAtPe;;;AM0DvB;EN2LI;IACI,WAtPe;;;AM0DvB;EN2LI;IACI,WAtPe;;;AM0DvB;EN2LI;IACI,WAtPe;;;AOL3B;AAAA;EASI;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAGF;EACA;EAMA;EACA;EACA;EAOA;EC2OI,qBALI;EDpOR;EACA;EAKA;EACA;EACA;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EAGA;EAEA;EACA;EACA;EAEA;EACA;EAMA;EACA;EACA;EAGA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EAIA;EACA;EACA;EAIA;EACA;EACA;EACA;;;AEhHE;EFsHA;EAGA;EACA;EACA;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EAGE;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAGF;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;;;AP8FA;EACI;EACA;;;ADxQR;AAAA;AAAA;EAGE;;AAeE;EANJ;IAOM;;;AAcN;EACE;EACA;ES6OI,WALI;ETtOR;EACA;EACA;EACA;EACA;EACA;EACA;;AASF;EACE;EACA,OWmnB4B;EXlnB5B;EACA;EACA,SWynB4B;;AX/mB9B;EACE;EACA,eWwjB4B;EXrjB5B,aWwjB4B;EXvjB5B,aWwjB4B;EXvjB5B;;AAGF;ESuMQ;;AA5JJ;ET3CJ;IS8MQ;;;ATzMR;ESkMQ;;AA5JJ;ETtCJ;ISyMQ;;;ATpMR;ES6LQ;;AA5JJ;ETjCJ;ISoMQ;;;AT/LR;ESwLQ;;AA5JJ;ET5BJ;IS+LQ;;;AT1LR;ES+KM,WALI;;ATrKV;ES0KM,WALI;;AT1JV;EACE;EACA,eWwV0B;;AX9U5B;EACE;EACA;EACA;;AAMF;EACE;EACA;EACA;;AAMF;AAAA;EAEE;;AAGF;AAAA;AAAA;EAGE;EACA;;AAGF;AAAA;AAAA;AAAA;EAIE;;AAGF;EACE,aW6b4B;;AXxb9B;EACE;EACA;;AAMF;EACE;;AAQF;AAAA;EAEE,aWsa4B;;AX9Z9B;ES6EM,WALI;;ATjEV;EACE,SWqf4B;EXpf5B;EACA;;AASF;AAAA;EAEE;ESwDI,WALI;ETjDR;EACA;;AAGF;EAAM;;AACN;EAAM;;AAKN;EACE;EACA,iBC5Oe;;AD8Of;EACE;;AAWF;EAEE;EACA;;AAOJ;AAAA;AAAA;AAAA;EAIE,aWgV4B;EFlUxB,WALI;;ATDV;EACE;EACA;EACA;EACA;ESEI,WALI;;ATQR;ESHI,WALI;ETUN;EACA;;AAIJ;ESVM,WALI;ETiBR;EACA;;AAGA;EACE;;AAIJ;EACE;EStBI,WALI;ET6BR,OWy5CkC;EXx5ClC,kBWy5CkC;EC9rDhC;;AZwSF;EACE;ES7BE,WALI;;AT6CV;EACE;;AAMF;AAAA;EAEE;;AAQF;EACE;EACA;;AAGF;EACE,aW4X4B;EX3X5B,gBW2X4B;EX1X5B,OW4Z4B;EX3Z5B;;AAOF;EAEE;EACA;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;;AAQF;EACE;;AAMF;EAEE;;AAQF;EACE;;AAKF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;ES5HI,WALI;ETmIR;;AAIF;AAAA;EAEE;;AAKF;EACE;;AAGF;EAGE;;AAGA;EACE;;AAOJ;EACE;;AAQF;AAAA;AAAA;AAAA;EAIE;;AAGE;AAAA;AAAA;AAAA;EACE;;AAON;EACE;EACA;;AAKF;EACE;;AAUF;EACE;EACA;EACA;EACA;;AAQF;EACE;EACA;EACA;EACA,eWmN4B;EFpatB;EToNN;;AShXE;ETyWJ;IStMQ;;;AT+MN;EACE;;AAOJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;AAGF;EACE;;AASF;EACE;EACA;;AAmBF;EACE;;AAKF;EACE;;AAOF;EACE;EACA;;AAKF;EACE;;AAKF;EACE;;AAOF;EACE;EACA;;AAQF;EACE;;AAQF;EACE;;Aa7lBF;EAEI;EAAA;EAAA;EAAA;EAAA;EAAA;;AAKF;ECNA;EACA;EACA;EACA;EAEA;EACA;EACA;;ADEE;ECOF;EACA;EACA;EACA;EACA;EACA;;AbqJM;EACI;;AAGJ;Ea1IN;EACA;;AAcA;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;AbqII;EatJN;EACA;;Ab2Jc;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;AbqKY;EatKZ;EACA;;Ab+KgB;EahKlB;;AbgKkB;EahKlB;;AbgKkB;EahKlB;;AbgKkB;EahKlB;;AbgKkB;EahKlB;;AbgKkB;EahKlB;;AbgKkB;EahKlB;;AbgKkB;EahKlB;;AbgKkB;EahKlB;;AbgKkB;EahKlB;;AbgKkB;EahKlB;;Ab6KU;AAAA;EAEI;;AAGJ;AAAA;EAEI;;AAPJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;;AAPJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;;AAPJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;;AAPJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;;AAPJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;;AAPJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;;AAPJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;;AAPJ;AAAA;EAEI;;AAGJ;AAAA;EAEI;;AMpKZ;ENgHI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;AMpKZ;ENgHI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;AMpKZ;ENgHI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;AMpKZ;ENgHI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;AMpKZ;ENgHI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;AMvJZ;ENmGI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;AMvJZ;ENmGI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;AMvJZ;ENmGI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;AMvJZ;ENmGI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;AMvJZ;ENmGI;IACI;;EAGJ;Ia1IN;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EbqII;IatJN;IACA;;Eb2Jc;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;EbqKY;IatKZ;IACA;;Eb+KgB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;EbgKkB;IahKlB;;Eb6KU;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;EAPJ;AAAA;IAEI;;EAGJ;AAAA;IAEI;;;Ac5NhB;ECIE;EAGA;;ADDF;EACE,SJ+jDkC;EI9jDlC,kBJ+jDkC;EI9jDlC;EHGE;EIRF;EAGA;;ADcF;EAEE;;AAGF;EACE;EACA;;AAGF;ENyPM,WALI;EMlPR,OJkjDkC;;AMxlDlC;EACE;EACA;EACA;;ACHF;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;AAFF;EACE;EACA;;ACFF;EACE;EACA;;AAGE;EAGE;EACA;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;AATN;EACE;EACA;;AAGE;EAGE;EACA;;AAOR;EACE;EACA;;AAGE;EAEE;EACA;;AC1BN;EACE;EAEA;;ACHF;EACE;EACA,KV6c4B;EU5c5B;EACA;EACA,uBV2c4B;EU1c5B;;AAEA;EACE;EACA,OVuc0B;EUtc1B,QVsc0B;EUrc1B;ECIE,YDHF;;ACOE;EDZJ;ICaM;;;ADDJ;EACE;;AEnBN;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAKF;EACE;;AADF;EACE;;AADF;EACE;;AADF;EACE;;ACrBJ;EACE;EACA;EACA;EACA;EACA,SbumCkC;;AapmCpC;EACE;EACA;EACA;EACA;EACA,Sb+lCkC;;AavlChC;EACE;EACA;EACA,SbmlC8B;;AahlChC;EACE;EACA;EACA,Sb6kC8B;;AJ9iChC;EiBxCA;IACE;IACA;IACA,SbmlC8B;;EahlChC;IACE;IACA;IACA,Sb6kC8B;;;AJ9iChC;EiBxCA;IACE;IACA;IACA,SbmlC8B;;EahlChC;IACE;IACA;IACA,Sb6kC8B;;;AJ9iChC;EiBxCA;IACE;IACA;IACA,SbmlC8B;;EahlChC;IACE;IACA;IACA,Sb6kC8B;;;AJ9iChC;EiBxCA;IACE;IACA;IACA,SbmlC8B;;EahlChC;IACE;IACA;IACA,Sb6kC8B;;;AJ9iChC;EiBxCA;IACE;IACA;IACA,SbmlC8B;;EahlChC;IACE;IACA;IACA,Sb6kC8B;;;Ac5mCpC;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;ACRF;AAAA;ECIE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;AAAA;EACE;;ACdF;EACE;EACA;EACA;EACA;EACA;EACA,SjBgcsC;EiB/btC;;ACRJ;ECAE;EACA;EACA;;ACNF;EACE;EACA;EACA,OpBisB4B;EoBhsB5B;EACA;EACA,SpB2rB4B;;AVllBd;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAtBR;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAWJ;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAtBR;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAWJ;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;EAAA;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAtBR;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAWJ;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAtBR;EACI;;AAIA;EACI;;AANR;EACI;;AAIA;EACI;;AANR;EACI;;AAIA;EACI;;AANR;EACI;;AAIA;EACI;;AANR;EACI;;AAIA;EACI;;AAMR;EAUQ;;AAKJ;EAUQ;;AAzBZ;EAUQ;;AAKJ;EAUQ;;AAzBZ;EAUQ;;AAKJ;EAUQ;;AAzBZ;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAtBR;EACI;;AAIA;EACI;;AANR;EACI;;AAIA;EACI;;AANR;EACI;;AAIA;EACI;;AANR;EACI;;AAIA;EACI;;AANR;EACI;;AAIA;EACI;;AANR;EACI;;AAIA;EACI;;AAMR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAVR;EAMgB;EAIR;;AAtBR;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAWJ;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AM1DpB;ENgDY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AM1DpB;ENgDY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AM1DpB;ENgDY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AM1DpB;ENgDY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AM1DpB;ENgDY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;A+BtGxB;E/B4FgB;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;A+BnFxB;E/ByEgB;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;EAAA;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AAVR;EAUQ;;AM7CpB;ENmCY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AM7CpB;ENmCY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AM7CpB;ENmCY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AM7CpB;ENmCY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AM7CpB;ENmCY;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;IAAA;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;EAVR;IAUQ;;;AA6MhB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AATJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AATJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AATJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AATJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AATJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AATJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AATJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AATJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AMhRR;ENuQI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AMhRR;ENuQI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AMhRR;ENuQI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AMhRR;ENuQI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AMhRR;ENuQI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AMnQR;EN0PI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AMnQR;EN0PI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AMnQR;EN0PI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AMnQR;EN0PI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AMnQR;EN0PI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EATJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AgC9UR;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAIR;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUI;EACA;;AAEJ;AAAA;AAAA;EAGI;EACA;;AAUJ;EACI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;;ACrEZ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;ACrBR;EACI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;AAGA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EAvBJ;IAwBQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EAGA;EACA;EACA;;AAGA;EAhBJ;IAiBQ;IACA;;;AAIR;EACI;EACA;EAEA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAGR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAUJ;EACI;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAIZ;EACI;;AAIJ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAKA;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAKhB;EAEI;EACA;EACA;;AAEA;EAEI;EACA;;AAEA;EACI;EACA;;AAKA;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAKhB;EACI;IACI;;;AjChKN;EACE;EACA;EAEA;EACA;;AAIF;EACE;AACA;AAAA;AAAA;AAAA;;;AAMJ;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;AAAA;AAAA;EAGE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAGF;AAAA;EAEE;;AAEF;EACE;EACA;;AAEF;EACE;EACA;;AAGF;EACE;;AAEF;EACE;;AAEF;EACE;;AACA;AAAA;EAEE;;AAMF;EACE;EACA;EACA;;AACA;EACE;;AAGJ;EACE;;AAGA;EACE;;AAIF;EACE;;AAIF;EACE;;AAEF;EACE;;AAIF;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAIF;EACE;;AAEF;EACE;EACA;EACA;;AAIF;EACE;;AAEF;EACE;EACA;EACA;;AAQJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;AAAA;EACE;;AAGJ;EACE;;AAEF;EACE;;AAEF;EACE;IACE;;EAEF;IACE;;;ACpPF;EACE;AACA;AAAA;AAAA;AAAA;AAAA;;;AAOJ;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;AAAA;EACE;EACA;EACA;;AAEF;AAAA;EACE;EACA;EACA;;AAEF;AAAA;EACE;;AAEF;AAAA;EACE;EACA;EACA;EACA;;AAEF;AAAA;EACE;;AAGJ;AAAA;EAEE;EACA;;AAEF;AAAA;EAEE;EACA;;AAEF;EACE;;AAKA;AAAA;EACE;EACA;EACA;EACA;EACA;EACA;;AAKF;AAAA;EACE;;AAGJ;AAAA;EAKE;EACA;;AAJA;AAAA;EACE;;AC/EF;AACE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;AAqBJ;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EAEE;;AAIJ;AAAA;AAAA;AAAA;EAIE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AACA;EACE;EACA;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AACS;EACP;EACA;EACA;EACA;EACA;;;AAEF;EACE;;AAGF;EACE;;AAGJ;EACE;EACA;;AAGF;AAAA;EAEE;EACA;EACA;EACA;;AACA;AAAA;EACE;EACA;;AAEF;AAAA;EACE;EACA;EACA;;AACA;AAAA;EACE;EACA;;AAMJ;AAAA;EACE;;AAEF;AAAA;EACE;EACA;EACA;;AACA;AAAA;EACE;;AAIN;EACE;;AAGF;EACE;;AAGF;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EAIE;EACA;EACA;EACA;;AAEF;EAIE;EACA;EACA;EACA;;AAGJ;EACE;;AgCnLA;AACE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;AAaJ;EACE;EACA;EACA;EACA;;AACA;EAEE;;AAEF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;ACpDF;EACI;;AAIJ;EACI;;AAEA;EACI;EACA;EAEA;EACA;EACA;EACA;EACA;;ACHA;EDLJ;IAUQ;;;ACLJ;EDLJ;IAaQ;IACA;;;AAGJ;AAAA;EAEI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;AAAA;EACI;;AAIJ;AAAA;EACI;EACA;EACA;EACA;EAEA;;AAGJ;AAAA;EACI;;AAGJ;AAAA;EACI;;AElEZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAMA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;EACA;;AAIR;EACI;;ACvGZ;EAII;EACA;EAEA,YATQ;EAUR;EACA;EACA,aPuBa;;AOrBjB;EACI;EACA;EACA;;AAkBJ;EACI;EACA;E/BwPI;;AA5JJ;E+B9FJ;I/BiQQ;;;A+B5PJ;EACI;;AAIR;EACI,aPVa;EOWb;E/B8OI;;AA5JJ;E+BpFJ;I/BuPQ;;;A+BlPJ;EACI;;AAIR;EACI,aPrBa;EOsBb;E/BoOI;;AA5JJ;E+B1EJ;I/B6OQ;;;A+BxOJ;EACI;;AAIR;EACI,aP/Ba;EOgCb;E/B0NI;;AA5JJ;E+BhEJ;I/BmOQ;;;A+B9NJ;EACI;;AAIR;EACI;;AAEJ;EACI,aP5Ca;EO6Cb;E/B6MI;;AA5JJ;E+BnDJ;I/BsNQ;;;A+BhNR;EACI,aPlDa;EOmDb;E/BmME,WALI;E+B5LN;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAGJ;E/BoLQ;;AA5JJ;E+BxBJ;I/B2LQ;;;A+BxLR;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;E/BqJE,WALI;;A+B7IN;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;;AAIR;EACI,aPjJa;ExByPT;;AA5JJ;E+BmDJ;I/BgHQ;;;A+B3GR;EACI,aPtJa;ExByPT;;AA5JJ;E+BwDJ;I/B2GQ;;;A+BtGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EAEA;EACA;EACA;EAEA;;AAEA;AAAA;EAEI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EAEA,YACI;;AF1RJ;EEqRJ;IASQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAIR;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAMA;EACI;;AAOhB;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;EAEA;EACA;;AFnaA;EE+ZJ;IAOQ;IACA;;;AFvaJ;EE+ZJ;IAYQ;IACA;;;AAIJ;E/BzJI;;AA5JJ;E+BqTA;I/BlJI;;;A+BuJJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;;AFpcA;EEicJ;IAMQ;IACA;;;AFxcJ;EEicJ;IAWQ;;;AAIJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIA;EACI;;AAMhB;EACI;EACA;;AFreI;EEweA;IACI;;EAEA;IACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;IACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAGA;EACI;EACA;;AFliBA;EEgiBJ;IAKQ;IACA;;;AFtiBJ;EEgiBJ;IASQ;IACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AFpjBI;EE+iBR;IAQQ;IACA;IACA;IACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;;AFlkBI;EE6jBR;IAOQ;IACA;IACA;IACA;;;AAGR;EACI;EACA;EACA;;AAEA;AAAA;EAEI;EACA;;AAIA;EACI;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;IACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;EACA;;AAGA;EACI;;AFroBJ;EE+nBJ;IAWQ;;EAEA;IACI;;;AAKZ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAQJ;AAAA;EACI;;AFtrBJ;EEqrBA;AAAA;IAIQ;IAGA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AF1sBA;EEisBJ;IAYQ;IACA;;;AF9sBJ;EEisBJ;IAiBQ;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AFhuBA;EEytBJ;IAUQ;IACA;;;AFpuBJ;EEytBJ;IAeQ;IACA;IACA;IACA;;;AAIR;EACI;EAGA;EAEA;EACA;EACA;EACA;;AFrlBJ;EACI;EACA;EAgBJ,gBAFa;;AEykBT;EACI;EACA;EACA;;AF/vBJ;EE+uBJ;IAoBQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aP3vBS;;AO8vBb;E/BrgBI;E+BugBA,aPhwBS;EOiwBT;;A/BpqBJ;E+BiqBA;I/B9fI;;;A6BvRA;EEqxBJ;IAMQ;;;AAIR;E/B/gBI;E+BihBA,aP1wBS;;AxB6Fb;E+B2qBA;I/BxgBI;;;A6BvRA;EE+xBJ;IAKQ;;;AAIR;EACI;;AFzyBA;EE6yBA;IACI;;;AF9yBJ;EEkzBA;IACI;;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;;AAIA;EACI;;AAGJ;EACI;;AAQJ;EACI;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AF72BJ;EE01BJ;IAuBQ;IACA;;EAEA;IACI;;;AAKZ;EACI;;AAIA;EACI;EACA;EACA;EACA;;AFn4BJ;EE+3BA;IAOQ;;;AAMhB;EACI;;AAGI;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AF15BA;EEq5BJ;IAQQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;;AAKI;EACI;;AAKZ;AAAA;AAAA;EAGI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AFr9BA;EEg9BJ;IAQQ;IACA;;;AAIR;EACI;;AAIR;EACI;;AFn+BI;EEk+BR;IAIQ;;;AAGJ;EACI;EACA;;AAGJ;EACI;;AF/+BA;EE8+BJ;IAIQ;;;AAGJ;EACI;;AAEA;EACI;EACA;;AAKJ;EACI;;AAEA;EACI;EACA;;AAQA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAMA;EACI;;AAQxB;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;;AAEA;EACI;EACA;;AAEA;EACI;EAEA;;AFtkCR;EE2kCI;IACI;;;AF5kCR;EEilCI;IACI;;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AFlmCJ;EE6lCA;IAQQ;IACA;;;AAMhB;EACI;EACA;;AAEA;EACI;;AFjnCA;EEgnCJ;IAIQ;;;AAIR;EACI;;AAGJ;EACI;;AAIA;EACI;EACA;;AAEA;EACI;EACA;;AAKZ;EAEI;EACA;EACA;EACA;;AFxpCJ;EEmpCA;IAQQ;;;AAIA;EACI;;AAIR;AAAA;EAEI;EACA;;AFvqCR;EEoqCI;AAAA;IAMQ;IACA;;;AAIR;EACI;;AFhrCR;EE+qCI;IAIQ;;;AAMZ;EACI;;AAGJ;EACI;;AAMJ;EACI;EACA;EACA,KA9sCI;EA+sCJ;EACA,YAhtCI;;AAktCJ;EACI;;AAIR;EACI;EACA;EAEA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAKR;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EACI;;AAKR;EACI;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;E/BjhCJ;;AA5JJ;E+BkqCI;I/B//BA;;;A+B6gCI;EACI,aPjxCC;;AKpBT;EEsxCA;IAmBQ;IACA;IACA;;;AAKZ;EACI;EACA;EACA;EACA;;AAMA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA,aPlzCS;EOmzCT;;AAIJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAOJ;EACI;AACA;EACA;EACA;;AAMZ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGR;EACI;;AAEA;E/B5oCE,WALI;E+BmpCF;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAOR;EACI;EACA;EACA;;AFt7CA;EEm7CJ;IAMQ;;;AFz7CJ;EEm7CJ;IASQ;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;;AFt8CA;EEk8CJ;IAOQ;IACA;IACA;;;AF38CJ;EEk8CJ;IAYQ;IACA;IACA;;;AAEJ;EACI;;AAGJ;EACI;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAKR;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AF/+CA;EEy+CJ;IASQ;;;AFl/CJ;EEy+CJ;IAYQ;;;AAIR;EACI,aPt+CS;ExB4PT;;AA5JJ;E+Bq4CA;I/BluCI;;;A+BuuCJ;EACI,aP3+CS;ExB4PT;;AA5JJ;E+B04CA;I/BvuCI;;;A+B4uCJ;EACI;;AAGJ;E/BvvCI;E+ByvCA;EACA;EACA;EACA;;A/Bx5CJ;E+Bm5CA;I/BhvCI;;;A+BuvCA;EACI;EACA;EACA;EACA;;AAMR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAKJ;EACI;;AAGJ;EACI;;AAIA;EACI;;AAGJ;EACI;;AAOZ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AF/kDJ;EEmlDI;IACI;IACA;;;AAMR;EACI;;AAGJ;EACI;;AAOZ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAKJ;EACI;EACA;;AFroDA;EEmoDJ;IAKQ;IACA;;;AFzoDJ;EEmoDJ;IAUQ;IACA;;;AAKJ;EACI;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;;AAEA;EACI;;AAGJ;AAAA;EAEI;;AAGJ;EACI;;AAKA;AAAA;EAEI;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AA6BI;EAEI;;AAEA;EACI;EACA;EACA;EAEA;EACA;;AAVR;EAEI;;AAEA;EACI;EACA;EACA;EAEA;EACA;EAjBR,OAmBe;EAlBf,QAkBe;EAjBf;EACA;EAoBY;;AFrwDpB;EEyvDY;IAXJ,OA0BkC;IAzBlC,QAyBkC;IAxBlC;IACA;;;AFjvDR;EEyvDY;IAXJ,OA8BkC;IA7BlC,QA6BkC;IA5BlC;IACA;;;AAIA;EAEI;;AAEA;EACI;EACA;EACA;EAEA;EACA;EAjBR,OAmBe;EAlBf,QAkBe;EAjBf;EACA;EAoBY;;AFrwDpB;EEyvDY;IAXJ,OA0BkC;IAzBlC,QAyBkC;IAxBlC;IACA;;;AFjvDR;EEyvDY;IAXJ,OA8BkC;IA7BlC,QA6BkC;IA5BlC;IACA;;;AAIA;EAEI;;AAEA;EACI;EACA;EACA;EAEA;EACA;EAjBR,OAmBe;EAlBf,QAkBe;EAjBf;EACA;EAoBY;;AFrwDpB;EEyvDY;IAXJ,OA0BkC;IAzBlC,QAyBkC;IAxBlC;IACA;;;AFjvDR;EEyvDY;IAXJ,OA8BkC;IA7BlC,QA6BkC;IA5BlC;IACA;;;AAIA;EAEI;;AAEA;EACI;EACA;EACA;EAEA;EACA;EAjBR,OAmBe;EAlBf,QAkBe;EAjBf;EACA;EAoBY;;AFrwDpB;EEyvDY;IAXJ,OA0BkC;IAzBlC,QAyBkC;IAxBlC;IACA;;;AFjvDR;EEyvDY;IAXJ,OA8BkC;IA7BlC,QA6BkC;IA5BlC;IACA;;;AAqChB;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA,KArzDI;;AAuzDJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA,KAj0DI;;AFcJ;EE8yDJ;IAQQ;;;AFtzDJ;EE8yDJ;IAYQ;;;AAGJ;EACI;EACA;EACA;EAEA;;AAEA;EACI;EACA;EACA;EACA,SAt1DJ;;AAy1DA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;;AF/1DZ;EE01DI;IASQ;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;;AAKZ;EACI;EACA;;AAEA;EACI;;AFt3DZ;EEi3DI;IASQ;;EAEA;IACI;;;AF73DhB;EEo4DY;IACI;IACA;;;AFt4DhB;EE44DQ;IACI;IACA;IACA;;EAEA;AAAA;IAEI;IACA;;EAEA;AAAA;AAAA;IACI;;EAIR;IACI;;;AAQxB;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGR;EACI;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EAEA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AFt9DR;EEq9DI;IAIQ;;;AAKZ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AF1+DJ;EEg/DI;IACI;;EAEA;IACI;;;AAOpB;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AF7gEA;EEwgEJ;IAQQ;IACA;;;AAIJ;EAGI;EACA;EACA;EAUA;EACA;EACA;;AAVA;EACI;EACA;EACA;EACA;EACA;;AAOJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;;AFjmEJ;EE+lEA;IAKQ;;;AAEJ;EACI;;AAIA;EACI;;AAKZ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;;AAQhB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA,KAppEI;;AFOR;EEyoEA;IAOQ;;;AAGJ;EACI;EACA;EACA;;AFtpER;EEmpEI;IAMQ;IACA;;;AAKZ;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,aP7oEa;;AO+oEb;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AnCtsER;EACI;EAEA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EAEA;EACA;EAEA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EAEA;EACA;EACA;;AAGJ;AAAA;EAEI;EAEA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EAEA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EAEA;EAEA;;AAGJ;EACI;;AAGJ;AAAA;AAAA;EAGI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;AACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;EACA;AACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;AACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;AAAA;AAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AA6BJ;EACI;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;;AAGJ;EACI;EACA;;AAKJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;AAOJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;AACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;AACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;AAAA;EAEI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAOJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;;AAEJ;EACI;EACA;;AAGJ;EACI;EACA;;AAII;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACC;EACA;EACA;;AAGG;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAGA;EACI;;AAIZ;EACI;;AAEJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMJ;EACI;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAMR;EACI;;AAGJ;EACI;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;AACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAcI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASI;;AAGJ;AAAA;AAAA;EAGI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;AAAA;AAAA;AAAA;IAII;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;;;;AoC75CR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAEJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAOI;EACI;EACA;;AAEJ;EACI;;AAOJ;EACI;EACA;;AAEJ;EACI;;AAOJ;EACI;EACA;EACA;EACA;;AAMR;EACI;;AAEJ;EACI;;AAKJ;EACI;;AAEA;EACI;;AAGI;EACI;;AAEJ;EACI;EACA;;AAIZ;EACI;EACA;;AAOR;EACI;;AAEJ;AAAA;EAEI;;AAGJ;EACI;EACA;EACA;;AAMA;EACI;EACA;EACA;;AAEJ;EACI;;AAGR;EACI;;AAEA;EACI;;AAGI;EACI;;AAEJ;EACI;EACA;;AASZ;EACI;;;A1CtIJ;EACI;;AAEJ;AAAA;EAEI;;AAII;EACI;;;AAQZ;EACI;;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGR;EACI;;AAGI;EACI;EACA;EACA;EACA;EACA;;AAIZ;EACI;EACA;EACA;EACA;EACA%22,%22file%22:%22bundle.css%22%7D */
