@charset "UTF-8";
/*!
 * Bootstrap  v5.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
:root {
  --gk-blue: #0d6efd;
  --gk-indigo: #6610f2;
  --gk-purple: #6f42c1;
  --gk-pink: #d63384;
  --gk-red: #dc3545;
  --gk-orange: #fd7e14;
  --gk-yellow: #ffc107;
  --gk-green: #198754;
  --gk-teal: #20c997;
  --gk-cyan: #0dcaf0;
  --gk-black: #000;
  --gk-white: #fff;
  --gk-gray: #6c757d;
  --gk-gray-dark: #343a40;
  --gk-gray-100: #f8f9fa;
  --gk-gray-200: #e9ecef;
  --gk-gray-300: #dee2e6;
  --gk-gray-400: #ced4da;
  --gk-gray-500: #adb5bd;
  --gk-gray-600: #6c757d;
  --gk-gray-700: #495057;
  --gk-gray-800: #343a40;
  --gk-gray-900: #212529;
  --gk-primary: #0d6efd;
  --gk-secondary: #6c757d;
  --gk-success: #198754;
  --gk-info: #0dcaf0;
  --gk-warning: #ffc107;
  --gk-danger: #dc3545;
  --gk-light: #f8f9fa;
  --gk-dark: #212529;
  --gk-primary-rgb: 13, 110, 253;
  --gk-secondary-rgb: 108, 117, 125;
  --gk-success-rgb: 25, 135, 84;
  --gk-info-rgb: 13, 202, 240;
  --gk-warning-rgb: 255, 193, 7;
  --gk-danger-rgb: 220, 53, 69;
  --gk-light-rgb: 248, 249, 250;
  --gk-dark-rgb: 33, 37, 41;
  --gk-primary-text-emphasis: #052c65;
  --gk-secondary-text-emphasis: #2b2f32;
  --gk-success-text-emphasis: #0a3622;
  --gk-info-text-emphasis: #055160;
  --gk-warning-text-emphasis: #664d03;
  --gk-danger-text-emphasis: #58151c;
  --gk-light-text-emphasis: #495057;
  --gk-dark-text-emphasis: #495057;
  --gk-primary-bg-subtle: #cfe2ff;
  --gk-secondary-bg-subtle: #e2e3e5;
  --gk-success-bg-subtle: #d1e7dd;
  --gk-info-bg-subtle: #cff4fc;
  --gk-warning-bg-subtle: #fff3cd;
  --gk-danger-bg-subtle: #f8d7da;
  --gk-light-bg-subtle: #fcfcfd;
  --gk-dark-bg-subtle: #ced4da;
  --gk-primary-border-subtle: #9ec5fe;
  --gk-secondary-border-subtle: #c4c8cb;
  --gk-success-border-subtle: #a3cfbb;
  --gk-info-border-subtle: #9eeaf9;
  --gk-warning-border-subtle: #ffe69c;
  --gk-danger-border-subtle: #f1aeb5;
  --gk-light-border-subtle: #e9ecef;
  --gk-dark-border-subtle: #adb5bd;
  --gk-white-rgb: 255, 255, 255;
  --gk-black-rgb: 25, 25, 27;
  --gk-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";
  --gk-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gk-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --gk-body-font-family: var(--gk-font-sans-serif);
  --gk-body-font-size: 1rem;
  --gk-body-font-weight: 400;
  --gk-body-line-height: 1.5;
  --gk-body-color: #212529;
  --gk-body-color-rgb: 33, 37, 41;
  --gk-body-bg: #fff;
  --gk-body-bg-rgb: 255, 255, 255;
  --gk-emphasis-color: #000;
  --gk-emphasis-color-rgb: 0, 0, 0;
  --gk-secondary-color: rgba(33, 37, 41, 0.75);
  --gk-secondary-color-rgb: 33, 37, 41;
  --gk-secondary-bg: #e9ecef;
  --gk-secondary-bg-rgb: 233, 236, 239;
  --gk-tertiary-color: rgba(33, 37, 41, 0.5);
  --gk-tertiary-color-rgb: 33, 37, 41;
  --gk-tertiary-bg: #f8f9fa;
  --gk-tertiary-bg-rgb: 248, 249, 250;
  --gk-heading-color: var(--gk-heading-color);
  --gk-link-color: #0d6efd;
  --gk-link-color-rgb: 13, 110, 253;
  --gk-link-decoration: underline;
  --gk-link-hover-color: #0a58ca;
  --gk-link-hover-color-rgb: 10, 88, 202;
  --gk-code-color: #d63384;
  --gk-highlight-bg: #fff3cd;
  --gk-border-width: 1px;
  --gk-border-style: solid;
  --gk-border-color: #dee2e6;
  --gk-border-color-translucent: rgba(0, 0, 0, 0.175);
  --gk-border-radius: 0.375rem;
  --gk-border-radius-sm: 0.25rem;
  --gk-border-radius-lg: 0.5rem;
  --gk-border-radius-xl: 1rem;
  --gk-border-radius-xxl: 2rem;
  --gk-border-radius-2xl: var(--gk-border-radius-xxl);
  --gk-border-radius-pill: 50rem;
  --gk-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --gk-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --gk-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --gk-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --gk-focus-ring-width: 0.25rem;
  --gk-focus-ring-opacity: 0.25;
  --gk-focus-ring-color: rgba(13, 110, 253, 0.25);
  --gk-form-valid-color: #198754;
  --gk-form-valid-border-color: #198754;
  --gk-form-invalid-color: #dc3545;
  --gk-form-invalid-border-color: #dc3545;
}

[data-gk-theme=dark] {
  color-scheme: dark;
  --gk-body-color: #dee2e6;
  --gk-body-color-rgb: 222, 226, 230;
  --gk-body-bg: #212529;
  --gk-body-bg-rgb: 33, 37, 41;
  --gk-emphasis-color: #fff;
  --gk-emphasis-color-rgb: 255, 255, 255;
  --gk-secondary-color: rgba(222, 226, 230, 0.75);
  --gk-secondary-color-rgb: 222, 226, 230;
  --gk-secondary-bg: #343a40;
  --gk-secondary-bg-rgb: 52, 58, 64;
  --gk-tertiary-color: rgba(222, 226, 230, 0.5);
  --gk-tertiary-color-rgb: 222, 226, 230;
  --gk-tertiary-bg: #2b3035;
  --gk-tertiary-bg-rgb: 43, 48, 53;
  --gk-primary-text-emphasis: #6ea8fe;
  --gk-secondary-text-emphasis: #a7acb1;
  --gk-success-text-emphasis: #75b798;
  --gk-info-text-emphasis: #6edff6;
  --gk-warning-text-emphasis: #ffda6a;
  --gk-danger-text-emphasis: #ea868f;
  --gk-light-text-emphasis: #f8f9fa;
  --gk-dark-text-emphasis: #dee2e6;
  --gk-primary-bg-subtle: #031633;
  --gk-secondary-bg-subtle: #161719;
  --gk-success-bg-subtle: #051b11;
  --gk-info-bg-subtle: #032830;
  --gk-warning-bg-subtle: #332701;
  --gk-danger-bg-subtle: #2c0b0e;
  --gk-light-bg-subtle: #343a40;
  --gk-dark-bg-subtle: #1a1d20;
  --gk-primary-border-subtle: #084298;
  --gk-secondary-border-subtle: #41464b;
  --gk-success-border-subtle: #0f5132;
  --gk-info-border-subtle: #087990;
  --gk-warning-border-subtle: #997404;
  --gk-danger-border-subtle: #842029;
  --gk-light-border-subtle: #495057;
  --gk-dark-border-subtle: #343a40;
  --gk-heading-color: inherit;
  --gk-link-color: #6ea8fe;
  --gk-link-hover-color: #8bb9fe;
  --gk-link-color-rgb: 110, 168, 254;
  --gk-link-hover-color-rgb: 139, 185, 254;
  --gk-code-color: #e685b5;
  --gk-border-color: #495057;
  --gk-border-color-translucent: rgba(255, 255, 255, 0.15);
  --gk-form-valid-color: #75b798;
  --gk-form-valid-border-color: #75b798;
  --gk-form-invalid-color: #ea868f;
  --gk-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--gk-body-font-family);
  font-size: var(--gk-body-font-size);
  font-weight: var(--gk-body-font-weight);
  line-height: var(--gk-body-line-height);
  color: var(--gk-body-color);
  text-align: var(--gk-body-text-align);
  background-color: var(--gk-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(25, 25, 27, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--gk-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .gk-nav-vertical-tabs .item-title, .h5, .mod-articles-layout-5 .item-title, .mod-articles-layout-4 .item-links .item-title, .mod-articles-layout-3 .item-links .item-title, .mod-articles-layout-1 .item-links .item-title, .mod-articlescategory > li .item-title, h4, .h4, .mod-articles-layout-6 .item-child .item-title, .mod-articles-layout-5 .has-intro-image .item-title, .mod-articles-layout-3 .item-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title, .mod-articles-layout-2 .item-title, .mod-articles-layout-1 .item-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title, .com-content-categories__item-title > a, .cat-children .com-content-category-blog__child > .page-header, .cat-children .com-content-category__children > .page-header, h3, .gk-mainbody.gk-component .mod-articlescategory .item-title, .h3, .blog .item-title,
.blog-featured .item-title, h2, .h2, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .blog .items-leading .item-title,
.blog-featured .items-leading .item-title, .gk-logo.text span, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.125;
  color: var(--gk-heading-color);
}

h1, .h1 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .blog .items-leading .item-title,
.blog-featured .items-leading .item-title, .gk-logo.text span {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2, .h2, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .blog .items-leading .item-title,
  .blog-featured .items-leading .item-title, .gk-logo.text span {
    font-size: 3rem;
  }
}

h3, .gk-mainbody.gk-component .mod-articlescategory .item-title, .h3, .blog .item-title,
.blog-featured .item-title {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3, .gk-mainbody.gk-component .mod-articlescategory .item-title, .h3, .blog .item-title,
  .blog-featured .item-title {
    font-size: 2rem;
  }
}

h4, .h4, .mod-articles-layout-6 .item-child .item-title, .mod-articles-layout-5 .has-intro-image .item-title, .mod-articles-layout-3 .item-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title, .mod-articles-layout-2 .item-title, .mod-articles-layout-1 .item-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title, .com-content-categories__item-title > a, .cat-children .com-content-category-blog__child > .page-header, .cat-children .com-content-category__children > .page-header {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4, .mod-articles-layout-6 .item-child .item-title, .mod-articles-layout-5 .has-intro-image .item-title, .mod-articles-layout-3 .item-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title, .mod-articles-layout-2 .item-title, .mod-articles-layout-1 .item-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title, .com-content-categories__item-title > a, .cat-children .com-content-category-blog__child > .page-header, .cat-children .com-content-category__children > .page-header {
    font-size: 1.5rem;
  }
}

h5, .gk-nav-vertical-tabs .item-title, .h5, .mod-articles-layout-5 .item-title, .mod-articles-layout-4 .item-links .item-title, .mod-articles-layout-3 .item-links .item-title, .mod-articles-layout-1 .item-links .item-title, .mod-articlescategory > li .item-title {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--gk-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--gk-link-color-rgb), var(--gk-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --gk-link-color-rgb: var(--gk-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--gk-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--gk-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--gk-body-bg);
  background-color: var(--gk-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--gk-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--gk-body-bg);
  border: var(--gk-border-width) solid var(--gk-border-color);
  border-radius: var(--gk-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--gk-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --gk-gutter-x: 1.5rem;
  --gk-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gk-gutter-x) * 0.5);
  padding-left: calc(var(--gk-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1392px;
  }
}
:root {
  --gk-breakpoint-xs: 0;
  --gk-breakpoint-sm: 576px;
  --gk-breakpoint-md: 768px;
  --gk-breakpoint-lg: 992px;
  --gk-breakpoint-xl: 1200px;
  --gk-breakpoint-xxl: 1400px;
}

.row {
  --gk-gutter-x: 3rem;
  --gk-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--gk-gutter-y));
  margin-right: calc(-0.5 * var(--gk-gutter-x));
  margin-left: calc(-0.5 * var(--gk-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gk-gutter-x) * 0.5);
  padding-left: calc(var(--gk-gutter-x) * 0.5);
  margin-top: var(--gk-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --gk-gutter-x: 0;
}

.g-0,
.gy-0 {
  --gk-gutter-y: 0;
}

.g-1,
.gx-1 {
  --gk-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --gk-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --gk-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --gk-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --gk-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --gk-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --gk-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --gk-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --gk-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --gk-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --gk-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gk-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gk-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gk-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gk-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gk-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gk-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gk-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gk-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gk-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gk-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gk-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2, .com-content-archive .filter-search .inputbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --gk-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gk-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gk-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gk-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gk-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gk-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gk-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gk-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gk-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gk-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gk-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gk-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3, .gk-nav-vertical-tabs .tab-listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, .gk-main-bottom .container .gk-main-bottom-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9, .gk-nav-vertical-tabs .tab-content-listing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12, .has-sidebar .gk-main-bottom .container .gk-main-bottom-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --gk-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gk-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gk-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gk-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gk-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gk-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gk-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gk-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gk-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gk-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gk-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gk-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --gk-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gk-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gk-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gk-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gk-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gk-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gk-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gk-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gk-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gk-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gk-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gk-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --gk-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gk-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gk-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gk-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gk-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gk-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gk-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gk-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gk-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gk-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gk-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gk-gutter-y: 3rem;
  }
}
.table {
  --gk-table-color-type: initial;
  --gk-table-bg-type: initial;
  --gk-table-color-state: initial;
  --gk-table-bg-state: initial;
  --gk-table-color: var(--gk-body-color);
  --gk-table-bg: var(--gk-body-bg);
  --gk-table-border-color: var(--gk-border-color);
  --gk-table-accent-bg: transparent;
  --gk-table-striped-color: var(--gk-body-color);
  --gk-table-striped-bg: rgba(0, 0, 0, 0.05);
  --gk-table-active-color: var(--gk-body-color);
  --gk-table-active-bg: rgba(0, 0, 0, 0.1);
  --gk-table-hover-color: var(--gk-body-color);
  --gk-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--gk-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--gk-table-color-state, var(--gk-table-color-type, var(--gk-table-color)));
  background-color: var(--gk-table-bg);
  border-bottom-width: var(--gk-border-width);
  -webkit-box-shadow: inset 0 0 0 9999px var(--gk-table-bg-state, var(--gk-table-bg-type, var(--gk-table-accent-bg)));
          box-shadow: inset 0 0 0 9999px var(--gk-table-bg-state, var(--gk-table-bg-type, var(--gk-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--gk-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--gk-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--gk-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --gk-table-color-type: var(--gk-table-striped-color);
  --gk-table-bg-type: var(--gk-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --gk-table-color-type: var(--gk-table-striped-color);
  --gk-table-bg-type: var(--gk-table-striped-bg);
}

.table-active {
  --gk-table-color-state: var(--gk-table-active-color);
  --gk-table-bg-state: var(--gk-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --gk-table-color-state: var(--gk-table-hover-color);
  --gk-table-bg-state: var(--gk-table-hover-bg);
}

.table-primary {
  --gk-table-color: #000;
  --gk-table-bg: #cfe2ff;
  --gk-table-border-color: #bacbe6;
  --gk-table-striped-bg: #c5d7f2;
  --gk-table-striped-color: #000;
  --gk-table-active-bg: #bacbe6;
  --gk-table-active-color: #000;
  --gk-table-hover-bg: #bfd1ec;
  --gk-table-hover-color: #000;
  color: var(--gk-table-color);
  border-color: var(--gk-table-border-color);
}

.table-secondary {
  --gk-table-color: #000;
  --gk-table-bg: #e2e3e5;
  --gk-table-border-color: #cbccce;
  --gk-table-striped-bg: #d7d8da;
  --gk-table-striped-color: #000;
  --gk-table-active-bg: #cbccce;
  --gk-table-active-color: #000;
  --gk-table-hover-bg: #d1d2d4;
  --gk-table-hover-color: #000;
  color: var(--gk-table-color);
  border-color: var(--gk-table-border-color);
}

.table-success {
  --gk-table-color: #000;
  --gk-table-bg: #d1e7dd;
  --gk-table-border-color: #bcd0c7;
  --gk-table-striped-bg: #c7dbd2;
  --gk-table-striped-color: #000;
  --gk-table-active-bg: #bcd0c7;
  --gk-table-active-color: #000;
  --gk-table-hover-bg: #c1d6cc;
  --gk-table-hover-color: #000;
  color: var(--gk-table-color);
  border-color: var(--gk-table-border-color);
}

.table-info {
  --gk-table-color: #000;
  --gk-table-bg: #cff4fc;
  --gk-table-border-color: #badce3;
  --gk-table-striped-bg: #c5e8ef;
  --gk-table-striped-color: #000;
  --gk-table-active-bg: #badce3;
  --gk-table-active-color: #000;
  --gk-table-hover-bg: #bfe2e9;
  --gk-table-hover-color: #000;
  color: var(--gk-table-color);
  border-color: var(--gk-table-border-color);
}

.table-warning {
  --gk-table-color: #000;
  --gk-table-bg: #fff3cd;
  --gk-table-border-color: #e6dbb9;
  --gk-table-striped-bg: #f2e7c3;
  --gk-table-striped-color: #000;
  --gk-table-active-bg: #e6dbb9;
  --gk-table-active-color: #000;
  --gk-table-hover-bg: #ece1be;
  --gk-table-hover-color: #000;
  color: var(--gk-table-color);
  border-color: var(--gk-table-border-color);
}

.table-danger {
  --gk-table-color: #000;
  --gk-table-bg: #f8d7da;
  --gk-table-border-color: #dfc2c4;
  --gk-table-striped-bg: #eccccf;
  --gk-table-striped-color: #000;
  --gk-table-active-bg: #dfc2c4;
  --gk-table-active-color: #000;
  --gk-table-hover-bg: #e5c7ca;
  --gk-table-hover-color: #000;
  color: var(--gk-table-color);
  border-color: var(--gk-table-border-color);
}

.table-light {
  --gk-table-color: #000;
  --gk-table-bg: #f8f9fa;
  --gk-table-border-color: #dfe0e1;
  --gk-table-striped-bg: #ecedee;
  --gk-table-striped-color: #000;
  --gk-table-active-bg: #dfe0e1;
  --gk-table-active-color: #000;
  --gk-table-hover-bg: #e5e6e7;
  --gk-table-hover-color: #000;
  color: var(--gk-table-color);
  border-color: var(--gk-table-border-color);
}

.table-dark {
  --gk-table-color: #fff;
  --gk-table-bg: #212529;
  --gk-table-border-color: #373b3e;
  --gk-table-striped-bg: #2c3034;
  --gk-table-striped-color: #fff;
  --gk-table-active-bg: #373b3e;
  --gk-table-active-color: #fff;
  --gk-table-hover-bg: #323539;
  --gk-table-hover-color: #fff;
  color: var(--gk-table-color);
  border-color: var(--gk-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.438rem + var(--gk-border-width));
  padding-bottom: calc(0.438rem + var(--gk-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--gk-border-width));
  padding-bottom: calc(0.5rem + var(--gk-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--gk-border-width));
  padding-bottom: calc(0.25rem + var(--gk-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--gk-secondary-color);
}

.form-control, .gk-sidebar .acym_module_form .onefield input[type=email], .mod-articles-layout-3 .acym_module_form .onefield input[type=email], .com-newsfeeds-category__items #filter-search, .com-contact-category__items #filter-search, .com-content-category__articles #filter-search, .inputbox {
  display: block;
  width: 100%;
  padding: 0.438rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gk-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--gk-body-bg);
  background-clip: padding-box;
  border: var(--gk-border-width) solid var(--gk-border-color);
  border-radius: var(--gk-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .gk-sidebar .acym_module_form .onefield input[type=email], .mod-articles-layout-3 .acym_module_form .onefield input[type=email], .com-newsfeeds-category__items #filter-search, .com-contact-category__items #filter-search, .com-content-category__articles #filter-search, .inputbox {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file], .gk-sidebar .acym_module_form .onefield input[type=file][type=email], .mod-articles-layout-3 .acym_module_form .onefield input[type=file][type=email], .com-newsfeeds-category__items [type=file]#filter-search, .com-contact-category__items [type=file]#filter-search, .com-content-category__articles [type=file]#filter-search, [type=file].inputbox {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .gk-sidebar .acym_module_form .onefield input[type=file][type=email]:not(:disabled):not([readonly]), .mod-articles-layout-3 .acym_module_form .onefield input[type=file][type=email]:not(:disabled):not([readonly]), .com-newsfeeds-category__items [type=file]#filter-search:not(:disabled):not([readonly]), .com-contact-category__items [type=file]#filter-search:not(:disabled):not([readonly]), .com-content-category__articles [type=file]#filter-search:not(:disabled):not([readonly]), [type=file].inputbox:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .gk-sidebar .acym_module_form .onefield input[type=email]:focus, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:focus, .com-newsfeeds-category__items #filter-search:focus, .com-contact-category__items #filter-search:focus, .com-content-category__articles #filter-search:focus, .inputbox:focus {
  color: var(--gk-body-color);
  background-color: var(--gk-body-bg);
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-date-and-time-value, .gk-sidebar .acym_module_form .onefield input[type=email]::-webkit-date-and-time-value, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::-webkit-date-and-time-value, .com-newsfeeds-category__items #filter-search::-webkit-date-and-time-value, .com-contact-category__items #filter-search::-webkit-date-and-time-value, .com-content-category__articles #filter-search::-webkit-date-and-time-value, .inputbox::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit, .gk-sidebar .acym_module_form .onefield input[type=email]::-webkit-datetime-edit, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::-webkit-datetime-edit, .com-newsfeeds-category__items #filter-search::-webkit-datetime-edit, .com-contact-category__items #filter-search::-webkit-datetime-edit, .com-content-category__articles #filter-search::-webkit-datetime-edit, .inputbox::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-webkit-input-placeholder, .gk-sidebar .acym_module_form .onefield input[type=email]::-webkit-input-placeholder, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::-webkit-input-placeholder, .com-newsfeeds-category__items #filter-search::-webkit-input-placeholder, .com-contact-category__items #filter-search::-webkit-input-placeholder, .com-content-category__articles #filter-search::-webkit-input-placeholder, .inputbox::-webkit-input-placeholder {
  color: var(--gk-secondary-color);
  opacity: 1;
}
.form-control::-moz-placeholder, .gk-sidebar .acym_module_form .onefield input[type=email]::-moz-placeholder, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::-moz-placeholder, .com-newsfeeds-category__items #filter-search::-moz-placeholder, .com-contact-category__items #filter-search::-moz-placeholder, .com-content-category__articles #filter-search::-moz-placeholder, .inputbox::-moz-placeholder {
  color: var(--gk-secondary-color);
  opacity: 1;
}
.form-control:-ms-input-placeholder, .gk-sidebar .acym_module_form .onefield input[type=email]:-ms-input-placeholder, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:-ms-input-placeholder, .com-newsfeeds-category__items #filter-search:-ms-input-placeholder, .com-contact-category__items #filter-search:-ms-input-placeholder, .com-content-category__articles #filter-search:-ms-input-placeholder, .inputbox:-ms-input-placeholder {
  color: var(--gk-secondary-color);
  opacity: 1;
}
.form-control::-ms-input-placeholder, .gk-sidebar .acym_module_form .onefield input[type=email]::-ms-input-placeholder, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::-ms-input-placeholder, .com-newsfeeds-category__items #filter-search::-ms-input-placeholder, .com-contact-category__items #filter-search::-ms-input-placeholder, .com-content-category__articles #filter-search::-ms-input-placeholder, .inputbox::-ms-input-placeholder {
  color: var(--gk-secondary-color);
  opacity: 1;
}
.form-control::placeholder, .gk-sidebar .acym_module_form .onefield input[type=email]::placeholder, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::placeholder, .com-newsfeeds-category__items #filter-search::placeholder, .com-contact-category__items #filter-search::placeholder, .com-content-category__articles #filter-search::placeholder, .inputbox::placeholder {
  color: var(--gk-secondary-color);
  opacity: 1;
}
.form-control:disabled, .gk-sidebar .acym_module_form .onefield input[type=email]:disabled, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:disabled, .com-newsfeeds-category__items #filter-search:disabled, .com-contact-category__items #filter-search:disabled, .com-content-category__articles #filter-search:disabled, .inputbox:disabled {
  background-color: var(--gk-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button, .gk-sidebar .acym_module_form .onefield input[type=email]::-webkit-file-upload-button, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::-webkit-file-upload-button, .com-newsfeeds-category__items #filter-search::-webkit-file-upload-button, .com-contact-category__items #filter-search::-webkit-file-upload-button, .com-content-category__articles #filter-search::-webkit-file-upload-button, .inputbox::-webkit-file-upload-button {
  padding: 0.438rem 0.75rem;
  margin: -0.438rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--gk-body-color);
  background-color: var(--gk-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--gk-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button, .gk-sidebar .acym_module_form .onefield input[type=email]::file-selector-button, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::file-selector-button, .com-newsfeeds-category__items #filter-search::file-selector-button, .com-contact-category__items #filter-search::file-selector-button, .com-content-category__articles #filter-search::file-selector-button, .inputbox::file-selector-button {
  padding: 0.438rem 0.75rem;
  margin: -0.438rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: var(--gk-body-color);
  background-color: var(--gk-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--gk-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .gk-sidebar .acym_module_form .onefield input[type=email]::-webkit-file-upload-button, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::-webkit-file-upload-button, .com-newsfeeds-category__items #filter-search::-webkit-file-upload-button, .com-contact-category__items #filter-search::-webkit-file-upload-button, .com-content-category__articles #filter-search::-webkit-file-upload-button, .inputbox::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button, .gk-sidebar .acym_module_form .onefield input[type=email]::file-selector-button, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]::file-selector-button, .com-newsfeeds-category__items #filter-search::file-selector-button, .com-contact-category__items #filter-search::file-selector-button, .com-content-category__articles #filter-search::file-selector-button, .inputbox::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .gk-sidebar .acym_module_form .onefield input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .com-newsfeeds-category__items #filter-search:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .com-contact-category__items #filter-search:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .com-content-category__articles #filter-search:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .inputbox:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--gk-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .gk-sidebar .acym_module_form .onefield input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button, .com-newsfeeds-category__items #filter-search:hover:not(:disabled):not([readonly])::file-selector-button, .com-contact-category__items #filter-search:hover:not(:disabled):not([readonly])::file-selector-button, .com-content-category__articles #filter-search:hover:not(:disabled):not([readonly])::file-selector-button, .inputbox:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--gk-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.438rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--gk-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--gk-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--gk-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--gk-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--gk-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--gk-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control, .com-newsfeeds-category__items textarea#filter-search, .com-contact-category__items textarea#filter-search, .com-content-category__articles textarea#filter-search, textarea.inputbox {
  min-height: calc(1.5em + 0.75rem + calc(var(--gk-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--gk-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--gk-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--gk-border-width) * 2));
  padding: 0.438rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--gk-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--gk-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--gk-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--gk-border-width) * 2));
}

.form-select {
  --gk-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.438rem 2.25rem 0.438rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gk-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--gk-body-bg);
  background-image: var(--gk-form-select-bg-img), var(--gk-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--gk-border-width) solid var(--gk-border-color);
  border-radius: var(--gk-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--gk-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--gk-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--gk-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--gk-border-radius-lg);
}

[data-gk-theme=dark] .form-select {
  --gk-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --gk-form-check-bg: var(--gk-body-bg);
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--gk-form-check-bg);
  background-image: var(--gk-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--gk-border-width) solid var(--gk-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --gk-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --gk-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --gk-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --gk-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--gk-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --gk-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --gk-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, #gk-header #gk-offcanvas .nav li .btn-check[disabled] + a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-check[disabled] + a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-check[disabled] + a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-check[disabled] + a, .com-contact__links > ul .btn-check[disabled] + a, .btn-check:disabled + .btn, #gk-header #gk-offcanvas .nav li .btn-check:disabled + a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-check:disabled + a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-check:disabled + a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-check:disabled + a, .com-contact__links > ul .btn-check:disabled + a {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

[data-gk-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --gk-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--gk-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--gk-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--gk-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--gk-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email], .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email], .com-newsfeeds-category__items .form-floating > #filter-search, .com-contact-category__items .form-floating > #filter-search, .com-content-category__articles .form-floating > #filter-search, .form-floating > .inputbox,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--gk-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--gk-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--gk-border-width) solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email], .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email], .com-newsfeeds-category__items .form-floating > #filter-search, .com-contact-category__items .form-floating > #filter-search, .com-content-category__articles .form-floating > #filter-search, .form-floating > .inputbox,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]::-webkit-input-placeholder, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]::-webkit-input-placeholder, .com-newsfeeds-category__items .form-floating > #filter-search::-webkit-input-placeholder, .com-contact-category__items .form-floating > #filter-search::-webkit-input-placeholder, .com-content-category__articles .form-floating > #filter-search::-webkit-input-placeholder, .form-floating > .inputbox::-webkit-input-placeholder, .form-floating > .form-control-plaintext::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]::-moz-placeholder, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]::-moz-placeholder, .com-newsfeeds-category__items .form-floating > #filter-search::-moz-placeholder, .com-contact-category__items .form-floating > #filter-search::-moz-placeholder, .com-content-category__articles .form-floating > #filter-search::-moz-placeholder, .form-floating > .inputbox::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:-ms-input-placeholder, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:-ms-input-placeholder, .com-newsfeeds-category__items .form-floating > #filter-search:-ms-input-placeholder, .com-contact-category__items .form-floating > #filter-search:-ms-input-placeholder, .com-content-category__articles .form-floating > #filter-search:-ms-input-placeholder, .form-floating > .inputbox:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]::-ms-input-placeholder, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]::-ms-input-placeholder, .com-newsfeeds-category__items .form-floating > #filter-search::-ms-input-placeholder, .com-contact-category__items .form-floating > #filter-search::-ms-input-placeholder, .com-content-category__articles .form-floating > #filter-search::-ms-input-placeholder, .form-floating > .inputbox::-ms-input-placeholder, .form-floating > .form-control-plaintext::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]::placeholder, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]::placeholder, .com-newsfeeds-category__items .form-floating > #filter-search::placeholder, .com-contact-category__items .form-floating > #filter-search::placeholder, .com-content-category__articles .form-floating > #filter-search::placeholder, .form-floating > .inputbox::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:not(:-moz-placeholder-shown), .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:not(:-moz-placeholder-shown), .com-newsfeeds-category__items .form-floating > #filter-search:not(:-moz-placeholder-shown), .com-contact-category__items .form-floating > #filter-search:not(:-moz-placeholder-shown), .com-content-category__articles .form-floating > #filter-search:not(:-moz-placeholder-shown), .form-floating > .inputbox:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:not(:-ms-input-placeholder), .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:not(:-ms-input-placeholder), .com-newsfeeds-category__items .form-floating > #filter-search:not(:-ms-input-placeholder), .com-contact-category__items .form-floating > #filter-search:not(:-ms-input-placeholder), .com-content-category__articles .form-floating > #filter-search:not(:-ms-input-placeholder), .form-floating > .inputbox:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:focus, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:focus, .com-newsfeeds-category__items .form-floating > #filter-search:focus, .com-contact-category__items .form-floating > #filter-search:focus, .com-content-category__articles .form-floating > #filter-search:focus, .form-floating > .inputbox:focus, .form-floating > .form-control:not(:placeholder-shown), .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:not(:placeholder-shown), .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:not(:placeholder-shown), .com-newsfeeds-category__items .form-floating > #filter-search:not(:placeholder-shown), .com-contact-category__items .form-floating > #filter-search:not(:placeholder-shown), .com-content-category__articles .form-floating > #filter-search:not(:placeholder-shown), .form-floating > .inputbox:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:-webkit-autofill, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:-webkit-autofill, .com-newsfeeds-category__items .form-floating > #filter-search:-webkit-autofill, .com-contact-category__items .form-floating > #filter-search:-webkit-autofill, .com-content-category__articles .form-floating > #filter-search:-webkit-autofill, .form-floating > .inputbox:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, .com-newsfeeds-category__items .form-floating > #filter-search:not(:-moz-placeholder-shown) ~ label, .com-contact-category__items .form-floating > #filter-search:not(:-moz-placeholder-shown) ~ label, .com-content-category__articles .form-floating > #filter-search:not(:-moz-placeholder-shown) ~ label, .form-floating > .inputbox:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--gk-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:not(:-ms-input-placeholder) ~ label, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:not(:-ms-input-placeholder) ~ label, .com-newsfeeds-category__items .form-floating > #filter-search:not(:-ms-input-placeholder) ~ label, .com-contact-category__items .form-floating > #filter-search:not(:-ms-input-placeholder) ~ label, .com-content-category__articles .form-floating > #filter-search:not(:-ms-input-placeholder) ~ label, .form-floating > .inputbox:not(:-ms-input-placeholder) ~ label {
  color: rgba(var(--gk-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:focus ~ label, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:focus ~ label, .com-newsfeeds-category__items .form-floating > #filter-search:focus ~ label, .com-contact-category__items .form-floating > #filter-search:focus ~ label, .com-content-category__articles .form-floating > #filter-search:focus ~ label, .form-floating > .inputbox:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
.com-newsfeeds-category__items .form-floating > #filter-search:not(:placeholder-shown) ~ label,
.com-contact-category__items .form-floating > #filter-search:not(:placeholder-shown) ~ label,
.com-content-category__articles .form-floating > #filter-search:not(:placeholder-shown) ~ label,
.form-floating > .inputbox:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--gk-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label::after, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label::after, .com-newsfeeds-category__items .form-floating > #filter-search:not(:-moz-placeholder-shown) ~ label::after, .com-contact-category__items .form-floating > #filter-search:not(:-moz-placeholder-shown) ~ label::after, .com-content-category__articles .form-floating > #filter-search:not(:-moz-placeholder-shown) ~ label::after, .form-floating > .inputbox:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--gk-body-bg);
  border-radius: var(--gk-border-radius);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:not(:-ms-input-placeholder) ~ label::after, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:not(:-ms-input-placeholder) ~ label::after, .com-newsfeeds-category__items .form-floating > #filter-search:not(:-ms-input-placeholder) ~ label::after, .com-contact-category__items .form-floating > #filter-search:not(:-ms-input-placeholder) ~ label::after, .com-content-category__articles .form-floating > #filter-search:not(:-ms-input-placeholder) ~ label::after, .form-floating > .inputbox:not(:-ms-input-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--gk-body-bg);
  border-radius: var(--gk-border-radius);
}
.form-floating > .form-control:focus ~ label::after, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:focus ~ label::after, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:focus ~ label::after, .com-newsfeeds-category__items .form-floating > #filter-search:focus ~ label::after, .com-contact-category__items .form-floating > #filter-search:focus ~ label::after, .com-content-category__articles .form-floating > #filter-search:focus ~ label::after, .form-floating > .inputbox:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:not(:placeholder-shown) ~ label::after,
.mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:not(:placeholder-shown) ~ label::after,
.com-newsfeeds-category__items .form-floating > #filter-search:not(:placeholder-shown) ~ label::after,
.com-contact-category__items .form-floating > #filter-search:not(:placeholder-shown) ~ label::after,
.com-content-category__articles .form-floating > #filter-search:not(:placeholder-shown) ~ label::after,
.form-floating > .inputbox:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--gk-body-bg);
  border-radius: var(--gk-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label, .gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:-webkit-autofill ~ label, .mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:-webkit-autofill ~ label, .com-newsfeeds-category__items .form-floating > #filter-search:-webkit-autofill ~ label, .com-contact-category__items .form-floating > #filter-search:-webkit-autofill ~ label, .com-content-category__articles .form-floating > #filter-search:-webkit-autofill ~ label, .form-floating > .inputbox:-webkit-autofill ~ label {
  color: rgba(var(--gk-body-color-rgb), 0.65);
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--gk-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label,
.gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:disabled ~ label,
.mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:disabled ~ label,
.com-newsfeeds-category__items .form-floating > #filter-search:disabled ~ label,
.com-contact-category__items .form-floating > #filter-search:disabled ~ label,
.com-content-category__articles .form-floating > #filter-search:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after,
.gk-sidebar .acym_module_form .onefield .form-floating > input[type=email]:disabled ~ label::after,
.mod-articles-layout-3 .acym_module_form .onefield .form-floating > input[type=email]:disabled ~ label::after,
.com-newsfeeds-category__items .form-floating > #filter-search:disabled ~ label::after,
.com-contact-category__items .form-floating > #filter-search:disabled ~ label::after,
.com-content-category__articles .form-floating > #filter-search:disabled ~ label::after {
  background-color: var(--gk-secondary-bg);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .gk-sidebar .acym_module_form .onefield .input-group > input[type=email], .mod-articles-layout-3 .acym_module_form .onefield .input-group > input[type=email], .com-newsfeeds-category__items .input-group > #filter-search, .com-contact-category__items .input-group > #filter-search, .com-content-category__articles .input-group > #filter-search, .input-group > .inputbox,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .gk-sidebar .acym_module_form .onefield .input-group > input[type=email]:focus, .mod-articles-layout-3 .acym_module_form .onefield .input-group > input[type=email]:focus, .com-newsfeeds-category__items .input-group > #filter-search:focus, .com-contact-category__items .input-group > #filter-search:focus, .com-content-category__articles .input-group > #filter-search:focus, .input-group > .inputbox:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .input-group a.btn, .input-group #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .input-group a, .input-group .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .input-group a, .input-group #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li .input-group a, .input-group .com-contact__links > ul a, .com-contact__links > ul .input-group a {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group #gk-header #gk-offcanvas .nav li a.btn:focus, #gk-header #gk-offcanvas .nav li .input-group a.btn:focus, .input-group #gk-header #gk-offcanvas .nav li .com-contact__links > ul a:focus, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .input-group a:focus, .input-group .com-contact__links > ul #gk-header #gk-offcanvas .nav li a:focus, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .input-group a:focus, .input-group #gk-header #gk-offcanvas .com-contact__links > ul li a:focus, #gk-header #gk-offcanvas .com-contact__links > ul li .input-group a:focus, .input-group .com-contact__links > ul a:focus, .com-contact__links > ul .input-group a:focus {
  z-index: 5;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gk-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--gk-tertiary-bg);
  border: var(--gk-border-width) solid var(--gk-border-color);
  border-radius: var(--gk-border-radius);
}

.input-group-lg > .form-control, .gk-sidebar .acym_module_form .onefield .input-group-lg > input[type=email], .mod-articles-layout-3 .acym_module_form .onefield .input-group-lg > input[type=email], .com-newsfeeds-category__items .input-group-lg > #filter-search, .com-contact-category__items .input-group-lg > #filter-search, .com-content-category__articles .input-group-lg > #filter-search, .input-group-lg > .inputbox,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
#gk-header #gk-offcanvas .nav li .input-group-lg > a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .input-group-lg > a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .input-group-lg > a,
#gk-header #gk-offcanvas .com-contact__links > ul li .input-group-lg > a,
.com-contact__links > ul .input-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--gk-border-radius-lg);
}

.input-group-sm > .form-control, .gk-sidebar .acym_module_form .onefield .input-group-sm > input[type=email], .mod-articles-layout-3 .acym_module_form .onefield .input-group-sm > input[type=email], .com-newsfeeds-category__items .input-group-sm > #filter-search, .com-contact-category__items .input-group-sm > #filter-search, .com-content-category__articles .input-group-sm > #filter-search, .input-group-sm > .inputbox,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
#gk-header #gk-offcanvas .nav li .input-group-sm > a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .input-group-sm > a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .input-group-sm > a,
#gk-header #gk-offcanvas .com-contact__links > ul li .input-group-sm > a,
.com-contact__links > ul .input-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--gk-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.gk-sidebar .acym_module_form .onefield .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.mod-articles-layout-3 .acym_module_form .onefield .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
.com-newsfeeds-category__items .input-group:not(.has-validation) > .form-floating:not(:last-child) > #filter-search,
.com-contact-category__items .input-group:not(.has-validation) > .form-floating:not(:last-child) > #filter-search,
.com-content-category__articles .input-group:not(.has-validation) > .form-floating:not(:last-child) > #filter-search,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .inputbox,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.gk-sidebar .acym_module_form .onefield .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.mod-articles-layout-3 .acym_module_form .onefield .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
.com-newsfeeds-category__items .input-group.has-validation > .form-floating:nth-last-child(n+3) > #filter-search,
.com-contact-category__items .input-group.has-validation > .form-floating:nth-last-child(n+3) > #filter-search,
.com-content-category__articles .input-group.has-validation > .form-floating:nth-last-child(n+3) > #filter-search,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .inputbox,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--gk-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .gk-sidebar .acym_module_form .onefield .input-group > .form-floating:not(:first-child) > input[type=email], .mod-articles-layout-3 .acym_module_form .onefield .input-group > .form-floating:not(:first-child) > input[type=email], .com-newsfeeds-category__items .input-group > .form-floating:not(:first-child) > #filter-search, .com-contact-category__items .input-group > .form-floating:not(:first-child) > #filter-search, .com-content-category__articles .input-group > .form-floating:not(:first-child) > #filter-search, .input-group > .form-floating:not(:first-child) > .inputbox,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--gk-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--gk-success);
  border-radius: var(--gk-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .gk-sidebar .acym_module_form .onefield input[type=email]:valid, .gk-sidebar .acym_module_form .onefield .was-validated input[type=email]:valid, .was-validated .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:valid, .mod-articles-layout-3 .acym_module_form .onefield .was-validated input[type=email]:valid, .was-validated .com-newsfeeds-category__items #filter-search:valid, .com-newsfeeds-category__items .was-validated #filter-search:valid, .was-validated .com-contact-category__items #filter-search:valid, .com-contact-category__items .was-validated #filter-search:valid, .was-validated .com-content-category__articles #filter-search:valid, .com-content-category__articles .was-validated #filter-search:valid, .was-validated .inputbox:valid, .form-control.is-valid, .gk-sidebar .acym_module_form .onefield input.is-valid[type=email], .mod-articles-layout-3 .acym_module_form .onefield input.is-valid[type=email], .com-newsfeeds-category__items .is-valid#filter-search, .com-contact-category__items .is-valid#filter-search, .com-content-category__articles .is-valid#filter-search, .is-valid.inputbox {
  border-color: var(--gk-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .gk-sidebar .acym_module_form .onefield input[type=email]:valid:focus, .gk-sidebar .acym_module_form .onefield .was-validated input[type=email]:valid:focus, .was-validated .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:valid:focus, .mod-articles-layout-3 .acym_module_form .onefield .was-validated input[type=email]:valid:focus, .was-validated .com-newsfeeds-category__items #filter-search:valid:focus, .com-newsfeeds-category__items .was-validated #filter-search:valid:focus, .was-validated .com-contact-category__items #filter-search:valid:focus, .com-contact-category__items .was-validated #filter-search:valid:focus, .was-validated .com-content-category__articles #filter-search:valid:focus, .com-content-category__articles .was-validated #filter-search:valid:focus, .was-validated .inputbox:valid:focus, .form-control.is-valid:focus, .gk-sidebar .acym_module_form .onefield input.is-valid[type=email]:focus, .mod-articles-layout-3 .acym_module_form .onefield input.is-valid[type=email]:focus, .com-newsfeeds-category__items .is-valid#filter-search:focus, .com-contact-category__items .is-valid#filter-search:focus, .com-content-category__articles .is-valid#filter-search:focus, .is-valid.inputbox:focus {
  border-color: var(--gk-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--gk-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--gk-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, .was-validated .com-newsfeeds-category__items textarea#filter-search:valid, .com-newsfeeds-category__items .was-validated textarea#filter-search:valid, .was-validated .com-contact-category__items textarea#filter-search:valid, .com-contact-category__items .was-validated textarea#filter-search:valid, .was-validated .com-content-category__articles textarea#filter-search:valid, .com-content-category__articles .was-validated textarea#filter-search:valid, .was-validated textarea.inputbox:valid, textarea.form-control.is-valid, .com-newsfeeds-category__items textarea.is-valid#filter-search, .com-contact-category__items textarea.is-valid#filter-search, .com-content-category__articles textarea.is-valid#filter-search, textarea.is-valid.inputbox {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--gk-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --gk-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--gk-form-valid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--gk-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--gk-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--gk-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--gk-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--gk-success-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--gk-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--gk-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .gk-sidebar .acym_module_form .onefield .input-group > input[type=email]:not(:focus):valid, .gk-sidebar .acym_module_form .onefield .was-validated .input-group > input[type=email]:not(:focus):valid, .was-validated .mod-articles-layout-3 .acym_module_form .onefield .input-group > input[type=email]:not(:focus):valid, .mod-articles-layout-3 .acym_module_form .onefield .was-validated .input-group > input[type=email]:not(:focus):valid, .was-validated .com-newsfeeds-category__items .input-group > #filter-search:not(:focus):valid, .com-newsfeeds-category__items .was-validated .input-group > #filter-search:not(:focus):valid, .was-validated .com-contact-category__items .input-group > #filter-search:not(:focus):valid, .com-contact-category__items .was-validated .input-group > #filter-search:not(:focus):valid, .was-validated .com-content-category__articles .input-group > #filter-search:not(:focus):valid, .com-content-category__articles .was-validated .input-group > #filter-search:not(:focus):valid, .was-validated .input-group > .inputbox:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .gk-sidebar .acym_module_form .onefield .input-group > input[type=email]:not(:focus).is-valid, .mod-articles-layout-3 .acym_module_form .onefield .input-group > input[type=email]:not(:focus).is-valid, .com-newsfeeds-category__items .input-group > #filter-search:not(:focus).is-valid, .com-contact-category__items .input-group > #filter-search:not(:focus).is-valid, .com-content-category__articles .input-group > #filter-search:not(:focus).is-valid, .input-group > .inputbox:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--gk-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--gk-danger);
  border-radius: var(--gk-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .gk-sidebar .acym_module_form .onefield input[type=email]:invalid, .gk-sidebar .acym_module_form .onefield .was-validated input[type=email]:invalid, .was-validated .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:invalid, .mod-articles-layout-3 .acym_module_form .onefield .was-validated input[type=email]:invalid, .was-validated .com-newsfeeds-category__items #filter-search:invalid, .com-newsfeeds-category__items .was-validated #filter-search:invalid, .was-validated .com-contact-category__items #filter-search:invalid, .com-contact-category__items .was-validated #filter-search:invalid, .was-validated .com-content-category__articles #filter-search:invalid, .com-content-category__articles .was-validated #filter-search:invalid, .was-validated .inputbox:invalid, .form-control.is-invalid, .gk-sidebar .acym_module_form .onefield input.is-invalid[type=email], .mod-articles-layout-3 .acym_module_form .onefield input.is-invalid[type=email], .com-newsfeeds-category__items .is-invalid#filter-search, .com-contact-category__items .is-invalid#filter-search, .com-content-category__articles .is-invalid#filter-search, .is-invalid.inputbox {
  border-color: var(--gk-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .gk-sidebar .acym_module_form .onefield input[type=email]:invalid:focus, .gk-sidebar .acym_module_form .onefield .was-validated input[type=email]:invalid:focus, .was-validated .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:invalid:focus, .mod-articles-layout-3 .acym_module_form .onefield .was-validated input[type=email]:invalid:focus, .was-validated .com-newsfeeds-category__items #filter-search:invalid:focus, .com-newsfeeds-category__items .was-validated #filter-search:invalid:focus, .was-validated .com-contact-category__items #filter-search:invalid:focus, .com-contact-category__items .was-validated #filter-search:invalid:focus, .was-validated .com-content-category__articles #filter-search:invalid:focus, .com-content-category__articles .was-validated #filter-search:invalid:focus, .was-validated .inputbox:invalid:focus, .form-control.is-invalid:focus, .gk-sidebar .acym_module_form .onefield input.is-invalid[type=email]:focus, .mod-articles-layout-3 .acym_module_form .onefield input.is-invalid[type=email]:focus, .com-newsfeeds-category__items .is-invalid#filter-search:focus, .com-contact-category__items .is-invalid#filter-search:focus, .com-content-category__articles .is-invalid#filter-search:focus, .is-invalid.inputbox:focus {
  border-color: var(--gk-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--gk-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--gk-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated .com-newsfeeds-category__items textarea#filter-search:invalid, .com-newsfeeds-category__items .was-validated textarea#filter-search:invalid, .was-validated .com-contact-category__items textarea#filter-search:invalid, .com-contact-category__items .was-validated textarea#filter-search:invalid, .was-validated .com-content-category__articles textarea#filter-search:invalid, .com-content-category__articles .was-validated textarea#filter-search:invalid, .was-validated textarea.inputbox:invalid, textarea.form-control.is-invalid, .com-newsfeeds-category__items textarea.is-invalid#filter-search, .com-contact-category__items textarea.is-invalid#filter-search, .com-content-category__articles textarea.is-invalid#filter-search, textarea.is-invalid.inputbox {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--gk-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --gk-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--gk-form-invalid-border-color);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--gk-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--gk-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--gk-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--gk-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--gk-danger-rgb), 0.25);
          box-shadow: 0 0 0 0.25rem rgba(var(--gk-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--gk-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .gk-sidebar .acym_module_form .onefield .input-group > input[type=email]:not(:focus):invalid, .gk-sidebar .acym_module_form .onefield .was-validated .input-group > input[type=email]:not(:focus):invalid, .was-validated .mod-articles-layout-3 .acym_module_form .onefield .input-group > input[type=email]:not(:focus):invalid, .mod-articles-layout-3 .acym_module_form .onefield .was-validated .input-group > input[type=email]:not(:focus):invalid, .was-validated .com-newsfeeds-category__items .input-group > #filter-search:not(:focus):invalid, .com-newsfeeds-category__items .was-validated .input-group > #filter-search:not(:focus):invalid, .was-validated .com-contact-category__items .input-group > #filter-search:not(:focus):invalid, .com-contact-category__items .was-validated .input-group > #filter-search:not(:focus):invalid, .was-validated .com-content-category__articles .input-group > #filter-search:not(:focus):invalid, .com-content-category__articles .was-validated .input-group > #filter-search:not(:focus):invalid, .was-validated .input-group > .inputbox:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .gk-sidebar .acym_module_form .onefield .input-group > input[type=email]:not(:focus).is-invalid, .mod-articles-layout-3 .acym_module_form .onefield .input-group > input[type=email]:not(:focus).is-invalid, .com-newsfeeds-category__items .input-group > #filter-search:not(:focus).is-invalid, .com-contact-category__items .input-group > #filter-search:not(:focus).is-invalid, .com-content-category__articles .input-group > #filter-search:not(:focus).is-invalid, .input-group > .inputbox:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .nav .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul .nav li a, .com-contact__links > ul a {
  --gk-btn-padding-x: 0.75rem;
  --gk-btn-padding-y: 0.375rem;
  --gk-btn-font-family: ;
  --gk-btn-font-size: 0.75rem;
  --gk-btn-font-weight: 400;
  --gk-btn-line-height: 1.5;
  --gk-btn-color: var(--gk-body-color);
  --gk-btn-bg: transparent;
  --gk-btn-border-width: var(--gk-border-width);
  --gk-btn-border-color: transparent;
  --gk-btn-border-radius: var(--gk-border-radius);
  --gk-btn-hover-border-color: transparent;
  --gk-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --gk-btn-disabled-opacity: 0.65;
  --gk-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--gk-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--gk-btn-padding-y) var(--gk-btn-padding-x);
  font-family: var(--gk-btn-font-family);
  font-size: var(--gk-btn-font-size);
  font-weight: var(--gk-btn-font-weight);
  line-height: var(--gk-btn-line-height);
  color: var(--gk-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--gk-btn-border-width) solid var(--gk-btn-border-color);
  border-radius: var(--gk-btn-border-radius);
  background-color: var(--gk-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .nav .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul .nav li a, .com-contact__links > ul a {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, #gk-header #gk-offcanvas .nav li a.btn:hover, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a:hover, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a:hover, #gk-header #gk-offcanvas .com-contact__links > ul li a:hover, .com-contact__links > ul a:hover {
  color: var(--gk-btn-hover-color);
  background-color: var(--gk-btn-hover-bg);
  border-color: var(--gk-btn-hover-border-color);
}
.btn-check + .btn:hover, #gk-header #gk-offcanvas .nav li .btn-check + a.btn:hover, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-check + a:hover, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-check + a:hover, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-check + a:hover, .com-contact__links > ul .btn-check + a:hover {
  color: var(--gk-btn-color);
  background-color: var(--gk-btn-bg);
  border-color: var(--gk-btn-border-color);
}
.btn:focus-visible, #gk-header #gk-offcanvas .nav li a.btn:focus-visible, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a:focus-visible, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a:focus-visible, #gk-header #gk-offcanvas .com-contact__links > ul li a:focus-visible, .com-contact__links > ul a:focus-visible {
  color: var(--gk-btn-hover-color);
  background-color: var(--gk-btn-hover-bg);
  border-color: var(--gk-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--gk-btn-focus-box-shadow);
          box-shadow: var(--gk-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, #gk-header #gk-offcanvas .nav li .btn-check:focus-visible + a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-check:focus-visible + a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-check:focus-visible + a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-check:focus-visible + a, .com-contact__links > ul .btn-check:focus-visible + a {
  border-color: var(--gk-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--gk-btn-focus-box-shadow);
          box-shadow: var(--gk-btn-focus-box-shadow);
}
.btn-check:checked + .btn, #gk-header #gk-offcanvas .nav li .btn-check:checked + a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-check:checked + a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-check:checked + a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-check:checked + a, .com-contact__links > ul .btn-check:checked + a, :not(.btn-check) + .btn:active, #gk-header #gk-offcanvas .nav li :not(.btn-check) + a.btn:active, #gk-header #gk-offcanvas .nav li .com-contact__links > ul :not(.btn-check) + a:active, .com-contact__links > ul #gk-header #gk-offcanvas .nav li :not(.btn-check) + a:active, #gk-header #gk-offcanvas .com-contact__links > ul li :not(.btn-check) + a:active, .com-contact__links > ul :not(.btn-check) + a:active, .btn:first-child:active, #gk-header #gk-offcanvas .nav li a.btn:first-child:active, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a:first-child:active, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a:first-child:active, #gk-header #gk-offcanvas .com-contact__links > ul li a:first-child:active, .com-contact__links > ul a:first-child:active, .btn.active, #gk-header #gk-offcanvas .nav li a.active.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a.active, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a.active, #gk-header #gk-offcanvas .com-contact__links > ul li a.active, .com-contact__links > ul a.active, .btn.show, #gk-header #gk-offcanvas .nav li a.show.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a.show, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a.show, #gk-header #gk-offcanvas .com-contact__links > ul li a.show, .com-contact__links > ul a.show {
  color: var(--gk-btn-active-color);
  background-color: var(--gk-btn-active-bg);
  border-color: var(--gk-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, #gk-header #gk-offcanvas .nav li .btn-check:checked + a.btn:focus-visible, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-check:checked + a:focus-visible, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-check:checked + a:focus-visible, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-check:checked + a:focus-visible, .com-contact__links > ul .btn-check:checked + a:focus-visible, :not(.btn-check) + .btn:active:focus-visible, #gk-header #gk-offcanvas .nav li :not(.btn-check) + a.btn:active:focus-visible, #gk-header #gk-offcanvas .nav li .com-contact__links > ul :not(.btn-check) + a:active:focus-visible, .com-contact__links > ul #gk-header #gk-offcanvas .nav li :not(.btn-check) + a:active:focus-visible, #gk-header #gk-offcanvas .com-contact__links > ul li :not(.btn-check) + a:active:focus-visible, .com-contact__links > ul :not(.btn-check) + a:active:focus-visible, .btn:first-child:active:focus-visible, #gk-header #gk-offcanvas .nav li a.btn:first-child:active:focus-visible, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a:first-child:active:focus-visible, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a:first-child:active:focus-visible, #gk-header #gk-offcanvas .com-contact__links > ul li a:first-child:active:focus-visible, .com-contact__links > ul a:first-child:active:focus-visible, .btn.active:focus-visible, #gk-header #gk-offcanvas .nav li a.active.btn:focus-visible, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a.active:focus-visible, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a.active:focus-visible, #gk-header #gk-offcanvas .com-contact__links > ul li a.active:focus-visible, .com-contact__links > ul a.active:focus-visible, .btn.show:focus-visible, #gk-header #gk-offcanvas .nav li a.show.btn:focus-visible, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a.show:focus-visible, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a.show:focus-visible, #gk-header #gk-offcanvas .com-contact__links > ul li a.show:focus-visible, .com-contact__links > ul a.show:focus-visible {
  -webkit-box-shadow: var(--gk-btn-focus-box-shadow);
          box-shadow: var(--gk-btn-focus-box-shadow);
}
.btn:disabled, #gk-header #gk-offcanvas .nav li a.btn:disabled, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a:disabled, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a:disabled, #gk-header #gk-offcanvas .com-contact__links > ul li a:disabled, .com-contact__links > ul a:disabled, .btn.disabled, #gk-header #gk-offcanvas .nav li a.disabled.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a.disabled, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a.disabled, #gk-header #gk-offcanvas .com-contact__links > ul li a.disabled, .com-contact__links > ul a.disabled, fieldset:disabled .btn, fieldset:disabled #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li fieldset:disabled a.btn, fieldset:disabled #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul fieldset:disabled a, fieldset:disabled .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li fieldset:disabled a, fieldset:disabled #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li fieldset:disabled a, fieldset:disabled .com-contact__links > ul a, .com-contact__links > ul fieldset:disabled a {
  color: var(--gk-btn-disabled-color);
  pointer-events: none;
  background-color: var(--gk-btn-disabled-bg);
  border-color: var(--gk-btn-disabled-border-color);
  opacity: var(--gk-btn-disabled-opacity);
}

.btn-primary, #gk-header #gk-offcanvas .nav li a.btn-primary, #gk-header #gk-offcanvas .com-contact__links > ul li a.btn-primary, #gkmegamenu-app .list-menu-items button.btn-primary {
  --gk-btn-color: #fff;
  --gk-btn-bg: #0d6efd;
  --gk-btn-border-color: #0d6efd;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #0b5ed7;
  --gk-btn-hover-border-color: #0a58ca;
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #0a58ca;
  --gk-btn-active-border-color: #0a53be;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: #0d6efd;
  --gk-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --gk-btn-color: #fff;
  --gk-btn-bg: #6c757d;
  --gk-btn-border-color: #6c757d;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #5c636a;
  --gk-btn-hover-border-color: #565e64;
  --gk-btn-focus-shadow-rgb: 130, 138, 145;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #565e64;
  --gk-btn-active-border-color: #51585e;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: #6c757d;
  --gk-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --gk-btn-color: #fff;
  --gk-btn-bg: #198754;
  --gk-btn-border-color: #198754;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #157347;
  --gk-btn-hover-border-color: #146c43;
  --gk-btn-focus-shadow-rgb: 60, 153, 110;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #146c43;
  --gk-btn-active-border-color: #13653f;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: #198754;
  --gk-btn-disabled-border-color: #198754;
}

.btn-info {
  --gk-btn-color: #000;
  --gk-btn-bg: #0dcaf0;
  --gk-btn-border-color: #0dcaf0;
  --gk-btn-hover-color: #000;
  --gk-btn-hover-bg: #31d2f2;
  --gk-btn-hover-border-color: #25cff2;
  --gk-btn-focus-shadow-rgb: 11, 172, 204;
  --gk-btn-active-color: #000;
  --gk-btn-active-bg: #3dd5f3;
  --gk-btn-active-border-color: #25cff2;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #000;
  --gk-btn-disabled-bg: #0dcaf0;
  --gk-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --gk-btn-color: #000;
  --gk-btn-bg: #ffc107;
  --gk-btn-border-color: #ffc107;
  --gk-btn-hover-color: #000;
  --gk-btn-hover-bg: #ffca2c;
  --gk-btn-hover-border-color: #ffc720;
  --gk-btn-focus-shadow-rgb: 217, 164, 6;
  --gk-btn-active-color: #000;
  --gk-btn-active-bg: #ffcd39;
  --gk-btn-active-border-color: #ffc720;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #000;
  --gk-btn-disabled-bg: #ffc107;
  --gk-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --gk-btn-color: #fff;
  --gk-btn-bg: #dc3545;
  --gk-btn-border-color: #dc3545;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #bb2d3b;
  --gk-btn-hover-border-color: #b02a37;
  --gk-btn-focus-shadow-rgb: 225, 83, 97;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #b02a37;
  --gk-btn-active-border-color: #a52834;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: #dc3545;
  --gk-btn-disabled-border-color: #dc3545;
}

.btn-light, .com-contact__links > ul a {
  --gk-btn-color: #000;
  --gk-btn-bg: #f8f9fa;
  --gk-btn-border-color: #f8f9fa;
  --gk-btn-hover-color: #000;
  --gk-btn-hover-bg: #d3d4d5;
  --gk-btn-hover-border-color: #c6c7c8;
  --gk-btn-focus-shadow-rgb: 211, 212, 213;
  --gk-btn-active-color: #000;
  --gk-btn-active-bg: #c6c7c8;
  --gk-btn-active-border-color: #babbbc;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #000;
  --gk-btn-disabled-bg: #f8f9fa;
  --gk-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --gk-btn-color: #fff;
  --gk-btn-bg: #212529;
  --gk-btn-border-color: #212529;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #424649;
  --gk-btn-hover-border-color: #373b3e;
  --gk-btn-focus-shadow-rgb: 66, 70, 73;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #4d5154;
  --gk-btn-active-border-color: #373b3e;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: #212529;
  --gk-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --gk-btn-color: #0d6efd;
  --gk-btn-border-color: #0d6efd;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #0d6efd;
  --gk-btn-hover-border-color: #0d6efd;
  --gk-btn-focus-shadow-rgb: 13, 110, 253;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #0d6efd;
  --gk-btn-active-border-color: #0d6efd;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #0d6efd;
  --gk-btn-disabled-bg: transparent;
  --gk-btn-disabled-border-color: #0d6efd;
  --gk-gradient: none;
}

.btn-outline-secondary {
  --gk-btn-color: #6c757d;
  --gk-btn-border-color: #6c757d;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #6c757d;
  --gk-btn-hover-border-color: #6c757d;
  --gk-btn-focus-shadow-rgb: 108, 117, 125;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #6c757d;
  --gk-btn-active-border-color: #6c757d;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #6c757d;
  --gk-btn-disabled-bg: transparent;
  --gk-btn-disabled-border-color: #6c757d;
  --gk-gradient: none;
}

.btn-outline-success {
  --gk-btn-color: #198754;
  --gk-btn-border-color: #198754;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #198754;
  --gk-btn-hover-border-color: #198754;
  --gk-btn-focus-shadow-rgb: 25, 135, 84;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #198754;
  --gk-btn-active-border-color: #198754;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #198754;
  --gk-btn-disabled-bg: transparent;
  --gk-btn-disabled-border-color: #198754;
  --gk-gradient: none;
}

.btn-outline-info {
  --gk-btn-color: #0dcaf0;
  --gk-btn-border-color: #0dcaf0;
  --gk-btn-hover-color: #000;
  --gk-btn-hover-bg: #0dcaf0;
  --gk-btn-hover-border-color: #0dcaf0;
  --gk-btn-focus-shadow-rgb: 13, 202, 240;
  --gk-btn-active-color: #000;
  --gk-btn-active-bg: #0dcaf0;
  --gk-btn-active-border-color: #0dcaf0;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #0dcaf0;
  --gk-btn-disabled-bg: transparent;
  --gk-btn-disabled-border-color: #0dcaf0;
  --gk-gradient: none;
}

.btn-outline-warning {
  --gk-btn-color: #ffc107;
  --gk-btn-border-color: #ffc107;
  --gk-btn-hover-color: #000;
  --gk-btn-hover-bg: #ffc107;
  --gk-btn-hover-border-color: #ffc107;
  --gk-btn-focus-shadow-rgb: 255, 193, 7;
  --gk-btn-active-color: #000;
  --gk-btn-active-bg: #ffc107;
  --gk-btn-active-border-color: #ffc107;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #ffc107;
  --gk-btn-disabled-bg: transparent;
  --gk-btn-disabled-border-color: #ffc107;
  --gk-gradient: none;
}

.btn-outline-danger {
  --gk-btn-color: #dc3545;
  --gk-btn-border-color: #dc3545;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #dc3545;
  --gk-btn-hover-border-color: #dc3545;
  --gk-btn-focus-shadow-rgb: 220, 53, 69;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #dc3545;
  --gk-btn-active-border-color: #dc3545;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #dc3545;
  --gk-btn-disabled-bg: transparent;
  --gk-btn-disabled-border-color: #dc3545;
  --gk-gradient: none;
}

.btn-outline-light {
  --gk-btn-color: #f8f9fa;
  --gk-btn-border-color: #f8f9fa;
  --gk-btn-hover-color: #000;
  --gk-btn-hover-bg: #f8f9fa;
  --gk-btn-hover-border-color: #f8f9fa;
  --gk-btn-focus-shadow-rgb: 248, 249, 250;
  --gk-btn-active-color: #000;
  --gk-btn-active-bg: #f8f9fa;
  --gk-btn-active-border-color: #f8f9fa;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #f8f9fa;
  --gk-btn-disabled-bg: transparent;
  --gk-btn-disabled-border-color: #f8f9fa;
  --gk-gradient: none;
}

.btn-outline-dark, #gk-header #gk-offcanvas .nav li a.btn-outline-dark, #gk-header #gk-offcanvas .com-contact__links > ul li a.btn-outline-dark {
  --gk-btn-color: #212529;
  --gk-btn-border-color: #212529;
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: #212529;
  --gk-btn-hover-border-color: #212529;
  --gk-btn-focus-shadow-rgb: 33, 37, 41;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: #212529;
  --gk-btn-active-border-color: #212529;
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #212529;
  --gk-btn-disabled-bg: transparent;
  --gk-btn-disabled-border-color: #212529;
  --gk-gradient: none;
}

.btn-link {
  --gk-btn-font-weight: 400;
  --gk-btn-color: var(--gk-link-color);
  --gk-btn-bg: transparent;
  --gk-btn-border-color: transparent;
  --gk-btn-hover-color: var(--gk-link-hover-color);
  --gk-btn-hover-border-color: transparent;
  --gk-btn-active-color: var(--gk-link-hover-color);
  --gk-btn-active-border-color: transparent;
  --gk-btn-disabled-color: #6c757d;
  --gk-btn-disabled-border-color: transparent;
  --gk-btn-box-shadow: 0 0 0 #000;
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--gk-btn-color);
}
.btn-link:hover {
  color: var(--gk-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn, #gk-header #gk-offcanvas .nav li .btn-group-lg > a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-lg > a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-lg > a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-lg > a, .com-contact__links > ul .btn-group-lg > a {
  --gk-btn-padding-y: 0.5rem;
  --gk-btn-padding-x: 1rem;
  --gk-btn-font-size: 1.25rem;
  --gk-btn-border-radius: var(--gk-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn, #gk-header #gk-offcanvas .nav li .btn-group-sm > a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-sm > a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-sm > a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-sm > a, .com-contact__links > ul .btn-group-sm > a {
  --gk-btn-padding-y: 0.25rem;
  --gk-btn-padding-x: 0.5rem;
  --gk-btn-font-size: 0.875rem;
  --gk-btn-border-radius: var(--gk-border-radius-sm);
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --gk-dropdown-zindex: 1000;
  --gk-dropdown-min-width: 10rem;
  --gk-dropdown-padding-x: 0;
  --gk-dropdown-padding-y: 0.5rem;
  --gk-dropdown-spacer: 0.125rem;
  --gk-dropdown-font-size: 1rem;
  --gk-dropdown-color: var(--gk-body-color);
  --gk-dropdown-bg: var(--gk-body-bg);
  --gk-dropdown-border-color: var(--gk-border-color-translucent);
  --gk-dropdown-border-radius: var(--gk-border-radius);
  --gk-dropdown-border-width: var(--gk-border-width);
  --gk-dropdown-inner-border-radius: calc(var(--gk-border-radius) - var(--gk-border-width));
  --gk-dropdown-divider-bg: var(--gk-border-color-translucent);
  --gk-dropdown-divider-margin-y: 0.5rem;
  --gk-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --gk-dropdown-link-color: var(--gk-body-color);
  --gk-dropdown-link-hover-color: var(--gk-body-color);
  --gk-dropdown-link-hover-bg: var(--gk-tertiary-bg);
  --gk-dropdown-link-active-color: #fff;
  --gk-dropdown-link-active-bg: #0d6efd;
  --gk-dropdown-link-disabled-color: var(--gk-tertiary-color);
  --gk-dropdown-item-padding-x: 1rem;
  --gk-dropdown-item-padding-y: 0.25rem;
  --gk-dropdown-header-color: #6c757d;
  --gk-dropdown-header-padding-x: 1rem;
  --gk-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--gk-dropdown-zindex);
  display: none;
  min-width: var(--gk-dropdown-min-width);
  padding: var(--gk-dropdown-padding-y) var(--gk-dropdown-padding-x);
  margin: 0;
  font-size: var(--gk-dropdown-font-size);
  color: var(--gk-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--gk-dropdown-bg);
  background-clip: padding-box;
  border: var(--gk-dropdown-border-width) solid var(--gk-dropdown-border-color);
  border-radius: var(--gk-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--gk-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--gk-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--gk-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--gk-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--gk-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--gk-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--gk-dropdown-item-padding-y) var(--gk-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--gk-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--gk-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--gk-dropdown-link-hover-color);
  background-color: var(--gk-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--gk-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--gk-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--gk-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--gk-dropdown-header-padding-y) var(--gk-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--gk-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--gk-dropdown-item-padding-y) var(--gk-dropdown-item-padding-x);
  color: var(--gk-dropdown-link-color);
}

.dropdown-menu-dark {
  --gk-dropdown-color: #dee2e6;
  --gk-dropdown-bg: #343a40;
  --gk-dropdown-border-color: var(--gk-border-color-translucent);
  --gk-dropdown-box-shadow: ;
  --gk-dropdown-link-color: #dee2e6;
  --gk-dropdown-link-hover-color: #fff;
  --gk-dropdown-divider-bg: var(--gk-border-color-translucent);
  --gk-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --gk-dropdown-link-active-color: #fff;
  --gk-dropdown-link-active-bg: #0d6efd;
  --gk-dropdown-link-disabled-color: #adb5bd;
  --gk-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, #gk-header #gk-offcanvas .nav li .btn-group > a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > a, .com-contact__links > ul .btn-group > a,
.btn-group-vertical > .btn,
#gk-header #gk-offcanvas .nav li .btn-group-vertical > a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a,
.com-contact__links > ul .btn-group-vertical > a {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, #gk-header #gk-offcanvas .nav li .btn-group > .btn-check:checked + a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > .btn-check:checked + a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > .btn-check:checked + a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > .btn-check:checked + a, .com-contact__links > ul .btn-group > .btn-check:checked + a,
.btn-group > .btn-check:focus + .btn,
#gk-header #gk-offcanvas .nav li .btn-group > .btn-check:focus + a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > .btn-check:focus + a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > .btn-check:focus + a,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > .btn-check:focus + a,
.com-contact__links > ul .btn-group > .btn-check:focus + a,
.btn-group > .btn:hover,
#gk-header #gk-offcanvas .nav li .btn-group > a.btn:hover,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > a:hover,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > a:hover,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > a:hover,
.com-contact__links > ul .btn-group > a:hover,
.btn-group > .btn:focus,
#gk-header #gk-offcanvas .nav li .btn-group > a.btn:focus,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > a:focus,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > a:focus,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > a:focus,
.com-contact__links > ul .btn-group > a:focus,
.btn-group > .btn:active,
#gk-header #gk-offcanvas .nav li .btn-group > a.btn:active,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > a:active,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > a:active,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > a:active,
.com-contact__links > ul .btn-group > a:active,
.btn-group > .btn.active,
#gk-header #gk-offcanvas .nav li .btn-group > a.active.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > a.active,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > a.active,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > a.active,
.com-contact__links > ul .btn-group > a.active,
.btn-group-vertical > .btn-check:checked + .btn,
#gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn-check:checked + a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > .btn-check:checked + a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn-check:checked + a,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > .btn-check:checked + a,
.com-contact__links > ul .btn-group-vertical > .btn-check:checked + a,
.btn-group-vertical > .btn-check:focus + .btn,
#gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn-check:focus + a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > .btn-check:focus + a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn-check:focus + a,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > .btn-check:focus + a,
.com-contact__links > ul .btn-group-vertical > .btn-check:focus + a,
.btn-group-vertical > .btn:hover,
#gk-header #gk-offcanvas .nav li .btn-group-vertical > a.btn:hover,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a:hover,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a:hover,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a:hover,
.com-contact__links > ul .btn-group-vertical > a:hover,
.btn-group-vertical > .btn:focus,
#gk-header #gk-offcanvas .nav li .btn-group-vertical > a.btn:focus,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a:focus,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a:focus,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a:focus,
.com-contact__links > ul .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
#gk-header #gk-offcanvas .nav li .btn-group-vertical > a.btn:active,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a:active,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a:active,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a:active,
.com-contact__links > ul .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
#gk-header #gk-offcanvas .nav li .btn-group-vertical > a.active.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a.active,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a.active,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a.active,
.com-contact__links > ul .btn-group-vertical > a.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--gk-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, #gk-header #gk-offcanvas .nav li .btn-group > :not(.btn-check:first-child) + a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > :not(.btn-check:first-child) + a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > :not(.btn-check:first-child) + a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > :not(.btn-check:first-child) + a, .com-contact__links > ul .btn-group > :not(.btn-check:first-child) + a,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--gk-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), #gk-header #gk-offcanvas .nav li .btn-group > a.btn:not(:last-child):not(.dropdown-toggle), #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > a:not(:last-child):not(.dropdown-toggle), .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > a:not(:last-child):not(.dropdown-toggle), #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > a:not(:last-child):not(.dropdown-toggle), .com-contact__links > ul .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
#gk-header #gk-offcanvas .nav li .btn-group > a.dropdown-toggle-split.btn:first-child,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > a.dropdown-toggle-split:first-child,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > a.dropdown-toggle-split:first-child,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > a.dropdown-toggle-split:first-child,
.com-contact__links > ul .btn-group > a.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
#gk-header #gk-offcanvas .nav li .btn-group > .btn-group:not(:last-child) > a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > .btn-group:not(:last-child) > a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > .btn-group:not(:last-child) > a,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > .btn-group:not(:last-child) > a,
.com-contact__links > ul .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), #gk-header #gk-offcanvas .nav li .btn-group > a.btn:nth-child(n+3), #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > a:nth-child(n+3), .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > a:nth-child(n+3), #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > a:nth-child(n+3), .com-contact__links > ul .btn-group > a:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
#gk-header #gk-offcanvas .nav li .btn-group > :not(.btn-check) + a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > :not(.btn-check) + a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > :not(.btn-check) + a,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > :not(.btn-check) + a,
.com-contact__links > ul .btn-group > :not(.btn-check) + a,
.btn-group > .btn-group:not(:first-child) > .btn,
#gk-header #gk-offcanvas .nav li .btn-group > .btn-group:not(:first-child) > a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group > .btn-group:not(:first-child) > a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group > .btn-group:not(:first-child) > a,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group > .btn-group:not(:first-child) > a,
.com-contact__links > ul .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, #gk-header #gk-offcanvas .nav li .btn-group-sm > a.btn + .dropdown-toggle-split, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-sm > a + .dropdown-toggle-split, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-sm > a + .dropdown-toggle-split, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-sm > a + .dropdown-toggle-split, .com-contact__links > ul .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, #gk-header #gk-offcanvas .nav li .btn-group-lg > a.btn + .dropdown-toggle-split, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-lg > a + .dropdown-toggle-split, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-lg > a + .dropdown-toggle-split, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-lg > a + .dropdown-toggle-split, .com-contact__links > ul .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, #gk-header #gk-offcanvas .nav li .btn-group-vertical > a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a, .com-contact__links > ul .btn-group-vertical > a,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), #gk-header #gk-offcanvas .nav li .btn-group-vertical > a.btn:not(:first-child), #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a:not(:first-child), .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a:not(:first-child), #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a:not(:first-child), .com-contact__links > ul .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--gk-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), #gk-header #gk-offcanvas .nav li .btn-group-vertical > a.btn:not(:last-child):not(.dropdown-toggle), #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .com-contact__links > ul .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
#gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn-group:not(:last-child) > a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > .btn-group:not(:last-child) > a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn-group:not(:last-child) > a,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > .btn-group:not(:last-child) > a,
.com-contact__links > ul .btn-group-vertical > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, #gk-header #gk-offcanvas .nav li .btn-group-vertical > a.btn ~ .btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a ~ .btn, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a ~ .btn, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a ~ .btn, #gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn ~ a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > .btn ~ a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > a ~ a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn ~ a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > a ~ a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > .btn ~ a, #gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > a ~ a, .com-contact__links > ul .btn-group-vertical > a ~ .btn, .com-contact__links > ul .btn-group-vertical > .btn ~ a, .com-contact__links > ul .btn-group-vertical > a ~ a,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
#gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn-group:not(:first-child) > a.btn,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .btn-group-vertical > .btn-group:not(:first-child) > a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .btn-group-vertical > .btn-group:not(:first-child) > a,
#gk-header #gk-offcanvas .com-contact__links > ul li .btn-group-vertical > .btn-group:not(:first-child) > a,
.com-contact__links > ul .btn-group-vertical > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav, .com-contact__links > ul {
  --gk-nav-link-padding-x: 1rem;
  --gk-nav-link-padding-y: 0.5rem;
  --gk-nav-link-font-weight: ;
  --gk-nav-link-color: var(--gk-link-color);
  --gk-nav-link-hover-color: var(--gk-link-hover-color);
  --gk-nav-link-disabled-color: var(--gk-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--gk-nav-link-padding-y) var(--gk-nav-link-padding-x);
  font-size: var(--gk-nav-link-font-size);
  font-weight: var(--gk-nav-link-font-weight);
  color: var(--gk-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--gk-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--gk-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --gk-nav-tabs-border-width: var(--gk-border-width);
  --gk-nav-tabs-border-color: var(--gk-border-color);
  --gk-nav-tabs-border-radius: var(--gk-border-radius);
  --gk-nav-tabs-link-hover-border-color: var(--gk-secondary-bg) var(--gk-secondary-bg) var(--gk-border-color);
  --gk-nav-tabs-link-active-color: var(--gk-emphasis-color);
  --gk-nav-tabs-link-active-bg: var(--gk-body-bg);
  --gk-nav-tabs-link-active-border-color: var(--gk-border-color) var(--gk-border-color) var(--gk-body-bg);
  border-bottom: var(--gk-nav-tabs-border-width) solid var(--gk-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--gk-nav-tabs-border-width));
  border: var(--gk-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--gk-nav-tabs-border-radius);
  border-top-right-radius: var(--gk-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--gk-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--gk-nav-tabs-link-active-color);
  background-color: var(--gk-nav-tabs-link-active-bg);
  border-color: var(--gk-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--gk-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills, #gk-offcanvas .nav, #gk-offcanvas .com-contact__links > ul {
  --gk-nav-pills-border-radius: var(--gk-border-radius);
  --gk-nav-pills-link-active-color: #fff;
  --gk-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link, #gk-offcanvas .nav .nav-link, #gk-offcanvas .com-contact__links > ul .nav-link {
  border-radius: var(--gk-nav-pills-border-radius);
}
.nav-pills .nav-link.active, #gk-offcanvas .nav .nav-link.active, #gk-offcanvas .com-contact__links > ul .nav-link.active,
.nav-pills .show > .nav-link,
#gk-offcanvas .nav .show > .nav-link,
#gk-offcanvas .com-contact__links > ul .show > .nav-link {
  color: var(--gk-nav-pills-link-active-color);
  background-color: var(--gk-nav-pills-link-active-bg);
}

.nav-underline {
  --gk-nav-underline-gap: 1rem;
  --gk-nav-underline-border-width: 0.125rem;
  --gk-nav-underline-link-active-color: var(--gk-emphasis-color);
  gap: var(--gk-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--gk-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--gk-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --gk-navbar-padding-x: 1rem;
  --gk-navbar-padding-y: 0.5rem;
  --gk-navbar-color: rgba(var(--gk-emphasis-color-rgb), 0.65);
  --gk-navbar-hover-color: rgba(var(--gk-emphasis-color-rgb), 0.8);
  --gk-navbar-disabled-color: rgba(var(--gk-emphasis-color-rgb), 0.3);
  --gk-navbar-active-color: rgba(var(--gk-emphasis-color-rgb), 1);
  --gk-navbar-brand-padding-y: -0.75rem;
  --gk-navbar-brand-margin-end: 1rem;
  --gk-navbar-brand-font-size: 1.25rem;
  --gk-navbar-brand-color: rgba(var(--gk-emphasis-color-rgb), 1);
  --gk-navbar-brand-hover-color: rgba(var(--gk-emphasis-color-rgb), 1);
  --gk-navbar-nav-link-padding-x: 0.5rem;
  --gk-navbar-toggler-padding-y: 0.25rem;
  --gk-navbar-toggler-padding-x: 0.75rem;
  --gk-navbar-toggler-font-size: 1.25rem;
  --gk-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --gk-navbar-toggler-border-color: rgba(var(--gk-emphasis-color-rgb), 0.15);
  --gk-navbar-toggler-border-radius: var(--gk-border-radius);
  --gk-navbar-toggler-focus-width: 0.25rem;
  --gk-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--gk-navbar-padding-y) var(--gk-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--gk-navbar-brand-padding-y);
  padding-bottom: var(--gk-navbar-brand-padding-y);
  margin-right: var(--gk-navbar-brand-margin-end);
  font-size: var(--gk-navbar-brand-font-size);
  color: var(--gk-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--gk-navbar-brand-hover-color);
}

.navbar-nav {
  --gk-nav-link-padding-x: 0;
  --gk-nav-link-padding-y: 0.5rem;
  --gk-nav-link-font-weight: ;
  --gk-nav-link-color: var(--gk-navbar-color);
  --gk-nav-link-hover-color: var(--gk-navbar-hover-color);
  --gk-nav-link-disabled-color: var(--gk-navbar-disabled-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--gk-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--gk-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--gk-navbar-active-color);
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: var(--gk-navbar-toggler-padding-y) var(--gk-navbar-toggler-padding-x);
  font-size: var(--gk-navbar-toggler-font-size);
  line-height: 1;
  color: var(--gk-navbar-color);
  background-color: transparent;
  border: var(--gk-border-width) solid var(--gk-navbar-toggler-border-color);
  border-radius: var(--gk-navbar-toggler-border-radius);
  -webkit-transition: var(--gk-navbar-toggler-transition);
  transition: var(--gk-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--gk-navbar-toggler-focus-width);
          box-shadow: 0 0 0 var(--gk-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--gk-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--gk-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--gk-navbar-nav-link-padding-x);
    padding-left: var(--gk-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--gk-navbar-nav-link-padding-x);
    padding-left: var(--gk-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--gk-navbar-nav-link-padding-x);
    padding-left: var(--gk-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--gk-navbar-nav-link-padding-x);
    padding-left: var(--gk-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--gk-navbar-nav-link-padding-x);
    padding-left: var(--gk-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--gk-navbar-nav-link-padding-x);
  padding-left: var(--gk-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --gk-navbar-color: rgba(255, 255, 255, 0.55);
  --gk-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --gk-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --gk-navbar-active-color: #fff;
  --gk-navbar-brand-color: #fff;
  --gk-navbar-brand-hover-color: #fff;
  --gk-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --gk-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-gk-theme=dark] .navbar-toggler-icon {
  --gk-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card, .gk-sidebar .gk-module .box-module-inner, .com-users-login,
.com-users-registration,
.com-users-reset,
.com-users-remind,
.request-confirm,
.request-form,
.remind-confirm,
.reset-confirm {
  --gk-card-spacer-y: 1rem;
  --gk-card-spacer-x: 1rem;
  --gk-card-title-spacer-y: 0.5rem;
  --gk-card-title-color: ;
  --gk-card-subtitle-color: ;
  --gk-card-border-width: var(--gk-border-width);
  --gk-card-border-color: var(--gk-border-color-translucent);
  --gk-card-border-radius: var(--gk-border-radius);
  --gk-card-box-shadow: ;
  --gk-card-inner-border-radius: calc(var(--gk-border-radius) - (var(--gk-border-width)));
  --gk-card-cap-padding-y: 0.5rem;
  --gk-card-cap-padding-x: 1rem;
  --gk-card-cap-bg: rgba(var(--gk-body-color-rgb), 0.03);
  --gk-card-cap-color: ;
  --gk-card-height: ;
  --gk-card-color: ;
  --gk-card-bg: var(--gk-body-bg);
  --gk-card-img-overlay-padding: 1rem;
  --gk-card-group-margin: 0.75rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  height: var(--gk-card-height);
  color: var(--gk-body-color);
  word-wrap: break-word;
  background-color: var(--gk-card-bg);
  background-clip: border-box;
  border: var(--gk-card-border-width) solid var(--gk-card-border-color);
  border-radius: var(--gk-card-border-radius);
}
.card > hr, .gk-sidebar .gk-module .box-module-inner > hr, .com-users-login > hr,
.com-users-registration > hr,
.com-users-reset > hr,
.com-users-remind > hr,
.request-confirm > hr,
.request-form > hr,
.remind-confirm > hr,
.reset-confirm > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .gk-sidebar .gk-module .box-module-inner > .list-group, .com-users-login > .list-group,
.com-users-registration > .list-group,
.com-users-reset > .list-group,
.com-users-remind > .list-group,
.request-confirm > .list-group,
.request-form > .list-group,
.remind-confirm > .list-group,
.reset-confirm > .list-group, .items-more .card > .com-content-blog__links, .items-more .gk-sidebar .gk-module .box-module-inner > .com-content-blog__links, .gk-sidebar .gk-module .items-more .box-module-inner > .com-content-blog__links, .items-more .com-users-login > .com-content-blog__links,
.items-more .com-users-registration > .com-content-blog__links,
.items-more .com-users-reset > .com-content-blog__links,
.items-more .com-users-remind > .com-content-blog__links,
.items-more .request-confirm > .com-content-blog__links,
.items-more .request-form > .com-content-blog__links,
.items-more .remind-confirm > .com-content-blog__links,
.items-more .reset-confirm > .com-content-blog__links {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .gk-sidebar .gk-module .box-module-inner > .list-group:first-child, .com-users-login > .list-group:first-child,
.com-users-registration > .list-group:first-child,
.com-users-reset > .list-group:first-child,
.com-users-remind > .list-group:first-child,
.request-confirm > .list-group:first-child,
.request-form > .list-group:first-child,
.remind-confirm > .list-group:first-child,
.reset-confirm > .list-group:first-child, .items-more .card > .com-content-blog__links:first-child, .items-more .gk-sidebar .gk-module .box-module-inner > .com-content-blog__links:first-child, .gk-sidebar .gk-module .items-more .box-module-inner > .com-content-blog__links:first-child, .items-more .com-users-login > .com-content-blog__links:first-child,
.items-more .com-users-registration > .com-content-blog__links:first-child,
.items-more .com-users-reset > .com-content-blog__links:first-child,
.items-more .com-users-remind > .com-content-blog__links:first-child,
.items-more .request-confirm > .com-content-blog__links:first-child,
.items-more .request-form > .com-content-blog__links:first-child,
.items-more .remind-confirm > .com-content-blog__links:first-child,
.items-more .reset-confirm > .com-content-blog__links:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--gk-card-inner-border-radius);
  border-top-right-radius: var(--gk-card-inner-border-radius);
}
.card > .list-group:last-child, .gk-sidebar .gk-module .box-module-inner > .list-group:last-child, .com-users-login > .list-group:last-child,
.com-users-registration > .list-group:last-child,
.com-users-reset > .list-group:last-child,
.com-users-remind > .list-group:last-child,
.request-confirm > .list-group:last-child,
.request-form > .list-group:last-child,
.remind-confirm > .list-group:last-child,
.reset-confirm > .list-group:last-child, .items-more .card > .com-content-blog__links:last-child, .items-more .gk-sidebar .gk-module .box-module-inner > .com-content-blog__links:last-child, .gk-sidebar .gk-module .items-more .box-module-inner > .com-content-blog__links:last-child, .items-more .com-users-login > .com-content-blog__links:last-child,
.items-more .com-users-registration > .com-content-blog__links:last-child,
.items-more .com-users-reset > .com-content-blog__links:last-child,
.items-more .com-users-remind > .com-content-blog__links:last-child,
.items-more .request-confirm > .com-content-blog__links:last-child,
.items-more .request-form > .com-content-blog__links:last-child,
.items-more .remind-confirm > .com-content-blog__links:last-child,
.items-more .reset-confirm > .com-content-blog__links:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--gk-card-inner-border-radius);
  border-bottom-left-radius: var(--gk-card-inner-border-radius);
}
.card > .card-header + .list-group, .gk-sidebar .gk-module .box-module-inner > .card-header + .list-group, .com-users-login > .card-header + .list-group,
.com-users-registration > .card-header + .list-group,
.com-users-reset > .card-header + .list-group,
.com-users-remind > .card-header + .list-group,
.request-confirm > .card-header + .list-group,
.request-form > .card-header + .list-group,
.remind-confirm > .card-header + .list-group,
.reset-confirm > .card-header + .list-group, .items-more .card > .card-header + .com-content-blog__links, .items-more .gk-sidebar .gk-module .box-module-inner > .card-header + .com-content-blog__links, .gk-sidebar .gk-module .items-more .box-module-inner > .card-header + .com-content-blog__links, .items-more .com-users-login > .card-header + .com-content-blog__links,
.items-more .com-users-registration > .card-header + .com-content-blog__links,
.items-more .com-users-reset > .card-header + .com-content-blog__links,
.items-more .com-users-remind > .card-header + .com-content-blog__links,
.items-more .request-confirm > .card-header + .com-content-blog__links,
.items-more .request-form > .card-header + .com-content-blog__links,
.items-more .remind-confirm > .card-header + .com-content-blog__links,
.items-more .reset-confirm > .card-header + .com-content-blog__links,
.card > .list-group + .card-footer,
.gk-sidebar .gk-module .box-module-inner > .list-group + .card-footer,
.com-users-login > .list-group + .card-footer,
.com-users-registration > .list-group + .card-footer,
.com-users-reset > .list-group + .card-footer,
.com-users-remind > .list-group + .card-footer,
.request-confirm > .list-group + .card-footer,
.request-form > .list-group + .card-footer,
.remind-confirm > .list-group + .card-footer,
.reset-confirm > .list-group + .card-footer,
.items-more .card > .com-content-blog__links + .card-footer,
.items-more .gk-sidebar .gk-module .box-module-inner > .com-content-blog__links + .card-footer,
.gk-sidebar .gk-module .items-more .box-module-inner > .com-content-blog__links + .card-footer,
.items-more .com-users-login > .com-content-blog__links + .card-footer,
.items-more .com-users-registration > .com-content-blog__links + .card-footer,
.items-more .com-users-reset > .com-content-blog__links + .card-footer,
.items-more .com-users-remind > .com-content-blog__links + .card-footer,
.items-more .request-confirm > .com-content-blog__links + .card-footer,
.items-more .request-form > .com-content-blog__links + .card-footer,
.items-more .remind-confirm > .com-content-blog__links + .card-footer,
.items-more .reset-confirm > .com-content-blog__links + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--gk-card-spacer-y) var(--gk-card-spacer-x);
  color: var(--gk-card-color);
}

.card-title {
  margin-bottom: var(--gk-card-title-spacer-y);
  color: var(--gk-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--gk-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--gk-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--gk-card-spacer-x);
}

.card-header {
  padding: var(--gk-card-cap-padding-y) var(--gk-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--gk-card-cap-color);
  background-color: var(--gk-card-cap-bg);
  border-bottom: var(--gk-card-border-width) solid var(--gk-card-border-color);
}
.card-header:first-child {
  border-radius: var(--gk-card-inner-border-radius) var(--gk-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--gk-card-cap-padding-y) var(--gk-card-cap-padding-x);
  color: var(--gk-card-cap-color);
  background-color: var(--gk-card-cap-bg);
  border-top: var(--gk-card-border-width) solid var(--gk-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--gk-card-inner-border-radius) var(--gk-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--gk-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--gk-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--gk-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--gk-card-bg);
  border-bottom-color: var(--gk-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--gk-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--gk-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--gk-card-img-overlay-padding);
  border-radius: var(--gk-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--gk-card-inner-border-radius);
  border-top-right-radius: var(--gk-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--gk-card-inner-border-radius);
  border-bottom-left-radius: var(--gk-card-inner-border-radius);
}

.card-group > .card, .gk-sidebar .gk-module .card-group > .box-module-inner, .card-group > .com-users-login,
.card-group > .com-users-registration,
.card-group > .com-users-reset,
.card-group > .com-users-remind,
.card-group > .request-confirm,
.card-group > .request-form,
.card-group > .remind-confirm,
.card-group > .reset-confirm {
  margin-bottom: var(--gk-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card, .gk-sidebar .gk-module .card-group > .box-module-inner, .card-group > .com-users-login,
  .card-group > .com-users-registration,
  .card-group > .com-users-reset,
  .card-group > .com-users-remind,
  .card-group > .request-confirm,
  .card-group > .request-form,
  .card-group > .remind-confirm,
  .card-group > .reset-confirm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .gk-sidebar .gk-module .card-group > .box-module-inner + .card, .gk-sidebar .gk-module .card-group > .card + .box-module-inner, .gk-sidebar .gk-module .card-group > .box-module-inner + .box-module-inner, .card-group > .com-users-login + .card, .gk-sidebar .gk-module .card-group > .com-users-login + .box-module-inner,
  .card-group > .com-users-registration + .card,
  .gk-sidebar .gk-module .card-group > .com-users-registration + .box-module-inner,
  .card-group > .com-users-reset + .card,
  .gk-sidebar .gk-module .card-group > .com-users-reset + .box-module-inner,
  .card-group > .com-users-remind + .card,
  .gk-sidebar .gk-module .card-group > .com-users-remind + .box-module-inner,
  .card-group > .request-confirm + .card,
  .gk-sidebar .gk-module .card-group > .request-confirm + .box-module-inner,
  .card-group > .request-form + .card,
  .gk-sidebar .gk-module .card-group > .request-form + .box-module-inner,
  .card-group > .remind-confirm + .card,
  .gk-sidebar .gk-module .card-group > .remind-confirm + .box-module-inner,
  .card-group > .reset-confirm + .card,
  .gk-sidebar .gk-module .card-group > .reset-confirm + .box-module-inner, .card-group > .card + .com-users-login, .gk-sidebar .gk-module .card-group > .box-module-inner + .com-users-login, .card-group > .com-users-login + .com-users-login,
  .card-group > .com-users-registration + .com-users-login,
  .card-group > .com-users-reset + .com-users-login,
  .card-group > .com-users-remind + .com-users-login,
  .card-group > .request-confirm + .com-users-login,
  .card-group > .request-form + .com-users-login,
  .card-group > .remind-confirm + .com-users-login,
  .card-group > .reset-confirm + .com-users-login,
  .card-group > .card + .com-users-registration,
  .gk-sidebar .gk-module .card-group > .box-module-inner + .com-users-registration,
  .card-group > .com-users-login + .com-users-registration,
  .card-group > .com-users-registration + .com-users-registration,
  .card-group > .com-users-reset + .com-users-registration,
  .card-group > .com-users-remind + .com-users-registration,
  .card-group > .request-confirm + .com-users-registration,
  .card-group > .request-form + .com-users-registration,
  .card-group > .remind-confirm + .com-users-registration,
  .card-group > .reset-confirm + .com-users-registration,
  .card-group > .card + .com-users-reset,
  .gk-sidebar .gk-module .card-group > .box-module-inner + .com-users-reset,
  .card-group > .com-users-login + .com-users-reset,
  .card-group > .com-users-registration + .com-users-reset,
  .card-group > .com-users-reset + .com-users-reset,
  .card-group > .com-users-remind + .com-users-reset,
  .card-group > .request-confirm + .com-users-reset,
  .card-group > .request-form + .com-users-reset,
  .card-group > .remind-confirm + .com-users-reset,
  .card-group > .reset-confirm + .com-users-reset,
  .card-group > .card + .com-users-remind,
  .gk-sidebar .gk-module .card-group > .box-module-inner + .com-users-remind,
  .card-group > .com-users-login + .com-users-remind,
  .card-group > .com-users-registration + .com-users-remind,
  .card-group > .com-users-reset + .com-users-remind,
  .card-group > .com-users-remind + .com-users-remind,
  .card-group > .request-confirm + .com-users-remind,
  .card-group > .request-form + .com-users-remind,
  .card-group > .remind-confirm + .com-users-remind,
  .card-group > .reset-confirm + .com-users-remind,
  .card-group > .card + .request-confirm,
  .gk-sidebar .gk-module .card-group > .box-module-inner + .request-confirm,
  .card-group > .com-users-login + .request-confirm,
  .card-group > .com-users-registration + .request-confirm,
  .card-group > .com-users-reset + .request-confirm,
  .card-group > .com-users-remind + .request-confirm,
  .card-group > .request-confirm + .request-confirm,
  .card-group > .request-form + .request-confirm,
  .card-group > .remind-confirm + .request-confirm,
  .card-group > .reset-confirm + .request-confirm,
  .card-group > .card + .request-form,
  .gk-sidebar .gk-module .card-group > .box-module-inner + .request-form,
  .card-group > .com-users-login + .request-form,
  .card-group > .com-users-registration + .request-form,
  .card-group > .com-users-reset + .request-form,
  .card-group > .com-users-remind + .request-form,
  .card-group > .request-confirm + .request-form,
  .card-group > .request-form + .request-form,
  .card-group > .remind-confirm + .request-form,
  .card-group > .reset-confirm + .request-form,
  .card-group > .card + .remind-confirm,
  .gk-sidebar .gk-module .card-group > .box-module-inner + .remind-confirm,
  .card-group > .com-users-login + .remind-confirm,
  .card-group > .com-users-registration + .remind-confirm,
  .card-group > .com-users-reset + .remind-confirm,
  .card-group > .com-users-remind + .remind-confirm,
  .card-group > .request-confirm + .remind-confirm,
  .card-group > .request-form + .remind-confirm,
  .card-group > .remind-confirm + .remind-confirm,
  .card-group > .reset-confirm + .remind-confirm,
  .card-group > .card + .reset-confirm,
  .gk-sidebar .gk-module .card-group > .box-module-inner + .reset-confirm,
  .card-group > .com-users-login + .reset-confirm,
  .card-group > .com-users-registration + .reset-confirm,
  .card-group > .com-users-reset + .reset-confirm,
  .card-group > .com-users-remind + .reset-confirm,
  .card-group > .request-confirm + .reset-confirm,
  .card-group > .request-form + .reset-confirm,
  .card-group > .remind-confirm + .reset-confirm,
  .card-group > .reset-confirm + .reset-confirm {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .gk-sidebar .gk-module .card-group > .box-module-inner:not(:last-child), .card-group > .com-users-login:not(:last-child),
  .card-group > .com-users-registration:not(:last-child),
  .card-group > .com-users-reset:not(:last-child),
  .card-group > .com-users-remind:not(:last-child),
  .card-group > .request-confirm:not(:last-child),
  .card-group > .request-form:not(:last-child),
  .card-group > .remind-confirm:not(:last-child),
  .card-group > .reset-confirm:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .gk-sidebar .gk-module .card-group > .box-module-inner:not(:last-child) .card-img-top, .card-group > .com-users-login:not(:last-child) .card-img-top,
  .card-group > .com-users-registration:not(:last-child) .card-img-top,
  .card-group > .com-users-reset:not(:last-child) .card-img-top,
  .card-group > .com-users-remind:not(:last-child) .card-img-top,
  .card-group > .request-confirm:not(:last-child) .card-img-top,
  .card-group > .request-form:not(:last-child) .card-img-top,
  .card-group > .remind-confirm:not(:last-child) .card-img-top,
  .card-group > .reset-confirm:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header,
  .gk-sidebar .gk-module .card-group > .box-module-inner:not(:last-child) .card-header,
  .card-group > .com-users-login:not(:last-child) .card-header,
  .card-group > .com-users-registration:not(:last-child) .card-header,
  .card-group > .com-users-reset:not(:last-child) .card-header,
  .card-group > .com-users-remind:not(:last-child) .card-header,
  .card-group > .request-confirm:not(:last-child) .card-header,
  .card-group > .request-form:not(:last-child) .card-header,
  .card-group > .remind-confirm:not(:last-child) .card-header,
  .card-group > .reset-confirm:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .gk-sidebar .gk-module .card-group > .box-module-inner:not(:last-child) .card-img-bottom, .card-group > .com-users-login:not(:last-child) .card-img-bottom,
  .card-group > .com-users-registration:not(:last-child) .card-img-bottom,
  .card-group > .com-users-reset:not(:last-child) .card-img-bottom,
  .card-group > .com-users-remind:not(:last-child) .card-img-bottom,
  .card-group > .request-confirm:not(:last-child) .card-img-bottom,
  .card-group > .request-form:not(:last-child) .card-img-bottom,
  .card-group > .remind-confirm:not(:last-child) .card-img-bottom,
  .card-group > .reset-confirm:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer,
  .gk-sidebar .gk-module .card-group > .box-module-inner:not(:last-child) .card-footer,
  .card-group > .com-users-login:not(:last-child) .card-footer,
  .card-group > .com-users-registration:not(:last-child) .card-footer,
  .card-group > .com-users-reset:not(:last-child) .card-footer,
  .card-group > .com-users-remind:not(:last-child) .card-footer,
  .card-group > .request-confirm:not(:last-child) .card-footer,
  .card-group > .request-form:not(:last-child) .card-footer,
  .card-group > .remind-confirm:not(:last-child) .card-footer,
  .card-group > .reset-confirm:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .gk-sidebar .gk-module .card-group > .box-module-inner:not(:first-child), .card-group > .com-users-login:not(:first-child),
  .card-group > .com-users-registration:not(:first-child),
  .card-group > .com-users-reset:not(:first-child),
  .card-group > .com-users-remind:not(:first-child),
  .card-group > .request-confirm:not(:first-child),
  .card-group > .request-form:not(:first-child),
  .card-group > .remind-confirm:not(:first-child),
  .card-group > .reset-confirm:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .gk-sidebar .gk-module .card-group > .box-module-inner:not(:first-child) .card-img-top, .card-group > .com-users-login:not(:first-child) .card-img-top,
  .card-group > .com-users-registration:not(:first-child) .card-img-top,
  .card-group > .com-users-reset:not(:first-child) .card-img-top,
  .card-group > .com-users-remind:not(:first-child) .card-img-top,
  .card-group > .request-confirm:not(:first-child) .card-img-top,
  .card-group > .request-form:not(:first-child) .card-img-top,
  .card-group > .remind-confirm:not(:first-child) .card-img-top,
  .card-group > .reset-confirm:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header,
  .gk-sidebar .gk-module .card-group > .box-module-inner:not(:first-child) .card-header,
  .card-group > .com-users-login:not(:first-child) .card-header,
  .card-group > .com-users-registration:not(:first-child) .card-header,
  .card-group > .com-users-reset:not(:first-child) .card-header,
  .card-group > .com-users-remind:not(:first-child) .card-header,
  .card-group > .request-confirm:not(:first-child) .card-header,
  .card-group > .request-form:not(:first-child) .card-header,
  .card-group > .remind-confirm:not(:first-child) .card-header,
  .card-group > .reset-confirm:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .gk-sidebar .gk-module .card-group > .box-module-inner:not(:first-child) .card-img-bottom, .card-group > .com-users-login:not(:first-child) .card-img-bottom,
  .card-group > .com-users-registration:not(:first-child) .card-img-bottom,
  .card-group > .com-users-reset:not(:first-child) .card-img-bottom,
  .card-group > .com-users-remind:not(:first-child) .card-img-bottom,
  .card-group > .request-confirm:not(:first-child) .card-img-bottom,
  .card-group > .request-form:not(:first-child) .card-img-bottom,
  .card-group > .remind-confirm:not(:first-child) .card-img-bottom,
  .card-group > .reset-confirm:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer,
  .gk-sidebar .gk-module .card-group > .box-module-inner:not(:first-child) .card-footer,
  .card-group > .com-users-login:not(:first-child) .card-footer,
  .card-group > .com-users-registration:not(:first-child) .card-footer,
  .card-group > .com-users-reset:not(:first-child) .card-footer,
  .card-group > .com-users-remind:not(:first-child) .card-footer,
  .card-group > .request-confirm:not(:first-child) .card-footer,
  .card-group > .request-form:not(:first-child) .card-footer,
  .card-group > .remind-confirm:not(:first-child) .card-footer,
  .card-group > .reset-confirm:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --gk-accordion-color: var(--gk-body-color);
  --gk-accordion-bg: var(--gk-body-bg);
  --gk-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --gk-accordion-border-color: var(--gk-border-color);
  --gk-accordion-border-width: var(--gk-border-width);
  --gk-accordion-border-radius: var(--gk-border-radius);
  --gk-accordion-inner-border-radius: calc(var(--gk-border-radius) - (var(--gk-border-width)));
  --gk-accordion-btn-padding-x: 1.25rem;
  --gk-accordion-btn-padding-y: 1rem;
  --gk-accordion-btn-color: var(--gk-body-color);
  --gk-accordion-btn-bg: var(--gk-accordion-bg);
  --gk-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --gk-accordion-btn-icon-width: 1.25rem;
  --gk-accordion-btn-icon-transform: rotate(-180deg);
  --gk-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --gk-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --gk-accordion-btn-focus-border-color: #86b7fe;
  --gk-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --gk-accordion-body-padding-x: 1.25rem;
  --gk-accordion-body-padding-y: 1rem;
  --gk-accordion-active-color: var(--gk-primary-text-emphasis);
  --gk-accordion-active-bg: var(--gk-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--gk-accordion-btn-padding-y) var(--gk-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--gk-accordion-btn-color);
  text-align: left;
  background-color: var(--gk-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--gk-accordion-transition);
  transition: var(--gk-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--gk-accordion-active-color);
  background-color: var(--gk-accordion-active-bg);
  -webkit-box-shadow: inset 0 calc(-1 * var(--gk-accordion-border-width)) 0 var(--gk-accordion-border-color);
          box-shadow: inset 0 calc(-1 * var(--gk-accordion-border-width)) 0 var(--gk-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--gk-accordion-btn-active-icon);
  -webkit-transform: var(--gk-accordion-btn-icon-transform);
          transform: var(--gk-accordion-btn-icon-transform);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--gk-accordion-btn-icon-width);
  height: var(--gk-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--gk-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--gk-accordion-btn-icon-width);
  -webkit-transition: var(--gk-accordion-btn-icon-transition);
  transition: var(--gk-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--gk-accordion-btn-focus-border-color);
  outline: 0;
  -webkit-box-shadow: var(--gk-accordion-btn-focus-box-shadow);
          box-shadow: var(--gk-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--gk-accordion-color);
  background-color: var(--gk-accordion-bg);
  border: var(--gk-accordion-border-width) solid var(--gk-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--gk-accordion-border-radius);
  border-top-right-radius: var(--gk-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--gk-accordion-inner-border-radius);
  border-top-right-radius: var(--gk-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--gk-accordion-border-radius);
  border-bottom-left-radius: var(--gk-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--gk-accordion-inner-border-radius);
  border-bottom-left-radius: var(--gk-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--gk-accordion-border-radius);
  border-bottom-left-radius: var(--gk-accordion-border-radius);
}

.accordion-body {
  padding: var(--gk-accordion-body-padding-y) var(--gk-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-gk-theme=dark] .accordion-button::after {
  --gk-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --gk-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --gk-breadcrumb-padding-x: 0;
  --gk-breadcrumb-padding-y: 0;
  --gk-breadcrumb-margin-bottom: 1rem;
  --gk-breadcrumb-bg: ;
  --gk-breadcrumb-border-radius: ;
  --gk-breadcrumb-divider-color: var(--gk-secondary-color);
  --gk-breadcrumb-item-padding-x: 0.5rem;
  --gk-breadcrumb-item-active-color: var(--gk-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--gk-breadcrumb-padding-y) var(--gk-breadcrumb-padding-x);
  margin-bottom: var(--gk-breadcrumb-margin-bottom);
  font-size: var(--gk-breadcrumb-font-size);
  list-style: none;
  background-color: var(--gk-breadcrumb-bg);
  border-radius: var(--gk-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--gk-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--gk-breadcrumb-item-padding-x);
  color: var(--gk-breadcrumb-divider-color);
  content: var(--gk-breadcrumb-divider, "/") /* rtl: var(--gk-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--gk-breadcrumb-item-active-color);
}

.pagination {
  --gk-pagination-padding-x: 0.75rem;
  --gk-pagination-padding-y: 0.375rem;
  --gk-pagination-font-size: 1rem;
  --gk-pagination-color: var(--gk-link-color);
  --gk-pagination-bg: var(--gk-body-bg);
  --gk-pagination-border-width: var(--gk-border-width);
  --gk-pagination-border-color: var(--gk-border-color);
  --gk-pagination-border-radius: var(--gk-border-radius);
  --gk-pagination-hover-color: var(--gk-link-hover-color);
  --gk-pagination-hover-bg: var(--gk-tertiary-bg);
  --gk-pagination-hover-border-color: var(--gk-border-color);
  --gk-pagination-focus-color: var(--gk-link-hover-color);
  --gk-pagination-focus-bg: var(--gk-secondary-bg);
  --gk-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --gk-pagination-active-color: #fff;
  --gk-pagination-active-bg: #0d6efd;
  --gk-pagination-active-border-color: #0d6efd;
  --gk-pagination-disabled-color: var(--gk-secondary-color);
  --gk-pagination-disabled-bg: var(--gk-secondary-bg);
  --gk-pagination-disabled-border-color: var(--gk-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--gk-pagination-padding-y) var(--gk-pagination-padding-x);
  font-size: var(--gk-pagination-font-size);
  color: var(--gk-pagination-color);
  text-decoration: none;
  background-color: var(--gk-pagination-bg);
  border: var(--gk-pagination-border-width) solid var(--gk-pagination-border-color);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--gk-pagination-hover-color);
  background-color: var(--gk-pagination-hover-bg);
  border-color: var(--gk-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--gk-pagination-focus-color);
  background-color: var(--gk-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--gk-pagination-focus-box-shadow);
          box-shadow: var(--gk-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--gk-pagination-active-color);
  background-color: var(--gk-pagination-active-bg);
  border-color: var(--gk-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--gk-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--gk-pagination-disabled-bg);
  border-color: var(--gk-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--gk-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--gk-pagination-border-radius);
  border-bottom-left-radius: var(--gk-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--gk-pagination-border-radius);
  border-bottom-right-radius: var(--gk-pagination-border-radius);
}

.pagination-lg {
  --gk-pagination-padding-x: 1.5rem;
  --gk-pagination-padding-y: 0.75rem;
  --gk-pagination-font-size: 1.125rem;
  --gk-pagination-border-radius: var(--gk-border-radius-lg);
}

.pagination-sm {
  --gk-pagination-padding-x: 0.5rem;
  --gk-pagination-padding-y: 0.25rem;
  --gk-pagination-font-size: 0.875rem;
  --gk-pagination-border-radius: var(--gk-border-radius-sm);
}

.badge {
  --gk-badge-padding-x: 0.65em;
  --gk-badge-padding-y: 0.35em;
  --gk-badge-font-size: 0.75rem;
  --gk-badge-font-weight: 700;
  --gk-badge-color: #fff;
  --gk-badge-border-radius: var(--gk-border-radius);
  display: inline-block;
  padding: var(--gk-badge-padding-y) var(--gk-badge-padding-x);
  font-size: var(--gk-badge-font-size);
  font-weight: var(--gk-badge-font-weight);
  line-height: 1;
  color: var(--gk-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--gk-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge, #gk-header #gk-offcanvas .nav li a.btn .badge, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a .badge, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a .badge, #gk-header #gk-offcanvas .com-contact__links > ul li a .badge, .com-contact__links > ul a .badge {
  position: relative;
  top: -1px;
}

.alert {
  --gk-alert-bg: transparent;
  --gk-alert-padding-x: 1rem;
  --gk-alert-padding-y: 1rem;
  --gk-alert-margin-bottom: 1rem;
  --gk-alert-color: inherit;
  --gk-alert-border-color: transparent;
  --gk-alert-border: var(--gk-border-width) solid var(--gk-alert-border-color);
  --gk-alert-border-radius: var(--gk-border-radius);
  --gk-alert-link-color: inherit;
  position: relative;
  padding: var(--gk-alert-padding-y) var(--gk-alert-padding-x);
  margin-bottom: var(--gk-alert-margin-bottom);
  color: var(--gk-alert-color);
  background-color: var(--gk-alert-bg);
  border: var(--gk-alert-border);
  border-radius: var(--gk-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--gk-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --gk-alert-color: var(--gk-primary-text-emphasis);
  --gk-alert-bg: var(--gk-primary-bg-subtle);
  --gk-alert-border-color: var(--gk-primary-border-subtle);
  --gk-alert-link-color: var(--gk-primary-text-emphasis);
}

.alert-secondary {
  --gk-alert-color: var(--gk-secondary-text-emphasis);
  --gk-alert-bg: var(--gk-secondary-bg-subtle);
  --gk-alert-border-color: var(--gk-secondary-border-subtle);
  --gk-alert-link-color: var(--gk-secondary-text-emphasis);
}

.alert-success {
  --gk-alert-color: var(--gk-success-text-emphasis);
  --gk-alert-bg: var(--gk-success-bg-subtle);
  --gk-alert-border-color: var(--gk-success-border-subtle);
  --gk-alert-link-color: var(--gk-success-text-emphasis);
}

.alert-info {
  --gk-alert-color: var(--gk-info-text-emphasis);
  --gk-alert-bg: var(--gk-info-bg-subtle);
  --gk-alert-border-color: var(--gk-info-border-subtle);
  --gk-alert-link-color: var(--gk-info-text-emphasis);
}

.alert-warning {
  --gk-alert-color: var(--gk-warning-text-emphasis);
  --gk-alert-bg: var(--gk-warning-bg-subtle);
  --gk-alert-border-color: var(--gk-warning-border-subtle);
  --gk-alert-link-color: var(--gk-warning-text-emphasis);
}

.alert-danger {
  --gk-alert-color: var(--gk-danger-text-emphasis);
  --gk-alert-bg: var(--gk-danger-bg-subtle);
  --gk-alert-border-color: var(--gk-danger-border-subtle);
  --gk-alert-link-color: var(--gk-danger-text-emphasis);
}

.alert-light {
  --gk-alert-color: var(--gk-light-text-emphasis);
  --gk-alert-bg: var(--gk-light-bg-subtle);
  --gk-alert-border-color: var(--gk-light-border-subtle);
  --gk-alert-link-color: var(--gk-light-text-emphasis);
}

.alert-dark {
  --gk-alert-color: var(--gk-dark-text-emphasis);
  --gk-alert-bg: var(--gk-dark-bg-subtle);
  --gk-alert-border-color: var(--gk-dark-border-subtle);
  --gk-alert-link-color: var(--gk-dark-text-emphasis);
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --gk-progress-height: 1rem;
  --gk-progress-font-size: 0.75rem;
  --gk-progress-bg: var(--gk-secondary-bg);
  --gk-progress-border-radius: var(--gk-border-radius);
  --gk-progress-box-shadow: var(--gk-box-shadow-inset);
  --gk-progress-bar-color: #fff;
  --gk-progress-bar-bg: #0d6efd;
  --gk-progress-bar-transition: width 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--gk-progress-height);
  overflow: hidden;
  font-size: var(--gk-progress-font-size);
  background-color: var(--gk-progress-bg);
  border-radius: var(--gk-progress-border-radius);
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: var(--gk-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--gk-progress-bar-bg);
  -webkit-transition: var(--gk-progress-bar-transition);
  transition: var(--gk-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--gk-progress-height) var(--gk-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.list-group, .items-more .com-content-blog__links {
  --gk-list-group-color: var(--gk-body-color);
  --gk-list-group-bg: var(--gk-body-bg);
  --gk-list-group-border-color: var(--gk-border-color);
  --gk-list-group-border-width: var(--gk-border-width);
  --gk-list-group-border-radius: var(--gk-border-radius);
  --gk-list-group-item-padding-x: 1rem;
  --gk-list-group-item-padding-y: 0.5rem;
  --gk-list-group-action-color: var(--gk-secondary-color);
  --gk-list-group-action-hover-color: var(--gk-emphasis-color);
  --gk-list-group-action-hover-bg: var(--gk-tertiary-bg);
  --gk-list-group-action-active-color: var(--gk-body-color);
  --gk-list-group-action-active-bg: var(--gk-secondary-bg);
  --gk-list-group-disabled-color: var(--gk-secondary-color);
  --gk-list-group-disabled-bg: var(--gk-body-bg);
  --gk-list-group-active-color: #fff;
  --gk-list-group-active-bg: #0d6efd;
  --gk-list-group-active-border-color: #0d6efd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--gk-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before, .items-more .list-group-numbered > .com-content-blog__link::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--gk-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--gk-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--gk-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--gk-list-group-action-active-color);
  background-color: var(--gk-list-group-action-active-bg);
}

.list-group-item, .items-more .com-content-blog__link {
  position: relative;
  display: block;
  padding: var(--gk-list-group-item-padding-y) var(--gk-list-group-item-padding-x);
  color: var(--gk-list-group-color);
  text-decoration: none;
  background-color: var(--gk-list-group-bg);
  border: var(--gk-list-group-border-width) solid var(--gk-list-group-border-color);
}
.list-group-item:first-child, .items-more .com-content-blog__link:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child, .items-more .com-content-blog__link:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .items-more .disabled.com-content-blog__link, .list-group-item:disabled, .items-more .com-content-blog__link:disabled {
  color: var(--gk-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--gk-list-group-disabled-bg);
}
.list-group-item.active, .items-more .active.com-content-blog__link {
  z-index: 2;
  color: var(--gk-list-group-active-color);
  background-color: var(--gk-list-group-active-bg);
  border-color: var(--gk-list-group-active-border-color);
}
.list-group-item + .list-group-item, .items-more .com-content-blog__link + .list-group-item, .items-more .list-group-item + .com-content-blog__link, .items-more .com-content-blog__link + .com-content-blog__link {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active, .items-more .com-content-blog__link + .list-group-item.active, .items-more .list-group-item + .active.com-content-blog__link, .items-more .com-content-blog__link + .active.com-content-blog__link {
  margin-top: calc(-1 * var(--gk-list-group-border-width));
  border-top-width: var(--gk-list-group-border-width);
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child), .items-more .list-group-horizontal > .com-content-blog__link:first-child:not(:last-child) {
  border-bottom-left-radius: var(--gk-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child), .items-more .list-group-horizontal > .com-content-blog__link:last-child:not(:first-child) {
  border-top-right-radius: var(--gk-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active, .items-more .list-group-horizontal > .active.com-content-blog__link {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item, .items-more .list-group-horizontal > .com-content-blog__link + .list-group-item, .items-more .list-group-horizontal > .list-group-item + .com-content-blog__link, .items-more .list-group-horizontal > .com-content-blog__link + .com-content-blog__link {
  border-top-width: var(--gk-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active, .items-more .list-group-horizontal > .com-content-blog__link + .list-group-item.active, .items-more .list-group-horizontal > .list-group-item + .active.com-content-blog__link, .items-more .list-group-horizontal > .com-content-blog__link + .active.com-content-blog__link {
  margin-left: calc(-1 * var(--gk-list-group-border-width));
  border-left-width: var(--gk-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child), .items-more .list-group-horizontal-sm > .com-content-blog__link:first-child:not(:last-child) {
    border-bottom-left-radius: var(--gk-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child), .items-more .list-group-horizontal-sm > .com-content-blog__link:last-child:not(:first-child) {
    border-top-right-radius: var(--gk-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active, .items-more .list-group-horizontal-sm > .active.com-content-blog__link {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item, .items-more .list-group-horizontal-sm > .com-content-blog__link + .list-group-item, .items-more .list-group-horizontal-sm > .list-group-item + .com-content-blog__link, .items-more .list-group-horizontal-sm > .com-content-blog__link + .com-content-blog__link {
    border-top-width: var(--gk-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .items-more .list-group-horizontal-sm > .com-content-blog__link + .list-group-item.active, .items-more .list-group-horizontal-sm > .list-group-item + .active.com-content-blog__link, .items-more .list-group-horizontal-sm > .com-content-blog__link + .active.com-content-blog__link {
    margin-left: calc(-1 * var(--gk-list-group-border-width));
    border-left-width: var(--gk-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child), .items-more .list-group-horizontal-md > .com-content-blog__link:first-child:not(:last-child) {
    border-bottom-left-radius: var(--gk-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child), .items-more .list-group-horizontal-md > .com-content-blog__link:last-child:not(:first-child) {
    border-top-right-radius: var(--gk-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active, .items-more .list-group-horizontal-md > .active.com-content-blog__link {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item, .items-more .list-group-horizontal-md > .com-content-blog__link + .list-group-item, .items-more .list-group-horizontal-md > .list-group-item + .com-content-blog__link, .items-more .list-group-horizontal-md > .com-content-blog__link + .com-content-blog__link {
    border-top-width: var(--gk-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active, .items-more .list-group-horizontal-md > .com-content-blog__link + .list-group-item.active, .items-more .list-group-horizontal-md > .list-group-item + .active.com-content-blog__link, .items-more .list-group-horizontal-md > .com-content-blog__link + .active.com-content-blog__link {
    margin-left: calc(-1 * var(--gk-list-group-border-width));
    border-left-width: var(--gk-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child), .items-more .list-group-horizontal-lg > .com-content-blog__link:first-child:not(:last-child) {
    border-bottom-left-radius: var(--gk-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child), .items-more .list-group-horizontal-lg > .com-content-blog__link:last-child:not(:first-child) {
    border-top-right-radius: var(--gk-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active, .items-more .list-group-horizontal-lg > .active.com-content-blog__link {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item, .items-more .list-group-horizontal-lg > .com-content-blog__link + .list-group-item, .items-more .list-group-horizontal-lg > .list-group-item + .com-content-blog__link, .items-more .list-group-horizontal-lg > .com-content-blog__link + .com-content-blog__link {
    border-top-width: var(--gk-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .items-more .list-group-horizontal-lg > .com-content-blog__link + .list-group-item.active, .items-more .list-group-horizontal-lg > .list-group-item + .active.com-content-blog__link, .items-more .list-group-horizontal-lg > .com-content-blog__link + .active.com-content-blog__link {
    margin-left: calc(-1 * var(--gk-list-group-border-width));
    border-left-width: var(--gk-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child), .items-more .list-group-horizontal-xl > .com-content-blog__link:first-child:not(:last-child) {
    border-bottom-left-radius: var(--gk-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child), .items-more .list-group-horizontal-xl > .com-content-blog__link:last-child:not(:first-child) {
    border-top-right-radius: var(--gk-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active, .items-more .list-group-horizontal-xl > .active.com-content-blog__link {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item, .items-more .list-group-horizontal-xl > .com-content-blog__link + .list-group-item, .items-more .list-group-horizontal-xl > .list-group-item + .com-content-blog__link, .items-more .list-group-horizontal-xl > .com-content-blog__link + .com-content-blog__link {
    border-top-width: var(--gk-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .items-more .list-group-horizontal-xl > .com-content-blog__link + .list-group-item.active, .items-more .list-group-horizontal-xl > .list-group-item + .active.com-content-blog__link, .items-more .list-group-horizontal-xl > .com-content-blog__link + .active.com-content-blog__link {
    margin-left: calc(-1 * var(--gk-list-group-border-width));
    border-left-width: var(--gk-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child), .items-more .list-group-horizontal-xxl > .com-content-blog__link:first-child:not(:last-child) {
    border-bottom-left-radius: var(--gk-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child), .items-more .list-group-horizontal-xxl > .com-content-blog__link:last-child:not(:first-child) {
    border-top-right-radius: var(--gk-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active, .items-more .list-group-horizontal-xxl > .active.com-content-blog__link {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item, .items-more .list-group-horizontal-xxl > .com-content-blog__link + .list-group-item, .items-more .list-group-horizontal-xxl > .list-group-item + .com-content-blog__link, .items-more .list-group-horizontal-xxl > .com-content-blog__link + .com-content-blog__link {
    border-top-width: var(--gk-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, .items-more .list-group-horizontal-xxl > .com-content-blog__link + .list-group-item.active, .items-more .list-group-horizontal-xxl > .list-group-item + .active.com-content-blog__link, .items-more .list-group-horizontal-xxl > .com-content-blog__link + .active.com-content-blog__link {
    margin-left: calc(-1 * var(--gk-list-group-border-width));
    border-left-width: var(--gk-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item, .items-more .list-group-flush > .com-content-blog__link {
  border-width: 0 0 var(--gk-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child, .items-more .list-group-flush > .com-content-blog__link:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --gk-list-group-color: var(--gk-primary-text-emphasis);
  --gk-list-group-bg: var(--gk-primary-bg-subtle);
  --gk-list-group-border-color: var(--gk-primary-border-subtle);
  --gk-list-group-action-hover-color: var(--gk-emphasis-color);
  --gk-list-group-action-hover-bg: var(--gk-primary-border-subtle);
  --gk-list-group-action-active-color: var(--gk-emphasis-color);
  --gk-list-group-action-active-bg: var(--gk-primary-border-subtle);
  --gk-list-group-active-color: var(--gk-primary-bg-subtle);
  --gk-list-group-active-bg: var(--gk-primary-text-emphasis);
  --gk-list-group-active-border-color: var(--gk-primary-text-emphasis);
}

.list-group-item-secondary {
  --gk-list-group-color: var(--gk-secondary-text-emphasis);
  --gk-list-group-bg: var(--gk-secondary-bg-subtle);
  --gk-list-group-border-color: var(--gk-secondary-border-subtle);
  --gk-list-group-action-hover-color: var(--gk-emphasis-color);
  --gk-list-group-action-hover-bg: var(--gk-secondary-border-subtle);
  --gk-list-group-action-active-color: var(--gk-emphasis-color);
  --gk-list-group-action-active-bg: var(--gk-secondary-border-subtle);
  --gk-list-group-active-color: var(--gk-secondary-bg-subtle);
  --gk-list-group-active-bg: var(--gk-secondary-text-emphasis);
  --gk-list-group-active-border-color: var(--gk-secondary-text-emphasis);
}

.list-group-item-success {
  --gk-list-group-color: var(--gk-success-text-emphasis);
  --gk-list-group-bg: var(--gk-success-bg-subtle);
  --gk-list-group-border-color: var(--gk-success-border-subtle);
  --gk-list-group-action-hover-color: var(--gk-emphasis-color);
  --gk-list-group-action-hover-bg: var(--gk-success-border-subtle);
  --gk-list-group-action-active-color: var(--gk-emphasis-color);
  --gk-list-group-action-active-bg: var(--gk-success-border-subtle);
  --gk-list-group-active-color: var(--gk-success-bg-subtle);
  --gk-list-group-active-bg: var(--gk-success-text-emphasis);
  --gk-list-group-active-border-color: var(--gk-success-text-emphasis);
}

.list-group-item-info {
  --gk-list-group-color: var(--gk-info-text-emphasis);
  --gk-list-group-bg: var(--gk-info-bg-subtle);
  --gk-list-group-border-color: var(--gk-info-border-subtle);
  --gk-list-group-action-hover-color: var(--gk-emphasis-color);
  --gk-list-group-action-hover-bg: var(--gk-info-border-subtle);
  --gk-list-group-action-active-color: var(--gk-emphasis-color);
  --gk-list-group-action-active-bg: var(--gk-info-border-subtle);
  --gk-list-group-active-color: var(--gk-info-bg-subtle);
  --gk-list-group-active-bg: var(--gk-info-text-emphasis);
  --gk-list-group-active-border-color: var(--gk-info-text-emphasis);
}

.list-group-item-warning {
  --gk-list-group-color: var(--gk-warning-text-emphasis);
  --gk-list-group-bg: var(--gk-warning-bg-subtle);
  --gk-list-group-border-color: var(--gk-warning-border-subtle);
  --gk-list-group-action-hover-color: var(--gk-emphasis-color);
  --gk-list-group-action-hover-bg: var(--gk-warning-border-subtle);
  --gk-list-group-action-active-color: var(--gk-emphasis-color);
  --gk-list-group-action-active-bg: var(--gk-warning-border-subtle);
  --gk-list-group-active-color: var(--gk-warning-bg-subtle);
  --gk-list-group-active-bg: var(--gk-warning-text-emphasis);
  --gk-list-group-active-border-color: var(--gk-warning-text-emphasis);
}

.list-group-item-danger {
  --gk-list-group-color: var(--gk-danger-text-emphasis);
  --gk-list-group-bg: var(--gk-danger-bg-subtle);
  --gk-list-group-border-color: var(--gk-danger-border-subtle);
  --gk-list-group-action-hover-color: var(--gk-emphasis-color);
  --gk-list-group-action-hover-bg: var(--gk-danger-border-subtle);
  --gk-list-group-action-active-color: var(--gk-emphasis-color);
  --gk-list-group-action-active-bg: var(--gk-danger-border-subtle);
  --gk-list-group-active-color: var(--gk-danger-bg-subtle);
  --gk-list-group-active-bg: var(--gk-danger-text-emphasis);
  --gk-list-group-active-border-color: var(--gk-danger-text-emphasis);
}

.list-group-item-light {
  --gk-list-group-color: var(--gk-light-text-emphasis);
  --gk-list-group-bg: var(--gk-light-bg-subtle);
  --gk-list-group-border-color: var(--gk-light-border-subtle);
  --gk-list-group-action-hover-color: var(--gk-emphasis-color);
  --gk-list-group-action-hover-bg: var(--gk-light-border-subtle);
  --gk-list-group-action-active-color: var(--gk-emphasis-color);
  --gk-list-group-action-active-bg: var(--gk-light-border-subtle);
  --gk-list-group-active-color: var(--gk-light-bg-subtle);
  --gk-list-group-active-bg: var(--gk-light-text-emphasis);
  --gk-list-group-active-border-color: var(--gk-light-text-emphasis);
}

.list-group-item-dark {
  --gk-list-group-color: var(--gk-dark-text-emphasis);
  --gk-list-group-bg: var(--gk-dark-bg-subtle);
  --gk-list-group-border-color: var(--gk-dark-border-subtle);
  --gk-list-group-action-hover-color: var(--gk-emphasis-color);
  --gk-list-group-action-hover-bg: var(--gk-dark-border-subtle);
  --gk-list-group-action-active-color: var(--gk-emphasis-color);
  --gk-list-group-action-active-bg: var(--gk-dark-border-subtle);
  --gk-list-group-active-color: var(--gk-dark-bg-subtle);
  --gk-list-group-active-bg: var(--gk-dark-text-emphasis);
  --gk-list-group-active-border-color: var(--gk-dark-text-emphasis);
}

.btn-close {
  --gk-btn-close-color: #000;
  --gk-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --gk-btn-close-opacity: 0.5;
  --gk-btn-close-hover-opacity: 0.75;
  --gk-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --gk-btn-close-focus-opacity: 1;
  --gk-btn-close-disabled-opacity: 0.25;
  --gk-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--gk-btn-close-color);
  background: transparent var(--gk-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--gk-btn-close-opacity);
}
.btn-close:hover {
  color: var(--gk-btn-close-color);
  text-decoration: none;
  opacity: var(--gk-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: var(--gk-btn-close-focus-shadow);
          box-shadow: var(--gk-btn-close-focus-shadow);
  opacity: var(--gk-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: var(--gk-btn-close-disabled-opacity);
}

.btn-close-white {
  -webkit-filter: var(--gk-btn-close-white-filter);
          filter: var(--gk-btn-close-white-filter);
}

[data-gk-theme=dark] .btn-close {
  -webkit-filter: var(--gk-btn-close-white-filter);
          filter: var(--gk-btn-close-white-filter);
}

.toast {
  --gk-toast-zindex: 1090;
  --gk-toast-padding-x: 0.75rem;
  --gk-toast-padding-y: 0.5rem;
  --gk-toast-spacing: 1.5rem;
  --gk-toast-max-width: 350px;
  --gk-toast-font-size: 0.875rem;
  --gk-toast-color: ;
  --gk-toast-bg: rgba(var(--gk-body-bg-rgb), 0.85);
  --gk-toast-border-width: var(--gk-border-width);
  --gk-toast-border-color: var(--gk-border-color-translucent);
  --gk-toast-border-radius: var(--gk-border-radius);
  --gk-toast-box-shadow: var(--gk-box-shadow);
  --gk-toast-header-color: var(--gk-secondary-color);
  --gk-toast-header-bg: rgba(var(--gk-body-bg-rgb), 0.85);
  --gk-toast-header-border-color: var(--gk-border-color-translucent);
  width: var(--gk-toast-max-width);
  max-width: 100%;
  font-size: var(--gk-toast-font-size);
  color: var(--gk-toast-color);
  pointer-events: auto;
  background-color: var(--gk-toast-bg);
  background-clip: padding-box;
  border: var(--gk-toast-border-width) solid var(--gk-toast-border-color);
  -webkit-box-shadow: var(--gk-toast-box-shadow);
          box-shadow: var(--gk-toast-box-shadow);
  border-radius: var(--gk-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --gk-toast-zindex: 1090;
  position: absolute;
  z-index: var(--gk-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--gk-toast-spacing);
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--gk-toast-padding-y) var(--gk-toast-padding-x);
  color: var(--gk-toast-header-color);
  background-color: var(--gk-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--gk-toast-border-width) solid var(--gk-toast-header-border-color);
  border-top-left-radius: calc(var(--gk-toast-border-radius) - var(--gk-toast-border-width));
  border-top-right-radius: calc(var(--gk-toast-border-radius) - var(--gk-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--gk-toast-padding-x));
  margin-left: var(--gk-toast-padding-x);
}

.toast-body {
  padding: var(--gk-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --gk-modal-zindex: 1055;
  --gk-modal-width: 500px;
  --gk-modal-padding: 1rem;
  --gk-modal-margin: 0.5rem;
  --gk-modal-color: ;
  --gk-modal-bg: var(--gk-body-bg);
  --gk-modal-border-color: var(--gk-border-color-translucent);
  --gk-modal-border-width: var(--gk-border-width);
  --gk-modal-border-radius: var(--gk-border-radius-lg);
  --gk-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --gk-modal-inner-border-radius: calc(var(--gk-border-radius-lg) - (var(--gk-border-width)));
  --gk-modal-header-padding-x: 1rem;
  --gk-modal-header-padding-y: 1rem;
  --gk-modal-header-padding: 1rem 1rem;
  --gk-modal-header-border-color: var(--gk-border-color);
  --gk-modal-header-border-width: var(--gk-border-width);
  --gk-modal-title-line-height: 1.5;
  --gk-modal-footer-gap: 0.5rem;
  --gk-modal-footer-bg: ;
  --gk-modal-footer-border-color: var(--gk-border-color);
  --gk-modal-footer-border-width: var(--gk-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--gk-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--gk-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--gk-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--gk-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--gk-modal-color);
  pointer-events: auto;
  background-color: var(--gk-modal-bg);
  background-clip: padding-box;
  border: var(--gk-modal-border-width) solid var(--gk-modal-border-color);
  border-radius: var(--gk-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --gk-backdrop-zindex: 1050;
  --gk-backdrop-bg: #000;
  --gk-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--gk-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--gk-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--gk-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--gk-modal-header-padding);
  border-bottom: var(--gk-modal-header-border-width) solid var(--gk-modal-header-border-color);
  border-top-left-radius: var(--gk-modal-inner-border-radius);
  border-top-right-radius: var(--gk-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--gk-modal-header-padding-y) * 0.5) calc(var(--gk-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--gk-modal-header-padding-y)) calc(-0.5 * var(--gk-modal-header-padding-x)) calc(-0.5 * var(--gk-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--gk-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--gk-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--gk-modal-padding) - var(--gk-modal-footer-gap) * 0.5);
  background-color: var(--gk-modal-footer-bg);
  border-top: var(--gk-modal-footer-border-width) solid var(--gk-modal-footer-border-color);
  border-bottom-right-radius: var(--gk-modal-inner-border-radius);
  border-bottom-left-radius: var(--gk-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--gk-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --gk-modal-margin: 1.75rem;
    --gk-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--gk-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --gk-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --gk-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --gk-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --gk-tooltip-zindex: 1080;
  --gk-tooltip-max-width: 200px;
  --gk-tooltip-padding-x: 0.5rem;
  --gk-tooltip-padding-y: 0.25rem;
  --gk-tooltip-margin: ;
  --gk-tooltip-font-size: 0.875rem;
  --gk-tooltip-color: var(--gk-body-bg);
  --gk-tooltip-bg: var(--gk-emphasis-color);
  --gk-tooltip-border-radius: var(--gk-border-radius);
  --gk-tooltip-opacity: 0.9;
  --gk-tooltip-arrow-width: 0.8rem;
  --gk-tooltip-arrow-height: 0.4rem;
  z-index: var(--gk-tooltip-zindex);
  display: block;
  margin: var(--gk-tooltip-margin);
  font-family: var(--gk-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--gk-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--gk-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--gk-tooltip-arrow-width);
  height: var(--gk-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--gk-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--gk-tooltip-arrow-height) calc(var(--gk-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--gk-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--gk-tooltip-arrow-height));
  width: var(--gk-tooltip-arrow-height);
  height: var(--gk-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--gk-tooltip-arrow-width) * 0.5) var(--gk-tooltip-arrow-height) calc(var(--gk-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--gk-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--gk-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--gk-tooltip-arrow-width) * 0.5) var(--gk-tooltip-arrow-height);
  border-bottom-color: var(--gk-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--gk-tooltip-arrow-height));
  width: var(--gk-tooltip-arrow-height);
  height: var(--gk-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--gk-tooltip-arrow-width) * 0.5) 0 calc(var(--gk-tooltip-arrow-width) * 0.5) var(--gk-tooltip-arrow-height);
  border-left-color: var(--gk-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--gk-tooltip-max-width);
  padding: var(--gk-tooltip-padding-y) var(--gk-tooltip-padding-x);
  color: var(--gk-tooltip-color);
  text-align: center;
  background-color: var(--gk-tooltip-bg);
  border-radius: var(--gk-tooltip-border-radius);
}

.popover {
  --gk-popover-zindex: 1070;
  --gk-popover-max-width: 276px;
  --gk-popover-font-size: 0.875rem;
  --gk-popover-bg: var(--gk-body-bg);
  --gk-popover-border-width: var(--gk-border-width);
  --gk-popover-border-color: var(--gk-border-color-translucent);
  --gk-popover-border-radius: var(--gk-border-radius-lg);
  --gk-popover-inner-border-radius: calc(var(--gk-border-radius-lg) - var(--gk-border-width));
  --gk-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --gk-popover-header-padding-x: 1rem;
  --gk-popover-header-padding-y: 0.5rem;
  --gk-popover-header-font-size: 1rem;
  --gk-popover-header-color: inherit;
  --gk-popover-header-bg: var(--gk-secondary-bg);
  --gk-popover-body-padding-x: 1rem;
  --gk-popover-body-padding-y: 1rem;
  --gk-popover-body-color: var(--gk-body-color);
  --gk-popover-arrow-width: 1rem;
  --gk-popover-arrow-height: 0.5rem;
  --gk-popover-arrow-border: var(--gk-popover-border-color);
  z-index: var(--gk-popover-zindex);
  display: block;
  max-width: var(--gk-popover-max-width);
  font-family: var(--gk-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--gk-popover-font-size);
  word-wrap: break-word;
  background-color: var(--gk-popover-bg);
  background-clip: padding-box;
  border: var(--gk-popover-border-width) solid var(--gk-popover-border-color);
  border-radius: var(--gk-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--gk-popover-arrow-width);
  height: var(--gk-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--gk-popover-arrow-height)) - var(--gk-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--gk-popover-arrow-height) calc(var(--gk-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--gk-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--gk-popover-border-width);
  border-top-color: var(--gk-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--gk-popover-arrow-height)) - var(--gk-popover-border-width));
  width: var(--gk-popover-arrow-height);
  height: var(--gk-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--gk-popover-arrow-width) * 0.5) var(--gk-popover-arrow-height) calc(var(--gk-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--gk-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--gk-popover-border-width);
  border-right-color: var(--gk-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--gk-popover-arrow-height)) - var(--gk-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--gk-popover-arrow-width) * 0.5) var(--gk-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--gk-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--gk-popover-border-width);
  border-bottom-color: var(--gk-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--gk-popover-arrow-width);
  margin-left: calc(-0.5 * var(--gk-popover-arrow-width));
  content: "";
  border-bottom: var(--gk-popover-border-width) solid var(--gk-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--gk-popover-arrow-height)) - var(--gk-popover-border-width));
  width: var(--gk-popover-arrow-height);
  height: var(--gk-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--gk-popover-arrow-width) * 0.5) 0 calc(var(--gk-popover-arrow-width) * 0.5) var(--gk-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--gk-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--gk-popover-border-width);
  border-left-color: var(--gk-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--gk-popover-header-padding-y) var(--gk-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--gk-popover-header-font-size);
  color: var(--gk-popover-header-color);
  background-color: var(--gk-popover-header-bg);
  border-bottom: var(--gk-popover-border-width) solid var(--gk-popover-border-color);
  border-top-left-radius: var(--gk-popover-inner-border-radius);
  border-top-right-radius: var(--gk-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--gk-popover-body-padding-y) var(--gk-popover-body-padding-x);
  color: var(--gk-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-gk-theme=dark] .carousel .carousel-control-prev-icon,
[data-gk-theme=dark] .carousel .carousel-control-next-icon, [data-gk-theme=dark].carousel .carousel-control-prev-icon,
[data-gk-theme=dark].carousel .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
[data-gk-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-gk-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-gk-theme=dark] .carousel .carousel-caption, [data-gk-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--gk-spinner-width);
  height: var(--gk-spinner-height);
  vertical-align: var(--gk-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--gk-spinner-animation-speed) linear infinite var(--gk-spinner-animation-name);
          animation: var(--gk-spinner-animation-speed) linear infinite var(--gk-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --gk-spinner-width: 2rem;
  --gk-spinner-height: 2rem;
  --gk-spinner-vertical-align: -0.125em;
  --gk-spinner-border-width: 0.25em;
  --gk-spinner-animation-speed: 0.75s;
  --gk-spinner-animation-name: spinner-border;
  border: var(--gk-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --gk-spinner-width: 1rem;
  --gk-spinner-height: 1rem;
  --gk-spinner-border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  --gk-spinner-width: 2rem;
  --gk-spinner-height: 2rem;
  --gk-spinner-vertical-align: -0.125em;
  --gk-spinner-animation-speed: 0.75s;
  --gk-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --gk-spinner-width: 1rem;
  --gk-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --gk-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --gk-offcanvas-zindex: 1045;
  --gk-offcanvas-width: 400px;
  --gk-offcanvas-height: 30vh;
  --gk-offcanvas-padding-x: 1rem;
  --gk-offcanvas-padding-y: 1rem;
  --gk-offcanvas-color: var(--gk-body-color);
  --gk-offcanvas-bg: var(--gk-body-bg);
  --gk-offcanvas-border-width: var(--gk-border-width);
  --gk-offcanvas-border-color: var(--gk-border-color-translucent);
  --gk-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --gk-offcanvas-transition: transform 0.3s ease-in-out;
  --gk-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--gk-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--gk-offcanvas-color);
    visibility: hidden;
    background-color: var(--gk-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--gk-offcanvas-transition);
    transition: var(--gk-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--gk-offcanvas-width);
    border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--gk-offcanvas-width);
    border-left: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-top: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --gk-offcanvas-height: auto;
    --gk-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--gk-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--gk-offcanvas-color);
    visibility: hidden;
    background-color: var(--gk-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--gk-offcanvas-transition);
    transition: var(--gk-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--gk-offcanvas-width);
    border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--gk-offcanvas-width);
    border-left: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-top: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --gk-offcanvas-height: auto;
    --gk-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--gk-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--gk-offcanvas-color);
    visibility: hidden;
    background-color: var(--gk-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--gk-offcanvas-transition);
    transition: var(--gk-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--gk-offcanvas-width);
    border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--gk-offcanvas-width);
    border-left: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-top: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --gk-offcanvas-height: auto;
    --gk-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--gk-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--gk-offcanvas-color);
    visibility: hidden;
    background-color: var(--gk-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--gk-offcanvas-transition);
    transition: var(--gk-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--gk-offcanvas-width);
    border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--gk-offcanvas-width);
    border-left: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-top: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --gk-offcanvas-height: auto;
    --gk-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--gk-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    color: var(--gk-offcanvas-color);
    visibility: hidden;
    background-color: var(--gk-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--gk-offcanvas-transition);
    transition: var(--gk-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--gk-offcanvas-width);
    border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--gk-offcanvas-width);
    border-left: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--gk-offcanvas-height);
    max-height: 100%;
    border-top: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
            transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --gk-offcanvas-height: auto;
    --gk-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--gk-offcanvas-zindex);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  color: var(--gk-offcanvas-color);
  visibility: hidden;
  background-color: var(--gk-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: var(--gk-offcanvas-transition);
  transition: var(--gk-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--gk-offcanvas-width);
  border-right: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--gk-offcanvas-width);
  border-left: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--gk-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--gk-offcanvas-height);
  max-height: 100%;
  border-top: var(--gk-offcanvas-border-width) solid var(--gk-offcanvas-border-color);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
          transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--gk-offcanvas-padding-y) var(--gk-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--gk-offcanvas-padding-y) * 0.5) calc(var(--gk-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--gk-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--gk-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--gk-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--gk-offcanvas-title-line-height);
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--gk-offcanvas-padding-y) var(--gk-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, #gk-header #gk-offcanvas .nav li a.placeholder.btn::before, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a.placeholder::before, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a.placeholder::before, #gk-header #gk-offcanvas .com-contact__links > ul li a.placeholder::before, .com-contact__links > ul a.placeholder::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #19191B 55%, rgba(0, 0, 0, 0.8) 75%, #19191B 95%);
          mask-image: linear-gradient(130deg, #19191B 55%, rgba(0, 0, 0, 0.8) 75%, #19191B 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--gk-primary-rgb), var(--gk-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--gk-secondary-rgb), var(--gk-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--gk-success-rgb), var(--gk-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--gk-info-rgb), var(--gk-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--gk-warning-rgb), var(--gk-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--gk-danger-rgb), var(--gk-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--gk-light-rgb), var(--gk-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--gk-dark-rgb), var(--gk-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--gk-primary-rgb), var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gk-primary-rgb), var(--gk-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--gk-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--gk-secondary-rgb), var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gk-secondary-rgb), var(--gk-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--gk-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--gk-success-rgb), var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gk-success-rgb), var(--gk-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--gk-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--gk-info-rgb), var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gk-info-rgb), var(--gk-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--gk-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--gk-warning-rgb), var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gk-warning-rgb), var(--gk-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--gk-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--gk-danger-rgb), var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gk-danger-rgb), var(--gk-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--gk-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--gk-light-rgb), var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gk-light-rgb), var(--gk-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--gk-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--gk-dark-rgb), var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gk-dark-rgb), var(--gk-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--gk-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--gk-emphasis-color-rgb), var(--gk-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--gk-emphasis-color-rgb), var(--gk-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--gk-emphasis-color-rgb), var(--gk-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--gk-emphasis-color-rgb), var(--gk-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  -webkit-box-shadow: var(--gk-focus-ring-x, 0) var(--gk-focus-ring-y, 0) var(--gk-focus-ring-blur, 0) var(--gk-focus-ring-width) var(--gk-focus-ring-color);
          box-shadow: var(--gk-focus-ring-x, 0) var(--gk-focus-ring-y, 0) var(--gk-focus-ring-blur, 0) var(--gk-focus-ring-width) var(--gk-focus-ring-color);
}

.icon-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration-color: rgba(var(--gk-link-color-rgb), var(--gk-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.icon-link > .bi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  -webkit-transition: 0.2s ease-in-out transform;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    -webkit-transition: none;
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  -webkit-transform: var(--gk-icon-link-transform, translate3d(0.25em, 0, 0));
          transform: var(--gk-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--gk-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --gk-aspect-ratio: 100%;
}

.ratio-4x3 {
  --gk-aspect-ratio: 75%;
}

.ratio-16x9 {
  --gk-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --gk-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.visually-hidden,
.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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: var(--gk-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-inline-grid {
  display: -ms-inline-grid !important;
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm, .gk-sidebar .gk-module .box-module-inner {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.focus-ring-primary {
  --gk-focus-ring-color: rgba(var(--gk-primary-rgb), var(--gk-focus-ring-opacity));
}

.focus-ring-secondary {
  --gk-focus-ring-color: rgba(var(--gk-secondary-rgb), var(--gk-focus-ring-opacity));
}

.focus-ring-success {
  --gk-focus-ring-color: rgba(var(--gk-success-rgb), var(--gk-focus-ring-opacity));
}

.focus-ring-info {
  --gk-focus-ring-color: rgba(var(--gk-info-rgb), var(--gk-focus-ring-opacity));
}

.focus-ring-warning {
  --gk-focus-ring-color: rgba(var(--gk-warning-rgb), var(--gk-focus-ring-opacity));
}

.focus-ring-danger {
  --gk-focus-ring-color: rgba(var(--gk-danger-rgb), var(--gk-focus-ring-opacity));
}

.focus-ring-light {
  --gk-focus-ring-color: rgba(var(--gk-light-rgb), var(--gk-focus-ring-opacity));
}

.focus-ring-dark {
  --gk-focus-ring-color: rgba(var(--gk-dark-rgb), var(--gk-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.border {
  border: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-primary-rgb), var(--gk-border-opacity)) !important;
}

.border-secondary {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-secondary-rgb), var(--gk-border-opacity)) !important;
}

.border-success {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-success-rgb), var(--gk-border-opacity)) !important;
}

.border-info {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-info-rgb), var(--gk-border-opacity)) !important;
}

.border-warning {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-warning-rgb), var(--gk-border-opacity)) !important;
}

.border-danger {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-danger-rgb), var(--gk-border-opacity)) !important;
}

.border-light {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-light-rgb), var(--gk-border-opacity)) !important;
}

.border-dark {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-dark-rgb), var(--gk-border-opacity)) !important;
}

.border-black {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-black-rgb), var(--gk-border-opacity)) !important;
}

.border-white {
  --gk-border-opacity: 1;
  border-color: rgba(var(--gk-white-rgb), var(--gk-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--gk-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--gk-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--gk-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--gk-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--gk-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--gk-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--gk-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--gk-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --gk-border-opacity: 0.1;
}

.border-opacity-25 {
  --gk-border-opacity: 0.25;
}

.border-opacity-50 {
  --gk-border-opacity: 0.5;
}

.border-opacity-75 {
  --gk-border-opacity: 0.75;
}

.border-opacity-100 {
  --gk-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column, .mod-articlescategories,
.mod-articleslatest,
.mod-articlescategory,
.mostread, #gk-offcanvas .nav, #gk-offcanvas .com-contact__links > ul {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0, p.counter.float-end {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3, .gk-sidebar .gk-module .box-module-inner {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0, p.counter.float-end {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0, p.counter.float-end {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--gk-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-primary-rgb), var(--gk-text-opacity)) !important;
}

.text-secondary {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-secondary-rgb), var(--gk-text-opacity)) !important;
}

.text-success {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-success-rgb), var(--gk-text-opacity)) !important;
}

.text-info {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-info-rgb), var(--gk-text-opacity)) !important;
}

.text-warning {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-warning-rgb), var(--gk-text-opacity)) !important;
}

.text-danger {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-danger-rgb), var(--gk-text-opacity)) !important;
}

.text-light {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-light-rgb), var(--gk-text-opacity)) !important;
}

.text-dark {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-dark-rgb), var(--gk-text-opacity)) !important;
}

.text-black {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-black-rgb), var(--gk-text-opacity)) !important;
}

.text-white, .text-white .card-title {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-white-rgb), var(--gk-text-opacity)) !important;
}

.text-body {
  --gk-text-opacity: 1;
  color: rgba(var(--gk-body-color-rgb), var(--gk-text-opacity)) !important;
}

.text-muted {
  --gk-text-opacity: 1;
  color: var(--gk-secondary-color) !important;
}

.text-black-50 {
  --gk-text-opacity: 1;
  color: rgba(25, 25, 27, 0.5) !important;
}

.text-white-50 {
  --gk-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --gk-text-opacity: 1;
  color: var(--gk-secondary-color) !important;
}

.text-body-tertiary {
  --gk-text-opacity: 1;
  color: var(--gk-tertiary-color) !important;
}

.text-body-emphasis {
  --gk-text-opacity: 1;
  color: var(--gk-emphasis-color) !important;
}

.text-reset {
  --gk-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --gk-text-opacity: 0.25;
}

.text-opacity-50 {
  --gk-text-opacity: 0.5;
}

.text-opacity-75 {
  --gk-text-opacity: 0.75;
}

.text-opacity-100 {
  --gk-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--gk-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--gk-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--gk-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--gk-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--gk-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--gk-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--gk-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--gk-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --gk-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --gk-link-opacity: 0.1;
}

.link-opacity-25 {
  --gk-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --gk-link-opacity: 0.25;
}

.link-opacity-50 {
  --gk-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --gk-link-opacity: 0.5;
}

.link-opacity-75 {
  --gk-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --gk-link-opacity: 0.75;
}

.link-opacity-100 {
  --gk-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --gk-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --gk-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gk-primary-rgb), var(--gk-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --gk-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gk-secondary-rgb), var(--gk-link-underline-opacity)) !important;
}

.link-underline-success {
  --gk-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gk-success-rgb), var(--gk-link-underline-opacity)) !important;
}

.link-underline-info {
  --gk-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gk-info-rgb), var(--gk-link-underline-opacity)) !important;
}

.link-underline-warning {
  --gk-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gk-warning-rgb), var(--gk-link-underline-opacity)) !important;
}

.link-underline-danger {
  --gk-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gk-danger-rgb), var(--gk-link-underline-opacity)) !important;
}

.link-underline-light {
  --gk-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gk-light-rgb), var(--gk-link-underline-opacity)) !important;
}

.link-underline-dark {
  --gk-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gk-dark-rgb), var(--gk-link-underline-opacity)) !important;
}

.link-underline {
  --gk-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--gk-link-color-rgb), var(--gk-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --gk-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --gk-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --gk-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --gk-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --gk-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --gk-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --gk-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --gk-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --gk-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --gk-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --gk-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --gk-link-underline-opacity: 1;
}

.bg-primary {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-primary-rgb), var(--gk-bg-opacity)) !important;
}

.bg-secondary {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-secondary-rgb), var(--gk-bg-opacity)) !important;
}

.bg-success {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-success-rgb), var(--gk-bg-opacity)) !important;
}

.bg-info {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-info-rgb), var(--gk-bg-opacity)) !important;
}

.bg-warning {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-warning-rgb), var(--gk-bg-opacity)) !important;
}

.bg-danger {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-danger-rgb), var(--gk-bg-opacity)) !important;
}

.bg-light {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-light-rgb), var(--gk-bg-opacity)) !important;
}

.bg-dark {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-dark-rgb), var(--gk-bg-opacity)) !important;
}

.bg-black {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-black-rgb), var(--gk-bg-opacity)) !important;
}

.bg-white {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-white-rgb), var(--gk-bg-opacity)) !important;
}

.bg-body {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-body-bg-rgb), var(--gk-bg-opacity)) !important;
}

.bg-transparent {
  --gk-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-secondary-bg-rgb), var(--gk-bg-opacity)) !important;
}

.bg-body-tertiary {
  --gk-bg-opacity: 1;
  background-color: rgba(var(--gk-tertiary-bg-rgb), var(--gk-bg-opacity)) !important;
}

.bg-opacity-10 {
  --gk-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --gk-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --gk-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --gk-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --gk-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--gk-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--gk-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--gk-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--gk-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--gk-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--gk-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--gk-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--gk-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--gk-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--gk-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--gk-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--gk-border-radius) !important;
}

.rounded-3, .gk-sidebar .gk-module .box-module-inner {
  border-radius: var(--gk-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--gk-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--gk-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--gk-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--gk-border-radius) !important;
  border-top-right-radius: var(--gk-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--gk-border-radius-sm) !important;
  border-top-right-radius: var(--gk-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--gk-border-radius) !important;
  border-top-right-radius: var(--gk-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--gk-border-radius-lg) !important;
  border-top-right-radius: var(--gk-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--gk-border-radius-xl) !important;
  border-top-right-radius: var(--gk-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--gk-border-radius-xxl) !important;
  border-top-right-radius: var(--gk-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--gk-border-radius-pill) !important;
  border-top-right-radius: var(--gk-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--gk-border-radius) !important;
  border-bottom-right-radius: var(--gk-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--gk-border-radius-sm) !important;
  border-bottom-right-radius: var(--gk-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--gk-border-radius) !important;
  border-bottom-right-radius: var(--gk-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--gk-border-radius-lg) !important;
  border-bottom-right-radius: var(--gk-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--gk-border-radius-xl) !important;
  border-bottom-right-radius: var(--gk-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--gk-border-radius-xxl) !important;
  border-bottom-right-radius: var(--gk-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--gk-border-radius-pill) !important;
  border-bottom-right-radius: var(--gk-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--gk-border-radius) !important;
  border-bottom-left-radius: var(--gk-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--gk-border-radius-sm) !important;
  border-bottom-left-radius: var(--gk-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--gk-border-radius) !important;
  border-bottom-left-radius: var(--gk-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--gk-border-radius-lg) !important;
  border-bottom-left-radius: var(--gk-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--gk-border-radius-xl) !important;
  border-bottom-left-radius: var(--gk-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--gk-border-radius-xxl) !important;
  border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--gk-border-radius-pill) !important;
  border-bottom-left-radius: var(--gk-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--gk-border-radius) !important;
  border-top-left-radius: var(--gk-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--gk-border-radius-sm) !important;
  border-top-left-radius: var(--gk-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--gk-border-radius) !important;
  border-top-left-radius: var(--gk-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--gk-border-radius-lg) !important;
  border-top-left-radius: var(--gk-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--gk-border-radius-xl) !important;
  border-top-left-radius: var(--gk-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--gk-border-radius-xxl) !important;
  border-top-left-radius: var(--gk-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--gk-border-radius-pill) !important;
  border-top-left-radius: var(--gk-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-print-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
.jviewport-height10 {
  height: 10vh;
}
.jviewport-height20 {
  height: 20vh;
}
.jviewport-height30 {
  height: 30vh;
}
.jviewport-height40 {
  height: 40vh;
}
.jviewport-height50 {
  height: 50vh;
}
.jviewport-height60 {
  height: 60vh;
}
.jviewport-height70 {
  height: 70vh;
}
.jviewport-height80 {
  height: 80vh;
}
.jviewport-height90 {
  height: 90vh;
}
.jviewport-height100 {
  height: 100vh;
}

[class*=jviewport-height] iframe {
  height: 100%;
}

.modal-dialog.jviewport-width10 {
  width: 10vw;
  max-width: none;
}
.modal-dialog.jviewport-width20 {
  width: 20vw;
  max-width: none;
}
.modal-dialog.jviewport-width30 {
  width: 30vw;
  max-width: none;
}
.modal-dialog.jviewport-width40 {
  width: 40vw;
  max-width: none;
}
.modal-dialog.jviewport-width50 {
  width: 50vw;
  max-width: none;
}
.modal-dialog.jviewport-width60 {
  width: 60vw;
  max-width: none;
}
.modal-dialog.jviewport-width70 {
  width: 70vw;
  max-width: none;
}
.modal-dialog.jviewport-width80 {
  width: 80vw;
  max-width: none;
}
.modal-dialog.jviewport-width90 {
  width: 90vw;
  max-width: none;
}
.modal-dialog.jviewport-width100 {
  width: 100vw;
  max-width: none;
}

@media (max-width: 575.98px) {
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal {
  --gk-modal-bg: #fff;
  --gk-modal-color: #212529;
  --gk-modal-header-border-color: #dee2e6;
  --gk-modal-footer-border-color: #dee2e6;
}
.modal .modal-header .btn-close {
  -webkit-filter: var(--gk-btn-close-dark-filter);
  filter: var(--gk-btn-close-dark-filter);
}
.modal iframe {
  width: 100%;
}

/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
.row {
  --gk-gutter-x: 1.5rem;
  --gk-gutter-y: 1.5rem;
}

.gk-mainbody.gk-component {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .gk-mainbody.gk-component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.gk-mainbody.gk-module {
  padding-top: 0;
  padding-bottom: 0;
}

/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
.page-header > h1, .page-header > .h1,
.content-category > h1,
.content-category > .h1,
.categories-list > h1,
.categories-list > .h1,
.newsfeed-category > h1,
.newsfeed-category > .h1,
.tag-category > h1,
.tag-category > .h1 {
  margin-bottom: 2rem;
}

img, svg {
  max-width: 100%;
}

.pagination {
  --gk-pagination-active-bg: var(--gk-primary);
  --gk-pagination-active-border-color: var(--gk-primary);
}

.page-item.active .page-link {
  color: #fff;
}

.rating-star {
  --percent: calc( ( var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))) * 100%);
  --color-foreground: 170,170,170;
  --color-icon: var(--gk-yellow);
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}

.rating-star::before {
  content: "★★★★★";
  background: -webkit-gradient(linear, left top, right top, from(var(--color-icon)), to(rgba(var(--color-foreground), 1)));
  background: linear-gradient(90deg, var(--color-icon) var(--percent), rgba(var(--color-foreground), 1) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
}

#system-message .container {
  padding-left: 0;
  padding-right: 0;
}

.gk-typo-example {
  border-bottom: var(--gk-border-width) var(--gk-border-style) var(--gk-border-color);
  padding-bottom: 3rem;
  margin-right: 0;
  margin-left: 0;
}
.gk-typo-example + .gk-typo-example {
  margin-top: 3rem;
}
.gk-typo-example:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .gk-typo-example .lead {
    margin: 0 0 1rem;
  }
}

@media (max-width: 575.98px) {
  .bd-example .btn, .bd-example #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .bd-example a.btn, .bd-example #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .bd-example a, .bd-example .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .bd-example a, .bd-example #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li .bd-example a, .bd-example .com-contact__links > ul a, .com-contact__links > ul .bd-example a {
    margin-bottom: 0.5rem;
  }
}

/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
.gk-navbar .nav > li, .gk-navbar .com-contact__links > ul > li {
  display: inline-block;
}
.gk-navbar .nav > li > a, .gk-navbar .com-contact__links > ul > li > a {
  padding: var(--gk-navbar-padding-y) var(--gk-navbar-padding-x);
  color: var(--gk-navbar-color);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.gk-navbar .nav > li > a:hover, .gk-navbar .com-contact__links > ul > li > a:hover, .gk-navbar .nav > li > a:focus, .gk-navbar .com-contact__links > ul > li > a:focus, .gk-navbar .nav > li > a:active, .gk-navbar .com-contact__links > ul > li > a:active {
  color: rgba(var(--gk-emphasis-color-rgb), 0.8);
}
.gk-navbar .nav > li.active > a, .gk-navbar .com-contact__links > ul > li.active > a {
  color: rgba(var(--gk-emphasis-color-rgb), 1);
}
.gk-navbar .nav > .deeper, .gk-navbar .com-contact__links > ul > .deeper {
  position: relative;
}
.gk-navbar .nav > .deeper ul, .gk-navbar .com-contact__links > ul > .deeper ul {
  position: absolute;
  background-color: var(--gk-white);
  border: 1px solid var(--gk-border-color);
  display: none;
}
.gk-navbar .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gk-navbar .navbar {
  padding: 0;
}

.gk-fixed-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (max-width: 767.98px) {
  .gk-menu-wrapper {
    width: 100%;
  }
}

.gk-menu-sub .nav, .gk-menu-sub .com-contact__links > ul,
.gk-menu-sub .gk-mega-menuitem-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gk-menu-sub .nav li > a, .gk-menu-sub .com-contact__links > ul li > a,
.gk-menu-sub .nav li > span,
.gk-menu-sub .com-contact__links > ul li > span,
.gk-menu-sub .gk-mega-menuitem-list li > a,
.gk-menu-sub .gk-mega-menuitem-list li > span {
  color: var(--gk-navbar-color);
  text-decoration: none;
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gk-menu-sub .nav li > a:hover, .gk-menu-sub .com-contact__links > ul li > a:hover, .gk-menu-sub .nav li > a:focus, .gk-menu-sub .com-contact__links > ul li > a:focus, .gk-menu-sub .nav li > a:active, .gk-menu-sub .com-contact__links > ul li > a:active,
.gk-menu-sub .nav li > span:hover,
.gk-menu-sub .com-contact__links > ul li > span:hover,
.gk-menu-sub .nav li > span:focus,
.gk-menu-sub .com-contact__links > ul li > span:focus,
.gk-menu-sub .nav li > span:active,
.gk-menu-sub .com-contact__links > ul li > span:active,
.gk-menu-sub .gk-mega-menuitem-list li > a:hover,
.gk-menu-sub .gk-mega-menuitem-list li > a:focus,
.gk-menu-sub .gk-mega-menuitem-list li > a:active,
.gk-menu-sub .gk-mega-menuitem-list li > span:hover,
.gk-menu-sub .gk-mega-menuitem-list li > span:focus,
.gk-menu-sub .gk-mega-menuitem-list li > span:active {
  color: rgba(var(--gk-emphasis-color-rgb), 0.8);
}
.gk-menu-sub .nav li .gk-menu-heading, .gk-menu-sub .com-contact__links > ul li .gk-menu-heading,
.gk-menu-sub .gk-mega-menuitem-list li .gk-menu-heading {
  color: var(--gk-heading-color);
  font-size: 1.125rem;
  font-weight: 600;
  font-family: var(--gk-heading-font-family);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.gk-menu-sub .nav li .gk-menu-heading:hover, .gk-menu-sub .com-contact__links > ul li .gk-menu-heading:hover, .gk-menu-sub .nav li .gk-menu-heading:focus, .gk-menu-sub .com-contact__links > ul li .gk-menu-heading:focus, .gk-menu-sub .nav li .gk-menu-heading:active, .gk-menu-sub .com-contact__links > ul li .gk-menu-heading:active,
.gk-menu-sub .gk-mega-menuitem-list li .gk-menu-heading:hover,
.gk-menu-sub .gk-mega-menuitem-list li .gk-menu-heading:focus,
.gk-menu-sub .gk-mega-menuitem-list li .gk-menu-heading:active {
  color: var(--gk-heading-color);
}

/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
#gk-offcanvas {
  --gk-offcanvas-width: 360px;
}
#gk-offcanvas .offcanvas-header {
  --gk-offcanvas-padding-y: 0.5rem;
  background: var(--gk-gray-100);
  border-bottom: 1px solid var(--gk-border-color);
}
#gk-offcanvas .offcanvas-header h5, #gk-offcanvas .offcanvas-header .gk-nav-vertical-tabs .item-title, .gk-nav-vertical-tabs #gk-offcanvas .offcanvas-header .item-title, #gk-offcanvas .offcanvas-header .h5, #gk-offcanvas .offcanvas-header .mod-articles-layout-5 .item-title, .mod-articles-layout-5 #gk-offcanvas .offcanvas-header .item-title, #gk-offcanvas .offcanvas-header .mod-articles-layout-4 .item-links .item-title, .mod-articles-layout-4 .item-links #gk-offcanvas .offcanvas-header .item-title, #gk-offcanvas .offcanvas-header .mod-articles-layout-3 .item-links .item-title, .mod-articles-layout-3 .item-links #gk-offcanvas .offcanvas-header .item-title, #gk-offcanvas .offcanvas-header .mod-articles-layout-1 .item-links .item-title, .mod-articles-layout-1 .item-links #gk-offcanvas .offcanvas-header .item-title, #gk-offcanvas .offcanvas-header .mod-articlescategory > li .item-title, .mod-articlescategory > li #gk-offcanvas .offcanvas-header .item-title {
  font-weight: 600;
}
[data-gk-theme=dark] #gk-offcanvas .offcanvas-header {
  background: var(--gk-gray-800);
}
#gk-offcanvas .nav, #gk-offcanvas .com-contact__links > ul {
  --gk-offcanvas-color: rgba(var(--gk-emphasis-color-rgb), 0.65);
  --gk-offcanvas-hover-color: rgba(var(--gk-emphasis-color-rgb), 0.8);
  --gk-offcanvas-disabled-color: rgba(var(--gk-emphasis-color-rgb), 0.3);
  --gk-offcanvas-active-color: rgba(var(--gk-emphasis-color-rgb), 1);
}
#gk-offcanvas .nav li, #gk-offcanvas .com-contact__links > ul li {
  padding: 0.5rem 0;
}
#gk-offcanvas .nav li a, #gk-offcanvas .com-contact__links > ul li a,
#gk-offcanvas .nav li span,
#gk-offcanvas .com-contact__links > ul li span {
  color: var(--gk-offcanvas-color);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  padding: 0;
  display: block;
  position: relative;
}
#gk-offcanvas .nav li a:hover, #gk-offcanvas .com-contact__links > ul li a:hover, #gk-offcanvas .nav li a:focus, #gk-offcanvas .com-contact__links > ul li a:focus, #gk-offcanvas .nav li a:active, #gk-offcanvas .com-contact__links > ul li a:active,
#gk-offcanvas .nav li span:hover,
#gk-offcanvas .com-contact__links > ul li span:hover,
#gk-offcanvas .nav li span:focus,
#gk-offcanvas .com-contact__links > ul li span:focus,
#gk-offcanvas .nav li span:active,
#gk-offcanvas .com-contact__links > ul li span:active {
  color: var(--gk-offcanvas-hover-color);
}
#gk-offcanvas .nav li.active > a, #gk-offcanvas .com-contact__links > ul li.active > a, #gk-offcanvas .nav li.active > span, #gk-offcanvas .com-contact__links > ul li.active > span {
  color: var(--gk-offcanvas-active-color);
}
#gk-offcanvas .nav li.deeper > a:after, #gk-offcanvas .com-contact__links > ul li.deeper > a:after,
#gk-offcanvas .nav li.deeper > span:after,
#gk-offcanvas .com-contact__links > ul li.deeper > span:after, #gk-offcanvas .nav li.deeper > a:after,
#gk-offcanvas .nav li.deeper > span:after {
  content: "";
  position: absolute;
  border-top: 5px solid var(--gk-body-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  height: 0;
  margin-top: 0.75rem;
  margin-left: 0.5rem;
  opacity: 0.8;
  cursor: pointer;
}
#gk-offcanvas .nav li.deeper.open > a:after, #gk-offcanvas .com-contact__links > ul li.deeper.open > a:after,
#gk-offcanvas .nav li.deeper.open > span:after,
#gk-offcanvas .com-contact__links > ul li.deeper.open > span:after, #gk-offcanvas .nav li.deeper.open > a:after,
#gk-offcanvas .nav li.deeper.open > span:after {
  border-top: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--gk-body-color);
}
#gk-offcanvas .nav ul, #gk-offcanvas .com-contact__links > ul ul {
  padding: 0.5rem 1rem 0;
  position: relative;
  border: 0;
  background: none;
}
#gk-offcanvas .nav ul li:last-child, #gk-offcanvas .com-contact__links > ul ul li:last-child {
  padding-bottom: 0;
}
#gk-offcanvas .nav ul li.deeper > a:after, #gk-offcanvas .com-contact__links > ul ul li.deeper > a:after, #gk-offcanvas .nav ul li.deeper > span:after, #gk-offcanvas .com-contact__links > ul ul li.deeper > span:after {
  margin-top: 0.5rem;
}
#gk-offcanvas .nav ul li.active > a, #gk-offcanvas .com-contact__links > ul ul li.active > a, #gk-offcanvas .nav ul li.active > span, #gk-offcanvas .com-contact__links > ul ul li.active > span {
  color: var(--gk-offcanvas-active-color);
}

.gk-offcanvas-header {
  border-bottom: 1px solid var(--gk-border-color);
}

/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
.js-stools-container-bar {
  padding: 10px 20px;
}
.js-stools-container-bar .btn-toolbar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.js-stools-container-bar .btn-toolbar > * {
  margin: 4px 0;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
  background-color: #0dcaf0;
  border: 0;
}
.js-stools-container-bar .ordering-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-stools-container-filters {
  display: none;
  padding: 0 20px;
  margin-bottom: 20px;
}
.js-stools-container-filters-visible {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  padding: 10px;
  background-color: #fff;
}
.js-stools-container-filters > * {
  margin: 4px 0;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.js-stools-field-list + .js-stools-field-list {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}

.js-stools-field-selector .form-select {
  width: auto;
}

.pagination-toolbar .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination-toolbar .pagination .page-item > span,
.pagination-toolbar .pagination .page-item > a {
  height: 100%;
  line-height: 18px;
}

#toolbar joomla-toolbar-button + joomla-toolbar-button {
  margin-left: 0.5rem;
}

.btn-primary, #gk-header #gk-offcanvas .nav li a.btn-primary, #gk-header #gk-offcanvas .com-contact__links > ul li a.btn-primary, #gkmegamenu-app .list-menu-items button.btn-primary {
  --gk-btn-color: #fff;
  --gk-btn-bg: var(--gk-primary);
  --gk-btn-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 10%);
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-hover-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-active-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: var(--gk-primary);
  --gk-btn-disabled-border-color: var(--gk-primary);
}

.btn-success {
  --gk-btn-color: #fff;
  --gk-btn-bg: var(--gk-success);
  --gk-btn-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 10%);
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-hover-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-active-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: var(--gk-success);
  --gk-btn-disabled-border-color: var(--gk-success);
}

.btn-danger {
  --gk-btn-color: #fff;
  --gk-btn-bg: var(--gk-danger);
  --gk-btn-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 10%);
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-hover-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-active-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: var(--gk-danger);
  --gk-btn-disabled-border-color: var(--gk-danger);
}

.btn-secondary {
  --gk-btn-color: #fff;
  --gk-btn-bg: var(--gk-secondary);
  --gk-btn-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 10%);
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-hover-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-active-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: var(--gk-secondary);
  --gk-btn-disabled-border-color: var(--gk-secondary);
}

.btn-warning {
  --gk-btn-color: #fff;
  --gk-btn-bg: var(--gk-warning);
  --gk-btn-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 10%);
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-hover-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-active-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: var(--gk-warning);
  --gk-btn-disabled-border-color: var(--gk-warning);
}

.btn-info {
  --gk-btn-color: #fff;
  --gk-btn-bg: var(--gk-info);
  --gk-btn-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 10%);
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-hover-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-active-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: var(--gk-info);
  --gk-btn-disabled-border-color: var(--gk-info);
}

.btn-light, .com-contact__links > ul a {
  --gk-btn-color: var(--gk-gray-800);
  --gk-btn-bg: var(--gk-light);
  --gk-btn-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 10%);
  --gk-btn-hover-color: var(--gk-gray-800);
  --gk-btn-hover-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-hover-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  --gk-btn-active-color: var(--gk-gray-800);
  --gk-btn-active-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-active-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: var(--gk-light);
  --gk-btn-disabled-border-color: var(--gk-light);
}

.btn-dark {
  --gk-btn-color: #fff;
  --gk-btn-bg: var(--gk-dark);
  --gk-btn-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 10%);
  --gk-btn-hover-color: #fff;
  --gk-btn-hover-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-hover-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-focus-shadow-rgb: 49, 132, 253;
  --gk-btn-active-color: #fff;
  --gk-btn-active-bg: color-mix(in srgb,var(--gk-btn-bg),#000 15%);
  --gk-btn-active-border-color: color-mix(in srgb,var(--gk-btn-bg),#000 20%);
  --gk-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --gk-btn-disabled-color: #fff;
  --gk-btn-disabled-bg: var(--gk-dark);
  --gk-btn-disabled-border-color: var(--gk-dark);
}

.btn-group {
  margin-bottom: 1rem;
}
.btn-group .inputbox {
  border-radius: var(--gk-border-radius) 0 0 var(--gk-border-radius);
}
@media (max-width: 575.98px) {
  .btn-group.float-end {
    float: none !important;
  }
}

.form-horizontal .control-group, #templates-form .control-group {
  margin-bottom: 1rem;
}
.form-horizontal .control-label, #templates-form .control-label {
  margin-bottom: 0.5rem;
}

.form-vertical .control-group {
  margin-bottom: 1rem;
}
.form-vertical .control-label {
  margin-bottom: 1rem;
}

legend {
  font-size: 1.5rem;
}

.invalid {
  color: #dc3545;
  border-color: #dc3545;
}

.valid {
  border-color: #198754;
}

[role=tooltip]:not(.show) {
  right: 1rem;
  top: auto;
  z-index: 1080;
  display: none;
  max-width: 100%;
  padding: 0.5em;
  margin: 0.5em;
  color: #19191B;
  text-align: start;
  background: var(--gk-white);
  border: 1px solid #87888D;
  border-radius: var(--gk-border-radius);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}
[role=tooltip]:not(.show)[id^=editarticle-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=editcontact-] {
  right: auto;
  -webkit-margin-start: -10em;
          margin-inline-start: -10em;
}
[role=tooltip]:not(.show)[id^=id-skip-] {
  right: auto;
}
[role=tooltip]:not(.show)[id^=cbunpublish] {
  right: auto;
}

:focus + [role=tooltip],
:hover + [role=tooltip] {
  position: absolute;
  display: block;
}

#com-media {
  --hue: 214;
  --template-bg-light: #f0f4fb;
  --template-text-dark: #495057;
  --template-text-light: #ffffff;
  --template-link-color: #2a69b8;
  --template-special-color: #001B4C;
  --template-bg-dark: hsl(var(--hue),40%,20%);
  --template-bg-dark-3: hsl(var(--hue),40%,97%);
  --template-bg-dark-5: hsl(var(--hue),40%,95%);
  --template-bg-dark-7: hsl(var(--hue),40%,93%);
  --template-bg-dark-10: hsl(var(--hue),40%,90%);
  --template-bg-dark-15: hsl(var(--hue),40%,85%);
  --template-bg-dark-20: hsl(var(--hue),40%,80%);
  --template-bg-dark-30: hsl(var(--hue),40%,70%);
  --template-bg-dark-40: hsl(var(--hue),40%,60%);
  --template-bg-dark-50: hsl(var(--hue),40%,50%);
  --template-bg-dark-60: hsl(var(--hue),40%,40%);
  --template-bg-dark-65: hsl(var(--hue),40%,35%);
  --template-bg-dark-70: hsl(var(--hue),40%,30%);
  --template-bg-dark-75: hsl(var(--hue),40%,25%);
  --template-bg-dark-80: hsl(var(--hue),40%,20%);
  --template-bg-dark-90: hsl(var(--hue),40%,10%);
}
#com-media .media-container .media-main + input {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
.box,
.gk-box,
.gk-module,
.gk-sub-heading-box {
  position: relative;
}

.gk-sub-heading-box {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .gk-sub-heading-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.gk-sub-heading-box .mod-title {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  font-size: 1.125rem;
  font-family: var(--gk-heading-font-family);
}
.gk-sub-heading-box .mod-title .inner > .sub-heading {
  color: var(--gk-primary);
  font-weight: bold;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25;
  font-family: 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";
  text-transform: uppercase;
}
.gk-sub-heading-box .mod-title .heading {
  font-size: 3rem;
  font-weight: 400;
  display: block;
  font-family: var(--gk-heading-font-family);
}
.gk-sub-heading-box .mod-title .head-highlight {
  color: var(--gk-primary);
}
.gk-sub-heading-box h1.mod-title .heading, .gk-sub-heading-box .mod-title.h1 .heading {
  font-size: 4rem;
}
.gk-sub-heading-box h2.mod-title .heading, .gk-sub-heading-box .mod-title.h2 .heading, .gk-sub-heading-box .mod-articles-layout-3 .item-highlight .item-inner:first-child .mod-title.item-title .heading, .mod-articles-layout-3 .item-highlight .item-inner:first-child .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .mod-articles-layout-1 .item-highlight .item-inner:first-child .mod-title.item-title .heading, .mod-articles-layout-1 .item-highlight .item-inner:first-child .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .blog .items-leading .mod-title.item-title .heading, .blog .items-leading .gk-sub-heading-box .mod-title.item-title .heading,
.gk-sub-heading-box .blog-featured .items-leading .mod-title.item-title .heading,
.blog-featured .items-leading .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .gk-logo.text span.mod-title .heading, .gk-logo.text .gk-sub-heading-box span.mod-title .heading {
  font-size: 3rem;
}
.gk-sub-heading-box h4.mod-title .heading, .gk-sub-heading-box .mod-title.h4 .heading, .gk-sub-heading-box .mod-articles-layout-6 .item-child .mod-title.item-title .heading, .mod-articles-layout-6 .item-child .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .mod-articles-layout-5 .has-intro-image .mod-title.item-title .heading, .mod-articles-layout-5 .has-intro-image .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .mod-articles-layout-3 .item-child .mod-title.item-title .heading, .mod-articles-layout-3 .item-child .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .mod-articles-layout-3 .item-highlight .item-inner:last-child .mod-title.item-title .heading, .mod-articles-layout-3 .item-highlight .item-inner:last-child .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .mod-articles-layout-2 .mod-title.item-title .heading, .mod-articles-layout-2 .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .mod-articles-layout-1 .item-child .mod-title.item-title .heading, .mod-articles-layout-1 .item-child .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .mod-articles-layout-1 .item-highlight .item-inner:last-child .mod-title.item-title .heading, .mod-articles-layout-1 .item-highlight .item-inner:last-child .gk-sub-heading-box .mod-title.item-title .heading, .gk-sub-heading-box .com-content-categories__item-title > a.mod-title .heading, .gk-sub-heading-box .cat-children .com-content-category-blog__child > .mod-title.page-header .heading, .cat-children .gk-sub-heading-box .com-content-category-blog__child > .mod-title.page-header .heading, .gk-sub-heading-box .cat-children .com-content-category__children > .mod-title.page-header .heading, .cat-children .gk-sub-heading-box .com-content-category__children > .mod-title.page-header .heading {
  font-size: 1.5rem;
}
.gk-sub-heading-box .mod-title-wrap .mod-title {
  margin-bottom: 1rem;
}

.modDesc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.mod-ct .modDesc {
  margin-top: -2rem;
}
@media (min-width: 768px) {
  .modDesc {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .modDesc {
    width: 50%;
  }
}

.acm-hero .hero-btns {
  margin-top: 1.5rem;
}
.acm-hero .hero-image img {
  border-radius: var(--gk-border-radius);
}
@media (max-width: 767.98px) {
  .acm-hero .hero-image {
    margin-top: var(--gk-gutter-x);
  }
}

.acm-features.style-1 .features-media {
  width: 64px;
  height: auto;
}
@media (max-width: 767.98px) {
  .acm-features.style-1 .row {
    --gk-gutter-y: 1.5rem;
  }
}

.acm-clients.style-1 .client-img {
  text-align: center;
}
.acm-clients.style-1 .client-img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.acm-testimonials.style-1 .rating-star {
  margin-bottom: 1rem;
}
.acm-testimonials.style-1 .rating-star + .h3, .acm-testimonials.style-1 .blog .rating-star + .item-title, .blog .acm-testimonials.style-1 .rating-star + .item-title,
.acm-testimonials.style-1 .blog-featured .rating-star + .item-title,
.blog-featured .acm-testimonials.style-1 .rating-star + .item-title {
  margin-bottom: 3rem;
}
.acm-testimonials.style-1 .author-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acm-testimonials.style-1 .author-wrap .author-avatar {
  margin-right: 1rem;
  width: 64px;
  height: auto;
  border-radius: 50%;
}
.acm-testimonials.style-1 .author-wrap .author-position {
  font-size: 0.875rem;
}
.acm-testimonials.style-1 .author-info {
  text-align: left;
}
.acm-testimonials.style-1 .owl-dots {
  margin-top: 3rem;
}
.acm-testimonials.style-1 .owl-dots .owl-dot.active span {
  background: var(--gk-primary);
}

.mod-articlescategories,
.mod-articleslatest,
.mod-articlescategory,
.mostread {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.5rem;
}
.mod-articlescategories > li > a,
.mod-articleslatest > li > a,
.mod-articlescategory > li > a,
.mostread > li > a {
  color: var(--gk-body-color);
}
.mod-articlescategories > li > a:hover, .mod-articlescategories > li > a:focus, .mod-articlescategories > li > a:active,
.mod-articleslatest > li > a:hover,
.mod-articleslatest > li > a:focus,
.mod-articleslatest > li > a:active,
.mod-articlescategory > li > a:hover,
.mod-articlescategory > li > a:focus,
.mod-articlescategory > li > a:active,
.mostread > li > a:hover,
.mostread > li > a:focus,
.mostread > li > a:active {
  color: var(--gk-body-color);
}
.mod-articlescategories .item-image-wrapper,
.mod-articleslatest .item-image-wrapper,
.mod-articlescategory .item-image-wrapper,
.mostread .item-image-wrapper {
  max-width: 33.33%;
}

@media (max-width: 767.98px) {
  .blog-list {
    --gk-gutter-y: 1.5rem;
  }
}
.blog-list .item-image {
  margin-bottom: 1.5rem;
  display: block;
}
.blog-list .item-image img {
  border-radius: var(--gk-border-radius);
}
.blog-list .item-title {
  margin-bottom: 0.5rem;
}
.blog-list .item-meta {
  font-size: 0.875rem;
  color: #87888D;
  margin-bottom: 1rem;
}
.blog-list .item-meta > span + span {
  margin-left: 0.5rem;
  padding-left: 1rem;
  position: relative;
}
.blog-list .item-meta > span + span:before {
  background-color: #adb5bd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
}
.blog-list .item-meta > span i {
  margin-right: 0.2rem;
}
.blog-list .item-meta a {
  text-decoration: none;
}

.mod-articlescategories li a {
  display: block;
  padding-left: calc(0.5rem + 16px);
  position: relative;
}
.mod-articlescategories li a:before {
  content: "\f07b";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  position: absolute;
  left: 0;
}

.mod-articleslatest li > a,
.mod-articlescategory li > a,
.mostread li > a {
  display: block;
  padding-left: calc(0.5rem + 16px);
  position: relative;
}
.mod-articleslatest li > a:before,
.mod-articlescategory li > a:before,
.mostread li > a:before {
  content: "\f1ea";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: normal;
  font-style: normal;
  text-align: left;
  position: absolute;
  left: 0;
}

.com_content.article.blog #gk-masthead .ja-masthead {
  background-image: none !important;
}
#gk-masthead .ja-masthead:before {
  display: none;
}
#gk-masthead .ja-masthead .ja-masthead-detail {
  color: inherit;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#gk-masthead .ja-masthead .ja-masthead-title {
  font-size: 4rem;
}

.mod-login {
  margin-bottom: 0;
}
.mod-login .mod-login__username,
.mod-login .mod-login__password,
.mod-login .mod-login__twofactor {
  margin-bottom: 1rem;
}
.mod-login .mod-login__username input,
.mod-login .mod-login__password input,
.mod-login .mod-login__twofactor input {
  max-width: none;
}
@media (min-width: 768px) {
  .mod-login .mod-login__username input,
  .mod-login .mod-login__password input,
  .mod-login .mod-login__twofactor input {
    max-width: none;
  }
}
.mod-login .mod-login__username .input-group-text,
.mod-login .mod-login__password .input-group-text,
.mod-login .mod-login__twofactor .input-group-text {
  border-radius: 0 3px 3px 0;
}
.mod-login .mod-login__username .mod-login__twofactor,
.mod-login .mod-login__password .mod-login__twofactor,
.mod-login .mod-login__twofactor .mod-login__twofactor {
  position: relative;
}
.mod-login .mod-login__username .mod-login__twofactor .btn, .mod-login .mod-login__username .mod-login__twofactor #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .mod-login .mod-login__username .mod-login__twofactor a.btn, .mod-login .mod-login__username .mod-login__twofactor #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .mod-login .mod-login__username .mod-login__twofactor a, .mod-login .mod-login__username .mod-login__twofactor .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .mod-login .mod-login__username .mod-login__twofactor a, .mod-login .mod-login__username .mod-login__twofactor #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li .mod-login .mod-login__username .mod-login__twofactor a, .mod-login .mod-login__username .mod-login__twofactor .com-contact__links > ul a, .com-contact__links > ul .mod-login .mod-login__username .mod-login__twofactor a,
.mod-login .mod-login__password .mod-login__twofactor .btn,
.mod-login .mod-login__password .mod-login__twofactor #gk-header #gk-offcanvas .nav li a.btn,
#gk-header #gk-offcanvas .nav li .mod-login .mod-login__password .mod-login__twofactor a.btn,
.mod-login .mod-login__password .mod-login__twofactor #gk-header #gk-offcanvas .nav li .com-contact__links > ul a,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .mod-login .mod-login__password .mod-login__twofactor a,
.mod-login .mod-login__password .mod-login__twofactor .com-contact__links > ul #gk-header #gk-offcanvas .nav li a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .mod-login .mod-login__password .mod-login__twofactor a,
.mod-login .mod-login__password .mod-login__twofactor #gk-header #gk-offcanvas .com-contact__links > ul li a,
#gk-header #gk-offcanvas .com-contact__links > ul li .mod-login .mod-login__password .mod-login__twofactor a,
.mod-login .mod-login__password .mod-login__twofactor .com-contact__links > ul a,
.com-contact__links > ul .mod-login .mod-login__password .mod-login__twofactor a,
.mod-login .mod-login__twofactor .mod-login__twofactor .btn,
.mod-login .mod-login__twofactor .mod-login__twofactor #gk-header #gk-offcanvas .nav li a.btn,
#gk-header #gk-offcanvas .nav li .mod-login .mod-login__twofactor .mod-login__twofactor a.btn,
.mod-login .mod-login__twofactor .mod-login__twofactor #gk-header #gk-offcanvas .nav li .com-contact__links > ul a,
#gk-header #gk-offcanvas .nav li .com-contact__links > ul .mod-login .mod-login__twofactor .mod-login__twofactor a,
.mod-login .mod-login__twofactor .mod-login__twofactor .com-contact__links > ul #gk-header #gk-offcanvas .nav li a,
.com-contact__links > ul #gk-header #gk-offcanvas .nav li .mod-login .mod-login__twofactor .mod-login__twofactor a,
.mod-login .mod-login__twofactor .mod-login__twofactor #gk-header #gk-offcanvas .com-contact__links > ul li a,
#gk-header #gk-offcanvas .com-contact__links > ul li .mod-login .mod-login__twofactor .mod-login__twofactor a,
.mod-login .mod-login__twofactor .mod-login__twofactor .com-contact__links > ul a,
.com-contact__links > ul .mod-login .mod-login__twofactor .mod-login__twofactor a {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
}
.mod-login .mod-login__remember {
  margin-bottom: 1rem;
}
.mod-login .mod-login__remember label {
  font-weight: normal;
}
.mod-login .mod-login__submit {
  margin-bottom: 0.5rem;
}
.mod-login .mod-login__options {
  margin-bottom: 0;
}
.mod-login .mod-login__options li {
  padding: 0.25rem 0;
}
.mod-login .mod-login__options li a {
  color: var(--gk-body-color);
}
.mod-login .mod-login__options li a:hover, .mod-login .mod-login__options li a:focus, .mod-login .mod-login__options li a:active {
  color: var(--gk-link-color-hover);
}
.mod-login ul.unstyled {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
.mod-login .login-greeting {
  margin-bottom: 0.5rem;
}

.mod-login-logout .mod-login-logout__login-greeting {
  margin-bottom: 0.5rem;
}

.mod-finder label {
  display: block;
  margin-bottom: 0.5rem;
}
.mod-finder .awesomplete {
  display: block;
}
.mod-finder .awesomplete > ul {
  z-index: 1000;
}
.mod-finder .js-finder-search-query {
  width: 100%;
}
.mod-finder .mod-finder__advanced {
  margin-top: 1rem;
}
.mod-finder .mod-finder__advanced .control-group + .control-group {
  margin-top: 0.5rem;
}
.mod-finder .mod-finder__search {
  display: block;
}
.mod-finder .mod-finder__search .btn, .mod-finder .mod-finder__search #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .mod-finder .mod-finder__search a.btn, .mod-finder .mod-finder__search #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .mod-finder .mod-finder__search a, .mod-finder .mod-finder__search .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .mod-finder .mod-finder__search a, .mod-finder .mod-finder__search #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li .mod-finder .mod-finder__search a, .mod-finder .mod-finder__search .com-contact__links > ul a, .com-contact__links > ul .mod-finder .mod-finder__search a {
  margin-top: 0.5rem;
  border-radius: var(--gk-btn-border-radius) !important;
}

.breadcrumb {
  --gk-breadcrumb-divider-color: var(--gk-secondary-rgb);
  --gk-breadcrumb-item-padding-x: 0.5rem;
  --gk-breadcrumb-item-active-color: var(--gk-secondary-rgb);
}

.mod-breadcrumbs__wrapper .breadcrumb {
  --gk-breadcrumb-margin-bottom: 0;
}
.container .mod-breadcrumbs__wrapper .breadcrumb {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn.jmodedit, #gk-header #gk-offcanvas .nav li a.jmodedit.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a.jmodedit, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a.jmodedit, #gk-header #gk-offcanvas .com-contact__links > ul li a.jmodedit, .com-contact__links > ul a.jmodedit {
  z-index: 1;
  background-color: transparent;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  color: var(--gk-link-color);
  left: auto;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: auto;
}
.bg-primary .btn.jmodedit, .bg-primary #gk-header #gk-offcanvas .nav li a.jmodedit.btn, #gk-header #gk-offcanvas .nav li .bg-primary a.jmodedit.btn, .bg-primary #gk-header #gk-offcanvas .nav li .com-contact__links > ul a.jmodedit, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .bg-primary a.jmodedit, .bg-primary .com-contact__links > ul #gk-header #gk-offcanvas .nav li a.jmodedit, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .bg-primary a.jmodedit, .bg-primary #gk-header #gk-offcanvas .com-contact__links > ul li a.jmodedit, #gk-header #gk-offcanvas .com-contact__links > ul li .bg-primary a.jmodedit, .bg-primary .com-contact__links > ul a.jmodedit, .com-contact__links > ul .bg-primary a.jmodedit {
  color: var(--gk-white);
}

#modules-form .control-group {
  margin-bottom: 1rem;
}
#modules-form .control-label {
  margin-bottom: 1rem;
}

/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
.item-image img {
  border-radius: var(--gk-border-radius);
}

.item-content p.readmore {
  margin-bottom: 0;
}

figure.image img {
  border-radius: var(--gk-border-radius);
}
figure.image figcaption {
  text-align: center;
  padding: 0.5rem;
}

.article-info dt {
  display: none;
}

.blog .items-leading .blog-item,
.blog-featured .items-leading .blog-item {
  margin-bottom: var(--gk-gutter-x);
}
.blog .blog-items,
.blog-featured .blog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-bottom: 3rem;
  row-gap: var(--gk-gutter-y);
}
.blog .blog-items .blog-item,
.blog-featured .blog-items .blog-item {
  width: 100%;
}
.blog .blog-items[class^=columns-], .blog .blog-items[class*=" columns-"],
.blog-featured .blog-items[class^=columns-],
.blog-featured .blog-items[class*=" columns-"] {
  row-gap: 3rem;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.blog .blog-items[class^=columns-] .blog-item, .blog .blog-items[class*=" columns-"] .blog-item,
.blog-featured .blog-items[class^=columns-] .blog-item,
.blog-featured .blog-items[class*=" columns-"] .blog-item {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.blog .blog-items[class^=columns-] .item-image, .blog .blog-items[class*=" columns-"] .item-image,
.blog-featured .blog-items[class^=columns-] .item-image,
.blog-featured .blog-items[class*=" columns-"] .item-image {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.blog .blog-items[class^=masonry-], .blog .blog-items[class*=" masonry-"],
.blog-featured .blog-items[class^=masonry-],
.blog-featured .blog-items[class*=" masonry-"] {
  display: block;
  row-gap: 0;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
.blog .blog-items[class^=masonry-] .blog-item, .blog .blog-items[class*=" masonry-"] .blog-item,
.blog-featured .blog-items[class^=masonry-] .blog-item,
.blog-featured .blog-items[class*=" masonry-"] .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.blog .blog-items[class^=masonry-] .item-image, .blog .blog-items[class*=" masonry-"] .item-image,
.blog-featured .blog-items[class^=masonry-] .item-image,
.blog-featured .blog-items[class*=" masonry-"] .item-image {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .blog .blog-items.columns-2 > div,
  .blog-featured .blog-items.columns-2 > div {
    width: 50%;
  }
  .blog .blog-items.columns-3 > div,
  .blog-featured .blog-items.columns-3 > div {
    width: 33.33333%;
  }
  .blog .blog-items.columns-4 > div,
  .blog-featured .blog-items.columns-4 > div {
    width: 25%;
  }
  .blog .blog-items.columns-5 > div,
  .blog-featured .blog-items.columns-5 > div {
    width: 20%;
  }
  .blog .blog-items.columns-6 > div,
  .blog-featured .blog-items.columns-6 > div {
    width: 16.66%;
  }
  .blog .blog-items.masonry-2,
  .blog-featured .blog-items.masonry-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .blog .blog-items.masonry-3,
  .blog-featured .blog-items.masonry-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .blog .blog-items.masonry-4,
  .blog-featured .blog-items.masonry-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .blog .blog-items.masonry-5,
  .blog-featured .blog-items.masonry-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .blog .blog-items.masonry-6,
  .blog-featured .blog-items.masonry-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}
.blog .item-image,
.blog-featured .item-image {
  --ratio-percent: 66.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: var(--gk-border-radius);
}
.blog .item-image:before,
.blog-featured .item-image:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.blog .item-image > img,
.blog-featured .item-image > img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
}
.blog .item-image > a,
.blog-featured .item-image > a {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.blog .item-image > a img,
.blog-featured .item-image > a img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blog .item-image.left,
.blog-featured .item-image.left {
  float: left;
  margin-right: 1rem;
  width: 25%;
}
.blog .item-image.right,
.blog-featured .item-image.right {
  float: right;
  margin-left: 1rem;
  width: 25%;
}
.blog .cat-children,
.blog-featured .cat-children {
  margin-top: 2rem;
}

.items-more {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.items-more .com-content-blog__links {
  list-style: none;
}
.cat-children > h3, .gk-mainbody.gk-component .mod-articlescategory .cat-children > .item-title, .cat-children > .h3, .blog .cat-children > .item-title,
.blog-featured .cat-children > .item-title {
  margin-bottom: 1.5rem;
}
.cat-children .com-content-category__children + .com-content-category__children {
  margin-top: var(--gk-gutter-x);
}
.cat-children .com-content-category__children > .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.cat-children .com-content-category__children > .page-header .badge {
  margin-left: 0.5rem;
}
.cat-children .com-content-category-blog__child + .com-content-category-blog__child {
  margin-top: var(--gk-gutter-x);
}
.com-content-category__navigation {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
  .item-page .article-index {
    width: 100%;
    margin-left: 0 !important;
  }
}

.pagenavigation {
  border-top: 1px solid var(--gk-border-color);
  padding-top: 1rem;
  margin-top: 1rem;
}
.pagenavigation .pagination,
.pagenavigation .pager {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagenavigation .pagination .next:only-child,
.pagenavigation .pager .next:only-child {
  margin-left: auto;
}

.pagination__wrapper .pagination {
  gap: 8px;
}
@media (max-width: 575.98px) {
  .pagination__wrapper .pagination .disabled {
    display: none;
  }
  .pagination__wrapper .pagination .page-item:last-child,
  .pagination__wrapper .pagination .page-item:first-child {
    display: none;
  }
}

.pager .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  .counter.float-end {
    float: none !important;
  }
}

.com-content-category__articles #filter-search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.com-content-category__table,
.com-content-category__articles {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.category-desc > img {
  margin-bottom: 1rem;
  border-radius: var(--gk-border-radius);
}

.com-content-categories__item-title-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.com-content-categories__items {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  display: block;
  -webkit-column-gap: var(--gk-gutter-x);
  -moz-column-gap: var(--gk-gutter-x);
  column-gap: var(--gk-gutter-x);
}
@media (max-width: 767.98px) {
  .com-content-categories__items {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.com-content-categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: var(--gk-gutter-x);
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  border-bottom: 0;
  margin-bottom: 2rem;
}
.com-content-categories__item img {
  margin-bottom: 1rem;
  height: auto;
  border-radius: var(--gk-border-radius);
}

.com-content-categories__item-title {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.com-content-categories__item-title > a {
  margin-bottom: 0;
}
.com-content-categories__item-title .badge {
  margin-left: 0.5rem;
}

.com-content-categories__children {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.tagspopular ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tagspopular ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 5px;
}
.tagspopular ul li > a:hover, .tagspopular ul li > a:focus, .tagspopular ul li > a:active,
.tagspopular ul .label:hover,
.tagspopular ul .label:focus,
.tagspopular ul .label:active {
  text-decoration: none;
}

.com-tags-tag__category {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.com-tags-tag__category .list-group-item, .com-tags-tag__category .items-more .com-content-blog__link, .items-more .com-tags-tag__category .com-content-blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  border: 0;
  padding: 0;
  background: none;
}
.com-tags-tag__category .list-group-item h3, .com-tags-tag__category .list-group-item .gk-mainbody.gk-component .mod-articlescategory .item-title, .gk-mainbody.gk-component .mod-articlescategory .com-tags-tag__category .list-group-item .item-title, .com-tags-tag__category .items-more .com-content-blog__link h3, .com-tags-tag__category .items-more .com-content-blog__link .gk-mainbody.gk-component .mod-articlescategory .item-title, .gk-mainbody.gk-component .mod-articlescategory .com-tags-tag__category .items-more .com-content-blog__link .item-title, .items-more .com-tags-tag__category .com-content-blog__link h3, .items-more .com-tags-tag__category .com-content-blog__link .gk-mainbody.gk-component .mod-articlescategory .item-title, .gk-mainbody.gk-component .mod-articlescategory .items-more .com-tags-tag__category .com-content-blog__link .item-title, .com-tags-tag__category .list-group-item .h3, .com-tags-tag__category .list-group-item .blog .item-title, .blog .com-tags-tag__category .list-group-item .item-title,
.com-tags-tag__category .list-group-item .blog-featured .item-title,
.blog-featured .com-tags-tag__category .list-group-item .item-title, .com-tags-tag__category .items-more .com-content-blog__link .h3, .com-tags-tag__category .items-more .com-content-blog__link .blog .item-title, .blog .com-tags-tag__category .items-more .com-content-blog__link .item-title,
.com-tags-tag__category .items-more .com-content-blog__link .blog-featured .item-title,
.blog-featured .com-tags-tag__category .items-more .com-content-blog__link .item-title, .items-more .com-tags-tag__category .com-content-blog__link .h3, .items-more .com-tags-tag__category .com-content-blog__link .blog .item-title, .blog .items-more .com-tags-tag__category .com-content-blog__link .item-title,
.items-more .com-tags-tag__category .com-content-blog__link .blog-featured .item-title,
.blog-featured .items-more .com-tags-tag__category .com-content-blog__link .item-title {
  margin-bottom: 1rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.com-tags-tag__category .list-group-item h3 + a, .com-tags-tag__category .list-group-item .gk-mainbody.gk-component .mod-articlescategory .item-title + a, .gk-mainbody.gk-component .mod-articlescategory .com-tags-tag__category .list-group-item .item-title + a, .com-tags-tag__category .items-more .com-content-blog__link h3 + a, .com-tags-tag__category .items-more .com-content-blog__link .gk-mainbody.gk-component .mod-articlescategory .item-title + a, .gk-mainbody.gk-component .mod-articlescategory .com-tags-tag__category .items-more .com-content-blog__link .item-title + a, .items-more .com-tags-tag__category .com-content-blog__link h3 + a, .items-more .com-tags-tag__category .com-content-blog__link .gk-mainbody.gk-component .mod-articlescategory .item-title + a, .gk-mainbody.gk-component .mod-articlescategory .items-more .com-tags-tag__category .com-content-blog__link .item-title + a, .com-tags-tag__category .list-group-item .h3 + a, .com-tags-tag__category .list-group-item .blog .item-title + a, .blog .com-tags-tag__category .list-group-item .item-title + a,
.com-tags-tag__category .list-group-item .blog-featured .item-title + a,
.blog-featured .com-tags-tag__category .list-group-item .item-title + a, .com-tags-tag__category .items-more .com-content-blog__link .h3 + a, .com-tags-tag__category .items-more .com-content-blog__link .blog .item-title + a, .blog .com-tags-tag__category .items-more .com-content-blog__link .item-title + a,
.com-tags-tag__category .items-more .com-content-blog__link .blog-featured .item-title + a,
.blog-featured .com-tags-tag__category .items-more .com-content-blog__link .item-title + a, .items-more .com-tags-tag__category .com-content-blog__link .h3 + a, .items-more .com-tags-tag__category .com-content-blog__link .blog .item-title + a, .blog .items-more .com-tags-tag__category .com-content-blog__link .item-title + a,
.items-more .com-tags-tag__category .com-content-blog__link .blog-featured .item-title + a,
.blog-featured .items-more .com-tags-tag__category .com-content-blog__link .item-title + a {
  --ratio-percent: 66.66%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: var(--gk-border-radius);
}
.com-tags-tag__category .list-group-item h3 + a img, .com-tags-tag__category .list-group-item .gk-mainbody.gk-component .mod-articlescategory .item-title + a img, .gk-mainbody.gk-component .mod-articlescategory .com-tags-tag__category .list-group-item .item-title + a img, .com-tags-tag__category .items-more .com-content-blog__link h3 + a img, .com-tags-tag__category .items-more .com-content-blog__link .gk-mainbody.gk-component .mod-articlescategory .item-title + a img, .gk-mainbody.gk-component .mod-articlescategory .com-tags-tag__category .items-more .com-content-blog__link .item-title + a img, .items-more .com-tags-tag__category .com-content-blog__link h3 + a img, .items-more .com-tags-tag__category .com-content-blog__link .gk-mainbody.gk-component .mod-articlescategory .item-title + a img, .gk-mainbody.gk-component .mod-articlescategory .items-more .com-tags-tag__category .com-content-blog__link .item-title + a img, .com-tags-tag__category .list-group-item .h3 + a img, .com-tags-tag__category .list-group-item .blog .item-title + a img, .blog .com-tags-tag__category .list-group-item .item-title + a img,
.com-tags-tag__category .list-group-item .blog-featured .item-title + a img,
.blog-featured .com-tags-tag__category .list-group-item .item-title + a img, .com-tags-tag__category .items-more .com-content-blog__link .h3 + a img, .com-tags-tag__category .items-more .com-content-blog__link .blog .item-title + a img, .blog .com-tags-tag__category .items-more .com-content-blog__link .item-title + a img,
.com-tags-tag__category .items-more .com-content-blog__link .blog-featured .item-title + a img,
.blog-featured .com-tags-tag__category .items-more .com-content-blog__link .item-title + a img, .items-more .com-tags-tag__category .com-content-blog__link .h3 + a img, .items-more .com-tags-tag__category .com-content-blog__link .blog .item-title + a img, .blog .items-more .com-tags-tag__category .com-content-blog__link .item-title + a img,
.items-more .com-tags-tag__category .com-content-blog__link .blog-featured .item-title + a img,
.blog-featured .items-more .com-tags-tag__category .com-content-blog__link .item-title + a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: var(--gk-border-radius);
}
.com-tags-tag__category .list-group-item h3 + a:before, .com-tags-tag__category .list-group-item .gk-mainbody.gk-component .mod-articlescategory .item-title + a:before, .gk-mainbody.gk-component .mod-articlescategory .com-tags-tag__category .list-group-item .item-title + a:before, .com-tags-tag__category .items-more .com-content-blog__link h3 + a:before, .com-tags-tag__category .items-more .com-content-blog__link .gk-mainbody.gk-component .mod-articlescategory .item-title + a:before, .gk-mainbody.gk-component .mod-articlescategory .com-tags-tag__category .items-more .com-content-blog__link .item-title + a:before, .items-more .com-tags-tag__category .com-content-blog__link h3 + a:before, .items-more .com-tags-tag__category .com-content-blog__link .gk-mainbody.gk-component .mod-articlescategory .item-title + a:before, .gk-mainbody.gk-component .mod-articlescategory .items-more .com-tags-tag__category .com-content-blog__link .item-title + a:before, .com-tags-tag__category .list-group-item .h3 + a:before, .com-tags-tag__category .list-group-item .blog .item-title + a:before, .blog .com-tags-tag__category .list-group-item .item-title + a:before,
.com-tags-tag__category .list-group-item .blog-featured .item-title + a:before,
.blog-featured .com-tags-tag__category .list-group-item .item-title + a:before, .com-tags-tag__category .items-more .com-content-blog__link .h3 + a:before, .com-tags-tag__category .items-more .com-content-blog__link .blog .item-title + a:before, .blog .com-tags-tag__category .items-more .com-content-blog__link .item-title + a:before,
.com-tags-tag__category .items-more .com-content-blog__link .blog-featured .item-title + a:before,
.blog-featured .com-tags-tag__category .items-more .com-content-blog__link .item-title + a:before, .items-more .com-tags-tag__category .com-content-blog__link .h3 + a:before, .items-more .com-tags-tag__category .com-content-blog__link .blog .item-title + a:before, .blog .items-more .com-tags-tag__category .com-content-blog__link .item-title + a:before,
.items-more .com-tags-tag__category .com-content-blog__link .blog-featured .item-title + a:before,
.blog-featured .items-more .com-tags-tag__category .com-content-blog__link .item-title + a:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--ratio-percent);
}
.com-tags-tag__category .list-group-item .tag-body, .com-tags-tag__category .items-more .com-content-blog__link .tag-body, .items-more .com-tags-tag__category .com-content-blog__link .tag-body {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.com-tags-tag-list__items .com-tags-tag__filter {
  margin-bottom: 1rem;
}

.com-content-archive .filter-search > span {
  display: inline-block;
}
.com-content-archive .filter-search > * {
  margin-bottom: 0.5rem;
}

.com-users-login,
.com-users-registration,
.com-users-reset,
.com-users-remind,
.request-confirm,
.request-form,
.remind-confirm,
.reset-confirm {
  --gk-form-width: 400px;
  padding: 1.5rem;
  width: var(--gk-form-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.com-users-registration .control-label {
  margin-bottom: 0.5rem;
}
.com-users-registration .control-group {
  margin-bottom: 1rem;
}

.com-users-reset legend,
.com-users-remind legend,
.request-confirm legend,
.request-form legend,
.remind-confirm legend {
  font-size: var(--gk-body-font-size);
  float: none;
  margin-bottom: 2rem;
}

.com-contact-categories__items .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.com-contact-categories__items .page-header .badge {
  margin-left: 0.5rem;
}

.com-contact__thumbnail {
  text-align: left;
}
.com-contact__thumbnail img {
  border-radius: var(--gk-border-radius);
}
@media (max-width: 991.98px) {
  .com-contact__thumbnail {
    margin-bottom: 1.5rem;
  }
}

.com-contact__address.dl-horizontal {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.com-contact__address.dl-horizontal dt {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}
.com-contact__address.dl-horizontal dd {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  padding: 0 0 0 3rem;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .com-contact__address.dl-horizontal dd {
    padding-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .com-contact__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto 1rem auto 1rem auto 1rem auto;
    grid-template-rows: repeat(4, auto);
    grid-gap: 1rem;
    margin-bottom: 3rem;
  }
  .com-contact__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .com-contact__container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .com-contact__container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .com-contact__container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .com-contact__container > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .com-contact__container > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .com-contact__container > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .com-contact__container > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .com-contact__container > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .com-contact__container > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .com-contact__container > *:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .com-contact__container > *:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .com-contact__container > *:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .com-contact__container > *:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .com-contact__container > *:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .com-contact__container > *:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .com-contact__container h3, .com-contact__container .gk-mainbody.gk-component .mod-articlescategory .item-title, .gk-mainbody.gk-component .mod-articlescategory .com-contact__container .item-title, .com-contact__container .h3, .com-contact__container .blog .item-title, .blog .com-contact__container .item-title,
  .com-contact__container .blog-featured .item-title,
  .blog-featured .com-contact__container .item-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
  .com-contact__container .com-contact__thumbnail {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2/5;
    margin-bottom: 3rem;
    text-align: right;
  }
  .com-contact__container .com-contact__position {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .com-contact__container .com-contact__info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .com-users-profile dt {
    min-width: 180px;
  }
}
.contact_email_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact_email_copy .form-check-inline {
  margin-right: 0;
}

.com-contact__links {
  margin-bottom: 1.5rem;
}
.com-contact__links > ul > li {
  margin-right: 1rem;
}
.com-contact__links > ul a:hover, .com-contact__links > ul a:focus, .com-contact__links > ul a:active {
  text-decoration: none;
}

.com-contact-category__items #filter-search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.com-contact-category__items #adminForm {
  margin-top: 2rem;
}
.com-contact-category__items #adminForm .btn + .com-contact-category__pagination, .com-contact-category__items #adminForm #gk-header #gk-offcanvas .nav li a.btn + .com-contact-category__pagination, #gk-header #gk-offcanvas .nav li .com-contact-category__items #adminForm a.btn + .com-contact-category__pagination, .com-contact-category__items #adminForm #gk-header #gk-offcanvas .nav li .com-contact__links > ul a + .com-contact-category__pagination, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .com-contact-category__items #adminForm a + .com-contact-category__pagination, .com-contact-category__items #adminForm .com-contact__links > ul #gk-header #gk-offcanvas .nav li a + .com-contact-category__pagination, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .com-contact-category__items #adminForm a + .com-contact-category__pagination, .com-contact-category__items #adminForm #gk-header #gk-offcanvas .com-contact__links > ul li a + .com-contact-category__pagination, #gk-header #gk-offcanvas .com-contact__links > ul li .com-contact-category__items #adminForm a + .com-contact-category__pagination, .com-contact-category__items #adminForm .com-contact__links > ul a + .com-contact-category__pagination, .com-contact__links > ul .com-contact-category__items #adminForm a + .com-contact-category__pagination {
  margin-top: 2rem;
}

.com-contact__miscinfo .dl-horizontal {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.com-contact__miscinfo .dl-horizontal dt {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}
.com-contact__miscinfo .dl-horizontal dd {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  padding: 0 0 0 3rem;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .com-contact__miscinfo .dl-horizontal dd {
    padding-left: 0.5rem;
  }
}

.com-newsfeeds-categories__items .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.com-newsfeeds-categories__items .page-header .badge {
  margin-left: 0.5rem;
}

.com-newsfeeds-category__category {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.com-finder__filter .control-group {
  margin-bottom: 1rem;
}
.com-finder__filter .control-label {
  margin-bottom: 0.5rem;
}

#finder-filter-window {
  width: auto;
  overflow: visible;
}
#finder-filter-window #finder-filter-select-dates {
  margin-bottom: 1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  #finder-filter-window #finder-filter-select-dates li.filter-date .filter-date-operator,
  #finder-filter-window #finder-filter-select-dates li.filter-date .field-calendar {
    float: left;
  }
}
@media (max-width: 575.98px) {
  #finder-filter-window #finder-filter-select-dates li.filter-date {
    width: 100%;
    float: none !important;
  }
}

@media (min-width: 992px) {
  #finder-filter-window .filter-branch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: calc(-0.5 * var(--gk-gutter-x));
    margin-left: calc(-0.5 * var(--gk-gutter-x));
  }
  #finder-filter-window .filter-branch > .control-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
    padding-right: calc(var(--gk-gutter-x) * 0.5);
    padding-left: calc(var(--gk-gutter-x) * 0.5);
  }
}
.js-finder-searchform:not(.mod-finder) .awesomplete > .form-control, .js-finder-searchform:not(.mod-finder) .gk-sidebar .acym_module_form .onefield .awesomplete > input[type=email], .gk-sidebar .acym_module_form .onefield .js-finder-searchform:not(.mod-finder) .awesomplete > input[type=email], .js-finder-searchform:not(.mod-finder) .mod-articles-layout-3 .acym_module_form .onefield .awesomplete > input[type=email], .mod-articles-layout-3 .acym_module_form .onefield .js-finder-searchform:not(.mod-finder) .awesomplete > input[type=email], .js-finder-searchform:not(.mod-finder) .awesomplete > .inputbox, .js-finder-searchform:not(.mod-finder) .com-content-category__articles .awesomplete > #filter-search, .com-content-category__articles .js-finder-searchform:not(.mod-finder) .awesomplete > #filter-search, .js-finder-searchform:not(.mod-finder) .com-contact-category__items .awesomplete > #filter-search, .com-contact-category__items .js-finder-searchform:not(.mod-finder) .awesomplete > #filter-search, .js-finder-searchform:not(.mod-finder) .com-newsfeeds-category__items .awesomplete > #filter-search, .com-newsfeeds-category__items .js-finder-searchform:not(.mod-finder) .awesomplete > #filter-search {
  border-radius: var(--gk-border-radius) 0 0 var(--gk-border-radius);
}
@media (max-width: 991.98px) {
  .js-finder-searchform .form-inline .input-group .btn-primary span, .js-finder-searchform .form-inline .input-group #gk-header #gk-offcanvas .nav li a.btn-primary span, #gk-header #gk-offcanvas .nav li .js-finder-searchform .form-inline .input-group a.btn-primary span, .js-finder-searchform .form-inline .input-group #gk-header #gk-offcanvas .com-contact__links > ul li a.btn-primary span, #gk-header #gk-offcanvas .com-contact__links > ul li .js-finder-searchform .form-inline .input-group a.btn-primary span, .js-finder-searchform .form-inline .input-group #gkmegamenu-app .list-menu-items button.btn-primary span, #gkmegamenu-app .list-menu-items .js-finder-searchform .form-inline .input-group button.btn-primary span,
  .js-finder-searchform .form-inline .input-group .btn-secondary span {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .js-finder-searchform .form-inline .input-group {
    display: block;
  }
  .js-finder-searchform .form-inline .input-group .awesomplete {
    display: block;
    margin-bottom: 0.5rem;
    z-index: 3;
  }
  .js-finder-searchform .form-inline .input-group .awesomplete > .form-control, .js-finder-searchform .form-inline .input-group .gk-sidebar .acym_module_form .onefield .awesomplete > input[type=email], .gk-sidebar .acym_module_form .onefield .js-finder-searchform .form-inline .input-group .awesomplete > input[type=email], .js-finder-searchform .form-inline .input-group .mod-articles-layout-3 .acym_module_form .onefield .awesomplete > input[type=email], .mod-articles-layout-3 .acym_module_form .onefield .js-finder-searchform .form-inline .input-group .awesomplete > input[type=email], .js-finder-searchform .form-inline .input-group .awesomplete > .inputbox, .js-finder-searchform .form-inline .input-group .com-content-category__articles .awesomplete > #filter-search, .com-content-category__articles .js-finder-searchform .form-inline .input-group .awesomplete > #filter-search, .js-finder-searchform .form-inline .input-group .com-contact-category__items .awesomplete > #filter-search, .com-contact-category__items .js-finder-searchform .form-inline .input-group .awesomplete > #filter-search, .js-finder-searchform .form-inline .input-group .com-newsfeeds-category__items .awesomplete > #filter-search, .com-newsfeeds-category__items .js-finder-searchform .form-inline .input-group .awesomplete > #filter-search {
    border-radius: var(--gk-border-radius);
  }
  .js-finder-searchform .form-inline .input-group .btn, .js-finder-searchform .form-inline .input-group #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .js-finder-searchform .form-inline .input-group a.btn, .js-finder-searchform .form-inline .input-group #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .js-finder-searchform .form-inline .input-group a, .js-finder-searchform .form-inline .input-group .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .js-finder-searchform .form-inline .input-group a, .js-finder-searchform .form-inline .input-group #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li .js-finder-searchform .form-inline .input-group a, .js-finder-searchform .form-inline .input-group .com-contact__links > ul a, .com-contact__links > ul .js-finder-searchform .form-inline .input-group a {
    border-radius: var(--gk-btn-border-radius) !important;
  }
}

.result__item + .result__item {
  border-color: var(--gk-border-color);
}
.result__item .result__title-link:hover, .result__item .result__title-link:focus, .result__item .result__title-link:active {
  text-decoration-color: rgba(var(--gk-emphasis-color-rgb), 0.5);
}

.result__title-url {
  color: rgba(var(--gk-emphasis-color-rgb), 0.5);
  display: none;
}

.com-finder__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.com-finder__navigation .com-finder__pagination {
  width: auto !important;
}
.com-finder__navigation .pagination {
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .com-finder__navigation {
    display: block;
  }
  .com-finder__navigation .search-pages-counter {
    margin-top: 0.5rem;
  }
}

#adminForm > fieldset {
  margin-bottom: 1rem;
}

.choices__inner {
  color: var(--gk-body-color);
  background-color: var(--gk-body-bg);
  border: var(--gk-border-width) solid var(--gk-border-color);
  border-radius: var(--gk-border-radius);
}
.is-open .choices__inner, .is-focused .choices__inner {
  border-color: var(--gk-success);
}

.choices__input {
  background-color: transparent;
}

.choices[data-type*=select-one] .choices__button_joomla {
  -webkit-margin-before: -10px;
  -webkit-margin-end: 50px;
  border-radius: 10em;
  height: 20px;
  inset-inline-end: 0;
  margin-block-start: -10px;
  margin-inline-end: 50px;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 20px;
}

.choices__button_joomla {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  opacity: 0.5;
  padding: 0 10px;
  position: relative;
  text-indent: -9999px;
}
.choices__button_joomla:before {
  bottom: 0;
  content: "×";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
}

joomla-tab > joomla-tab-element {
  background-color: var(--gk-body-bg);
  border-color: var(--gk-border-color);
}
joomla-tab[view=accordion] [active] {
  background-color: var(--gk-body-bg);
}
joomla-tab[view=accordion] joomla-tab-element[active] {
  border-bottom-color: var(--gk-border-color);
}
joomla-tab[view=accordion] > button:focus, joomla-tab[view=accordion] > button[aria-expanded=true] {
  background-color: #f5f5f5;
}

.calendar-container {
  --gk-table-bg: #fff;
  --gk-table-color-state: #333;
}
.calendar-container .table {
  --gk-table-bg: #fff;
  --gk-table-color-state: #333;
}
.calendar-container .table .nav, .calendar-container .table .com-contact__links > ul {
  display: table-cell;
}

.field-media-wrapper {
  display: block;
  width: 100%;
}
.field-media-wrapper .field-media-preview {
  max-width: none;
  width: 100%;
  background-color: rgba(var(--gk-emphasis-color-rgb), 0.05);
}
@media (min-width: 768px) {
  .field-media-wrapper {
    max-width: calc(50vw - 5rem);
  }
}

.media-browser-select::after {
  font-family: "Font Awesome 6 Free";
}

.filter-input-wrapper .font-selector-hint,
.font-selector .font-selector-hint {
  background-color: var(--gk-body-bg);
  color: var(--gk-body-color);
}

.color-preset-wrap .preset-list-sidebar {
  background-color: rgba(var(--gk-emphasis-color-rgb), 0.05);
}

.color-wrap > div .gk-spacer span {
  background-color: var(--gk-body-bg);
  color: var(--gk-link-color);
}

#templates-form .control-group {
  margin-bottom: 1rem;
}
#templates-form .control-group.field-spacer .control-label {
  color: var(--gk-link-color);
  padding: 0;
  width: 100%;
}
#templates-form .control-group.field-spacer .control-label .spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#templates-form .control-group.field-spacer .control-label .before {
  background: #f1f5f9;
  width: 234px;
  height: 6px;
}
#templates-form .control-group.field-spacer .control-label .after {
  background: #f1f5f9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
}
#templates-form .control-group.field-spacer .controls {
  display: none;
}
#templates-form .control-label {
  margin-bottom: 0.5rem;
}

.picked-font .active-font {
  background: rgba(var(--gk-emphasis-color-rgb), 0.05);
}
.picked-font .font-variants input:checked + label::after {
  background-color: transparent;
}

#params_color_preset-app {
  margin-bottom: 1rem;
}

.color-preset-wrap .preset-item {
  background: rgba(var(--gk-emphasis-color-rgb), 0.05);
}

#gkmegamenu-app {
  margin-bottom: 1rem;
}
#gkmegamenu-app .module-select {
  margin-left: 0;
  margin-right: 0;
  background-color: rgba(var(--gk-emphasis-color-rgb), 0.05);
}
#gkmegamenu-app .module-select .module-list li::before {
  font-family: "Font Awesome 6 Free";
}
#gkmegamenu-app .module-select .module-list li.active {
  background-color: var(--gk-body-bg);
  color: var(--gk-body-color);
}
#gkmegamenu-app .menu-config {
  background-color: rgba(var(--gk-emphasis-color-rgb), 0.05);
}
#gkmegamenu-app .list-menu-items button {
  background-color: rgba(var(--gk-emphasis-color-rgb), 0.05);
}
#gkmegamenu-app .list-menu-items button.is-mega::before {
  font-family: "Font Awesome 6 Free";
}
#gkmegamenu-app .list-menu-items button.btn-primary {
  background: var(--gk-btn-bg);
  border-color: var(--gk-btn-border-color);
  color: var(--gk-btn-color);
}
#gkmegamenu-app .megamenu-config {
  background-color: rgba(var(--gk-emphasis-color-rgb), 0.05);
}
#gkmegamenu-app .megamenu-row {
  background-color: rgba(var(--gk-emphasis-color-rgb), 0.08);
}
#gkmegamenu-app .megamenu-col .megamenu-col-inner {
  background-color: var(--gk-body-bg);
}
#gkmegamenu-app .megamenu-col .megamenu-col-inner::before {
  background-color: rgba(var(--gk-emphasis-color-rgb), 0.05);
}

/**
 * @package     Gavick Framework
 *
 * @copyright   (C) 2023 GavickPro. <https://www.gavick.com>
 * @license     GNU General Public License version 2 or later;
 */
:root {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}

body {
  font-family: var(--gk-body-font-family);
  font-size: var(--gk-body-font-size);
  font-weight: var(--gk-body-font-weight);
  line-height: var(--gk-body-line-height);
  color: var(--gk-body-color);
  text-align: var(--gk-body-text-align);
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: var(--gk-link-color);
}
a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active {
  text-decoration: underline;
  color: var(--gk-link-hover-color);
}
a.dropdown-item:hover, a.dropdown-item:focus, a.dropdown-item:active {
  text-decoration: none;
  color: var(--gk-dropdown-link-hover-color);
}

h6, .h6, h5, .gk-nav-vertical-tabs .item-title, .h5, .mod-articles-layout-5 .item-title, .mod-articles-layout-4 .item-links .item-title, .mod-articles-layout-3 .item-links .item-title, .mod-articles-layout-1 .item-links .item-title, .mod-articlescategory > li .item-title, h4, .h4, .mod-articles-layout-6 .item-child .item-title, .mod-articles-layout-5 .has-intro-image .item-title, .mod-articles-layout-3 .item-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title, .mod-articles-layout-2 .item-title, .mod-articles-layout-1 .item-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title, .cat-children .com-content-category__children > .page-header, .cat-children .com-content-category-blog__child > .page-header, .com-content-categories__item-title > a, h3, .gk-mainbody.gk-component .mod-articlescategory .item-title, .h3, .blog .item-title,
.blog-featured .item-title, h2, .h2, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .blog .items-leading .item-title,
.blog-featured .items-leading .item-title, .gk-logo.text span, h1, .h1,
.com-content-categories__item-title {
  font-family: var(--gk-heading-font-family);
}
h6 a, .h6 a, h5 a, .gk-nav-vertical-tabs .item-title a, .h5 a, .mod-articles-layout-5 .item-title a, .mod-articles-layout-4 .item-links .item-title a, .mod-articles-layout-3 .item-links .item-title a, .mod-articles-layout-1 .item-links .item-title a, .mod-articlescategory > li .item-title a, h4 a, .cat-children .com-content-category__children > .page-header a, .cat-children .com-content-category-blog__child > .page-header a, .h4 a, .mod-articles-layout-6 .item-child .item-title a, .mod-articles-layout-5 .has-intro-image .item-title a, .mod-articles-layout-3 .item-child .item-title a, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title a, .mod-articles-layout-2 .item-title a, .mod-articles-layout-1 .item-child .item-title a, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title a, h3 a, .gk-mainbody.gk-component .mod-articlescategory .item-title a, .h3 a, .blog .item-title a,
.blog-featured .item-title a, h2 a, .h2 a, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title a, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title a, .blog .items-leading .item-title a,
.blog-featured .items-leading .item-title a, .gk-logo.text span a, h1 a, .h1 a,
.com-content-categories__item-title a {
  color: var(--gk-heading-color);
  text-decoration: none;
}
h6 a:not([class]):hover, h6 a:not([class]):focus, h6 a:not([class]):active, .h6 a:not([class]):hover, .h6 a:not([class]):focus, .h6 a:not([class]):active, h5 a:not([class]):hover, .gk-nav-vertical-tabs .item-title a:not([class]):hover, h5 a:not([class]):focus, .gk-nav-vertical-tabs .item-title a:not([class]):focus, h5 a:not([class]):active, .gk-nav-vertical-tabs .item-title a:not([class]):active, .h5 a:not([class]):hover, .mod-articles-layout-5 .item-title a:not([class]):hover, .mod-articles-layout-4 .item-links .item-title a:not([class]):hover, .mod-articles-layout-3 .item-links .item-title a:not([class]):hover, .mod-articles-layout-1 .item-links .item-title a:not([class]):hover, .mod-articlescategory > li .item-title a:not([class]):hover, .h5 a:not([class]):focus, .mod-articles-layout-5 .item-title a:not([class]):focus, .mod-articles-layout-4 .item-links .item-title a:not([class]):focus, .mod-articles-layout-3 .item-links .item-title a:not([class]):focus, .mod-articles-layout-1 .item-links .item-title a:not([class]):focus, .mod-articlescategory > li .item-title a:not([class]):focus, .h5 a:not([class]):active, .mod-articles-layout-5 .item-title a:not([class]):active, .mod-articles-layout-4 .item-links .item-title a:not([class]):active, .mod-articles-layout-3 .item-links .item-title a:not([class]):active, .mod-articles-layout-1 .item-links .item-title a:not([class]):active, .mod-articlescategory > li .item-title a:not([class]):active, h4 a:not([class]):hover, .cat-children .com-content-category__children > .page-header a:not([class]):hover, .cat-children .com-content-category-blog__child > .page-header a:not([class]):hover, h4 a:not([class]):focus, .cat-children .com-content-category__children > .page-header a:not([class]):focus, .cat-children .com-content-category-blog__child > .page-header a:not([class]):focus, h4 a:not([class]):active, .cat-children .com-content-category__children > .page-header a:not([class]):active, .cat-children .com-content-category-blog__child > .page-header a:not([class]):active, .h4 a:not([class]):hover, .mod-articles-layout-6 .item-child .item-title a:not([class]):hover, .mod-articles-layout-3 .item-child .item-title a:not([class]):hover, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title a:not([class]):hover, .mod-articles-layout-2 .item-title a:not([class]):hover, .mod-articles-layout-1 .item-child .item-title a:not([class]):hover, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title a:not([class]):hover, .h4 a:not([class]):focus, .mod-articles-layout-6 .item-child .item-title a:not([class]):focus, .mod-articles-layout-3 .item-child .item-title a:not([class]):focus, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title a:not([class]):focus, .mod-articles-layout-2 .item-title a:not([class]):focus, .mod-articles-layout-1 .item-child .item-title a:not([class]):focus, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title a:not([class]):focus, .h4 a:not([class]):active, .mod-articles-layout-6 .item-child .item-title a:not([class]):active, .mod-articles-layout-3 .item-child .item-title a:not([class]):active, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title a:not([class]):active, .mod-articles-layout-2 .item-title a:not([class]):active, .mod-articles-layout-1 .item-child .item-title a:not([class]):active, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title a:not([class]):active, h3 a:not([class]):hover, .gk-mainbody.gk-component .mod-articlescategory .item-title a:not([class]):hover, h3 a:not([class]):focus, .gk-mainbody.gk-component .mod-articlescategory .item-title a:not([class]):focus, h3 a:not([class]):active, .gk-mainbody.gk-component .mod-articlescategory .item-title a:not([class]):active, .h3 a:not([class]):hover, .blog .item-title a:not([class]):hover,
.blog-featured .item-title a:not([class]):hover, .h3 a:not([class]):focus, .blog .item-title a:not([class]):focus,
.blog-featured .item-title a:not([class]):focus, .h3 a:not([class]):active, .blog .item-title a:not([class]):active,
.blog-featured .item-title a:not([class]):active, h2 a:not([class]):hover, h2 a:not([class]):focus, h2 a:not([class]):active, .h2 a:not([class]):hover, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title a:not([class]):hover, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title a:not([class]):hover, .gk-logo.text span a:not([class]):hover, .h2 a:not([class]):focus, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title a:not([class]):focus, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title a:not([class]):focus, .gk-logo.text span a:not([class]):focus, .h2 a:not([class]):active, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title a:not([class]):active, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title a:not([class]):active, .gk-logo.text span a:not([class]):active, h1 a:not([class]):hover, h1 a:not([class]):focus, h1 a:not([class]):active, .h1 a:not([class]):hover, .h1 a:not([class]):focus, .h1 a:not([class]):active,
.com-content-categories__item-title a:not([class]):hover,
.com-content-categories__item-title a:not([class]):focus,
.com-content-categories__item-title a:not([class]):active {
  color: var(--gk-link-hover-color);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

#gk-topbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gk-border-color);
}
#gk-topbar p:last-child {
  margin-bottom: 0;
}

.mode-darklight {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.gk-preset-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gk-preset-toggle [data-preset=dark] {
  opacity: 0.5;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.gk-preset-toggle [data-preset=light] {
  opacity: 1;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}

.svg-light,
.svg-dark {
  fill: var(--gk-white);
}

.preset-toggle-btn {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 32px;
  position: relative;
  margin: 2px 6px 0;
  height: 16px;
  width: 32px;
  cursor: pointer;
}
.preset-toggle-btn button {
  background: var(--gk-primary);
  border-radius: 50%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 10px;
  width: 10px;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}

.gk-preset-toggle[data-active-preset=dark] .preset-toggle-btn button {
  left: 19px;
}
.gk-preset-toggle[data-active-preset=dark] [data-preset=light] {
  opacity: 0.5;
}
.gk-preset-toggle[data-active-preset=dark] [data-preset=dark] {
  opacity: 1;
}

.gk-preset-dropdown a.dropdown-toggle {
  color: inherit;
  text-transform: capitalize;
  text-decoration: none;
}
.gk-preset-dropdown a.dropdown-toggle:hover, .gk-preset-dropdown a.dropdown-toggle:focus, .gk-preset-dropdown a.dropdown-toggle:acitve {
  color: inherit;
  text-decoration: none;
}
.gk-preset-dropdown .dropdown-menu.show {
  --gk-dropdown-padding-x: 0.5rem;
  right: 0 !important;
  left: auto !important;
}
.gk-preset-dropdown .preset-item {
  text-transform: capitalize;
}
.gk-preset-dropdown .preset-item + .preset-item {
  margin-top: 0.1rem;
}
.gk-preset-dropdown .preset-item .dropdown-item {
  border-radius: var(--gk-border-radius-sm);
}
.gk-preset-dropdown .preset-item .dropdown-item.active,
.gk-preset-dropdown .preset-item .dropdown-item:active {
  background-color: transparent;
  color: var(--gk-dropdown-link-color);
}
.gk-preset-dropdown .preset-item.active-preset .dropdown-item,
.gk-preset-dropdown .preset-item.active-preset .dropdown-item:hover,
.gk-preset-dropdown .preset-item.active-preset .dropdown-item:focus,
.gk-preset-dropdown .preset-item.active-preset .dropdown-item:active,
.gk-preset-dropdown .preset-item.active-preset .dropdown-item.active {
  background: rgba(var(--gk-primary-rgb), 1);
  color: rgba(var(--gk-white-rgb), 1);
}
.gk-preset-dropdown .preset-item.active-preset .preset-item-icon:before {
  color: rgba(var(--gk-white-rgb), var(--gk-text-opacity));
}
.gk-preset-dropdown .preset-item-icon:before {
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  margin-right: 0.5rem;
}
.gk-preset-dropdown .preset-item-icon[data-preset=light]:before, .gk-preset-dropdown .preset-item-icon[data-preset=preset-item-icon-light]:before {
  content: "\f185";
}
.gk-preset-dropdown .preset-item-icon[data-preset=dark]:before, .gk-preset-dropdown .preset-item-icon[data-preset=preset-item-icon-dark]:before {
  content: "\f186";
}

#gk-header {
  background: var(--gk-body-bg);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--gk-border-color);
}
#gk-header #gk-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gk-gutter-x);
}

.gk-menu-toggle-wrap {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 767.98px) {
  .gk-menu-toggle-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.gk-logo {
  text-decoration: none;
}
.gk-logo img {
  height: 4rem;
  width: auto;
}
.gk-logo.text {
  color: var(--gk-logo-color);
}
.gk-logo.text span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.gk-logo.text .gk-logo-slogan {
  display: block;
  color: var(--gk-gray-500);
}
.gk-logo.text:hover, .gk-logo.text:focus, .gk-logo.text:active {
  text-decoration: none;
  color: var(--gk-logo-color);
}

#gk-header-mod {
  border-bottom: 1px solid var(--gk-border-color);
  background-color: rgba(var(--gk-emphasis-color-rgb), 0.03);
}
#gk-header-mod > * {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767.98px) {
  #gk-header-mod > * {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#gk-masthead {
  border-bottom: 1px solid var(--gk-border-color);
}

#gk-mainbody-top {
  border-bottom: 1px solid var(--gk-border-color);
}

.gk-sidebar {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .gk-sidebar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .gk-sidebar {
    border-top: 1px solid var(--gk-border-color);
  }
}
.gk-sidebar .gk-module + .gk-box, .gk-sidebar .gk-module + .gk-module {
  margin-top: 3rem;
}
.gk-sidebar .gk-module .mod-title {
  color: var(--gk-primary);
  font-weight: bold;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25;
  font-family: 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";
  text-transform: uppercase;
  margin-bottom: 1rem;
}

#gk-breadcrumb {
  border-bottom: 1px solid var(--gk-border-color);
  border-top: 1px solid var(--gk-border-color);
  background: rgba(var(--gk-emphasis-color-rgb), 0.03);
}

#gk-footer-nav {
  --gk-navbar-color: rgba(var(--gk-emphasis-color-rgb), 0.65);
  --gk-navbar-hover-color: rgba(var(--gk-emphasis-color-rgb), 0.8);
  --gk-navbar-disabled-color: rgba(var(--gk-emphasis-color-rgb), 0.3);
  --gk-navbar-active-color: rgba(var(--gk-emphasis-color-rgb), 1);
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(var(--gk-emphasis-color-rgb), 0.03);
}
@media (max-width: 767.98px) {
  #gk-footer-nav {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #gk-footer-nav .row {
    --gk-gutter-y: 1.5rem;
  }
}
#gk-footer-nav .gk-box .module-inner,
#gk-footer-nav .gk-module .module-inner {
  padding: 0;
}
#gk-footer-nav .gk-box .module-title,
#gk-footer-nav .gk-module .module-title {
  border: 0;
}
#gk-footer-nav .gk-box .module-title span,
#gk-footer-nav .gk-module .module-title span {
  border: 0;
  font-weight: 500;
  padding-bottom: 0;
  letter-spacing: 0.5px;
}
#gk-footer-nav .gk-box .mod-ct,
#gk-footer-nav .gk-module .mod-ct {
  padding: 0;
}
#gk-footer-nav .gk-box .mod-ct .nav, #gk-footer-nav .gk-box .mod-ct .com-contact__links > ul,
#gk-footer-nav .gk-module .mod-ct .nav,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul {
  display: block;
  margin: 0;
  padding: 0;
}
#gk-footer-nav .gk-box .mod-ct .nav li, #gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li,
#gk-footer-nav .gk-module .mod-ct .nav li,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li {
  display: block;
}
#gk-footer-nav .gk-box .mod-ct .nav li > a, #gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li > a,
#gk-footer-nav .gk-box .mod-ct .nav li > span,
#gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li > span,
#gk-footer-nav .gk-module .mod-ct .nav li > a,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li > a,
#gk-footer-nav .gk-module .mod-ct .nav li > span,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li > span {
  display: inline-block;
  padding: 0.4rem 0;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: var(--gk-navbar-color);
}
#gk-footer-nav .gk-box .mod-ct .nav li > a:hover, #gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li > a:hover, #gk-footer-nav .gk-box .mod-ct .nav li > a:focus, #gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li > a:focus, #gk-footer-nav .gk-box .mod-ct .nav li > a:active, #gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li > a:active,
#gk-footer-nav .gk-box .mod-ct .nav li > span:hover,
#gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li > span:hover,
#gk-footer-nav .gk-box .mod-ct .nav li > span:focus,
#gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li > span:focus,
#gk-footer-nav .gk-box .mod-ct .nav li > span:active,
#gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li > span:active,
#gk-footer-nav .gk-module .mod-ct .nav li > a:hover,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li > a:hover,
#gk-footer-nav .gk-module .mod-ct .nav li > a:focus,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li > a:focus,
#gk-footer-nav .gk-module .mod-ct .nav li > a:active,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li > a:active,
#gk-footer-nav .gk-module .mod-ct .nav li > span:hover,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li > span:hover,
#gk-footer-nav .gk-module .mod-ct .nav li > span:focus,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li > span:focus,
#gk-footer-nav .gk-module .mod-ct .nav li > span:active,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li > span:active {
  color: var(--gk-navbar-hover-color);
}
#gk-footer-nav .gk-box .mod-ct .nav li.active > a, #gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li.active > a, #gk-footer-nav .gk-box .mod-ct .nav li.active > span, #gk-footer-nav .gk-box .mod-ct .com-contact__links > ul li.active > span,
#gk-footer-nav .gk-module .mod-ct .nav li.active > a,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li.active > a,
#gk-footer-nav .gk-module .mod-ct .nav li.active > span,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li.active > span {
  color: var(--gk-navbar-active-color);
}
#gk-footer-nav .gk-box .mod-ct .nav ul li, #gk-footer-nav .gk-box .mod-ct .com-contact__links > ul ul li,
#gk-footer-nav .gk-module .mod-ct .nav ul li,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul ul li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#gk-footer {
  background: rgba(var(--gk-emphasis-color-rgb), 0.03);
  border-top: 1px solid var(--gk-border-color);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

#back-to-top {
  background-color: rgba(25, 25, 27, 0.5);
  border-radius: 5px;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  text-align: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 1030;
}
#back-to-top:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
#back-to-top i {
  color: var(--gk-white);
  line-height: 36px;
}
#back-to-top .btn, #back-to-top #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li #back-to-top a.btn, #back-to-top #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul #back-to-top a, #back-to-top .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li #back-to-top a, #back-to-top #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li #back-to-top a, #back-to-top .com-contact__links > ul a, .com-contact__links > ul #back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 48px;
}

.top-away #back-to-top {
  display: block;
}

body.contentpane {
  background-color: var(--gk-white);
  padding: 1rem;
}
body.contentpane .media-container {
  margin: 0 -1rem;
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.error-page-wrap {
  width: 720px;
  max-width: 100%;
  margin: 3rem auto;
}
.error-page-wrap .error-code {
  font-size: 7.2rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
.error-page-wrap .error-info {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--gk-border-color);
}
@media (min-width: 768px) {
  .error-page-wrap .error-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

h1,
.h1, h2, .h2, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .blog .items-leading .item-title,
.blog-featured .items-leading .item-title, .gk-logo.text span, h3, .gk-mainbody.gk-component .mod-articlescategory .item-title, .h3, .blog .item-title,
.blog-featured .item-title, h4, .h4, .mod-articles-layout-6 .item-child .item-title, .mod-articles-layout-5 .has-intro-image .item-title, .mod-articles-layout-3 .item-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title, .mod-articles-layout-2 .item-title, .mod-articles-layout-1 .item-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title, .cat-children .com-content-category__children > .page-header, .cat-children .com-content-category-blog__child > .page-header, .com-content-categories__item-title > a, h5, .gk-nav-vertical-tabs .item-title, .h5, .mod-articles-layout-5 .item-title, .mod-articles-layout-4 .item-links .item-title, .mod-articles-layout-3 .item-links .item-title, .mod-articles-layout-1 .item-links .item-title, .mod-articlescategory > li .item-title, h6, .h6 {
  font-family: var(--gk-body-font-family);
}
h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, .gk-logo.text span a:hover, h2 a:focus, .gk-logo.text span a:focus, h2 a:active, .gk-logo.text span a:active, h3 a:hover, .gk-mainbody.gk-component .mod-articlescategory .item-title a:hover, h3 a:focus, .gk-mainbody.gk-component .mod-articlescategory .item-title a:focus, h3 a:active, .gk-mainbody.gk-component .mod-articlescategory .item-title a:active, h4 a:hover, .cat-children .com-content-category__children > .page-header a:hover, .cat-children .com-content-category-blog__child > .page-header a:hover, .com-content-categories__item-title > a a:hover, h4 a:focus, .cat-children .com-content-category__children > .page-header a:focus, .cat-children .com-content-category-blog__child > .page-header a:focus, .com-content-categories__item-title > a a:focus, h4 a:active, .cat-children .com-content-category__children > .page-header a:active, .cat-children .com-content-category-blog__child > .page-header a:active, .com-content-categories__item-title > a a:active, h5 a:hover, .gk-nav-vertical-tabs .item-title a:hover, h5 a:focus, .gk-nav-vertical-tabs .item-title a:focus, h5 a:active, .gk-nav-vertical-tabs .item-title a:active, h6 a:hover, h6 a:focus, h6 a:active,
.h1 a:hover,
.h1 a:focus,
.h1 a:active, .h2 a:hover, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title a:hover, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title a:hover, .h2 a:focus, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title a:focus, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title a:focus, .h2 a:active, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title a:active, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title a:active, .h3 a:hover, .blog .item-title a:hover,
.blog-featured .item-title a:hover, .h3 a:focus, .blog .item-title a:focus,
.blog-featured .item-title a:focus, .h3 a:active, .blog .item-title a:active,
.blog-featured .item-title a:active, .h4 a:hover, .mod-articles-layout-6 .item-child .item-title a:hover, .mod-articles-layout-3 .item-child .item-title a:hover, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title a:hover, .mod-articles-layout-2 .item-title a:hover, .mod-articles-layout-1 .item-child .item-title a:hover, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title a:hover, .h4 a:focus, .mod-articles-layout-6 .item-child .item-title a:focus, .mod-articles-layout-3 .item-child .item-title a:focus, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title a:focus, .mod-articles-layout-2 .item-title a:focus, .mod-articles-layout-1 .item-child .item-title a:focus, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title a:focus, .h4 a:active, .mod-articles-layout-6 .item-child .item-title a:active, .mod-articles-layout-3 .item-child .item-title a:active, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title a:active, .mod-articles-layout-2 .item-title a:active, .mod-articles-layout-1 .item-child .item-title a:active, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title a:active, .h5 a:hover, .mod-articles-layout-5 .item-title a:hover, .mod-articles-layout-4 .item-links .item-title a:hover, .mod-articles-layout-3 .item-links .item-title a:hover, .mod-articles-layout-1 .item-links .item-title a:hover, .mod-articlescategory > li .item-title a:hover, .h5 a:focus, .mod-articles-layout-5 .item-title a:focus, .mod-articles-layout-4 .item-links .item-title a:focus, .mod-articles-layout-3 .item-links .item-title a:focus, .mod-articles-layout-1 .item-links .item-title a:focus, .mod-articlescategory > li .item-title a:focus, .h5 a:active, .mod-articles-layout-5 .item-title a:active, .mod-articles-layout-4 .item-links .item-title a:active, .mod-articles-layout-3 .item-links .item-title a:active, .mod-articles-layout-1 .item-links .item-title a:active, .mod-articlescategory > li .item-title a:active, .h6 a:hover, .h6 a:focus, .h6 a:active {
  color: var(--gk-link-hover-color);
  text-decoration: none;
}

h5, .gk-nav-vertical-tabs .item-title, .h5, .mod-articles-layout-5 .item-title, .mod-articles-layout-4 .item-links .item-title, .mod-articles-layout-3 .item-links .item-title, .mod-articles-layout-1 .item-links .item-title, .mod-articlescategory > li .item-title,
h4, .h4, .mod-articles-layout-6 .item-child .item-title, .mod-articles-layout-5 .has-intro-image .item-title, .mod-articles-layout-3 .item-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:last-child .item-title, .mod-articles-layout-2 .item-title, .mod-articles-layout-1 .item-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-title, .cat-children .com-content-category__children > .page-header, .cat-children .com-content-category-blog__child > .page-header, .com-content-categories__item-title > a {
  line-height: 1.2;
}

.text-muted {
  color: #87888D !important;
}

.btn, #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .nav .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul .nav li a, .com-contact__links > ul a {
  font-family: var(--gk-custom-font2-family);
}

.card, .com-users-login,
.com-users-registration,
.com-users-reset,
.com-users-remind,
.request-confirm,
.request-form,
.remind-confirm,
.reset-confirm, .gk-sidebar .gk-module .box-module-inner {
  --gk-card-bg: var(--gk-body-bg);
}
.card .list-group, .com-users-login .list-group,
.com-users-registration .list-group,
.com-users-reset .list-group,
.com-users-remind .list-group,
.request-confirm .list-group,
.request-form .list-group,
.remind-confirm .list-group,
.reset-confirm .list-group, .gk-sidebar .gk-module .box-module-inner .list-group, .card .items-more .com-content-blog__links, .items-more .card .com-content-blog__links, .com-users-login .items-more .com-content-blog__links, .items-more .com-users-login .com-content-blog__links,
.com-users-registration .items-more .com-content-blog__links,
.items-more .com-users-registration .com-content-blog__links,
.com-users-reset .items-more .com-content-blog__links,
.items-more .com-users-reset .com-content-blog__links,
.com-users-remind .items-more .com-content-blog__links,
.items-more .com-users-remind .com-content-blog__links,
.request-confirm .items-more .com-content-blog__links,
.items-more .request-confirm .com-content-blog__links,
.request-form .items-more .com-content-blog__links,
.items-more .request-form .com-content-blog__links,
.remind-confirm .items-more .com-content-blog__links,
.items-more .remind-confirm .com-content-blog__links,
.reset-confirm .items-more .com-content-blog__links,
.items-more .reset-confirm .com-content-blog__links, .gk-sidebar .gk-module .box-module-inner .items-more .com-content-blog__links, .items-more .gk-sidebar .gk-module .box-module-inner .com-content-blog__links {
  border-top: 0;
}

.list-group, .items-more .com-content-blog__links {
  --gk-list-group-bg: var(--gk-body-bg);
  --gk-list-group-border-color: var(--gk-border-color-translucent);
}

.control-group .form-control-feedback {
  display: none;
}

.form-control, .gk-sidebar .acym_module_form .onefield input[type=email], .mod-articles-layout-3 .acym_module_form .onefield input[type=email], .inputbox, .com-content-category__articles #filter-search, .com-contact-category__items #filter-search, .com-newsfeeds-category__items #filter-search {
  background-color: var(--gk-body-bg);
}
.form-control:not(.invalid), .gk-sidebar .acym_module_form .onefield input[type=email]:not(.invalid), .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:not(.invalid), .inputbox:not(.invalid), .com-content-category__articles #filter-search:not(.invalid), .com-contact-category__items #filter-search:not(.invalid), .com-newsfeeds-category__items #filter-search:not(.invalid) {
  border-color: var(--gk-border-color-translucent);
}
.form-control:focus, .gk-sidebar .acym_module_form .onefield input[type=email]:focus, .mod-articles-layout-3 .acym_module_form .onefield input[type=email]:focus, .inputbox:focus, .com-content-category__articles #filter-search:focus, .com-contact-category__items #filter-search:focus, .com-newsfeeds-category__items #filter-search:focus {
  background-color: var(--gk-body-bg);
}

.form-select {
  background-color: var(--gk-body-bg);
}
.form-select:not(.invalid) {
  border-color: var(--gk-border-color-translucent);
}

.form-check-input {
  --gk-form-check-bg: var(--gk-body-bg);
  border-color: var(--gk-border-color-translucent);
}

.btn, #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .nav .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul .nav li a, .com-contact__links > ul a {
  --gk-btn-padding-y: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}

.table {
  --gk-table-bg: var(--gk-body-bg);
  --gk-table-border-color: var(--gk-border-color-translucent);
  margin-bottom: 2rem;
}

.pagination {
  --gk-link-hover-color: #fff;
  --gk-pagination-active-bg: var(--gk-info);
  --gk-pagination-bg: var(--gk-body-bg);
  --gk-pagination-border-color: var(--gk-border-color-translucent);
  --gk-pagination-disabled-border-color: var(--gk-border-color-translucent);
  --gk-pagination-focus-box-shadow: none;
  --gk-pagination-focus-bg: var(--gk-info);
  --gk-pagination-hover-bg: var(--gk-info);
  --gk-pagination-hover-border-color: var(--gk-info);
  --gk-pagination-active-border-color: var(--gk-info);
}

.page-link:hover {
  text-decoration: none;
}

.accordion {
  --gk-accordion-border-color: var(--gk-border-color-translucent);
}
.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.is-open .choices__list--dropdown {
  z-index: 3;
}

.gk-header-nav .navbar {
  --gk-navbar-color: #fff;
  --gk-navbar-hover-color: #fff;
  --gk-navbar-active-color: #fff;
}
.gk-header-nav .gk-menu-sub {
  border-color: var(--gk-gray-900);
}
.gk-header-nav .gk-menu-sub.gk-mega-fluid {
  border: 0;
}
.gk-header-nav .gk-menu-item {
  margin-right: 0;
}
.gk-header-nav .gk-menu-item > a,
.gk-header-nav .gk-menu-item > span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}
.gk-header-nav .gk-navbar .nav > li > a:hover, .gk-header-nav .gk-navbar .com-contact__links > ul > li > a:hover, .gk-header-nav .gk-navbar .nav > li > a:focus, .gk-header-nav .gk-navbar .com-contact__links > ul > li > a:focus, .gk-header-nav .gk-navbar .nav > li > a:active, .gk-header-nav .gk-navbar .com-contact__links > ul > li > a:active,
.gk-header-nav .gk-navbar .nav > li > span:hover,
.gk-header-nav .gk-navbar .com-contact__links > ul > li > span:hover,
.gk-header-nav .gk-navbar .nav > li > span:focus,
.gk-header-nav .gk-navbar .com-contact__links > ul > li > span:focus,
.gk-header-nav .gk-navbar .nav > li > span:active,
.gk-header-nav .gk-navbar .com-contact__links > ul > li > span:active {
  color: var(--gk-white);
}
.gk-header-nav .gk-navbar .nav > li.active a, .gk-header-nav .gk-navbar .com-contact__links > ul > li.active a {
  color: var(--gk-btn-hover-color);
  background-color: var(--gk-btn-hover-bg);
}

.gk-nav {
  --gk-gutter-x: 1rem;
}

#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item > a span:not(.item-text),
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item > span span:not(.item-text) {
  color: var(--gk-primary);
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 1.5rem;
  text-align: center;
}
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item:hover > a span:not(.item-text):before,
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item:hover > span span:not(.item-text):before {
  content: "\f00d";
}
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .gk-menu-caret {
  display: none;
}
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .nav > li.active > a, #gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .com-contact__links > ul > li.active > a {
  color: var(--gk-white);
  text-decoration: none;
  border-bottom-color: var(--gk-primary);
  text-decoration: none;
}
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .nav > li > a, #gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .com-contact__links > ul > li > a,
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .nav > li > span,
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .com-contact__links > ul > li > span {
  border-bottom: 1px solid transparent;
}
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .nav > li > a:hover, #gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .com-contact__links > ul > li > a:hover, #gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .nav > li > a:focus, #gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .com-contact__links > ul > li > a:focus, #gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .nav > li > a:active, #gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .com-contact__links > ul > li > a:active,
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .nav > li > span:hover,
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .com-contact__links > ul > li > span:hover,
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .nav > li > span:focus,
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .com-contact__links > ul > li > span:focus,
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .nav > li > span:active,
#gk-header .gk-menu-wrapper > .gk-menu > .gk-nav > .gk-menu-item .com-contact__links > ul > li > span:active {
  border-bottom-color: var(--gk-primary);
  text-decoration: none;
}
#gk-header .gk-menu-wrapper .gk-menu-sub .nav li > a:hover, #gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li > a:hover, #gk-header .gk-menu-wrapper .gk-menu-sub .nav li > a:focus, #gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li > a:focus, #gk-header .gk-menu-wrapper .gk-menu-sub .nav li > a:active, #gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li > a:active,
#gk-header .gk-menu-wrapper .gk-menu-sub .nav li > span:hover,
#gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li > span:hover,
#gk-header .gk-menu-wrapper .gk-menu-sub .nav li > span:focus,
#gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li > span:focus,
#gk-header .gk-menu-wrapper .gk-menu-sub .nav li > span:active,
#gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li > span:active {
  text-decoration: underline;
}
#gk-header .gk-menu-wrapper .gk-menu-sub .nav li.active > a #gk-header .gk-menu-wrapper .gk-menu-sub .nav li.active > span, #gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li.active > a #gk-header .gk-menu-wrapper .gk-menu-sub .nav li.active > span, #gk-header .gk-menu-wrapper .gk-menu-sub .nav li.active > a #gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li.active > span, #gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li.active > a #gk-header .gk-menu-wrapper .gk-menu-sub .com-contact__links > ul li.active > span {
  text-decoration: underline;
}
#gk-header .gk-menu-wrapper .gk-mega-fluid {
  padding: 0;
}
#gk-header .gk-menu-wrapper .gk-mega-fluid .container {
  max-width: 100%;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: 1px solid var(--gk-gray-900);
}
#gk-header .gk-menu-wrapper .gk-mega-fluid .container + .container {
  border-top: 0;
}
@media (min-width: 1600px) {
  #gk-header .gk-menu-wrapper .gk-mega-fluid .container {
    width: var(--gk-body-width) !important;
    max-width: calc(100% + 4rem + 2px);
  }
}
#gk-header .gk-menu-wrapper .gk-mega-fluid .gk-mega-col + .gk-mega-col {
  border-left: 1px solid var(--gk-gray-900);
}
#gk-header .gk-menu-wrapper .gk-mega-fluid .mod-title {
  font-family: var(--gk-heading-font-family);
  font-size: 2rem;
  color: var(--gk-white);
  font-weight: normal;
  text-transform: uppercase;
}
#gk-header .gk-menu-wrapper .gk-mega-fluid .mod-list {
  text-align: left;
}
#gk-header .gk-menu-wrapper .gk-mega-fluid .mod-list > li + li {
  margin-left: 0;
}
#gk-header .gk-menu-wrapper .mod-finder .js-finder-search-query {
  border-color: transparent;
  background-color: transparent;
  color: var(--gk-white);
}
#gk-header .gk-menu-wrapper .mod-finder .js-finder-search-query:hover, #gk-header .gk-menu-wrapper .mod-finder .js-finder-search-query:focus, #gk-header .gk-menu-wrapper .mod-finder .js-finder-search-query:active {
  border-color: transparent;
  background-color: transparent;
}
#gk-header .gk-menu-wrapper .mod-finder .js-finder-search-query::-webkit-input-placeholder {
  color: #87888D;
}
#gk-header .gk-menu-wrapper .mod-finder .js-finder-search-query::-moz-placeholder {
  color: #87888D;
}
#gk-header .gk-menu-wrapper .mod-finder .js-finder-search-query:-ms-input-placeholder {
  color: #87888D;
}
#gk-header .gk-menu-wrapper .mod-finder .js-finder-search-query::-ms-input-placeholder {
  color: #87888D;
}
#gk-header .gk-menu-wrapper .mod-finder .js-finder-search-query::placeholder {
  color: #87888D;
}

@media (max-width: 991.98px) {
  .gk-menu-wrapper.gk-menu-mobile {
    width: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.gk-offcanvas-wrapper > .btn, #gk-header #gk-offcanvas .nav li .gk-offcanvas-wrapper > a.btn, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .gk-offcanvas-wrapper > a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .gk-offcanvas-wrapper > a, #gk-header #gk-offcanvas .com-contact__links > ul li .gk-offcanvas-wrapper > a, .com-contact__links > ul .gk-offcanvas-wrapper > a {
  color: var(--gk-primary);
  background: none;
  border: 0;
  padding: 0;
  font-size: 2rem;
}
.gk-offcanvas-wrapper > .btn:hover, #gk-header #gk-offcanvas .nav li .gk-offcanvas-wrapper > a.btn:hover, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .gk-offcanvas-wrapper > a:hover, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .gk-offcanvas-wrapper > a:hover, #gk-header #gk-offcanvas .com-contact__links > ul li .gk-offcanvas-wrapper > a:hover, .com-contact__links > ul .gk-offcanvas-wrapper > a:hover, .gk-offcanvas-wrapper > .btn:focus, #gk-header #gk-offcanvas .nav li .gk-offcanvas-wrapper > a.btn:focus, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .gk-offcanvas-wrapper > a:focus, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .gk-offcanvas-wrapper > a:focus, #gk-header #gk-offcanvas .com-contact__links > ul li .gk-offcanvas-wrapper > a:focus, .com-contact__links > ul .gk-offcanvas-wrapper > a:focus, .gk-offcanvas-wrapper > .btn:active, #gk-header #gk-offcanvas .nav li .gk-offcanvas-wrapper > a.btn:active, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .gk-offcanvas-wrapper > a:active, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .gk-offcanvas-wrapper > a:active, #gk-header #gk-offcanvas .com-contact__links > ul li .gk-offcanvas-wrapper > a:active, .com-contact__links > ul .gk-offcanvas-wrapper > a:active {
  background: none;
  border: 0;
}
@media (min-width: 992px) {
  .gk-offcanvas-wrapper {
    display: none;
  }
}

#gk-header #gk-offcanvas {
  --gk-offcanvas-bg: var(--gk-black);
  --gk-offcanvas-color: #87888D;
  --gk-offcanvas-border-color: #282626;
}
#gk-header #gk-offcanvas .offcanvas-header {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  background-color: var(--gk-offcanvas-bg);
  border-bottom: none;
}
#gk-header #gk-offcanvas .offcanvas-body {
  padding-top: 0.5rem;
}
#gk-header #gk-offcanvas .gk-offcanvas-module-content + .gk-offcanvas-module-content {
  margin-top: 1rem;
}
#gk-header #gk-offcanvas .gk-btn-close {
  color: var(--gk-primary);
  font-size: 2rem;
  padding: 0;
}
#gk-header #gk-offcanvas .gk-btn-close, #gk-header #gk-offcanvas .gk-btn-close:hover, #gk-header #gk-offcanvas .gk-btn-close:focus, #gk-header #gk-offcanvas .gk-btn-close:active {
  border: 0;
}
#gk-header #gk-offcanvas .nav, #gk-header #gk-offcanvas .com-contact__links > ul {
  --gk-offcanvas-color: rgba(var(--gk-white-rgb), 1);
  --gk-offcanvas-hover-color: rgba(var(--gk-white-rgb), 1);
  --gk-offcanvas-disabled-color: rgba(var(--gk-white-rgb), 0.5);
  --gk-offcanvas-active-color: rgba(var(--gk-white-rgb), 1);
  font-size: 1.5rem;
}
#gk-header #gk-offcanvas .nav li, #gk-header #gk-offcanvas .com-contact__links > ul li {
  display: block;
}
#gk-header #gk-offcanvas .nav li > a, #gk-header #gk-offcanvas .com-contact__links > ul li > a,
#gk-header #gk-offcanvas .nav li > span,
#gk-header #gk-offcanvas .com-contact__links > ul li > span {
  display: inline-block;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  font-family: var(--gk-heading-font-family);
}
#gk-header #gk-offcanvas .nav li > a:hover, #gk-header #gk-offcanvas .com-contact__links > ul li > a:hover, #gk-header #gk-offcanvas .nav li > a:focus, #gk-header #gk-offcanvas .com-contact__links > ul li > a:focus, #gk-header #gk-offcanvas .nav li > a:active, #gk-header #gk-offcanvas .com-contact__links > ul li > a:active,
#gk-header #gk-offcanvas .nav li > span:hover,
#gk-header #gk-offcanvas .com-contact__links > ul li > span:hover,
#gk-header #gk-offcanvas .nav li > span:focus,
#gk-header #gk-offcanvas .com-contact__links > ul li > span:focus,
#gk-header #gk-offcanvas .nav li > span:active,
#gk-header #gk-offcanvas .com-contact__links > ul li > span:active {
  border-bottom-color: var(--gk-primary);
}
#gk-header #gk-offcanvas .nav li a.btn-outline-dark, #gk-header #gk-offcanvas .com-contact__links > ul li a.btn-outline-dark {
  --gk-btn-color: #ffffff;
}
#gk-header #gk-offcanvas .nav li.active > a, #gk-header #gk-offcanvas .com-contact__links > ul li.active > a,
#gk-header #gk-offcanvas .nav li.active > span,
#gk-header #gk-offcanvas .com-contact__links > ul li.active > span {
  border-bottom-color: var(--gk-primary);
}
#gk-header #gk-offcanvas .nav li.active > a:after, #gk-header #gk-offcanvas .com-contact__links > ul li.active > a:after,
#gk-header #gk-offcanvas .nav li.active > span:after,
#gk-header #gk-offcanvas .com-contact__links > ul li.active > span:after {
  margin-top: 1.5rem;
  border-top-color: rgba(255, 255, 255, 0.8);
}
#gk-header #gk-offcanvas .nav li + li, #gk-header #gk-offcanvas .com-contact__links > ul li + li {
  margin-left: 0;
}
#gk-header #gk-offcanvas .nav li.deeper > a span, #gk-header #gk-offcanvas .com-contact__links > ul li.deeper > a span,
#gk-header #gk-offcanvas .nav li.deeper > span span,
#gk-header #gk-offcanvas .com-contact__links > ul li.deeper > span span {
  display: inline-block;
}
#gk-header #gk-offcanvas .nav li.deeper > a:after, #gk-header #gk-offcanvas .com-contact__links > ul li.deeper > a:after,
#gk-header #gk-offcanvas .nav li.deeper > span:after,
#gk-header #gk-offcanvas .com-contact__links > ul li.deeper > span:after {
  margin-top: 1.5rem;
  border-top-color: rgba(255, 255, 255, 0.8);
}
#gk-header #gk-offcanvas .nav li.deeper.open > a:after, #gk-header #gk-offcanvas .com-contact__links > ul li.deeper.open > a:after,
#gk-header #gk-offcanvas .nav li.deeper.open > span:after,
#gk-header #gk-offcanvas .com-contact__links > ul li.deeper.open > span:after {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
#gk-header #gk-offcanvas .nav > li > a, #gk-header #gk-offcanvas .com-contact__links > ul > li > a,
#gk-header #gk-offcanvas .nav > li > span,
#gk-header #gk-offcanvas .com-contact__links > ul > li > span {
  font-size: 2rem;
}
#gk-header #gk-offcanvas .nav > li > a:after, #gk-header #gk-offcanvas .com-contact__links > ul > li > a:after,
#gk-header #gk-offcanvas .nav > li > span:after,
#gk-header #gk-offcanvas .com-contact__links > ul > li > span:after {
  margin-top: 1.5rem;
}
#gk-header #gk-offcanvas .nav > li > ul > li.deeper > a:after, #gk-header #gk-offcanvas .com-contact__links > ul > li > ul > li.deeper > a:after,
#gk-header #gk-offcanvas .nav > li > ul > li.deeper > span:after,
#gk-header #gk-offcanvas .com-contact__links > ul > li > ul > li.deeper > span:after {
  margin-top: 1rem;
}
#gk-header #gk-offcanvas .nav > li > ul > li > ul > li.deeper > a:after, #gk-header #gk-offcanvas .com-contact__links > ul > li > ul > li > ul > li.deeper > a:after,
#gk-header #gk-offcanvas .nav > li > ul > li > ul > li.deeper > span:after,
#gk-header #gk-offcanvas .com-contact__links > ul > li > ul > li > ul > li.deeper > span:after {
  margin-top: 0.75rem;
}
#gk-header #gk-offcanvas .nav > li > ul > li > ul > li > ul > li.deeper > a:after, #gk-header #gk-offcanvas .com-contact__links > ul > li > ul > li > ul > li > ul > li.deeper > a:after,
#gk-header #gk-offcanvas .nav > li > ul > li > ul > li > ul > li.deeper > span:after,
#gk-header #gk-offcanvas .com-contact__links > ul > li > ul > li > ul > li > ul > li.deeper > span:after {
  margin-top: 0.5rem;
}
#gk-header #gk-offcanvas .nav.menu-horizontal li, #gk-header #gk-offcanvas .com-contact__links > ul.menu-horizontal li {
  display: inline-block;
}
#gk-header #gk-offcanvas .nav.menu-horizontal li + li, #gk-header #gk-offcanvas .com-contact__links > ul.menu-horizontal li + li {
  margin-left: 0.5rem;
}
#gk-header #gk-offcanvas .nav.menu-small li, #gk-header #gk-offcanvas .com-contact__links > ul.menu-small li {
  padding-bottom: 0;
  padding-top: 0;
}
#gk-header #gk-offcanvas .nav.menu-small li > a, #gk-header #gk-offcanvas .com-contact__links > ul.menu-small li > a,
#gk-header #gk-offcanvas .nav.menu-small li > span,
#gk-header #gk-offcanvas .com-contact__links > ul.menu-small li > span {
  font-size: 0.75rem;
  font-family: var(--gk-custom-font2-family);
  font-weight: 700;
  text-transform: uppercase;
}
#gk-header #gk-offcanvas .mod-list {
  text-align: left;
}
#gk-header #gk-offcanvas .mod-footer {
  font-family: var(--gk-custom-font1-family);
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 60%;
}

.page-header h1, .page-header .h1 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid var(--gk-heading-color);
  text-transform: uppercase;
  font-family: var(--gk-heading-font-family);
}

.item-image-wrapper .caption {
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-family: var(--gk-custom-font1-family);
  text-transform: uppercase;
  color: #87888D;
  font-size: 0.625rem;
}
.item-image-wrapper.right, .item-image-wrapper.left {
  margin-bottom: 0;
}

figure.image figcaption {
  text-align: right;
  font-family: var(--gk-custom-font1-family);
  text-transform: uppercase;
  color: #87888D;
  font-size: 0.625rem;
  padding: 0;
}
figure.image img {
  width: 100%;
}

.blog,
.blog-featured {
  --gk-gutter-x: 3rem;
  --gk-gutter-y: 3rem;
}
.blog .page-header h1, .blog .page-header .h1,
.blog-featured .page-header h1,
.blog-featured .page-header .h1 {
  font-size: 2rem;
}
.blog .blog-items,
.blog-featured .blog-items {
  margin-bottom: 0;
  row-gap: 0;
}
@media (min-width: 768px) {
  .blog .blog-items.columns-2 > div,
  .blog-featured .blog-items.columns-2 > div {
    width: 50%;
  }
  .blog .blog-items.columns-3 > div,
  .blog-featured .blog-items.columns-3 > div {
    width: 33.33333%;
  }
  .blog .blog-items.columns-4 > div,
  .blog-featured .blog-items.columns-4 > div {
    width: 50%;
  }
  .blog .blog-items.columns-5 > div,
  .blog-featured .blog-items.columns-5 > div {
    width: 20%;
  }
  .blog .blog-items.columns-6 > div,
  .blog-featured .blog-items.columns-6 > div {
    width: 16.66%;
  }
  .blog .blog-items.masonry-2,
  .blog-featured .blog-items.masonry-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .blog .blog-items.masonry-3,
  .blog-featured .blog-items.masonry-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .blog .blog-items.masonry-4,
  .blog-featured .blog-items.masonry-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .blog .blog-items.masonry-5,
  .blog-featured .blog-items.masonry-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .blog .blog-items.masonry-6,
  .blog-featured .blog-items.masonry-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}
@media (min-width: 1200px) {
  .blog .blog-items.columns-2 > div,
  .blog-featured .blog-items.columns-2 > div {
    width: 50%;
  }
  .blog .blog-items.columns-3 > div,
  .blog-featured .blog-items.columns-3 > div {
    width: 33.33333%;
  }
  .blog .blog-items.columns-4 > div,
  .blog-featured .blog-items.columns-4 > div {
    width: 25%;
  }
  .blog .blog-items.columns-5 > div,
  .blog-featured .blog-items.columns-5 > div {
    width: 20%;
  }
  .blog .blog-items.columns-6 > div,
  .blog-featured .blog-items.columns-6 > div {
    width: 16.66%;
  }
  .blog .blog-items.masonry-2,
  .blog-featured .blog-items.masonry-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .blog .blog-items.masonry-3,
  .blog-featured .blog-items.masonry-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .blog .blog-items.masonry-4,
  .blog-featured .blog-items.masonry-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .blog .blog-items.masonry-5,
  .blog-featured .blog-items.masonry-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .blog .blog-items.masonry-6,
  .blog-featured .blog-items.masonry-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
}
.blog .blog-item,
.blog-featured .blog-item {
  border-bottom: 1px solid var(--gk-border-color);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
.blog .item-image-wrapper,
.blog-featured .item-image-wrapper {
  --ratio-percent: 56.25%;
  margin-bottom: 1rem;
}
.blog .item-image-wrapper .item-image:before,
.blog-featured .item-image-wrapper .item-image:before {
  display: none;
}
@media (min-width: 768px) {
  .blog .item-image-wrapper.left,
  .blog-featured .item-image-wrapper.left {
    margin-right: 2rem;
    width: 33.33%;
    float: left;
  }
}
@media (min-width: 768px) {
  .blog .item-image-wrapper.right,
  .blog-featured .item-image-wrapper.right {
    margin-left: 2rem;
    width: 33.33%;
    float: right;
  }
}
.blog .article-info,
.blog-featured .article-info {
  margin-bottom: 0;
}
.blog .item-content,
.blog-featured .item-content {
  overflow: hidden;
}
.blog .item-content p.readmore,
.blog-featured .item-content p.readmore {
  margin-top: calc(var(--gk-gutter-y) / 2);
}
.blog .items-leading,
.blog-featured .items-leading {
  font-size: 1.125rem;
}
.blog .items-leading .item-image-wrapper,
.blog-featured .items-leading .item-image-wrapper {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  float: none;
}

.view-category .blog .page-header h1, .view-category .blog .page-header .h1,
.view-category .blog-featured .page-header h1,
.view-category .blog-featured .page-header .h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .view-category .blog .page-header h1, .view-category .blog .page-header .h1,
  .view-category .blog-featured .page-header h1,
  .view-category .blog-featured .page-header .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .view-category .blog .page-header h1, .view-category .blog .page-header .h1,
  .view-category .blog-featured .page-header h1,
  .view-category .blog-featured .page-header .h1 {
    font-size: 4rem;
  }
}

.contributors-list .contributor-position {
  margin-bottom: 1rem;
}
.contributors-list .item-image-wrapper,
.contributors-list .item-image-wrapper.left,
.contributors-list .item-image-wrapper.right {
  --ratio-percent: 100%;
  float: none;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .contributors-list .item-image-wrapper,
  .contributors-list .item-image-wrapper.left,
  .contributors-list .item-image-wrapper.right {
    margin-right: 24px;
  }
}
.contributors-list .item-image-wrapper .item-image-inner,
.contributors-list .item-image-wrapper.left .item-image-inner,
.contributors-list .item-image-wrapper.right .item-image-inner {
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .contributors-list .item-image-wrapper .item-image-inner,
  .contributors-list .item-image-wrapper.left .item-image-inner,
  .contributors-list .item-image-wrapper.right .item-image-inner {
    position: static;
  }
}
.contributors-list .item-image-wrapper .item-image-inner .item-image,
.contributors-list .item-image-wrapper.left .item-image-inner .item-image,
.contributors-list .item-image-wrapper.right .item-image-inner .item-image {
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .contributors-list .item-image-wrapper .item-image-inner .item-image,
  .contributors-list .item-image-wrapper.left .item-image-inner .item-image,
  .contributors-list .item-image-wrapper.right .item-image-inner .item-image {
    width: 60px;
    position: static;
  }
  .contributors-list .item-image-wrapper .item-image-inner .item-image img,
  .contributors-list .item-image-wrapper.left .item-image-inner .item-image img,
  .contributors-list .item-image-wrapper.right .item-image-inner .item-image img {
    position: static;
  }
}
.contributors-list .item-image-wrapper .caption,
.contributors-list .item-image-wrapper.left .caption,
.contributors-list .item-image-wrapper.right .caption {
  display: none;
}
.contributors-list .blog-items[class*=" columns-"] {
  row-gap: 0;
}
@media (max-width: 1199.98px) {
  .contributors-list .blog-items[class*=" columns-"] {
    margin-left: 0;
    margin-right: 0;
  }
  .contributors-list .blog-items[class*=" columns-"] + .blog-items {
    margin-top: 1.5rem;
  }
  .contributors-list .blog-items[class*=" columns-"] .blog-item {
    padding-left: 0;
    padding-right: 0;
  }
  .contributors-list .blog-items[class*=" columns-"] .blog-item:last-child {
    margin-bottom: 0;
  }
}
.contributors-list .blog-items[class*=" columns-"] .blog-item {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .contributors-list .blog-items[class*=" columns-"] .blog-item {
    width: 100%;
    border-bottom: 1px solid var(--gk-border-color);
  }
}
.contributors-list .blog-items[class*=" columns-"] .blog-item .contributor-socials {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .contributors-list .blog-items[class*=" columns-"] .blog-item .contributor-socials {
    position: static;
  }
}
@media (max-width: 1199.98px) {
  .contributors-list .blog-items[class*=" columns-"] .blog-item {
    border-bottom: 1px solid var(--gk-border-color);
    margin-bottom: 1.5rem;
    padding-bottom: calc(var(--gk-gutter-y) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contributors-list .blog-items[class*=" columns-"] .blog-item .contributor-socials {
    position: static;
  }
}
@media (min-width: 1200px) {
  .contributors-list .blog-items[class*=" columns-"] .blog-item + .blog-item {
    border-left: 1px solid var(--gk-border-color);
  }
}
@media (min-width: 1200px) {
  .contributors-list .blog-items[class*=" columns-"] + .blog-items:before {
    content: "";
    width: 100%;
    border-top: 1px solid var(--gk-border-color);
    margin-top: calc(var(--gk-gutter-y) / 2);
    margin-left: calc(var(--gk-gutter-x) / 2);
    margin-right: calc(var(--gk-gutter-x) / 2);
    padding-bottom: calc(var(--gk-gutter-y) / 2);
  }
}
.contributors-list .blog-item {
  padding-bottom: 2rem;
  position: relative;
}
.contributor-socials {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.contributor-socials li {
  display: inline-block;
  margin-right: 0.5rem;
}
.contributor-socials li:empty {
  display: none;
}
.contributor-socials li a {
  border: 1px solid #87888D;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  color: #87888D;
  display: inline-block;
  border-radius: 50%;
}
.contributor-socials li a:before {
  content: "";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 12px;
}
.contributor-socials li a span {
  display: none;
}
.contributor-socials li a:active, .contributor-socials li a:focus, .contributor-socials li a:hover {
  border-color: var(--gk-primary);
  color: #87888D;
  text-decoration: none;
}
.contributor-socials li.contributor-facebook a:before {
  content: "\f39e";
}
.contributor-socials li.contributor-twitter a:before {
  content: "\f099";
}
.contributor-socials li.contributor-youtube a:before {
  content: "\f167";
}
.contributor-socials li.contributor-instagram a:before {
  content: "\f16d";
}
.contributor-socials li.contributor-linkedin a:before {
  content: "\f0e1";
}
.contributor-socials li.contributor-email a:before {
  content: "\f0e0";
}

@media (min-width: 1200px) {
  .view-article.layout-gk_reportercontributors .container {
    max-width: var(--gk-container-max-width-article);
  }
}
.view-article.layout-gk_reportercontributors .gk-mainbody-wrap {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .view-article.layout-gk_reportercontributors .gk-mainbody-wrap .gk-sidebar {
    margin-top: 0;
  }
}

.article-style-05 {
  text-align: center;
}
.article-style-05 .item-image-wrapper {
  --ratio-percent: 100%;
  --gk-border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
}
.article-style-05 .introtext {
  margin-top: 1rem;
}
.article-style-05 .contributor-socials {
  margin-top: 1.5rem;
}

.contributor-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.contributor-wrap .gk-mainbody-top {
  margin-bottom: 2rem;
}
.contributor-wrap .gk-mainbody-top .inner {
  border-bottom: 4px solid #19191B;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .contributor-wrap .gk-mainbody-top {
    margin-bottom: 4rem;
  }
  .contributor-wrap .gk-mainbody-top .inner {
    padding-bottom: 4rem;
  }
}
.contributor-wrap .gk-mainbody.gk-component,
.contributor-wrap .gk-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .contributor-wrap .gk-sidebar {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .contributor-wrap .gk-sidebar {
    border-left: 1px solid var(--gk-border-color);
  }
}
@media (max-width: 575.98px) {
  .contributor-wrap .gk-mainbody .mod-articlescategory > li .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contributor-wrap .gk-mainbody .mod-articlescategory > li .item-inner .info-details {
    width: 100%;
  }
  .contributor-wrap .gk-mainbody .mod-articlescategory > li .item-inner .item-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.contributor-wrap .gk-mainbody .mod-articlescategory > li .item-inner .item-image {
  --ratio-percent: 56.25%;
}

.com-content-categories__items .btn, .com-content-categories__items .com-contact__links > ul a, .com-contact__links > ul .com-content-categories__items a, .com-content-categories__items #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .com-content-categories__items a.btn, .com-content-categories__items #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .com-content-categories__items a, .com-content-categories__items .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .com-content-categories__items a, .com-content-categories__items #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li .com-content-categories__items a {
  --gk-btn-padding-y: 0.15rem;
}
.com-content-categories__items .com-content-categories__children .com-content-categories__items {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  display: block;
  -webkit-column-gap: var(--gk-gutter-x);
  -moz-column-gap: var(--gk-gutter-x);
  column-gap: var(--gk-gutter-x);
}
.com-content-categories__items .com-content-categories__children .com-content-categories__items .com-content-categories__item {
  border-bottom: 1px solid var(--gk-border-color);
}
.com-content-categories__items .com-content-categories__children .com-content-categories__items .com-content-categories__item .com-content-categories__children {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
.com-content-categories__items .com-content-categories__children .com-content-categories__items .com-content-categories__item .com-content-categories__children .com-content-categories__item {
  margin-bottom: 0;
}
.com-content-categories__items .com-content-categories__children .com-content-categories__items .com-content-categories__item .com-content-categories__children .com-content-categories__item .com-content-categories__item-title {
  margin: 1rem 0;
}
.com-content-categories__items .com-content-categories__children .com-content-categories__items .com-content-categories__item .com-content-categories__children .com-content-categories__item:last-of-type {
  border-bottom: 0;
}

.items-more {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.article-info {
  text-transform: uppercase;
  font-size: calc(var(--gk-body-font-size) * 0.625);
  font-family: var(--gk-custom-font1-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc(var(--gk-gutter-y) * 0.166);
     -moz-column-gap: calc(var(--gk-gutter-y) * 0.166);
          column-gap: calc(var(--gk-gutter-y) * 0.166);
}
.info-details .article-info {
  margin-bottom: 0;
}
.article-info.article-info-above-title {
  margin-bottom: 0.5rem;
}
.article-info [class^=icon-],
.article-info [class*=" icon-"] {
  display: none;
}
.article-info dd {
  margin-bottom: 0;
}
.article-info dd.createdby, .article-info dd.mod-articles-category-writtenby {
  color: var(--gk-black);
  font-weight: 700;
}
.article-info .category-name,
.article-info .createdby {
  font-weight: 700;
}

.com-tags-tag-list__category a,
.com-content-category__table a {
  color: var(--gk-black);
  font-weight: var(--gk-body-font-weight);
}

.pagination__wrapper {
  margin-top: 2rem;
}

p.counter.float-end {
  line-height: 38px;
}

.search-pagination .search-pages-counter {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  #finder-filter-window .filter-branch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: calc(-0.5 * var(--gk-gutter-x));
    margin-left: calc(-0.5 * var(--gk-gutter-x));
  }
  #finder-filter-window .filter-branch > .control-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding-right: calc(var(--gk-gutter-x) * 0.5);
    padding-left: calc(var(--gk-gutter-x) * 0.5);
  }
}
@media (min-width: 992px) {
  #finder-filter-window .filter-branch > .control-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    width: 33.33%;
  }
}
.com-contact-featured__table thead th,
.com-contact-featured__table thead th a {
  font-size: var(--gk-body-font-size);
  color: var(--gk-black);
  font-weight: 700;
}

.contact-position dt,
.contact-position dd {
  display: inline-block;
}

.gk-module .mod-title a {
  color: var(--gk-body-color);
}
.gk-module .mod-title a:hover, .gk-module .mod-title a:focus, .gk-module .mod-title a:active {
  color: var(--gk-primary);
}

.gk-content-bottom .gk-module + .gk-module,
.gk-content-top .gk-module + .gk-module {
  margin-top: 4rem;
}
@media (max-width: 767.98px) {
  .gk-content-bottom .gk-module + .gk-module,
  .gk-content-top .gk-module + .gk-module {
    margin-top: 2rem;
  }
}
.gk-content-bottom .gk-module .mod-title,
.gk-content-top .gk-module .mod-title {
  --gk-gutter-y: 2rem;
  font-size: calc(1.325rem + 0.9vw);
  border-bottom: 4px solid var(--gk-heading-color);
  color: var(--gk-heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.125;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: var(--gk-gutter-y);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  width: 100%;
}
@media (min-width: 1200px) {
  .gk-content-bottom .gk-module .mod-title,
  .gk-content-top .gk-module .mod-title {
    font-size: 2rem;
  }
}
.gk-content-bottom .gk-module .mod-title a,
.gk-content-top .gk-module .mod-title a {
  font-family: var(--gk-custom-font1-family);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(var(--gk-gutter-y) / 8);
}
.gk-content-bottom .gk-module .mod-title a:hover,
.gk-content-top .gk-module .mod-title a:hover {
  text-decoration: underline;
}

.gk-content-top {
  position: relative;
}
.gk-content-top.pt-0 > .gk-module:first-child .gk-module-inner, p.gk-content-top.counter.float-end > .gk-module:first-child .gk-module-inner {
  padding-top: 0;
}
.gk-content-top .gk-module.mod-has-bg {
  position: static;
  padding-top: 2rem !important;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .gk-content-top .gk-module.mod-has-bg {
    padding-top: 4rem !important;
    padding-bottom: 4rem;
  }
}
.gk-content-top .gk-module.mod-has-bg .mod-title {
  position: relative;
  z-index: 1;
  color: var(--gk-white);
  border-bottom-color: var(--gk-white);
}
.gk-content-top .gk-module.mod-has-bg .mod-title a {
  color: var(--gk-white);
}

.gk-content-bottom {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .gk-content-bottom {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.gk-content-bottom.gk-content-bottom-3 {
  padding-top: 0;
}
.gk-content-bottom .gk-module {
  padding-top: 0;
}
.gk-content-bottom .gk-module .gk-module-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.gk-content-bottom .gk-module.mod-has-bg {
  position: static;
  padding-top: 2rem !important;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .gk-content-bottom .gk-module.mod-has-bg {
    padding-top: 4rem !important;
    padding-bottom: 4rem;
  }
}
.gk-content-bottom .gk-module.mod-has-bg .mod-title {
  position: relative;
  z-index: 1;
  color: var(--gk-white);
  border-bottom-color: var(--gk-white);
}
.gk-content-bottom .gk-module.mod-has-bg .mod-title a {
  color: var(--gk-white);
}
.gk-content-bottom .gk-module + .gk-module {
  margin-top: 2rem;
}
.gk-content-bottom .row.columns-3 + .row {
  margin-top: var(--gk-gutter-y);
}
@media (min-width: 992px) {
  .gk-content-bottom .row.columns-3 .col-lg-4 {
    border-right: 1px solid var(--gk-border-color);
  }
}
@media (max-width: 991.98px) {
  .gk-content-bottom .row.columns-3 .col-lg-4 {
    margin-bottom: 3rem;
  }
  .gk-content-bottom .row.columns-3 .col-lg-4:last-child {
    margin-bottom: 0;
  }
}
.gk-content-bottom .row.columns-3 .col-lg-4:last-child {
  border-right: 0;
}
.gk-content-bottom .row.columns-4 + .row {
  margin-top: var(--gk-gutter-y);
}
@media (min-width: 1200px) {
  .gk-content-bottom .row.columns-4 .col-xl-3 {
    border-right: 1px solid var(--gk-border-color);
  }
}
@media (max-width: 1199.98px) {
  .gk-content-bottom .row.columns-4 .col-xl-3 {
    margin-bottom: 3rem;
  }
  .gk-content-bottom .row.columns-4 .col-xl-3:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .gk-content-bottom .row.columns-4 .col-xl-3:nth-child(1), .gk-content-bottom .row.columns-4 .col-xl-3:nth-child(3) {
    border-right: 1px solid var(--gk-border-color);
  }
}
.gk-content-bottom .row.columns-4 .col-xl-3:last-child {
  border-right: 0;
}

.view-article .gk-content-bottom .col-lg-6:first-of-type {
  position: relative;
}
@media (max-width: 767.98px) {
  .view-article .gk-content-bottom .col-lg-6:first-of-type .gk-module {
    border-bottom: 1px solid var(--gk-border-color);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .view-article .gk-content-bottom .col-lg-6:first-of-type::before {
    background: var(--gk-border-color);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 1px;
  }
}

.mod-slidenews {
  padding: 2rem 2rem;
}
.mod-slidenews .owl-carousel {
  padding-left: 6rem;
  padding-right: 6rem;
}
.mod-slidenews .owl-carousel .owl-stage-outer {
  padding-left: 3px;
}
.mod-slidenews .owl-carousel .owl-nav {
  margin-top: 0;
}
.mod-slidenews .owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--gk-gray-900);
  color: var(--gk-white);
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  margin: 0;
}
.mod-slidenews .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.mod-slidenews .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.mod-slidenews .owl-carousel .owl-stage {
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod-slidenews .owl-carousel .owl-item.active:last-child .mod-slidenews-item {
  border-right: 0;
}
@media (max-width: 991.98px) {
  .mod-slidenews .owl-carousel {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.mod-slidenews .mod-slidenews-item {
  counter-increment: item;
  padding-left: 3rem;
  padding-right: 1rem;
  border-right: 1px solid var(--gk-gray-900);
  height: 100%;
}
.active:last-child .mod-slidenews .mod-slidenews-item {
  border-right: 0;
}
.mod-slidenews .mod-slidenews-item:before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  background: var(--gk-primary);
  color: var(--gk-white);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: var(--gk-border-radius-sm);
}
.mod-slidenews .mod-slidenews-item > a {
  color: var(--gk-white);
}

#breaking-news {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#breaking-news .mod-title-inline {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--gk-custom-font1-family);
  font-size: 0.75rem;
  color: var(--gk-white);
}
@media (max-width: 991.98px) {
  #breaking-news .mod-title-inline {
    display: none;
  }
}
#breaking-news .mod-articlesnews-breaking {
  text-align: center;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
}
#breaking-news .mod-articlesnews-breaking > li {
  display: none;
}
#breaking-news .mod-articlesnews-breaking > li:first-child {
  display: block;
}
#breaking-news .mod-articlesnews-breaking .newsflash-title {
  margin-bottom: 0;
  color: currentColor;
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#breaking-news .mod-articlesnews-breaking .newsflash-title a {
  color: currentColor;
}
@media (max-width: 991.98px) {
  #breaking-news .mod-articlesnews-breaking {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

.mod-banners__item {
  text-align: center;
}
.mod-banners__item + .mod-banners__item {
  margin-top: 2rem;
}

.mod-articlescategory {
  row-gap: 0;
}
.mod-articlescategory .item-image {
  --ratio-percent: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: var(--gk-border-radius);
  margin-bottom: 0;
}
.mod-articlescategory .item-image:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.mod-articlescategory .item-image > a {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-articlescategory .item-image > a img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.gk-content-bottom .mod-articlescategory > li .item-inner .item-image {
  width: 25%;
}
.gk-content-bottom .mod-articlescategory > li .item-inner .has-intro-image {
  width: 75%;
}
.mod-articlescategory .articles-introtext {
  margin-bottom: 1.5rem;
}
.mod-articlescategory .articles-writtenby {
  font-weight: 700;
  color: var(--gk-black);
}
.mod-articlescategory > li + li {
  padding-top: calc(var(--gk-gutter-y) * 0.5);
  margin-top: calc(var(--gk-gutter-y) * 0.5);
  border-top: 1px solid var(--gk-border-color);
}
.mod-articlescategory > li .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mod-articlescategory > li .item-inner .item-image {
  --ratio-percent: 100%;
  float: right;
  margin-left: 1rem;
  width: 33.33%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mod-articlescategory > li .item-inner .info-details {
  overflow: hidden;
  width: 66.66%;
}
.mod-articlescategory .item-links .item-image-wrapper .caption {
  display: none;
}

.mod-articles-category-writtenby,
.articles-writtenby,
.article-info .createdby {
  font-weight: 700;
  color: var(--gk-black);
}

.mod-articles-layout-contributors .item-contributor {
  padding-bottom: calc(var(--gk-gutter-y) * 0.5);
}
.mod-articles-layout-contributors .item-contributor + .item-contributor {
  margin-top: calc(var(--gk-gutter-y) * 0.5);
}
.mod-articles-layout-contributors .item-contributor:last-child {
  padding-bottom: 0;
}
.mod-articles-layout-contributors .item-title {
  margin-bottom: 0.25rem;
  font-family: var(--gk-custom-font1-family);
  text-transform: uppercase;
  font-size: 0.75rem;
  color: var(--gk-heading-color);
}
.mod-articles-layout-contributors .item-title a {
  color: var(--gk-heading-color);
}
.mod-articles-layout-contributors .item-title a:hover, .mod-articles-layout-contributors .item-title a:focus, .mod-articles-layout-contributors .item-title a:active {
  color: var(--gk-link-hover-color);
  text-decoration: none;
}
.mod-articles-layout-contributors .contributor-position {
  margin-bottom: 0.5rem;
  font-family: var(--gk-custom-font1-family);
  text-transform: uppercase;
  font-size: 0.625rem;
}
.mod-articles-layout-contributors .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mod-articles-layout-contributors .item-inner .item-image-wrapper {
  --ratio-percent: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 1rem;
  margin-bottom: 0;
  width: 25%;
}
.mod-articles-layout-contributors .item-inner .item-image-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.mod-articles-layout-contributors .item-inner .item-image-wrapper > a {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-articles-layout-contributors .item-inner .item-image-wrapper > a img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mod-articles-layout-contributors .item-inner .item-image-wrapper .caption {
  display: none;
}
.mod-articles-layout-contributors .item-inner .info-details {
  overflow: hidden;
  width: 75%;
}
.mod-articles-layout-contributors .item-inner .articles-introtext {
  color: #19191B;
}

@media (min-width: 992px) {
  .mod-articles-layout-1 > .row > [class^=col--]:not(.item-links),
  .mod-articles-layout-1 > .row > [class*=" col-"]:not(.item-links) {
    border-right: 1px solid var(--gk-border-color);
  }
}
@media (max-width: 991.98px) {
  .mod-articles-layout-1 > .row > [class^=col--]:not(.item-links),
  .mod-articles-layout-1 > .row > [class*=" col-"]:not(.item-links) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  .mod-articles-layout-1 > .row > [class^=col--]:not(.item-links).item-highlight,
  .mod-articles-layout-1 > .row > [class*=" col-"]:not(.item-links).item-highlight {
    border-right: 0;
  }
  .mod-articles-layout-1 > .row > [class^=col--]:not(.item-links).item-highlight .item-inner:last-child,
  .mod-articles-layout-1 > .row > [class*=" col-"]:not(.item-links).item-highlight .item-inner:last-child {
    padding-bottom: var(--gk-gutter-y);
    margin-bottom: var(--gk-gutter-y);
    border-bottom: 1px solid var(--gk-border-color);
  }
}
@media (max-width: 991.98px) {
  .mod-articles-layout-1 > .row > [class^=col--]:not(.item-links).item-highlight .item-inner:last-child,
  .mod-articles-layout-1 > .row > [class*=" col-"]:not(.item-links).item-highlight .item-inner:last-child {
    margin-bottom: 0;
  }
}
.mod-articles-layout-1 > .row .item-child:nth-child(4),
.mod-articles-layout-1 > .row .item-mods.order-3 {
  border-right: 0;
}
@media (min-width: 992px) {
  .mod-articles-layout-1 > .row .item-links.order-2 {
    border-right: 1px solid var(--gk-border-color);
  }
}
@media (max-width: 991.98px) {
  .mod-articles-layout-1 > .row .item-links.order-2 {
    margin-bottom: 1.5rem;
  }
}
.mod-articles-layout-1 > .row + .row {
  margin-top: calc(var(--gk-gutter-y) / 2);
  position: relative;
}
.mod-articles-layout-1 > .row + .row:before {
  content: "";
  width: 100%;
  border-top: 1px solid var(--gk-border-color);
  margin-left: calc(var(--gk-gutter-x) / 2);
  margin-right: calc(var(--gk-gutter-x) / 2);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
}
@media (max-width: 1199.98px) {
  .mod-articles-layout-1 > .row.item-child-row .item-child:nth-child(2n) {
    border-right: 0;
  }
  .mod-articles-layout-1 > .row.item-child-row .item-child:nth-child(2) .item-inner,
  .mod-articles-layout-1 > .row.item-child-row .item-child:first-child .item-inner {
    padding-bottom: calc(var(--gk-gutter-y) * 0.5);
    margin-bottom: calc(var(--gk-gutter-y) * 0.5);
    border-bottom: 1px solid var(--gk-border-color);
  }
}
@media (max-width: 991.98px) {
  .mod-articles-layout-1 > .row.item-child-row + .row {
    margin-top: 0;
  }
  .mod-articles-layout-1 > .row.item-child-row + .row:before {
    display: none;
  }
  .mod-articles-layout-1 > .row.item-child-row .item-child .item-inner:last-child {
    margin-bottom: 0;
  }
}
.mod-articles-layout-1 > .row .item-mods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991.98px) {
  .mod-articles-layout-1 > .row .item-mods {
    margin-top: calc(var(--gk-gutter-y) * 0.5);
  }
}
.mod-articles-layout-1 .item-inner {
  padding-bottom: calc(var(--gk-gutter-y) * 0.5);
  margin-bottom: calc(var(--gk-gutter-y) * 0.5);
  border-bottom: 1px solid var(--gk-border-color);
}
.mod-articles-layout-1 .item-inner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mod-articles-layout-1 .item-inner .item-title a:hover, .mod-articles-layout-1 .item-inner .item-title a:focus, .mod-articles-layout-1 .item-inner .item-title a:active {
  text-decoration: none !important;
}
.mod-articles-layout-1 .item-image-wrapper {
  --ratio-percent: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: var(--gk-border-radius);
  margin-bottom: 1.5rem;
}
.mod-articles-layout-1 .item-image-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.mod-articles-layout-1 .item-image-wrapper > a {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-articles-layout-1 .item-image-wrapper > a img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mod-articles-layout-1 .articles-introtext {
  margin-bottom: 1.5rem;
}
.mod-articles-layout-1 .articles-writtenby {
  font-weight: 700;
  color: var(--gk-black);
}
.mod-articles-layout-1 .item-highlight .item-inner:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mod-articles-layout-1 .item-highlight .item-inner:last-child .item-image-wrapper {
  float: right;
  margin-left: 1rem;
  margin-bottom: 0;
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mod-articles-layout-1 .item-highlight .item-inner:last-child .info-details {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 575.98px) {
  .mod-articles-layout-1 .item-highlight .item-inner:last-child {
    display: block;
  }
  .mod-articles-layout-1 .item-highlight .item-inner:last-child .item-image-wrapper {
    margin-bottom: 2rem;
    margin-left: 0;
    width: 100%;
  }
  .mod-articles-layout-1 .item-highlight .item-inner:last-child .info-details {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .mod-articles-layout-1 .item-child .item-inner:last-child {
    padding-bottom: calc(var(--gk-gutter-y) * 0.5);
    border-bottom: 1px solid var(--gk-border-color);
    margin-bottom: 0;
  }
}
.mod-articles-layout-1 .item-links .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mod-articles-layout-1 .item-links .item-inner .item-image-wrapper {
  --ratio-percent: 100%;
  float: right;
  margin-left: 1rem;
  margin-bottom: 0;
  width: 33.33%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mod-articles-layout-1 .item-links .item-inner .info-details {
  overflow: hidden;
  width: 66.66%;
}
.mod-articles-layout-1 .item-links .item-image-wrapper .caption {
  display: none;
}
.mod-articles-layout-1 .articles-hits::before {
  content: "-";
}

@media (min-width: 768px) {
  .mod-articles-layout-2 > .row > .col-xl-3 {
    border-right: 1px solid var(--gk-border-color);
  }
}
.mod-articles-layout-2 > .row > .col-xl-3:nth-child(4) {
  border-right: 0;
}
@media (max-width: 1199.98px) {
  .mod-articles-layout-2 > .row > .col-xl-3:nth-child(2n) {
    border-right: 0;
  }
  .mod-articles-layout-2 > .row > .col-xl-3:nth-child(3) .item-inner,
  .mod-articles-layout-2 > .row > .col-xl-3:nth-child(4) .item-inner {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .mod-articles-layout-2 > .row > .col-xl-3:nth-child(3) .item-inner {
    padding-bottom: calc(var(--gk-gutter-y) * 0.5);
    margin-bottom: calc(var(--gk-gutter-y) * 0.5);
    border-bottom: 1px solid var(--gk-border-color);
  }
}
.mod-articles-layout-2 > .row + .row {
  margin-top: 2rem;
}
.mod-articles-layout-2 .item-child > .row > [class^=col--],
.mod-articles-layout-2 .item-child > .row > [class*=" col-"] {
  border-right: 1px solid var(--gk-border-color);
}
.mod-articles-layout-2 .item-child > .row > [class^=col--]:nth-child(4),
.mod-articles-layout-2 .item-child > .row > [class*=" col-"]:nth-child(4) {
  border-right: 0;
}
.mod-articles-layout-2 .item-child > .row + .row {
  margin-top: 2rem;
}
.mod-articles-layout-2 .item-child + .item-child {
  margin-top: 2rem;
}
.mod-articles-layout-2 .mod-articles-category-group {
  --gk-gutter-y: 2rem;
  font-size: calc(1.325rem + 0.9vw);
  border-bottom: 4px solid var(--gk-heading-color);
  color: var(--gk-heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.125;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: var(--gk-gutter-y);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  width: 100%;
}
@media (min-width: 1200px) {
  .mod-articles-layout-2 .mod-articles-category-group {
    font-size: 2rem;
  }
}
.mod-articles-layout-2 .mod-articles-category-group a {
  font-family: var(--gk-custom-font1-family);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(var(--gk-gutter-y) / 8);
}
.mod-articles-layout-2 .mod-articles-category-group a:hover {
  text-decoration: underline;
}
.mod-articles-layout-2 .item-inner {
  padding-bottom: calc(var(--gk-gutter-y) * 0.5);
  margin-bottom: calc(var(--gk-gutter-y) * 0.5);
  border-bottom: 1px solid var(--gk-border-color);
}
@media (min-width: 1200px) {
  .mod-articles-layout-2 .item-inner:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.mod-articles-layout-2 .item-image-wrapper {
  --ratio-percent: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: var(--gk-border-radius);
  margin-bottom: 1.5rem;
}
.mod-articles-layout-2 .item-image-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.mod-articles-layout-2 .item-image-wrapper > a {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-articles-layout-2 .item-image-wrapper > a img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mod-articles-layout-2 .articles-introtext {
  margin-bottom: 1.5rem;
}
.mod-articles-layout-2 .articles-writtenby {
  font-weight: 700;
  color: var(--gk-black);
}

@media (min-width: 1200px) {
  .mod-articles-layout-3 > .row > [class^=col--]:not(.item-links),
  .mod-articles-layout-3 > .row > [class*=" col-"]:not(.item-links) {
    border-right: 1px solid var(--gk-border-color);
  }
}
@media (max-width: 1199.98px) {
  .mod-articles-layout-3 > .row > [class^=col--]:not(.item-links),
  .mod-articles-layout-3 > .row > [class*=" col-"]:not(.item-links) {
    margin-bottom: 0;
  }
}
.mod-articles-layout-3 > .row .item-child:nth-child(4),
.mod-articles-layout-3 > .row .item-mods {
  border-right: 0;
}
.mod-articles-layout-3 > .row .item-links.order-2 {
  border-right: 1px solid var(--gk-border-color);
}
.mod-articles-layout-3 > .row + .row {
  margin-top: calc(var(--gk-gutter-y) / 2);
  position: relative;
}
.mod-articles-layout-3 > .row + .row:before {
  content: "";
  width: 100%;
  border-top: 1px solid var(--gk-border-color);
  margin-left: calc(var(--gk-gutter-x) / 2);
  margin-right: calc(var(--gk-gutter-x) / 2);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mod-articles-layout-3 > .row .item-links.order-3 {
    border-left: 1px solid var(--gk-border-color);
  }
}
.mod-articles-layout-3 .item-inner {
  padding-bottom: calc(var(--gk-gutter-y) * 0.5);
  margin-bottom: calc(var(--gk-gutter-y) * 0.5);
  border-bottom: 1px solid var(--gk-border-color);
}
.mod-articles-layout-3 .item-inner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mod-articles-layout-3 .item-inner .item-title a:hover, .mod-articles-layout-3 .item-inner .item-title a:focus, .mod-articles-layout-3 .item-inner .item-title a:active {
  text-decoration: none !important;
}
.mod-articles-layout-3 .item-image-wrapper {
  --ratio-percent: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: var(--gk-border-radius);
  margin-bottom: 1.5rem;
}
.mod-articles-layout-3 .item-image-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.mod-articles-layout-3 .item-image-wrapper > a {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-articles-layout-3 .item-image-wrapper > a img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mod-articles-layout-3 .articles-introtext {
  margin-bottom: 1.5rem;
}
.mod-articles-layout-3 .articles-writtenby {
  font-weight: 700;
  color: var(--gk-black);
}
.mod-articles-layout-3 .item-highlight .item-inner:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mod-articles-layout-3 .item-highlight .item-inner:last-child .item-image-wrapper {
  float: right;
  margin-left: 1rem;
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mod-articles-layout-3 .item-highlight .item-inner:last-child .info-details {
  overflow: hidden;
  width: 50%;
}
@media (max-width: 1199.98px) {
  .mod-articles-layout-3 .item-highlight .item-inner:last-child {
    padding-bottom: calc(var(--gk-gutter-y) * 0.5);
    margin-bottom: calc(var(--gk-gutter-y) * 0.5);
    border-bottom: 1px solid var(--gk-border-color);
  }
}
@media (max-width: 991.98px) {
  .mod-articles-layout-3 .item-child.order-2 .item-inner:last-child {
    padding-bottom: calc(var(--gk-gutter-y) * 0.5);
    margin-bottom: calc(var(--gk-gutter-y) * 0.5);
    border-bottom: 1px solid var(--gk-border-color);
  }
}
.mod-articles-layout-3 .item-links .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mod-articles-layout-3 .item-links .item-inner .item-image-wrapper {
  --ratio-percent: 100%;
  float: right;
  margin-left: 1rem;
  margin-bottom: 0;
  width: 33.33%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mod-articles-layout-3 .item-links .item-inner .item-image-wrapper .caption {
  display: none;
}
.mod-articles-layout-3 .item-links .item-inner .info-details {
  overflow: hidden;
  width: 66.66%;
}
.mod-articles-layout-3 .acym_module {
  padding-top: calc(var(--gk-gutter-y) * 0.5);
  margin-top: calc(var(--gk-gutter-y) * 0.5);
  border-top: 1px solid var(--gk-border-color);
}
.mod-articles-layout-3 .acym_introtext {
  color: var(--gk-heading-color);
  text-transform: uppercase;
  font-size: calc(var(--gk-body-font-size) * 0.625);
  font-family: var(--gk-custom-font1-family);
  margin-bottom: 1rem;
}
.mod-articles-layout-3 .acym_module_form #field_1 {
  display: none;
}
.mod-articles-layout-3 .acym_module_form .groupfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod-articles-layout-3 .acym_module_form input {
  --gk-btn-padding-y: 0.6rem;
  max-width: 100%;
  font-weight: 700;
}
.mod-articles-layout-3 .acym_module_form .onefield {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 8px;
  width: 100%;
}
.mod-articles-layout-3 .acym_module_form .fieldacyterms {
  margin-top: calc(var(--gk-gutter-y) / 2);
}
.mod-articles-layout-3 .acym_module_form .fieldacyterms a {
  color: var(--gk-heading-color);
  text-decoration: underline;
}
.mod-articles-layout-3 .acym_module_form .fieldacyterms a:hover {
  text-decoration: none;
}

.mod-articles-layout-4-bg {
  background-size: cover !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.mod-articles-layout-4 {
  position: relative;
}
.mod-articles-layout-4 .item-image-wrapper {
  --ratio-percent: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: var(--gk-border-radius);
  margin-bottom: 1rem;
}
.mod-articles-layout-4 .item-image-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.mod-articles-layout-4 .item-image-wrapper > a {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-articles-layout-4 .item-image-wrapper > a img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mod-articles-layout-4 .articles-introtext {
  margin-bottom: 1.5rem;
}
.mod-articles-layout-4 .articles-writtenby {
  font-weight: 700;
  color: var(--gk-white);
}
.mod-articles-layout-4 .item-highlight-inner {
  --gk-text-opacity: 0.8;
  padding: 2rem;
}
@media (min-width: 768px) {
  .mod-articles-layout-4 .item-highlight-inner {
    padding: 4rem;
  }
}
.mod-articles-layout-4 .item-highlight-inner .item-title a,
.mod-articles-layout-4 .item-highlight-inner .item-title a:hover,
.mod-articles-layout-4 .item-highlight-inner .item-title a:focus,
.mod-articles-layout-4 .item-highlight-inner .item-title a:active {
  color: var(--gk-white);
  text-decoration: none;
}
.mod-articles-layout-4 .item-highlight-inner .article-info {
  color: rgba(var(--gk-white-rgb), 0.8) !important;
}
.mod-articles-layout-4 .item-highlight-inner .article-info a {
  color: var(--gk-white);
}
@media (max-width: 991.98px) {
  .mod-articles-layout-4 .item-links {
    margin-top: 1.5rem;
  }
}
.mod-articles-layout-4 .item-links .item-title a {
  color: var(--gk-white);
}
.mod-articles-layout-4 .item-links .item-title a:hover,
.mod-articles-layout-4 .item-links .item-title a:focus,
.mod-articles-layout-4 .item-links .item-title a:active {
  color: var(--gk-link-hover-color);
}
.mod-articles-layout-4 .item-links .item-links-inner + .item-links-inner {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(var(--gk-white-rgb), 0.1);
}
.mod-articles-layout-4 .item-links .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mod-articles-layout-4 .item-links .item-inner .item-image-wrapper {
  --ratio-percent: 100%;
  float: right;
  margin-left: 1rem;
  margin-bottom: 0;
  width: 25%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.mod-articles-layout-4 .item-links .item-inner .item-image-wrapper .caption {
  display: none;
}
.mod-articles-layout-4 .item-links .item-inner .info-details {
  overflow: hidden;
  width: 75%;
}
.mod-articles-layout-4 .item-links .article-info {
  color: #87888D !important;
}

.mod-articles-layout-5 .mod-articles-category-group {
  --gk-gutter-y: 2rem;
  font-size: calc(1.325rem + 0.9vw);
  border-bottom: 4px solid var(--gk-heading-color);
  color: var(--gk-heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.125;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: var(--gk-gutter-y);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  width: 100%;
}
@media (min-width: 1200px) {
  .mod-articles-layout-5 .mod-articles-category-group {
    font-size: 2rem;
  }
}
.mod-articles-layout-5 .mod-articles-category-group a {
  font-family: var(--gk-custom-font1-family);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(var(--gk-gutter-y) / 8);
}
.mod-articles-layout-5 .mod-articles-category-group a:hover {
  text-decoration: underline;
}
.mod-articles-layout-5 .item-child-inner {
  padding-bottom: calc(var(--gk-gutter-y) * 0.5);
  margin-bottom: calc(var(--gk-gutter-y) * 0.5);
  border-bottom: 1px solid var(--gk-border-color);
}
.mod-articles-layout-5 .item-child-inner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mod-articles-layout-5 .item-image-wrapper {
  --ratio-percent: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: var(--gk-border-radius);
  margin-bottom: 1.5rem;
}
.mod-articles-layout-5 .item-image-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.mod-articles-layout-5 .item-image-wrapper > a {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-articles-layout-5 .item-image-wrapper > a img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mod-articles-layout-5 .articles-introtext {
  margin-bottom: 1.5rem;
}
.mod-articles-layout-5 .articles-writtenby {
  font-weight: 700;
  color: var(--gk-black);
}

.mod-articles-layout-6 .item-image-wrapper {
  --ratio-percent: 56.25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: var(--gk-border-radius);
}
.mod-articles-layout-6 .item-image-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.mod-articles-layout-6 .item-image-wrapper > a {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.mod-articles-layout-6 .item-image-wrapper > a img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mod-articles-layout-6 .articles-introtext {
  margin-bottom: 1.5rem;
}
.mod-articles-layout-6 .articles-writtenby {
  font-weight: 700;
}
.mod-articles-layout-6 .item-highlight {
  margin-bottom: var(--gk-gutter-y);
}
.mod-articles-layout-6 .item-highlight .container {
  position: relative;
}
.mod-articles-layout-6 .item-highlight .item-image-wrapper {
  --ratio-percent: 50%;
}
.mod-articles-layout-6 .item-highlight .article-info {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.mod-articles-layout-6 .item-highlight .articles-writtenby {
  color: var(--gk-white);
}
.mod-articles-layout-6 .item-highlight .item-highlight-inner {
  --gk-text-opacity: 0.8;
  padding: 2rem;
  position: absolute;
  bottom: 2rem;
  left: calc(var(--gk-gutter-x) * 0.5);
  right: calc(var(--gk-gutter-x) * 0.5);
}
@media (min-width: 1200px) {
  .mod-articles-layout-6 .item-highlight .item-highlight-inner {
    padding: 4rem;
    bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .mod-articles-layout-6 .item-highlight .item-highlight-inner {
    width: calc(50% - 2rem + 2px);
    right: auto;
  }
}
@media (max-width: 767.98px) {
  .mod-articles-layout-6 .item-highlight .item-highlight-inner {
    padding: 1rem;
    bottom: 1rem;
  }
  .mod-articles-layout-6 .item-highlight .item-highlight-inner .item-title {
    font-size: 1.125rem;
  }
}
.mod-articles-layout-6 .item-highlight .item-highlight-inner .item-title a,
.mod-articles-layout-6 .item-highlight .item-highlight-inner .item-title a:hover,
.mod-articles-layout-6 .item-highlight .item-highlight-inner .item-title a:focus,
.mod-articles-layout-6 .item-highlight .item-highlight-inner .item-title a:active {
  color: var(--gk-white);
  text-decoration: none;
}
.mod-articles-layout-6 .item-highlight .item-highlight-inner .article-info {
  color: rgba(var(--gk-white-rgb), 0.8) !important;
}
.mod-articles-layout-6 .item-highlight .item-highlight-inner .article-info a {
  color: var(--gk-white);
}
@media (max-width: 767.98px) {
  .mod-articles-layout-6 .item-highlight .item-highlight-inner .articles-introtext {
    display: none;
  }
}
@media (min-width: 992px) {
  .mod-articles-layout-6 .item-child {
    border-right: 1px solid var(--gk-border-color);
  }
}
.mod-articles-layout-6 .item-child:last-child {
  border-right: 0;
}
.mod-articles-layout-6 .item-child .item-image-wrapper {
  margin-bottom: 1.5rem;
  overflow: visible;
}
@media (max-width: 1199.98px) {
  .mod-articles-layout-6 .row .item-child:nth-child(2n) {
    border-right: 0;
  }
  .mod-articles-layout-6 .row .item-child .item-inner {
    padding-bottom: calc(var(--gk-gutter-y) * 0.5);
    margin-bottom: calc(var(--gk-gutter-y) * 0.5);
    border-bottom: 1px solid var(--gk-border-color);
  }
  .mod-articles-layout-6 .row .item-child:last-child .item-inner {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.gk-nav-vertical-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gk-nav-vertical-tabs .tab-listing {
  border-right: 1px solid #282626;
}
.gk-nav-vertical-tabs .tab-listing .tab-item + .tab-item {
  margin-top: 1rem;
}
.gk-nav-vertical-tabs .tab-listing .tab-item > a {
  font-family: var(--gk-heading-font-family);
  font-size: 2rem;
  color: var(--gk-white);
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.gk-nav-vertical-tabs .tab-listing .tab-item > a:hover, .gk-nav-vertical-tabs .tab-listing .tab-item > a:focus, .gk-nav-vertical-tabs .tab-listing .tab-item > a:active {
  border-bottom-color: var(--gk-primary);
  text-decoration: none;
}
.gk-nav-vertical-tabs .tab-listing .tab-item.tab-active > a {
  border-bottom-color: var(--gk-primary);
  text-decoration: none;
}
.gk-nav-vertical-tabs .tab-content-item {
  display: none;
}
.gk-nav-vertical-tabs .tab-content-item.tab-active {
  display: block;
}
.gk-nav-vertical-tabs .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.gk-nav-vertical-tabs .category-list .category-item + .category-item {
  margin-left: 0.5rem;
}
.gk-nav-vertical-tabs .category-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gk-nav-vertical-tabs .category-content-item + .category-content-item {
  border-left: 1px solid #282626;
}
.gk-nav-vertical-tabs .item-thumb {
  overflow: hidden;
  border-radius: var(--gk-border-radius);
}
.gk-nav-vertical-tabs .item-thumb-wrap {
  margin-bottom: 1.5rem;
}
.gk-nav-vertical-tabs .item-thumb-wrap .item-thumb-caption {
  font-family: var(--gk-custom-font1-family);
  text-transform: uppercase;
  color: #87888D;
  font-size: 0.625rem;
  display: block;
  text-align: right;
}
.gk-nav-vertical-tabs .item-category {
  margin-bottom: 0.5rem;
}
.gk-nav-vertical-tabs .item-title > a {
  color: var(--gk-white);
}
.gk-nav-vertical-tabs .article-info .item-author {
  color: var(--gk-white);
  font-weight: 700;
}

:root {
  /*Customized variable*/
  --gk-body-width: 1600px;
  --gk-body-color-2: #87888d;
  --gk-border-radius: 0.25rem;
  --gk-border-color-translucent: rgba(234, 235, 236, 1);
  --gk-heading-desc-color: #19191b;
  --gk-container-max-width-article: 1104px;
  --gk-gutter-x: 3rem;
  --gk-gutter-y: 3rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --gk-gutter-x: 3rem;
}

.gk-body {
  background: var(--gk-black);
}

.gk-bg {
  margin: auto;
  max-width: var(--gk-body-width);
  background: var(--gk-body-bg);
}
@media (min-width: 1400px) {
  .gk-bg {
    border-left: 1px solid var(--gk-gray-900);
    border-right: 1px solid var(--gk-gray-900);
  }
}

.row {
  --gk-gutter-x: 3rem;
  --gk-gutter-y: 3rem;
  margin-top: 0;
}
.row > * {
  margin-top: 0;
}

.input-password-toggle {
  --gk-btn-bg: var(--gk-gray-600);
}

#gk-header {
  background: var(--gk-black);
  padding: 0 0.5rem;
  border-color: var(--gk-gray-900);
}
#gk-header .mod-list {
  display: block;
  text-align: right;
}
#gk-header .mod-list > li + li {
  margin-left: 0.5rem;
}

.gk-logo-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.gk-logo img {
  height: auto;
  max-width: 150px;
}
@media (min-width: 768px) {
  .gk-logo img {
    max-width: 214px;
  }
}
.gk-logo.text {
  color: var(--gk-white);
}
.gk-logo.text span {
  color: var(--gk-white);
}

.gk-menu-toggle-wrap {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 33.33%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767.98px) {
  .gk-menu-toggle-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
}

.gk-menu-wrapper {
  width: 33.33%;
}

#gk-topbar {
  background: var(--gk-black);
  font-family: var(--gk-custom-font2-family);
  font-size: 0.625rem;
  font-weight: 700;
  border-color: #282626;
  color: #87888D;
  text-transform: uppercase;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.gk-topbar-mod .socials,
.gk-topbar-mod .mod-menu {
  padding: 0;
  margin: 0;
  text-align: right;
}
.gk-topbar-mod .socials li,
.gk-topbar-mod .mod-menu li {
  display: inline-block;
  color: var(--gk-white);
}
.gk-topbar-mod .socials li:not(:last-of-type),
.gk-topbar-mod .mod-menu li:not(:last-of-type) {
  margin-right: 0.5rem;
}
.gk-topbar-mod .socials li span,
.gk-topbar-mod .socials li a,
.gk-topbar-mod .mod-menu li span,
.gk-topbar-mod .mod-menu li a {
  color: var(--gk-body-color-2);
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
}
.gk-topbar-mod .socials li span:hover,
.gk-topbar-mod .socials li a:hover,
.gk-topbar-mod .mod-menu li span:hover,
.gk-topbar-mod .mod-menu li a:hover {
  color: var(--gk-white);
  text-decoration: underline;
}
.gk-topbar-mod .socials li a {
  padding-right: 10px;
  position: relative;
  color: var(--gk-white);
}
.gk-topbar-mod .socials li a:after {
  background-size: 100%;
  background: url("../images/svg/social-arrow.svg") top right no-repeat;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 8px;
}

#gk-slidenews {
  background: var(--gk-black);
}

#gk-breakingnews {
  padding: 1.5rem;
}
#gk-breakingnews .mod-title {
  text-align: center;
  color: var(--gk-white);
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--gk-custom-font1-family);
  font-size: 0.75rem;
}
#gk-breakingnews .mod-title:before, #gk-breakingnews .mod-title:after {
  content: "***";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  #gk-breakingnews {
    padding: 2rem;
  }
  #gk-breakingnews .mod-title {
    display: none;
  }
}

.gk-page-content {
  background-color: var(--gk-body-bg);
}

@media (min-width: 1200px) {
  .gk-sidebar-left {
    border-left: 1px solid var(--gk-border-color);
  }
  .gk-sidebar-left.order-xl-first {
    border-left: 0;
    border-right: 1px solid var(--gk-border-color);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .gk-sidebar-left + .gk-sidebar-right {
    border-left: 1px solid var(--gk-border-color);
  }
}

@media (min-width: 1200px) {
  .gk-sidebar-right {
    border-left: 1px solid var(--gk-border-color);
  }
  .gk-sidebar-right.order-xl-first {
    border-left: 0;
    border-right: 1px solid var(--gk-border-color);
  }
}

.gk-content.has-sidebar {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .gk-content.has-sidebar {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.gk-content-top-1 + .gk-content.has-sidebar {
  padding-top: 0;
}
.gk-content-top-1 + .gk-content.has-sidebar .gk-mainbody.gk-component,
.gk-content-top-1 + .gk-content.has-sidebar .gk-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
.gk-content.has-sidebar .gk-mainbody.gk-component,
.gk-content.has-sidebar .gk-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1199.98px) {
  .gk-content.has-sidebar .gk-sidebar {
    margin-top: var(--gk-gutter-y);
    padding-top: var(--gk-gutter-y);
  }
}
@media (max-width: 767.98px) {
  .gk-content.has-sidebar .gk-sidebar {
    margin-top: 2rem;
  }
}
.gk-content.has-sidebar + .gk-content-bottom .gk-module:first-child,
.gk-content.has-sidebar + .gk-content-bottom .gk-module:first-child .gk-module-inner {
  padding-top: 0;
}

.gk-content-top {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .gk-content-top {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.gk-content-bottom {
  position: relative;
}

#gk-mainbody-top {
  border-bottom: 0;
}

.gk-mainbody.gk-component {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .gk-mainbody.gk-component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.item-image-wrapper {
  --ratio-percent: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.item-image-wrapper:before {
  content: "";
  height: 0;
  padding-bottom: var(--ratio-percent);
  width: 0;
}
.item-image-wrapper .item-image-inner {
  bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: var(--gk-border-radius);
}
.item-image-wrapper .item-image-inner .item-image {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: var(--gk-border-radius);
}
.item-image-wrapper .item-image-inner .item-image img {
  border-radius: var(--gk-border-radius);
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.media-icon {
  background-color: var(--gk-primary);
  border-radius: var(--gk-border-radius);
  bottom: 8px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  left: 8px;
  line-height: 32px;
  position: absolute;
  width: 32px;
  z-index: 1;
}
.media-icon.play {
  background-image: url("../images/svg/play.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.media-icon.images {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.media-icon.images:before {
  color: var(--gk-white);
  content: "\f03e";
  font-weight: 400;
  margin: auto;
}

.gk-article-info .name, .gk-main-bottom .mod-list li .info .name, .gk-sidebar .style-7-right .info .name, .gk-sidebar .style-7-left li .item-inner .info .name, .gk-sidebar .mod-populars .collapse-content .item-content .info .name, .view-category .blog-item .info .name {
  display: inline-block;
  color: #19191b;
  text-transform: uppercase;
  font-family: var(--gk-custom-font1-family);
  font-size: calc(var(--gk-body-font-size) * 0.625);
  font-weight: 700;
}
.gk-article-info .date, .gk-main-bottom .mod-list li .info .date, .gk-sidebar .style-7-right .info .date, .gk-sidebar .style-7-left li .item-inner .info .date, .gk-sidebar .mod-populars .collapse-content .item-content .info .date, .view-category .blog-item .info .date {
  display: inline-block;
  font-size: calc(var(--gk-body-font-size) * 0.625);
  text-transform: uppercase;
  margin-left: 0.5rem;
  color: #87888d;
}

.com-users-logout,
.com-users-login,
.profile,
.profile-edit,
.com-users-registration,
.com-users-reset,
.com-users-remind,
.request-confirm,
.request-form,
.remind-confirm,
.acym__archive__form .form-horizontal,
.acym__archive__form #templates-form,
.acym_front_page .form-horizontal,
.acym_front_page #templates-form,
.reset-confirm {
  --gk-form-width: 100%;
  border: 0;
  padding: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .com-users-logout,
  .com-users-login,
  .profile,
  .profile-edit,
  .com-users-registration,
  .com-users-reset,
  .com-users-remind,
  .request-confirm,
  .request-form,
  .remind-confirm,
  .acym__archive__form .form-horizontal,
  .acym__archive__form #templates-form,
  .acym_front_page .form-horizontal,
  .acym_front_page #templates-form,
  .reset-confirm {
    width: 510px;
  }
}
.com-users-logout .list-group-item, .com-users-logout .items-more .com-content-blog__link, .items-more .com-users-logout .com-content-blog__link,
.com-users-login .list-group-item,
.com-users-login .items-more .com-content-blog__link,
.items-more .com-users-login .com-content-blog__link,
.profile .list-group-item,
.profile .items-more .com-content-blog__link,
.items-more .profile .com-content-blog__link,
.profile-edit .list-group-item,
.profile-edit .items-more .com-content-blog__link,
.items-more .profile-edit .com-content-blog__link,
.com-users-registration .list-group-item,
.com-users-registration .items-more .com-content-blog__link,
.items-more .com-users-registration .com-content-blog__link,
.com-users-reset .list-group-item,
.com-users-reset .items-more .com-content-blog__link,
.items-more .com-users-reset .com-content-blog__link,
.com-users-remind .list-group-item,
.com-users-remind .items-more .com-content-blog__link,
.items-more .com-users-remind .com-content-blog__link,
.request-confirm .list-group-item,
.request-confirm .items-more .com-content-blog__link,
.items-more .request-confirm .com-content-blog__link,
.request-form .list-group-item,
.request-form .items-more .com-content-blog__link,
.items-more .request-form .com-content-blog__link,
.remind-confirm .list-group-item,
.remind-confirm .items-more .com-content-blog__link,
.items-more .remind-confirm .com-content-blog__link,
.acym__archive__form .form-horizontal .list-group-item,
.acym__archive__form #templates-form .list-group-item,
.acym__archive__form .form-horizontal .items-more .com-content-blog__link,
.acym__archive__form #templates-form .items-more .com-content-blog__link,
.items-more .acym__archive__form .form-horizontal .com-content-blog__link,
.items-more .acym__archive__form #templates-form .com-content-blog__link,
.acym_front_page .form-horizontal .list-group-item,
.acym_front_page #templates-form .list-group-item,
.acym_front_page .form-horizontal .items-more .com-content-blog__link,
.acym_front_page #templates-form .items-more .com-content-blog__link,
.items-more .acym_front_page .form-horizontal .com-content-blog__link,
.items-more .acym_front_page #templates-form .com-content-blog__link,
.reset-confirm .list-group-item,
.reset-confirm .items-more .com-content-blog__link,
.items-more .reset-confirm .com-content-blog__link {
  border: 0;
  padding: 4px 0;
}

.profile .users-profile-custom-joomlatoken .dl-horizontal {
  overflow: hidden;
}
.profile fieldset > legend {
  font-size: calc(1.325rem + 0.9vw);
  color: var(--gk-heading-color);
}
@media (min-width: 1200px) {
  .profile fieldset > legend {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .view-profile .form-horizontal .multifactorauth_webauthn_setup, .view-profile #templates-form .multifactorauth_webauthn_setup {
    margin-bottom: calc(var(--gk-gutter-y) / 3);
  }
}

.acym_front_page .form-horizontal .onefield, .acym_front_page #templates-form .onefield {
  margin-bottom: 1rem;
  display: block;
}
.acym_front_page .form-horizontal .onefield .acym__users__creation__fields__title, .acym_front_page #templates-form .onefield .acym__users__creation__fields__title {
  margin-bottom: 0.5rem;
  display: block;
}
.acym_front_page .form-horizontal .onefield input, .acym_front_page #templates-form .onefield input {
  display: block;
  width: 100%;
  padding: 0.438rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gk-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-clip: padding-box;
  border: var(--gk-border-width) solid var(--gk-border-color);
  border-radius: var(--gk-border-radius);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.acym_front_page .form-horizontal .onefield input:focus, .acym_front_page #templates-form .onefield input:focus {
  outline: 0;
}
.acym_front_page .form-horizontal .onefield input:not(:disabled), .acym_front_page #templates-form .onefield input:not(:disabled) {
  background-color: var(--gk-body-bg);
}

.acym__front__archive .form-horizontal, .acym__front__archive #templates-form {
  margin: auto !important;
}

.remind-confirm {
  --gk-gutter-y: 3rem;
}
.remind-confirm fieldset legend {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: calc(var(--gk-gutter-y) / 2);
  color: var(--gk-heading-color);
}
@media (min-width: 1200px) {
  .remind-confirm fieldset legend {
    font-size: 2rem;
  }
}

.request-form {
  --gk-gutter-y: 3rem;
}
.request-form fieldset .control-group:first-of-type .control-label {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: calc(var(--gk-gutter-y) / 2);
  color: var(--gk-heading-color);
}
@media (min-width: 1200px) {
  .request-form fieldset .control-group:first-of-type .control-label {
    font-size: 2rem;
  }
}

.com-users-logout {
  margin: auto;
  text-align: center;
}

.com-users-login__remember {
  margin-bottom: 1rem;
}

.com-users-login .btn-primary, .com-users-login #gkmegamenu-app .list-menu-items button.btn-primary, #gkmegamenu-app .list-menu-items .com-users-login button.btn-primary, .com-users-login #gk-header #gk-offcanvas .nav li a.btn-primary, #gk-header #gk-offcanvas .nav li .com-users-login a.btn-primary, .com-users-login #gk-header #gk-offcanvas .com-contact__links > ul li a.btn-primary, #gk-header #gk-offcanvas .com-contact__links > ul li .com-users-login a.btn-primary {
  width: 100%;
}
.com-users-login .com-users-login__options {
  display: inline-block;
  text-align: center;
}
.com-users-login .com-users-login__options a {
  display: inline-block;
  margin: 0 calc(var(--gk-gutter-x) / 3);
}

.box .modDesc:empty {
  display: none;
}
.box .ja-masthead:before {
  display: none;
}
.box .ja-masthead .ja-masthead-detail {
  --gk-gutter-x: 1.5rem;
  --gk-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--gk-gutter-x));
  padding-left: calc(var(--gk-gutter-x));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .box .ja-masthead .ja-masthead-detail {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .box .ja-masthead .ja-masthead-detail {
    max-width: var(--gk-container-max-width-article);
  }
}
.box .ja-masthead .ja-masthead-content {
  border-bottom: 4px solid #19191b;
  padding-bottom: calc(var(--gk-gutter-y) * 1.33333);
  padding-top: calc(var(--gk-gutter-y) / 2);
}
.box .ja-masthead .ja-masthead-title {
  text-transform: uppercase;
  margin-bottom: calc(var(--gk-gutter-y) / 2);
  font-family: var(--gk-heading-font-family);
}
.box .ja-masthead .ja-masthead-description {
  color: var(--gk-heading-desc-color);
  font-size: 20px;
  margin: auto;
}
@media (min-width: 992px) {
  .box .ja-masthead .ja-masthead-description {
    max-width: 60%;
  }
}
.box .ja-masthead.has-bg {
  background-size: auto 980px;
}
.box .ja-masthead.has-bg .ja-masthead-content {
  border-bottom: 0;
  padding-bottom: calc(var(--gk-gutter-y) * 1.33333);
  padding-top: calc(var(--gk-gutter-y) * 1.33333);
}
.box .ja-masthead.has-bg .ja-masthead-title {
  color: var(--gk-white);
  margin-bottom: 0;
}
.box.about-our-office {
  margin: auto;
}
@media (min-width: 1200px) {
  .box.about-our-office {
    max-width: var(--gk-container-max-width-article);
  }
}
.box.about-our-office .acm-features {
  padding-bottom: 0;
  padding-top: 0;
}
.box.about-our-office .features-intro {
  position: relative;
}
@media (max-width: 767.98px) {
  .box.about-our-office .features-intro {
    margin-bottom: calc(var(--gk-gutter-y) / 2);
  }
}
.box.about-our-office .features-intro:nth-of-type(3), .box.about-our-office .features-intro:nth-of-type(4) {
  margin-top: calc(var(--gk-gutter-y) / 2);
}
@media (min-width: 768px) {
  .box.about-our-office .features-intro:not(:nth-of-type(2n + 1)):before {
    background: var(--gk-border-color-translucent);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px;
  }
}
.box.about-our-office img {
  border-radius: var(--gk-border-radius) var(--gk-border-radius) 0 0;
  width: 100%;
}
.box.about-our-office .features-intro .item-inner {
  border-radius: var(--gk-border-radius);
  border: 1px solid var(--gk-border-color-translucent);
}
.box.about-our-office .features-intro .item-inner .content {
  font-size: calc(var(--gk-body-font-size) * 1.125);
  padding: calc(var(--gk-gutter-y) / 2) calc(var(--gk-gutter-x) / 2);
  text-align: center;
}
@media (min-width: 992px) {
  .box.about-our-office .features-intro .item-inner .content {
    padding: calc(var(--gk-gutter-y) / 1.5) calc(var(--gk-gutter-x) / 1.5);
  }
}
.box.about-our-office .features-intro .item-inner .content .title {
  text-transform: uppercase;
  margin-bottom: calc(var(--gk-gutter-y) / 3);
  font-family: var(--gk-heading-font-family);
}
.box.about-our-office .features-intro .item-inner .content .desc {
  margin-bottom: 0;
}
.box.about-our-office .features-intro .item-inner .content a {
  border-bottom: 1px solid var(--gk-primary);
  color: var(--gk-body-color);
  text-decoration: none;
}
.box.about-our-office .features-intro .item-inner .content a:active, .box.about-our-office .features-intro .item-inner .content a:focus, .box.about-our-office .features-intro .item-inner .content a:hover {
  border-bottom-color: var(--gk-border-color);
}

#adminForm > fieldset {
  margin-bottom: 2rem;
}

.choices__inner {
  border-color: var(--gk-border-color-translucent);
}

.border-top,
.border {
  border-color: var(--gk-border-color-translucent) !important;
}

.com-tags-tag-list__items .com-tags-tag__filter {
  margin-bottom: 2rem;
}

.com-tags-tag__image {
  margin-bottom: calc(var(--gk-gutter-y));
}
.com-tags-tag__image .item-image-wrapper {
  --ratio-percent: 40%;
}

.com-tags-tag__category {
  margin-top: var(--gk-gutter-y);
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.com-tags-tag__category .tag-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  position: relative;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  page-break-inside: avoid;
}
@media (max-width: 767.98px) {
  .com-tags-tag__category .tag-list-item:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .com-tags-tag__category .tag-list-item:not(:nth-of-type(2n + 1)):before {
    content: "";
    background: var(--gk-border-color-translucent);
    height: 100%;
    position: absolute;
    left: 0;
    width: 1px;
  }
}
@media (min-width: 992px) {
  .com-tags-tag__category .tag-list-item:not(:nth-of-type(3n + 1)):before {
    content: "";
    background: var(--gk-border-color-translucent);
    height: 100%;
    position: absolute;
    left: 0;
    width: 1px;
  }
}
.com-tags-tag__category .tag-list-item a {
  margin-bottom: calc(var(--gk-gutter-y) / 4);
}

.com-tags__category {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.com-contact__container {
  display: inherit;
  margin-bottom: 0;
}
.com-contact__container > .row {
  margin-top: 0;
}
@media (min-width: 576px) {
  .com-contact__container > .row .col-12 {
    margin-top: 0;
  }
}
.com-contact__container h3, .com-contact__container .h3, .com-contact__container .blog .item-title, .blog .com-contact__container .item-title,
.com-contact__container .blog-featured .item-title,
.blog-featured .com-contact__container .item-title, .com-contact__container .gk-mainbody.gk-component .mod-articlescategory .item-title, .gk-mainbody.gk-component .mod-articlescategory .com-contact__container .item-title {
  text-transform: uppercase;
}

.com-contact__thumbnail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.com-contact-category__items #adminForm .com-contact-category__pagination.btn-group {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .com-contact-category__items #adminForm .com-contact-category__pagination.btn-group {
    margin-top: 2rem;
  }
}

.com-contact form[name=selectForm] {
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
.com-contact .contact-misc p {
  margin-bottom: 0;
}
.com-contact .contact-form {
  margin-top: var(--gk-gutter-y);
}
.com-contact .contact-form legend,
.com-contact .contact-form .field-spacer {
  display: none;
}
.com-contact .contact-form .form-group .form-control-feedback {
  display: none;
}

.pagenavigation {
  border-top-color: var(--gk-border-color-translucent);
}

.body-font, .item-page .page-header h1, .item-page .page-header .h1 {
  font-family: var(--gk-body-font-family);
}

.heading-font, .gk-main-bottom .gk-module .mod-title, .gk-sidebar .gk-module .mod-title, .item-page .subscriber .inner h2, .item-page .subscriber .inner .h2, .item-page .subscriber .inner .gk-logo.text span, .gk-logo.text .item-page .subscriber .inner span, .item-page .subscriber .inner .blog .items-leading .item-title, .blog .items-leading .item-page .subscriber .inner .item-title,
.item-page .subscriber .inner .blog-featured .items-leading .item-title,
.blog-featured .items-leading .item-page .subscriber .inner .item-title, .item-page .subscriber .inner .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-page .subscriber .inner .item-title, .item-page .subscriber .inner .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-page .subscriber .inner .item-title, .item-page .about-us-content h2, .item-page .about-us-content .h2, .item-page .about-us-content .gk-logo.text span, .gk-logo.text .item-page .about-us-content span, .item-page .about-us-content .blog .items-leading .item-title, .blog .items-leading .item-page .about-us-content .item-title,
.item-page .about-us-content .blog-featured .items-leading .item-title,
.blog-featured .items-leading .item-page .about-us-content .item-title, .item-page .about-us-content .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-page .about-us-content .item-title, .item-page .about-us-content .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-page .about-us-content .item-title, .gk-content-bottom .gk-module .mod-title,
.gk-content-top .gk-module .mod-title, .mod-articles-layout-2 .mod-articles-category-group, .mod-articles-layout-5 .mod-articles-category-group {
  font-family: var(--gk-heading-font-family);
  text-transform: uppercase;
}

.custom-font1, .item-page .author .info .date, .item-page .author .info, .item-page .category-name, .gk-article-info .date, .gk-main-bottom .mod-list li .info .date, .gk-sidebar .style-7-right .info .date, .gk-sidebar .style-7-left li .item-inner .info .date, .gk-sidebar .mod-populars .collapse-content .item-content .info .date, .view-category .blog-item .info .date {
  font-family: var(--gk-custom-font1-family);
}

.custom-font2, .gk-main-bottom .mod-list li .category-name, .item-page .author .share-box-inner label, .item-page .author .btn, .item-page .author .com-contact__links > ul a, .com-contact__links > ul .item-page .author a, .item-page .author #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .item-page .author a.btn, .item-page .author #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .item-page .author a, .item-page .author .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .item-page .author a, .item-page .author #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li .item-page .author a {
  font-family: var(--gk-custom-font2-family);
}

.view-article:not(.layout-gk_reportercontributors) .gk-mainbody-wrap {
  border-bottom: 1px solid var(--gk-border-color-translucent);
  margin-bottom: calc(var(--gk-gutter-y) * 1.33333);
}
/*
@media (min-width: 1200px) {
  .view-article:not(.layout-gk_reportercontributors) .gk-mainbody-wrap .container {
    margin: auto;
    max-width: var(--gk-container-max-width-article);
  }
}*/
@media (min-width: 1200px) {
  .view-article:not(.layout-gk_reportercontributors) .gk-content-bottom .container {
    margin: auto;
    max-width: var(--gk-container-max-width-article);
  }
  .view-article:not(.layout-gk_reportercontributors) .gk-content-bottom .gk-content-bottom-inner {
    width: 66.66%;
    margin-right: auto;
    margin-left: auto;
  }
}
.view-article:not(.layout-gk_reportercontributors) .box .ja-masthead .ja-masthead-content .ja-masthead-title {
  margin-bottom: 0;
}

.view-category .com-content-category-blog__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .view-category .com-content-category-blog__children {
    display: block;
    margin-top: 1rem;
  }
}
.view-category .com-content-category-blog__children .com-content-category__children,
.view-category .com-content-category-blog__children .com-content-category-blog__child {
  margin: 0 0 0 calc(var(--gk-gutter-y) / 3);
}
@media (max-width: 575.98px) {
  .view-category .com-content-category-blog__children .com-content-category__children,
  .view-category .com-content-category-blog__children .com-content-category-blog__child {
    margin: 0 calc(var(--gk-gutter-y) / 3) 0 0;
    display: inline-block;
  }
}
.view-category .com-content-category-blog__children .com-content-category__children .item-title,
.view-category .com-content-category-blog__children .com-content-category-blog__child .item-title {
  font-size: calc(var(--gk-body-font-size) * 0.625);
  text-transform: uppercase;
  color: var(--gk-heading-color);
  font-weight: 700;
  font-family: var(--gk-custom-font1-family);
}
.view-category .com-content-category-blog__children .com-content-category__children .item-title a,
.view-category .com-content-category-blog__children .com-content-category-blog__child .item-title a {
  text-decoration: none;
}
.view-category .com-content-category-blog__children .com-content-category__children .item-title a:hover,
.view-category .com-content-category-blog__children .com-content-category-blog__child .item-title a:hover {
  text-decoration: underline;
}
.view-category .com-content-category-blog__children .com-content-category__children .item-title [data-bs-toggle=collapse],
.view-category .com-content-category-blog__children .com-content-category__children .item-title .badge,
.view-category .com-content-category-blog__children .com-content-category-blog__child .item-title [data-bs-toggle=collapse],
.view-category .com-content-category-blog__children .com-content-category-blog__child .item-title .badge {
  display: none;
}
.view-category .com-content-category-blog__children .com-content-category__children .category-desc,
.view-category .com-content-category-blog__children .com-content-category-blog__child .category-desc {
  display: none;
}
.view-category .com-content-category-blog__children.collapse {
  display: none;
}
.view-category .box .ja-masthead .ja-masthead-detail {
  padding: 0;
}
@media (min-width: 1200px) {
  .view-category .box .ja-masthead .ja-masthead-detail {
    padding-right: calc(var(--gk-gutter-x));
    padding-left: calc(var(--gk-gutter-x));
  }
}
.view-category .box .ja-masthead .ja-masthead-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.view-category .box .ja-masthead .ja-masthead-content .ja-masthead-title {
  margin-bottom: calc(var(--gk-gutter-y) / 3);
}
.view-category .items-leading .blog-item {
  border-bottom: 1px solid var(--gk-border-color);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
.view-category .blog {
  --gk-gutter-y: 3rem;
}
.view-category .blog > .page-header {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(var(--gk-gutter-y));
  padding-bottom: 1rem;
  border-bottom: 4px solid var(--gk-heading-color);
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .view-category .blog > .page-header {
    display: block;
  }
}
.view-category .blog > .page-header .page-header,
.view-category .blog > .page-header h1,
.view-category .blog > .page-header .h1 {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.view-category .blog-item {
  --gk-gutter-y: 3rem;
}
.view-category .blog-item .category-name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.view-category .blog-item .category-name a {
  color: var(--gk-primary);
  text-decoration: none;
}
.view-category .blog-item .category-name a:hover {
  text-decoration: underline;
}
.view-category .blog-item .item-image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.view-category .blog-item .item-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.view-category .blog-item h2, .view-category .blog-item .h2, .view-category .blog-item .gk-logo.text span, .gk-logo.text .view-category .blog-item span, .view-category .blog-item .blog .items-leading .item-title, .blog .items-leading .view-category .blog-item .item-title,
.view-category .blog-item .blog-featured .items-leading .item-title,
.blog-featured .items-leading .view-category .blog-item .item-title, .view-category .blog-item .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .view-category .blog-item .item-title, .view-category .blog-item .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:first-child .view-category .blog-item .item-title {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .view-category .blog-item h2, .view-category .blog-item .h2, .view-category .blog-item .gk-logo.text span, .gk-logo.text .view-category .blog-item span, .view-category .blog-item .blog .items-leading .item-title, .blog .items-leading .view-category .blog-item .item-title,
  .view-category .blog-item .blog-featured .items-leading .item-title,
  .blog-featured .items-leading .view-category .blog-item .item-title, .view-category .blog-item .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .view-category .blog-item .item-title, .view-category .blog-item .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:first-child .view-category .blog-item .item-title {
    font-size: 1.5rem;
  }
}
.view-category .blog-item .tags-list {
  margin-top: calc(var(--gk-gutter-y) / 3);
}
@media (min-width: 992px) {
  .view-category .blog.default {
    max-width: 1024px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .view-category .blog.default .items-leading .blog-item .item-image-wrapper {
    --ratio-percent: 40%;
  }
}
.view-category .blog.default .items-leading .blog-item h2[itemprop=name], .view-category .blog.default .items-leading .blog-item [itemprop=name].h2, .view-category .blog.default .items-leading .blog-item .gk-logo.text span[itemprop=name], .gk-logo.text .view-category .blog.default .items-leading .blog-item span[itemprop=name], .view-category .blog.default .items-leading .blog-item [itemprop=name].item-title {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .view-category .blog.default .items-leading .blog-item h2[itemprop=name], .view-category .blog.default .items-leading .blog-item [itemprop=name].h2, .view-category .blog.default .items-leading .blog-item .gk-logo.text span[itemprop=name], .gk-logo.text .view-category .blog.default .items-leading .blog-item span[itemprop=name], .view-category .blog.default .items-leading .blog-item [itemprop=name].item-title {
    font-size: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .view-category .gk-content.has-sidebar .gk-sidebar {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .view-category .gk-content .blog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .view-category .gk-content .blog-item .item-image {
    width: 100%;
    margin: 0 0 calc(var(--gk-gutter-y) / 2) 0;
  }
}
.view-category .blog-item-border:before, .view-category.style-01 .blog .blog-items:not(.items-leading).columns-6 .blog-item:not(:nth-of-type(6n + 1)):before, .view-category.style-01 .blog .blog-items:not(.items-leading).columns-5 .blog-item:not(:nth-of-type(5n + 1)):before, .view-category.style-01 .blog .blog-items:not(.items-leading).columns-3 .blog-item:not(:nth-of-type(3n + 1)):before, .view-category.style-01 .blog .blog-items:not(.items-leading).columns-2 .blog-item:not(:nth-of-type(2n + 1)):before {
  content: "";
  background: var(--gk-border-color-translucent);
  height: 100%;
  position: absolute;
  left: 0;
  width: 1px;
}
@media (min-width: 1200px) {
  .view-category.default .gk-content .gk-mainbody-wrap .container {
    max-width: var(--gk-container-max-width-article);
  }
}
.view-category.default .gk-content .gk-mainbody-wrap .container .blog-item .item-image-wrapper {
  --ratio-percent: 66.66%;
  width: 100%;
  margin: 0 0 calc(var(--gk-gutter-y) / 2) 0;
}
@media (min-width: 768px) {
  .view-category.default .gk-content .gk-mainbody-wrap .container .blog-item .item-image-wrapper {
    margin-left: var(--gk-gutter-x);
    max-width: 33.33%;
    float: right;
  }
}
.view-category.style-01 .blog .blog-items:not(.items-leading) {
  width: auto;
}
.view-category.style-01 .blog .blog-items:not(.items-leading) .blog-item {
  position: relative;
}
.view-category.style-01 .blog .blog-items:not(.items-leading) .blog-item .item-image-wrapper {
  float: none;
  margin-bottom: calc(var(--gk-gutter-y) / 2);
  margin-left: 0;
  width: 100%;
}
.view-category.style-01 .blog .blog-items:not(.items-leading)[class*=columns-] .blog-item {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.view-category.style-01 .blog .blog-items:not(.items-leading)[class*=columns-] .blog-item .blog-item-inner {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .view-category.style-01 .blog .blog-items:not(.items-leading)[class*=columns-] .blog-item:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .view-category.style-01 .blog .blog-items:not(.items-leading).columns-4 .blog-item:not(:nth-of-type(2n + 1)):before {
    content: "";
    background: var(--gk-border-color-translucent);
    height: 100%;
    position: absolute;
    left: 0;
    width: 1px;
  }
}
@media (min-width: 992px) {
  .view-category.style-01 .blog .blog-items:not(.items-leading).columns-4 .blog-item:not(:nth-of-type(4n + 1)):before {
    content: "";
    background: var(--gk-border-color-translucent);
    height: 100%;
    position: absolute;
    left: 0;
    width: 1px;
  }
}
.view-category.style-01 .blog .blog-items:not(.items-leading)[class*=masonry-] .blog-item {
  border-bottom: 1px solid var(--gk-border-color);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
.view-category.style-01 .blog .blog-items:not(.items-leading)[class*=masonry-] .blog-item .category-name {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.view-category.style-01 .blog .items-leading .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .view-category.style-01 .blog .items-leading .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.view-category.style-01 .blog .items-leading .blog-item .item-image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .view-category.style-01 .blog .items-leading .blog-item .item-image-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
}
.view-category.style-01 .blog .items-leading .blog-item .item-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .view-category.style-01 .blog .items-leading .blog-item .item-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 50%;
    padding-right: calc(var(--gk-gutter-y) / 2);
  }
}
@media (min-width: 1200px) {
  .view-category.style-01 .blog .items-leading .blog-item .item-content {
    padding-left: calc(var(--gk-gutter-y) * 1.5);
    padding-right: calc(var(--gk-gutter-y) * 1.5);
  }
}
.view-category.style-01 .blog .items-leading .blog-item .item-content h2[itemprop=name], .view-category.style-01 .blog .items-leading .blog-item .item-content [itemprop=name].h2, .view-category.style-01 .blog .items-leading .blog-item .item-content .gk-logo.text span[itemprop=name], .gk-logo.text .view-category.style-01 .blog .items-leading .blog-item .item-content span[itemprop=name], .view-category.style-01 .blog .items-leading .blog-item .item-content [itemprop=name].item-title {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .view-category.style-01 .blog .items-leading .blog-item .item-content h2[itemprop=name], .view-category.style-01 .blog .items-leading .blog-item .item-content [itemprop=name].h2, .view-category.style-01 .blog .items-leading .blog-item .item-content .gk-logo.text span[itemprop=name], .gk-logo.text .view-category.style-01 .blog .items-leading .blog-item .item-content span[itemprop=name], .view-category.style-01 .blog .items-leading .blog-item .item-content [itemprop=name].item-title {
    font-size: 3rem;
  }
}
.view-category.style-01 .blog .items-leading .blog-item .article-info {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-category.style-01 .blog .bottom-actions {
  margin-top: calc(var(--gk-gutter-y) / 2);
  padding-top: calc(var(--gk-gutter-y) / 2);
  margin-bottom: calc(var(--gk-gutter-y) / 2);
  border-top: 1px solid var(--gk-border-color);
}
.view-category.style-01 .gk-component {
  padding-bottom: 0;
}
.view-category.style-02 .box .ja-masthead .ja-masthead-detail {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
.view-category.style-02 .blog .items-leading .blog-item .item-image-wrapper {
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
.view-category.style-02 .blog .blog-items:not(.items-leading) .blog-item {
  width: auto;
}
.view-category.style-02 .blog .blog-items:not(.items-leading) .blog-item .blog-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.view-category.style-02 .blog .blog-items:not(.items-leading) .blog-item .blog-item-inner .article-info {
  width: 100%;
}
.view-category.style-02 .blog .blog-items:not(.items-leading) .blog-item .blog-item-inner .item-image-wrapper {
  width: 100%;
  max-height: 200px;
  margin-left: 0;
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
@media (min-width: 992px) {
  .view-category.style-02 .blog .blog-items:not(.items-leading) .blog-item .blog-item-inner .item-image-wrapper {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.view-category.style-02 .blog .blog-items:not(.items-leading) .blog-item .blog-item-inner .item-content {
  width: 100%;
}
@media (min-width: 992px) {
  .view-category.style-02 .blog .blog-items:not(.items-leading) .blog-item .blog-item-inner .item-content {
    padding-right: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
}

#infinity-next {
  border-color: var(--gk-border-color);
  color: var(--gk-heading-color);
  font-weight: 700;
  padding: 0.625rem 1rem;
  position: relative;
}
#infinity-next .loader {
  background: inherit;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
#infinity-next .loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(---gk-primary);
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  width: 30px;
  height: 30px;
  -webkit-animation: loadereffect 1s ease infinite;
          animation: loadereffect 1s ease infinite;
  z-index: 10;
}
#infinity-next .loader:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px dashed var(--gk-primary);
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  width: 30px;
  height: 30px;
  -webkit-animation: loadereffect 2s linear infinite;
          animation: loadereffect 2s linear infinite;
  z-index: 5;
}
#infinity-next .loader:active, #infinity-next .loader:focus, #infinity-next .loader:hover {
  border-top-color: var(--gk-white);
  border-right-color: var(--gk-white);
}
#infinity-next .loader:active:before, #infinity-next .loader:active:after, #infinity-next .loader:focus:before, #infinity-next .loader:focus:after, #infinity-next .loader:hover:before, #infinity-next .loader:hover:after {
  border-top-color: var(--gk-white);
  border-right-color: var(--gk-white);
}
#infinity-next:active, #infinity-next:focus, #infinity-next:hover {
  color: var(--gk-btn-hover-color);
  background-color: var(--gk-btn-hover-bg);
  border-color: var(--gk-btn-hover-border-color);
}
#infinity-next.loading {
  color: transparent;
}
#infinity-next.loading .loader {
  opacity: 1;
}

@-webkit-keyframes loadereffect {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loadereffect {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .gk-content:not(.has-sidebar) .item-page:not(.other) {
    width: 66.66666667%;
    margin: auto;
  }
}

.item-page {
  --gk-gutter-y: 3rem;
  font-size: calc(var(--gk-body-font-size) * 1.125);
}
.item-page .page-header h1, .item-page .page-header .h1 {
  font-size: calc(1.425rem + 2.1vw);
  border-bottom: 0;
  line-height: 1;
  margin-bottom: 8px;
  padding-bottom: 0;
  text-transform: none;
}
@media (min-width: 1200px) {
  .item-page .page-header h1, .item-page .page-header .h1 {
    font-size: 3rem;
  }
}
.item-page .category-name {
  color: var(--gk-primary);
  font-size: calc(var(--gk-body-font-size) * 0.625);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: calc(var(--gk-gutter-y) / 6);
}
.item-page .category-name a {
  color: var(--gk-primary);
  text-decoration: none;
}
.item-page .category-name a:hover {
  text-decoration: underline;
}
.item-page .introtext {
  font-size: calc(var(--gk-body-font-size) * 1.25);
}
.item-page .introtext p {
  margin-bottom: 0;
}
.item-page .author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--gk-border-color-translucent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(var(--gk-gutter-y));
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  padding-top: calc(var(--gk-gutter-y) / 2);
}
.item-page .author .photo {
  width: 60px;
  height: 60px;
}
.item-page .author .photo .item-image-wrapper {
  --ratio-percent: 100%;
}
.item-page .author .photo .item-image-wrapper .item-image {
  border-radius: 50%;
}
.item-page .author .photo img {
  border-radius: 50%;
}
.item-page .author .info {
  margin-left: 16px;
  margin-right: auto;
  text-transform: uppercase;
}
.item-page .author .info .name {
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.item-page .author .info .date {
  color: #87888d;
  font-size: calc(var(--gk-body-font-size) * 0.625);
  font-weight: 400;
}
.item-page .author .btn, .item-page .author .com-contact__links > ul a, .com-contact__links > ul .item-page .author a, .item-page .author #gk-header #gk-offcanvas .nav li a.btn, #gk-header #gk-offcanvas .nav li .item-page .author a.btn, .item-page .author #gk-header #gk-offcanvas .nav li .com-contact__links > ul a, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .item-page .author a, .item-page .author .com-contact__links > ul #gk-header #gk-offcanvas .nav li a, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .item-page .author a, .item-page .author #gk-header #gk-offcanvas .com-contact__links > ul li a, #gk-header #gk-offcanvas .com-contact__links > ul li .item-page .author a {
  border-color: var(--gk-border-color-translucent);
  color: var(--gk-primary);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}
.item-page .author .btn.show, .item-page .author .com-contact__links > ul a.show, .com-contact__links > ul .item-page .author a.show, .item-page .author #gk-header #gk-offcanvas .nav li a.show.btn, #gk-header #gk-offcanvas .nav li .item-page .author a.show.btn, .item-page .author #gk-header #gk-offcanvas .nav li .com-contact__links > ul a.show, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .item-page .author a.show, .item-page .author .com-contact__links > ul #gk-header #gk-offcanvas .nav li a.show, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .item-page .author a.show, .item-page .author #gk-header #gk-offcanvas .com-contact__links > ul li a.show, #gk-header #gk-offcanvas .com-contact__links > ul li .item-page .author a.show, .item-page .author .btn:hover, .item-page .author .com-contact__links > ul a:hover, .com-contact__links > ul .item-page .author a:hover, .item-page .author #gk-header #gk-offcanvas .nav li a.btn:hover, #gk-header #gk-offcanvas .nav li .item-page .author a.btn:hover, .item-page .author #gk-header #gk-offcanvas .nav li .com-contact__links > ul a:hover, #gk-header #gk-offcanvas .nav li .com-contact__links > ul .item-page .author a:hover, .item-page .author .com-contact__links > ul #gk-header #gk-offcanvas .nav li a:hover, .com-contact__links > ul #gk-header #gk-offcanvas .nav li .item-page .author a:hover, .item-page .author #gk-header #gk-offcanvas .com-contact__links > ul li a:hover, #gk-header #gk-offcanvas .com-contact__links > ul li .item-page .author a:hover {
  color: var(--gk-white);
}
.item-page .author .share-box-inner {
  min-width: 320px;
  padding: 16px;
  inset: 0px 0 auto auto !important;
}
.item-page .author .share-box-inner label {
  color: var(--gk-heading-color);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  margin-bottom: calc(var(--gk-gutter-y) / 6);
  text-transform: uppercase;
  width: 100%;
}
.item-page .author .share-box-inner .item-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(var(--gk-gutter-y) / 2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-page .author .share-box-inner .item-social-icons a {
  width: 32px;
  height: 32px;
  border: 1px solid var(--gk-border-color-translucent);
  text-align: center;
  line-height: 32px;
  margin-right: 16px;
  font-size: 14px;
  border-radius: 50%;
  color: var(--gk-body-color);
}
.item-page .author .share-box-inner .item-social-icons a:hover {
  color: var(--gk-white);
}
.item-page .author .share-box-inner .item-social-icons a.facebook:hover {
  background-color: #1565c0;
}
.item-page .author .share-box-inner .item-social-icons a.twitter:hover {
  background-color: #42a5f5;
}
.item-page .author .share-box-inner .item-social-icons a.email:hover {
  background-color: #ff1744;
}
.item-page .author .share-box-inner .item-social-copy {
  clear: both;
  display: block;
}
.item-page .author .share-box-inner .item-social-copy .form-group {
  position: relative;
}
.item-page .author .share-box-inner .item-social-copy .form-group button {
  position: absolute;
  bottom: 1px;
  border: 0;
  background: var(--gk-white);
  height: 38px;
  width: 38px;
  right: 1px;
  border-radius: 0 var(--gk-border-radius) var(--gk-border-radius) 0;
}
.item-page .item-image-wrapper {
  margin-bottom: 2rem;
}
.item-page .item-image-wrapper .item-image-inner {
  position: static;
}
.item-page .item-image-wrapper .item-image-inner .item-image {
  position: static;
}
.item-page .com-content-article__body img {
  width: 100%;
  margin: calc(var(--gk-gutter-y) / 3) 0;
}
.item-page.about-us .com-content-article__body {
  border-bottom: 0;
}
.item-page .about-us-content:not(.last) {
  border-bottom: 1px solid var(--gk-border-color-translucent);
}
.item-page .about-us-content.last > .row {
  padding-bottom: 0;
}
.item-page .about-us-content .row {
  padding-top: var(--gk-gutter-y);
  padding-bottom: var(--gk-gutter-y);
}
.item-page .about-us-content .row .row {
  padding-top: 0;
  padding-bottom: calc(var(--gk-gutter-y) / 2);
}
.item-page .about-us-content h2, .item-page .about-us-content .h2, .item-page .about-us-content .gk-logo.text span, .gk-logo.text .item-page .about-us-content span, .item-page .about-us-content .blog .items-leading .item-title, .blog .items-leading .item-page .about-us-content .item-title,
.item-page .about-us-content .blog-featured .items-leading .item-title,
.blog-featured .items-leading .item-page .about-us-content .item-title, .item-page .about-us-content .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-page .about-us-content .item-title, .item-page .about-us-content .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-page .about-us-content .item-title {
  margin-bottom: 0;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .item-page .about-us-content h2, .item-page .about-us-content .h2, .item-page .about-us-content .gk-logo.text span, .gk-logo.text .item-page .about-us-content span, .item-page .about-us-content .blog .items-leading .item-title, .blog .items-leading .item-page .about-us-content .item-title,
  .item-page .about-us-content .blog-featured .items-leading .item-title,
  .blog-featured .items-leading .item-page .about-us-content .item-title, .item-page .about-us-content .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-page .about-us-content .item-title, .item-page .about-us-content .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-page .about-us-content .item-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .item-page .about-us-content h2, .item-page .about-us-content .h2, .item-page .about-us-content .gk-logo.text span, .gk-logo.text .item-page .about-us-content span, .item-page .about-us-content .blog .items-leading .item-title, .blog .items-leading .item-page .about-us-content .item-title,
  .item-page .about-us-content .blog-featured .items-leading .item-title,
  .blog-featured .items-leading .item-page .about-us-content .item-title, .item-page .about-us-content .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-page .about-us-content .item-title, .item-page .about-us-content .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-page .about-us-content .item-title {
    margin-bottom: calc(var(--gk-gutter-y) / 2);
  }
}
.item-page .subscriber .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--gk-border-radius);
  border: 1px solid var(--gk-border-color-translucent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: var(--gk-gutter-y) var(--gk-gutter-x);
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .item-page .subscriber .inner {
    padding: var(--gk-gutter-y) calc(var(--gk-gutter-x) / 2) calc(var(--gk-gutter-y) * 2);
  }
}
.item-page .subscriber .inner h2, .item-page .subscriber .inner .h2, .item-page .subscriber .inner .gk-logo.text span, .gk-logo.text .item-page .subscriber .inner span, .item-page .subscriber .inner .blog .items-leading .item-title, .blog .items-leading .item-page .subscriber .inner .item-title,
.item-page .subscriber .inner .blog-featured .items-leading .item-title,
.blog-featured .items-leading .item-page .subscriber .inner .item-title, .item-page .subscriber .inner .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-page .subscriber .inner .item-title, .item-page .subscriber .inner .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-page .subscriber .inner .item-title {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .item-page .subscriber .inner h2, .item-page .subscriber .inner .h2, .item-page .subscriber .inner .gk-logo.text span, .gk-logo.text .item-page .subscriber .inner span, .item-page .subscriber .inner .blog .items-leading .item-title, .blog .items-leading .item-page .subscriber .inner .item-title,
  .item-page .subscriber .inner .blog-featured .items-leading .item-title,
  .blog-featured .items-leading .item-page .subscriber .inner .item-title, .item-page .subscriber .inner .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-1 .item-highlight .item-inner:first-child .item-page .subscriber .inner .item-title, .item-page .subscriber .inner .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-title, .mod-articles-layout-3 .item-highlight .item-inner:first-child .item-page .subscriber .inner .item-title {
    font-size: 2rem;
  }
}
.item-page .subscriber .inner button:active, .item-page .subscriber .inner button:focus, .item-page .subscriber .inner button:hover {
  background: #c21014 !important;
}
@media (min-width: 768px) {
  .item-page .subscriber .inner button {
    bottom: 32px;
    position: absolute;
  }
}
.item-page #videoplayer .ja-video {
  width: 100%;
  min-height: 400px;
}
.item-page #ja-main-player {
  margin-bottom: calc(var(--gk-gutter-y) / 2);
  overflow: hidden;
}
.item-page #ja-main-player .ja-btn-play {
  padding: 0;
}
.item-page .ja-gallery-list-wrap {
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
.item-page .ja-gallery-list-wrap .owl-theme .owl-dots .owl-dot.active span,
.item-page .ja-gallery-list-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--gk-primary);
}
@media (max-width: 767.98px) {
  .item-page.other .subscriber .item {
    margin-bottom: calc(var(--gk-gutter-y) / 2);
  }
}

.tags-list {
  font-family: var(--gk-custom-font2-family);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  text-transform: uppercase;
  margin: calc(var(--gk-gutter-y) / 3) 0 0;
}
.tags-list label {
  margin-right: calc(var(--gk-gutter-x) / 6);
}
.tags-list .tags {
  margin-bottom: 0;
  display: inline-block;
}
.tags-list .list-inline-item a {
  border-bottom: 1px solid var(--gk-primary);
  border-radius: 0;
  color: var(--gk-heading-color);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  padding: 0;
  text-decoration: none;
  line-height: 1;
}
.tags-list .list-inline-item a:hover {
  border-bottom-color: var(--gk-border-color-translucent);
}

@media (min-width: 992px) {
  .view-article .gk-sidebar {
    margin-top: 4rem;
    padding-top: 0;
  }
}
.view-article .box .ja-masthead .ja-masthead-detail {
  padding-bottom: 0;
}
.view-article .article-detail-03-wrap .gk-mainbody {
  padding-top: 0;
}
.view-article .article-detail-03-wrap .gk-mainbody .article-head {
  --gk-gutter-x: 3rem;
  --gk-gutter-y: 3rem;
}
@media (min-width: 992px) {
  .view-article .article-detail-03-wrap .gk-mainbody .article-head {
    --gk-border-radius: 0;
    position: relative;
    margin-bottom: calc(var(--gk-gutter-y) * 1.33333);
  }
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .container {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .container .row {
    --gk-gutter-x: 0;
    --gk-gutter-y: 0;
  }
}
@media (max-width: 991.98px) {
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .item-image-wrapper {
    margin-top: calc(var(--gk-gutter-x) / 2);
  }
}
.view-article .article-detail-03-wrap .gk-mainbody .article-head .info {
  --gk-gutter-x: 3rem;
  --gk-gutter-y: 3rem;
}
@media (max-width: 991.98px) {
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .info {
    margin-top: calc(var(--gk-gutter-y) / 2);
  }
}
@media (min-width: 992px) {
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .info {
    background: var(--gk-primary);
    bottom: calc(var(--gk-gutter-y) * 1.33333);
    font-family: var(--gk-body-font-family);
    left: 40px;
    max-width: inherit;
    padding: calc(var(--gk-gutter-y) * 1.33333) calc(var(--gk-gutter-x) * 1.33333);
    position: absolute;
    right: 40px;
  }
}
@media (min-width: 992px) {
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .info {
    left: calc(var(--gk-gutter-x) * 1.33333);
    right: calc(var(--gk-gutter-x) * 1.33333);
  }
}
@media (min-width: 1200px) {
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .info {
    left: calc(var(--gk-gutter-x) * 4);
    right: calc(var(--gk-gutter-x) * 4);
  }
}
@media (min-width: 1400px) {
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .info {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .info a {
    color: var(--gk-white);
  }
}
.view-article .article-detail-03-wrap .gk-mainbody .article-head .info h1, .view-article .article-detail-03-wrap .gk-mainbody .article-head .info .h1 {
  color: var(--gk-white);
  font-family: var(--gk-body-font-family);
  margin-bottom: 0;
  text-transform: none;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 3rem;
}
@media (max-width: 991.98px) {
  .view-article .article-detail-03-wrap .gk-mainbody .article-head .info h1, .view-article .article-detail-03-wrap .gk-mainbody .article-head .info .h1 {
    color: var(--gk-black);
    font-size: 2rem;
    margin-bottom: calc(var(--gk-gutter-y) / 3);
  }
}
.view-article .article-detail-04-wrap .item-image-wrapper {
  --gk-gutter-y: 2rem;
  --ratio-percent: 60%;
  margin-bottom: var(--gk-gutter-y);
}
.view-article .article-detail-04-wrap .photo .item-image-wrapper {
  --ratio-percent: 100%;
}
.view-article .article-other-style .gk-content-top {
  margin-bottom: 0;
}
.view-article .article-other-style .gk-mainbody-wrap {
  margin-bottom: 0;
  border-bottom: 0;
}

.gk-sidebar {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.gk-sidebar .gk-module {
  margin-bottom: var(--gk-gutter-y);
}
@media (max-width: 767.98px) {
  .gk-sidebar .gk-module {
    margin-bottom: 2rem;
  }
  .gk-sidebar .gk-module + .gk-module {
    margin-top: 2rem;
  }
}
.gk-sidebar .gk-module .mod-title {
  font-size: calc(1.325rem + 0.9vw);
  border-bottom: 4px solid var(--gk-heading-color);
  color: var(--gk-heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 1.125;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(var(--gk-gutter-y) / 2);
  padding-bottom: calc(var(--gk-gutter-y) / 3);
  width: 100%;
}
@media (min-width: 1200px) {
  .gk-sidebar .gk-module .mod-title {
    font-size: 2rem;
  }
}
.gk-sidebar .gk-module .mod-title a {
  font-family: var(--gk-custom-font1-family);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(var(--gk-gutter-y) / 8);
  color: var(--gk-body-color);
}
.gk-sidebar .gk-module .mod-title a:hover {
  text-decoration: underline;
}
.gk-sidebar .gk-module:last-child {
  margin-bottom: 0;
}
.gk-sidebar .mod-populars .btn-dark {
  font-family: var(--gk-custom-font2-family);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  height: 40px;
  margin-right: calc(var(--gk-gutter-x) / 6);
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
.gk-sidebar .mod-populars .btn-dark[aria-expanded=false] {
  background-color: #eaebec;
  border-color: #eaebec;
  color: #87888d;
}
.gk-sidebar .mod-populars .collapse-content .item-content {
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  padding-left: 48px;
  padding-top: 0;
  position: relative;
}
.gk-sidebar .mod-populars .collapse-content .item-content:not(:first-of-type) {
  padding-top: calc(var(--gk-gutter-y) / 2);
}
.gk-sidebar .mod-populars .collapse-content .item-content:not(:last-of-type) {
  border-bottom: 1px solid var(--gk-border-color-translucent);
}
.gk-sidebar .mod-populars .collapse-content .item-content .number {
  background-color: var(--gk-primary);
  border-radius: var(--gk-border-radius);
  color: var(--gk-white);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  position: absolute;
  top: 5px;
  left: 0;
}
.gk-sidebar .mod-populars .collapse-content .item-content:not(:first-of-type) .number {
  top: 28px;
}
.gk-sidebar .mod-populars .collapse-content .item-content .info a {
  clear: both;
  color: var(--gk-heading-color);
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.gk-sidebar .acym_module_form #field_1 {
  display: none;
}
.gk-sidebar .acym_module_form .groupfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gk-sidebar .acym_module_form input {
  --gk-btn-padding-y: 0.6rem;
  max-width: 100%;
  font-weight: 700;
}
.gk-sidebar .acym_module_form .onefield {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 8px;
  width: 100%;
}
.gk-sidebar .acym_module_form .fieldacyterms {
  margin-top: calc(var(--gk-gutter-y) / 2);
}
.gk-sidebar .acym_module_form .fieldacyterms a {
  color: var(--gk-heading-color);
  text-decoration: underline;
}
.gk-sidebar .acym_module_form .fieldacyterms a:hover {
  text-decoration: none;
}
.gk-sidebar .style-7-left li .item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gk-sidebar .style-7-left li .item-inner .item-image-wrapper {
  width: 100%;
  max-width: inherit;
  height: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 100%;
  margin: 0 0 calc(var(--gk-gutter-y) / 2);
}
.gk-sidebar .style-7-left li .item-inner .item-image-wrapper .item-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.gk-sidebar .style-7-left li .item-inner .info-details {
  width: 100%;
}
.gk-sidebar .style-7-left li .item-inner .article-info {
  display: none;
}
.gk-sidebar .style-7-left li .item-inner .item-title {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .gk-sidebar .style-7-left li .item-inner .item-title {
    font-size: 1.5rem;
  }
}
.gk-sidebar .style-7-right .mod-list li {
  padding-bottom: calc(var(--gk-gutter-y) * 0.5);
  margin-bottom: calc(var(--gk-gutter-y) * 0.5);
  border-bottom: 1px solid var(--gk-border-color);
}
.gk-sidebar .style-7-right .mod-list li + li {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gk-sidebar .style-7-right .mod-list .item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gk-sidebar .style-7-right .mod-list .item-inner .info-details {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .gk-sidebar .style-7-right .mod-list .item-inner .info-details {
    padding-right: 24px;
    width: 75%;
  }
}
.gk-sidebar .style-7-right .item-image-wrapper {
  --ratio-percent: 100%;
  max-width: 100%;
  width: 80px;
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .gk-sidebar .style-7-right .item-image-wrapper {
    margin-left: calc(var(--gk-gutter-x) / 2);
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gk-sidebar .style-7-right .item-image-wrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    position: relative;
    margin-bottom: calc(var(--gk-gutter-y) / 2);
  }
}
.gk-sidebar .style-7-right .item-image-wrapper:before {
  display: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gk-sidebar .style-7-right .item-image-wrapper:before {
    --ratio-percent: 50%;
    display: block;
  }
}
.gk-sidebar .style-7-right .item-image-wrapper .item-image-inner {
  position: static;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gk-sidebar .style-7-right .item-image-wrapper .item-image-inner {
    position: absolute;
  }
}
.gk-sidebar .style-7-right .item-image-wrapper .item-image {
  width: 80px;
  position: static;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gk-sidebar .style-7-right .item-image-wrapper .item-image {
    position: absolute;
    --ratio-percent: 50%;
    width: 100%;
    margin-left: 0;
  }
}
.gk-sidebar .style-7-right .item-image-wrapper .caption {
  position: static;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .gk-sidebar .style-7-right .item-image-wrapper .caption {
    position: absolute;
  }
}
@media (max-width: 575.98px) {
  .gk-sidebar {
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  .gk-sidebar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.view-contact .box .ja-masthead .ja-masthead-detail {
  padding-bottom: 0;
}

.mod-articles-category-tags .tags {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mod-articles-category-tags .tags li a {
  font-weight: 400;
  color: var(--gk-black);
  font-size: 14px;
  padding: 0;
  text-transform: none;
}
.mod-articles-category-tags .tags li a:before {
  display: none;
}
.mod-articles-category-tags .tags li a:hover, .mod-articles-category-tags .tags li a:focus, .mod-articles-category-tags .tags li a:active {
  text-decoration: none;
  color: var(--gk-primary);
}

.acym_module_form .outside .groupfield {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.acym_module_form .outside .groupfield .onefield {
  margin-right: 0;
}
.acym_module_form .outside label {
  width: 100%;
}
.acym_module_form .outside .acym__users__creation__fields__title {
  margin-bottom: 0.5rem;
  display: block;
}
.acym_module_form .outside .acysubbuttons {
  margin-top: calc(var(--gk-gutter-y) / 3);
}

.gk-main-bottom {
  padding-bottom: calc(var(--gk-gutter-y) * 1.33333);
}
.gk-main-bottom .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .gk-main-bottom .container {
    max-width: var(--gk-container-max-width-article);
  }
}
.gk-main-bottom .container .gk-main-bottom-content {
  margin: auto;
}
.gk-main-bottom .box:first-of-type {
  position: relative;
}
.gk-main-bottom .box:first-of-type:after {
  position: absolute;
  content: "";
  background-color: var(--gk-border-color-translucent);
}
@media (max-width: 767.98px) {
  .gk-main-bottom .box:first-of-type {
    margin-bottom: var(--gk-gutter-y);
  }
  .gk-main-bottom .box:first-of-type:after {
    width: auto;
    height: 1px;
    bottom: -24px;
    left: 24px;
    right: 24px;
  }
}
@media (min-width: 768px) {
  .gk-main-bottom .box:first-of-type .gk-module-inner {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .gk-main-bottom .box:first-of-type:after {
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
  .gk-main-bottom .box:last-of-type .gk-module-inner {
    padding-left: 1rem;
  }
}
.gk-main-bottom .box.mod-contributors .info .name {
  display: none;
}
.gk-main-bottom .box.mod-contributors .info .date {
  margin-left: 0;
}
.gk-main-bottom .gk-module .mod-title {
  font-size: calc(1.325rem + 0.9vw);
  border-bottom: 4px solid var(--gk-heading-color);
  color: var(--gk-heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  margin-bottom: calc(var(--gk-gutter-y) / 3);
  padding-bottom: calc(var(--gk-gutter-y) / 3);
  width: 100%;
}
@media (min-width: 1200px) {
  .gk-main-bottom .gk-module .mod-title {
    font-size: 2rem;
  }
}
.gk-main-bottom .gk-module .mod-title a {
  font-family: var(--gk-custom-font2-family);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(var(--gk-gutter-y) / 8);
}
.gk-main-bottom .gk-module .mod-title a:hover {
  text-decoration: underline;
}
.gk-main-bottom .mod-list {
  row-gap: 0;
}
.gk-main-bottom .mod-list li:not(:last-of-type) {
  border-bottom: 1px solid var(--gk-border-color-translucent);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
.gk-main-bottom .mod-list li .item-image-wrapper {
  --ratio-percent: 100%;
  float: right;
  margin-left: 1rem;
  width: 33.33%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.gk-main-bottom .mod-list li .item-image-wrapper .caption {
  display: none;
}
.gk-main-bottom .mod-list li .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gk-main-bottom .mod-list li .info {
  overflow: hidden;
  width: 66.66%;
}
.gk-main-bottom .mod-list li .info a[itemprop=url] {
  clear: both;
  color: var(--gk-heading-color);
  display: block;
  width: 100%;
}
.gk-main-bottom .mod-list li .category-name {
  color: var(--gk-primary);
  font-size: calc(var(--gk-body-font-size) * 0.625);
  font-weight: 700;
  margin-bottom: calc(var(--gk-gutter-y) / 6);
  text-transform: uppercase;
}
.gk-main-bottom .mod-list li .category-name a {
  color: var(--gk-primary);
  text-decoration: none;
}
.gk-main-bottom .mod-list li .category-name a:hover {
  text-decoration: underline;
}

.gk-content:not(.has-sidebar) .gk-main-bottom-below {
  padding-bottom: calc(var(--gk-gutter-y) * 1.33333);
}

#gk-footer-nav {
  --gk-gutter-y: 2rem;
  background: var(--gk-black);
  padding-top: var(--gk-gutter-y);
  padding-bottom: var(--gk-gutter-y);
}

#gk-footer {
  --gk-border-color: var(--gk-gray-900);
  background: var(--gk-black);
  padding-top: calc(var(--gk-gutter-y) / 3);
  padding-bottom: calc(var(--gk-gutter-y) / 3);
}

.gk-footer-above {
  background: var(--gk-black);
  border-bottom: 1px solid var(--gk-gray-900);
}

.newsletter {
  --gk-gutter-y: 3rem;
  --gk-heading-color: #fff;
  text-align: center;
  padding: calc(var(--gk-gutter-y) / 1.5) 0;
  color: var(--gk-body-color-2);
}
@media (min-width: 992px) {
  .newsletter {
    padding: calc(var(--gk-gutter-y) * 1.333) 0;
  }
}
.newsletter .mod-title {
  font-size: calc(1.525rem + 3.3vw);
  text-transform: uppercase;
  max-width: 500px;
  margin: auto;
  font-family: var(--gk-heading-font-family);
}
@media (min-width: 1200px) {
  .newsletter .mod-title {
    font-size: 4rem;
  }
}
.newsletter .tagline {
  margin-bottom: calc(var(--gk-gutter-y));
  margin-top: calc(var(--gk-gutter-y) / 2);
}
.newsletter .btn-primary, .newsletter #gkmegamenu-app .list-menu-items button.btn-primary, #gkmegamenu-app .list-menu-items .newsletter button.btn-primary, .newsletter #gk-header #gk-offcanvas .nav li a.btn-primary, #gk-header #gk-offcanvas .nav li .newsletter a.btn-primary, .newsletter #gk-header #gk-offcanvas .com-contact__links > ul li a.btn-primary, #gk-header #gk-offcanvas .com-contact__links > ul li .newsletter a.btn-primary {
  font-family: var(--gk-custom-font2-family);
  font-size: calc(var(--gk-body-font-size) * 0.75);
  font-weight: 700;
}
.newsletter .registed {
  font-size: calc(var(--gk-body-font-size) * 0.85);
  font-family: var(--gk-custom-font2-family);
}
.newsletter .btn-link {
  text-transform: none;
  color: var(--gk-white);
  padding: 0;
  line-height: 1;
  font-size: calc(var(--gk-body-font-size) * 0.85);
  border: 0;
}
.newsletter .btn-link:hover {
  text-decoration: none;
}

#gk-footer-nav {
  --gk-navbar-color: var(--gk-white);
}
@media (max-width: 767.98px) {
  #gk-footer-nav {
    text-align: center;
  }
}
#gk-footer-nav .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gk-footer-nav .gk-module .mod-ct p {
  margin-bottom: 0;
}
#gk-footer-nav .gk-module .mod-ct .nav li, #gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li {
  display: inline-block;
  color: var(--gk-white);
  font-family: var(--gk-custom-font2-family);
}
#gk-footer-nav .gk-module .mod-ct .nav li:not(:last-of-type), #gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li:not(:last-of-type) {
  margin-right: calc(var(--gk-gutter-x) / 2);
}
#gk-footer-nav .gk-module .mod-ct .nav li span, #gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li span,
#gk-footer-nav .gk-module .mod-ct .nav li a,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li a {
  color: var(--gk-white);
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-size: calc(var(--gk-body-font-size) * 0.75);
}
#gk-footer-nav .gk-module .mod-ct .nav li span[aria-current=page], #gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li span[aria-current=page], #gk-footer-nav .gk-module .mod-ct .nav li span:active, #gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li span:active, #gk-footer-nav .gk-module .mod-ct .nav li span:focus, #gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li span:focus, #gk-footer-nav .gk-module .mod-ct .nav li span:hover, #gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li span:hover,
#gk-footer-nav .gk-module .mod-ct .nav li a[aria-current=page],
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li a[aria-current=page],
#gk-footer-nav .gk-module .mod-ct .nav li a:active,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li a:active,
#gk-footer-nav .gk-module .mod-ct .nav li a:focus,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li a:focus,
#gk-footer-nav .gk-module .mod-ct .nav li a:hover,
#gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li a:hover {
  color: var(--gk-primary);
  text-decoration: underline;
}
#gk-footer-nav .gk-module .mod-ct .nav li.active a, #gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li.active a {
  color: var(--gk-primary);
  text-decoration: underline;
}
#gk-footer-nav .gk-module .mod-ct .nav li ul, #gk-footer-nav .gk-module .mod-ct .com-contact__links > ul li ul {
  display: none;
}
@media (min-width: 768px) {
  #gk-footer-nav .gk-module.footer_nav_mod_right {
    text-align: right;
  }
}

.com-content-categories__item .com-content-categories__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com-content-category .content-category h1, .com-content-category .content-category .h1 {
  border-bottom: 4px solid var(--gk-heading-color);
  color: var(--gk-heading-color);
  font-family: var(--gk-heading-font-family);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.125;
  margin-bottom: calc(var(--gk-gutter-y));
  padding-bottom: 1rem;
  text-transform: uppercase;
}
.com-content-category .cat-children .com-content-category__children + .com-content-category__children {
  margin-top: 0;
}
.com-content-category .cat-children .com-content-category__children + .com-content-category__children .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com-contact-categories__items .page-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.com-tags-tag {
  --gk-gutter-y: 3rem;
}
.com-tags-tag .com-tags-tag__category {
  margin-top: calc(var(--gk-gutter-y) / 2);
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: var(--gk-body-color-2);
  font-size: calc(var(--gk-body-font-size) * 0.625);
  font-family: var(--gk-custom-font1-family);
  font-weight: 400;
}
@media (max-width: 767.98px) {
  #footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media (min-width: 768px) {
  #footer .mod-footer,
  #footer .mod-custom,
  #footer .mod-menu {
    width: 33.333%;
  }
}
#footer .socials,
#footer .mod-menu {
  padding: 0;
  margin: 0;
}
#footer .socials li,
#footer .mod-menu li {
  display: inline-block;
  color: var(--gk-white);
}
#footer .socials li:not(:last-of-type),
#footer .mod-menu li:not(:last-of-type) {
  margin-right: calc(var(--gk-gutter-x) / 2);
}
#footer .socials li span,
#footer .socials li a,
#footer .mod-menu li span,
#footer .mod-menu li a {
  color: var(--gk-body-color-2);
  cursor: pointer;
  text-decoration: none;
  font-size: inherit;
}
#footer .socials li span:hover,
#footer .socials li a:hover,
#footer .mod-menu li span:hover,
#footer .mod-menu li a:hover {
  color: var(--gk-white);
  text-decoration: underline;
}
#footer .socials {
  text-align: right;
}
#footer .socials li a {
  padding-right: 10px;
  position: relative;
  color: var(--gk-white);
}
#footer .socials li a:after {
  background-size: 100%;
  background: url("../images/svg/social-arrow.svg") top right no-repeat;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 8px;
}

.com-newsfeeds-category__category .list-group-item a, .com-newsfeeds-category__category .items-more .com-content-blog__link a, .items-more .com-newsfeeds-category__category .com-content-blog__link a {
  color: var(--gk-black);
}
.com-newsfeeds-category__category .list-group-item a:active, .com-newsfeeds-category__category .items-more .com-content-blog__link a:active, .items-more .com-newsfeeds-category__category .com-content-blog__link a:active, .com-newsfeeds-category__category .list-group-item a:focus, .com-newsfeeds-category__category .items-more .com-content-blog__link a:focus, .items-more .com-newsfeeds-category__category .com-content-blog__link a:focus, .com-newsfeeds-category__category .list-group-item a:hover, .com-newsfeeds-category__category .items-more .com-content-blog__link a:hover, .items-more .com-newsfeeds-category__category .com-content-blog__link a:hover {
  color: var(--gk-primary);
}

.btn-to-top:active, .btn-to-top:focus, .btn-to-top:hover {
  background: #c21014 !important;
}

.com-finder__results-list {
  --gk-gutter-y: 3rem;
}
.com-finder__results-list .result__item {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
  border-bottom: 1px solid var(--gk-border-color);
  padding-bottom: calc(var(--gk-gutter-y) / 2);
  margin-bottom: calc(var(--gk-gutter-y) / 2);
}
.com-finder__results-list .result__item::after {
  display: block;
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .com-finder__results-list .item-image-wrapper {
    margin-left: 2rem;
    width: 33.33%;
    float: right;
  }
}

/*
@media (min-width: 1200px) {
  .view-article:not(.layout-gk_reportercontributors) .gk-mainbody-wrap .container {
    margin:unset;
    max-width:unset;
  }
}*/

/**
 *
 * Custom edits
 * 
 */
html.sharpe-edge .raxo-content {
  box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
}

#gk-bg,
#gk-slidenews,
#gk-header,
.gk-body {
  background:#f5f5f5;
}
#fixedcontainer_premiumjob {
	text-align:center;
}
.ebm-upcoming-events .ebm-event-link {
  font-weight: normal;
}
#gk-slidenews p {
	display:none;
}

#gk-slidenews .mod-banners.bannergroup {
	padding:15px 0;
	background:#2c6073;
}

#gk-slidenews #maximenuck669 ul.maximenuck a.maximenuck {
	padding:3px 0 3px 0;
}

#gk-content.gk-content.has-sidebar {
	margin-top:unset;
}
#gk-mainbody-wrap {
	padding-top:4rem;
}