:root {
  --dane-color--primary: #000000;
  --dane-color--primary-rgb: 0, 0, 0;
  --dane-color--secondary: #FFFFFF;
  --dane-color--secondary-rgb: 255, 255, 255;
  --dane-color--tertiary: #7C7C7C;
  --dane-color--tertiary-rgb: 124, 124, 124;
  --dane-color--accent: #F0F0F0;
  --dane-color--accent-rgb: 240, 240, 240;
  --dane-color--main: #9FBB3C;
  --dane-color--main-rgb: 159, 187, 60;
  --dane-color--surface: #ECF1D8;
  --dane-color--surface-rgb: 236, 241, 216;
  --dane-color--border-01: #CFDD9D;
  --dane-color--border-01-rgb: 207, 221, 157;
  --dane-color--border-02: #E0E0E0;
  --dane-color--border-02-rgb: 224, 224, 224;
  --dane-color--hover: #849C32;
  --dane-color--hover-rgb: 132, 156, 50;
  --dane-color--pressed: #4F5D1E;
  --dane-color--pressed-rgb: 79, 93, 30;
  --dane-color--primary-00: #F5F8EB;
  --dane-color--primary-10: #ECF1D8;
  --dane-color--primary-20: #D9E4B1;
  --dane-color--primary-30: #C5D68A;
  --dane-color--primary-40: #B2C963;
  --dane-color--primary-50: #9FBB3C;
  --dane-color--primary-60: #7F9630;
  --dane-color--primary-70: #5F7024;
  --dane-color--primary-80: #404B18;
  --dane-color--primary-90: #20250C;
  --dane-color--primary-100: #000000;
  --dane-color--neutral-00: #FFFFFF;
  --dane-color--neutral-10: #F5F5F5;
  --dane-color--neutral-20: #EDEDED;
  --dane-color--neutral-30: #E0E0E0;
  --dane-color--neutral-40: #C2C2C2;
  --dane-color--neutral-50: #9E9E9E;
  --dane-color--neutral-60: #757575;
  --dane-color--neutral-70: #616161;
  --dane-color--neutral-80: #404040;
  --dane-color--neutral-90: #0A0A0A;
  --dane-color--neutral-100: #000000;
}

:root {
  --dane-font-size--3-xl:    40px;
  --dane-font-size--2-xl:    36px;
  --dane-font-size--xl:      32px;
  --dane-font-size--l:       28px;
  --dane-font-size--m:       24px;
  --dane-font-size--s:       20px;
  --dane-font-display--x-x-l:64px;
  --dane-font-display--x-l:  58px;
  --dane-font-display--l:    52px;
  --dane-font-display--m:    48px;
  --dane-font-display--s:    44px;
  --dane-font-paragraph--x-x-l:20px;
  --dane-font-paragraph--x-l:  18px;
  --dane-font-paragraph--l:    16px;
  --dane-font-paragraph--m:    14px;
  --dane-font-paragraph--s:    12px;
  --dane-font-body--1:       16px;
  --dane-font-body--2:       14px;
  --dane-font-paragraph:     20px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  :root {
    --dane-font-size--3-xl:    32px;
    --dane-font-size--2-xl:    28px;
    --dane-font-size--xl:      26px;
    --dane-font-size--l:       23px;
    --dane-font-size--m:       18px;
    --dane-font-size--s:       16px;
  }
}

/*!
   * Bootstrap Reboot v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --dane-blue: #0d6efd;
  --dane-indigo: #6610f2;
  --dane-purple: #6f42c1;
  --dane-pink: #d63384;
  --dane-red: #dc3545;
  --dane-orange: #fd7e14;
  --dane-yellow: #ffc107;
  --dane-green: #198754;
  --dane-teal: #20c997;
  --dane-cyan: #0dcaf0;
  --dane-black: #000;
  --dane-white: #fff;
  --dane-gray: #6c757d;
  --dane-gray-dark: #343a40;
  --dane-gray-100: #f8f9fa;
  --dane-gray-200: #e9ecef;
  --dane-gray-300: #dee2e6;
  --dane-gray-400: #ced4da;
  --dane-gray-500: #adb5bd;
  --dane-gray-600: #6c757d;
  --dane-gray-700: #495057;
  --dane-gray-800: #343a40;
  --dane-gray-900: #212529;
  --dane-primary: #9FBB3C;
  --dane-secondary: #6c757d;
  --dane-success: #198754;
  --dane-info: #0dcaf0;
  --dane-warning: #ffc107;
  --dane-danger: #dc3545;
  --dane-light: #f8f9fa;
  --dane-dark: #212529;
  --dane-primary-rgb: 159, 187, 60;
  --dane-secondary-rgb: 108, 117, 125;
  --dane-success-rgb: 25, 135, 84;
  --dane-info-rgb: 13, 202, 240;
  --dane-warning-rgb: 255, 193, 7;
  --dane-danger-rgb: 220, 53, 69;
  --dane-light-rgb: 248, 249, 250;
  --dane-dark-rgb: 33, 37, 41;
  --dane-primary-text-emphasis: #404b18;
  --dane-secondary-text-emphasis: #2b2f32;
  --dane-success-text-emphasis: #0a3622;
  --dane-info-text-emphasis: #055160;
  --dane-warning-text-emphasis: #664d03;
  --dane-danger-text-emphasis: #58151c;
  --dane-light-text-emphasis: #495057;
  --dane-dark-text-emphasis: #495057;
  --dane-primary-bg-subtle: #ecf1d8;
  --dane-secondary-bg-subtle: #e2e3e5;
  --dane-success-bg-subtle: #d1e7dd;
  --dane-info-bg-subtle: #cff4fc;
  --dane-warning-bg-subtle: #fff3cd;
  --dane-danger-bg-subtle: #f8d7da;
  --dane-light-bg-subtle: #fcfcfd;
  --dane-dark-bg-subtle: #ced4da;
  --dane-primary-border-subtle: #d9e4b1;
  --dane-secondary-border-subtle: #c4c8cb;
  --dane-success-border-subtle: #a3cfbb;
  --dane-info-border-subtle: #9eeaf9;
  --dane-warning-border-subtle: #ffe69c;
  --dane-danger-border-subtle: #f1aeb5;
  --dane-light-border-subtle: #e9ecef;
  --dane-dark-border-subtle: #adb5bd;
  --dane-white-rgb: 255, 255, 255;
  --dane-black-rgb: 0, 0, 0;
  --dane-font-sans-serif: Open Sans;
  --dane-font-monospace: Open Sans;
  --dane-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --dane-body-font-family: var(--dane-font-sans-serif);
  --dane-body-font-size: 1.125rem;
  --dane-body-font-weight: normal;
  --dane-body-line-height: 1.5;
  --dane-body-color: #646464;
  --dane-body-color-rgb: 100, 100, 100;
  --dane-body-bg: #fff;
  --dane-body-bg-rgb: 255, 255, 255;
  --dane-emphasis-color: #000;
  --dane-emphasis-color-rgb: 0, 0, 0;
  --dane-secondary-color: rgba(100, 100, 100, 0.75);
  --dane-secondary-color-rgb: 100, 100, 100;
  --dane-secondary-bg: #e9ecef;
  --dane-secondary-bg-rgb: 233, 236, 239;
  --dane-tertiary-color: rgba(100, 100, 100, 0.5);
  --dane-tertiary-color-rgb: 100, 100, 100;
  --dane-tertiary-bg: #f8f9fa;
  --dane-tertiary-bg-rgb: 248, 249, 250;
  --dane-heading-color: #0A0A0A;
  --dane-link-color: #9FBB3C;
  --dane-link-color-rgb: 159, 187, 60;
  --dane-link-decoration: underline;
  --dane-link-hover-color: #7f9630;
  --dane-link-hover-color-rgb: 127, 150, 48;
  --dane-code-color: #d63384;
  --dane-highlight-color: #646464;
  --dane-highlight-bg: #fff3cd;
  --dane-border-width: 1px;
  --dane-border-style: solid;
  --dane-border-color: #dee2e6;
  --dane-border-color-translucent: rgba(0, 0, 0, 0.175);
  --dane-border-radius: 4px;
  --dane-border-radius-sm: 4px;
  --dane-border-radius-lg: 8px;
  --dane-border-radius-xl: 1rem;
  --dane-border-radius-xxl: 28px;
  --dane-border-radius-2xl: var(--dane-border-radius-xxl);
  --dane-border-radius-pill: 50rem;
  --dane-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --dane-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --dane-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --dane-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --dane-focus-ring-width: 0.25rem;
  --dane-focus-ring-opacity: 0.25;
  --dane-focus-ring-color: rgba(159, 187, 60, 0.25);
  --dane-form-valid-color: #198754;
  --dane-form-valid-border-color: #198754;
  --dane-form-invalid-color: #dc3545;
  --dane-form-invalid-border-color: #dc3545;
}

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1.5;
  color: var(--dane-heading-color);
}

h1, .h1 {
  font-size: var(--dane-font-size--3-xl);
}

h2, .h2 {
  font-size: var(--dane-font-size--2-xl);
}

h3, .h3 {
  font-size: var(--dane-font-size--xl);
}

h4, .h4 {
  font-size: var(--dane-font-size--l);
}

h5, .h5 {
  font-size: var(--dane-font-size--m);
}

h6, .h6 {
  font-size: var(--dane-font-size--s);
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  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: bold;
}

dd {
  margin-bottom: .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;
  color: var(--dane-highlight-color);
  background-color: var(--dane-highlight-bg);
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

a:hover {
  --dane-link-color-rgb: var(--dane-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(--dane-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(--dane-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--dane-body-bg);
  background-color: var(--dane-body-color);
  border-radius: 4px;
}

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(--dane-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;
}

::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: calc(1.265625rem + 0.1875vw);
  font-weight: 300;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 1.40625rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.5;
}

@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.5;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.5;
}

@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.5;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.5;
}

@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: calc(1.265625rem + 0.1875vw);
}

@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.40625rem;
  }
}

.blockquote > :last-child {
  margin-bottom: 0;
}

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

.blockquote-footer::before {
  content: "\2014\00A0";
}

.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 425px) {
  .container, .container-xs, #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs {
    max-width: 425px;
  }
}

@media (min-width: 650px) {
  .container, .container-xs, .container-sm, #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs, #home-2024 .heroSimple .splide__slide .container-sm {
    max-width: 620px;
  }
}

@media (min-width: 1025px) {
  .container, .container-xs, .container-sm, .container-md, #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs, #home-2024 .heroSimple .splide__slide .container-sm, #home-2024 .heroSimple .splide__slide .container-md {
    max-width: 840px;
  }
}

@media (min-width: 1320px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs, #home-2024 .heroSimple .splide__slide .container-sm, #home-2024 .heroSimple .splide__slide .container-md, #home-2024 .heroSimple .splide__slide .container-lg {
    max-width: 1200px;
  }
}

/*!
   * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-lg {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 425px) {
  .container, .container-xs, #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs {
    max-width: 425px;
  }
}

@media (min-width: 650px) {
  .container, .container-xs, .container-sm, #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs, #home-2024 .heroSimple .splide__slide .container-sm {
    max-width: 620px;
  }
}

@media (min-width: 1025px) {
  .container, .container-xs, .container-sm, .container-md, #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs, #home-2024 .heroSimple .splide__slide .container-sm, #home-2024 .heroSimple .splide__slide .container-md {
    max-width: 840px;
  }
}

@media (min-width: 1320px) {
  .container, .container-xs, .container-sm, .container-md, .container-lg, #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs, #home-2024 .heroSimple .splide__slide .container-sm, #home-2024 .heroSimple .splide__slide .container-md, #home-2024 .heroSimple .splide__slide .container-lg {
    max-width: 1200px;
  }
}

:root {
  --dane-breakpoint-xxs: 0;
  --dane-breakpoint-xs: 425px;
  --dane-breakpoint-sm: 650px;
  --dane-breakpoint-md: 1025px;
  --dane-breakpoint-lg: 1320px;
}

.row {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--dane-gutter-y));
  margin-right: calc(-.5 * var(--dane-gutter-x));
  margin-left: calc(-.5 * var(--dane-gutter-x));
}

.row > * {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -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 {
  --dane-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 425px) {
  .col-xs {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --dane-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --dane-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --dane-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --dane-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --dane-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --dane-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --dane-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --dane-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --dane-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --dane-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --dane-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --dane-gutter-y: 3rem;
  }
}

@media (min-width: 650px) {
  .col-sm {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -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 {
    --dane-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --dane-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --dane-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --dane-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --dane-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --dane-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --dane-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --dane-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --dane-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --dane-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --dane-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --dane-gutter-y: 3rem;
  }
}

@media (min-width: 1025px) {
  .col-md {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -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 {
    --dane-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --dane-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --dane-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --dane-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --dane-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --dane-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --dane-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --dane-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --dane-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --dane-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --dane-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --dane-gutter-y: 3rem;
  }
}

@media (min-width: 1320px) {
  .col-lg {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -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 {
    --dane-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --dane-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --dane-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --dane-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --dane-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --dane-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --dane-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --dane-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --dane-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --dane-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --dane-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --dane-gutter-y: 3rem;
  }
}

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

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

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

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

.d-inline-grid {
  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: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -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 {
  -ms-flex-pack: space-evenly !important;
      justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  -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;
      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;
      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;
      align-self: stretch !important;
}

.order-first {
  -ms-flex-order: -1 !important;
      order: -1 !important;
}

.order-0 {
  -ms-flex-order: 0 !important;
      order: 0 !important;
}

.order-1 {
  -ms-flex-order: 1 !important;
      order: 1 !important;
}

.order-2 {
  -ms-flex-order: 2 !important;
      order: 2 !important;
}

.order-3 {
  -ms-flex-order: 3 !important;
      order: 3 !important;
}

.order-4 {
  -ms-flex-order: 4 !important;
      order: 4 !important;
}

.order-5 {
  -ms-flex-order: 5 !important;
      order: 5 !important;
}

.order-last {
  -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 {
  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 {
  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 {
  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 {
  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;
}

@media (min-width: 425px) {
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xs-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xs-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xs-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xs-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xs-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xs-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xs-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-xs-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-xs-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-xs-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-xs-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-xs-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-xs-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-xs-last {
    -ms-flex-order: 6 !important;
        order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 650px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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;
        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;
        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;
        align-self: stretch !important;
  }
  .order-sm-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-sm-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-sm-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-sm-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-sm-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-sm-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-sm-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-sm-last {
    -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;
  }
}

@media (min-width: 1025px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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;
        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;
        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;
        align-self: stretch !important;
  }
  .order-md-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-md-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-md-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-md-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-md-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-md-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-md-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-md-last {
    -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;
  }
}

@media (min-width: 1320px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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;
        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;
        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;
        align-self: stretch !important;
  }
  .order-lg-first {
    -ms-flex-order: -1 !important;
        order: -1 !important;
  }
  .order-lg-0 {
    -ms-flex-order: 0 !important;
        order: 0 !important;
  }
  .order-lg-1 {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .order-lg-2 {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  .order-lg-3 {
    -ms-flex-order: 3 !important;
        order: 3 !important;
  }
  .order-lg-4 {
    -ms-flex-order: 4 !important;
        order: 4 !important;
  }
  .order-lg-5 {
    -ms-flex-order: 5 !important;
        order: 5 !important;
  }
  .order-lg-last {
    -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;
  }
}

@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: grid !important;
  }
  .d-print-inline-grid {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

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

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

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

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

ol,
ul,
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

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

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.75rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--dane-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(--dane-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--dane-body-bg);
  background-color: var(--dane-body-color);
  border-radius: 4px;
}

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(--dane-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;
}

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

.form-label {
  margin-bottom: 0.5rem;
}

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

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

@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.40625rem;
  }
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--dane-body-color);
  appearance: none;
  background-color: var(--dane-body-bg);
  background-clip: padding-box;
  border: var(--dane-border-width) solid var(--dane-border-color);
  border-radius: var(--dane-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--dane-body-color);
  background-color: var(--dane-body-bg);
  border-color: #cfdd9e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control:-ms-input-placeholder {
  color: var(--dane-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--dane-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--dane-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--dane-body-color);
  background-color: var(--dane-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--dane-border-width);
  border-radius: 0;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--dane-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--dane-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--dane-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(--dane-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  border-radius: var(--dane-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--dane-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
  border-radius: var(--dane-border-radius-lg);
}

@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.40625rem;
  }
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--dane-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--dane-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--dane-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--dane-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--dane-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--dane-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--dane-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--dane-border-width) * 2));
}

.form-select {
  --dane-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.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--dane-body-color);
  appearance: none;
  background-color: var(--dane-body-bg);
  background-image: var(--dane-form-select-bg-img), var(--dane-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--dane-border-width) solid var(--dane-border-color);
  border-radius: var(--dane-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #cfdd9e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: var(--dane-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--dane-body-color);
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
  border-radius: var(--dane-border-radius-lg);
}

@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.40625rem;
  }
}

.form-check {
  display: block;
  min-height: 1.6875rem;
  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 {
  --dane-form-check-bg: var(--dane-body-bg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--dane-form-check-bg);
  background-image: var(--dane-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--dane-border-width) solid var(--dane-border-color);
  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 {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #cfdd9e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-check-input:checked {
  background-color: #9FBB3C;
  border-color: #9FBB3C;
}

.form-check-input:checked[type="checkbox"] {
  --dane-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"] {
  --dane-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: #9FBB3C;
  border-color: #9FBB3C;
  --dane-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;
  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 {
  --dane-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(--dane-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --dane-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='%23cfdd9e'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --dane-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, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(159, 187, 60, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #9FBB3C;
  border: 0;
  border-radius: 1rem;
  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::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #e2ebc5;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--dane-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #9FBB3C;
  border: 0;
  border-radius: 1rem;
  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 {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #e2ebc5;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--dane-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--dane-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--dane-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--dane-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--dane-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(--dane-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control:-ms-input-placeholder,
.form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control: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,
.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:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--dane-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control: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(--dane-body-bg);
  border-radius: var(--dane-border-radius);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--dane-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--dane-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--dane-secondary-bg);
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

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

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
  border-radius: var(--dane-border-radius-lg);
}

@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 1.40625rem;
  }
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  border-radius: var(--dane-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,
.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,
.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(--dane-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control,
.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(--dane-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.984375rem;
  color: #fff;
  background-color: var(--dane-success);
  border-radius: var(--dane-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, .form-control.is-valid {
  border-color: var(--dane-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, .form-control.is-valid:focus {
  border-color: var(--dane-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  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(--dane-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"] {
  --dane-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(--dane-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-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(--dane-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--dane-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--dane-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control: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(--dane-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.984375rem;
  color: #fff;
  background-color: var(--dane-danger);
  border-radius: var(--dane-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, .form-control.is-invalid {
  border-color: var(--dane-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, .form-control.is-invalid:focus {
  border-color: var(--dane-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  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(--dane-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"] {
  --dane-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(--dane-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-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(--dane-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--dane-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--dane-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--dane-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control: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 {
  --dane-btn-padding-x: 20px;
  --dane-btn-padding-y: 8px;
  --dane-btn-font-family: ;
  --dane-btn-font-size: 0.875rem;
  --dane-btn-font-weight: 600;
  --dane-btn-line-height: 1.4;
  --dane-btn-color: var(--dane-body-color);
  --dane-btn-bg: transparent;
  --dane-btn-border-width: var(--dane-border-width);
  --dane-btn-border-color: transparent;
  --dane-btn-border-radius: 50rem;
  --dane-btn-hover-border-color: transparent;
  --dane-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --dane-btn-disabled-opacity: 0.65;
  --dane-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--dane-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--dane-btn-padding-y) var(--dane-btn-padding-x);
  font-family: var(--dane-btn-font-family);
  font-size: var(--dane-btn-font-size);
  font-weight: var(--dane-btn-font-weight);
  line-height: var(--dane-btn-line-height);
  color: var(--dane-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--dane-btn-border-width) solid var(--dane-btn-border-color);
  border-radius: var(--dane-btn-border-radius);
  background-color: var(--dane-btn-bg);
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--dane-btn-hover-color);
  background-color: var(--dane-btn-hover-bg);
  border-color: var(--dane-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--dane-btn-color);
  background-color: var(--dane-btn-bg);
  border-color: var(--dane-btn-border-color);
}

.btn:focus-visible {
  color: var(--dane-btn-hover-color);
  background-color: var(--dane-btn-hover-bg);
  border-color: var(--dane-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--dane-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--dane-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--dane-btn-focus-box-shadow);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--dane-btn-active-color);
  background-color: var(--dane-btn-active-bg);
  border-color: var(--dane-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--dane-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  color: var(--dane-btn-disabled-color);
  pointer-events: none;
  background-color: var(--dane-btn-disabled-bg);
  border-color: var(--dane-btn-disabled-border-color);
  opacity: var(--dane-btn-disabled-opacity);
}

.btn-primary {
  --dane-btn-color: #000;
  --dane-btn-bg: #9FBB3C;
  --dane-btn-border-color: #9FBB3C;
  --dane-btn-hover-color: #000;
  --dane-btn-hover-bg: #adc559;
  --dane-btn-hover-border-color: #a9c250;
  --dane-btn-focus-shadow-rgb: 135, 159, 51;
  --dane-btn-active-color: #000;
  --dane-btn-active-bg: #b2c963;
  --dane-btn-active-border-color: #a9c250;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #000;
  --dane-btn-disabled-bg: #9FBB3C;
  --dane-btn-disabled-border-color: #9FBB3C;
}

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

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

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

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

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

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

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

.btn-outline-primary {
  --dane-btn-color: #9FBB3C;
  --dane-btn-border-color: #9FBB3C;
  --dane-btn-hover-color: #000;
  --dane-btn-hover-bg: #9FBB3C;
  --dane-btn-hover-border-color: #9FBB3C;
  --dane-btn-focus-shadow-rgb: 159, 187, 60;
  --dane-btn-active-color: #000;
  --dane-btn-active-bg: #9FBB3C;
  --dane-btn-active-border-color: #9FBB3C;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #9FBB3C;
  --dane-btn-disabled-bg: transparent;
  --dane-btn-disabled-border-color: #9FBB3C;
  --dane-gradient: none;
}

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

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

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

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

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

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

.btn-outline-dark {
  --dane-btn-color: #212529;
  --dane-btn-border-color: #212529;
  --dane-btn-hover-color: #fff;
  --dane-btn-hover-bg: #212529;
  --dane-btn-hover-border-color: #212529;
  --dane-btn-focus-shadow-rgb: 33, 37, 41;
  --dane-btn-active-color: #fff;
  --dane-btn-active-bg: #212529;
  --dane-btn-active-border-color: #212529;
  --dane-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --dane-btn-disabled-color: #212529;
  --dane-btn-disabled-bg: transparent;
  --dane-btn-disabled-border-color: #212529;
  --dane-gradient: none;
}

.btn-link {
  --dane-btn-font-weight: normal;
  --dane-btn-color: var(--dane-link-color);
  --dane-btn-bg: transparent;
  --dane-btn-border-color: transparent;
  --dane-btn-hover-color: var(--dane-link-hover-color);
  --dane-btn-hover-border-color: transparent;
  --dane-btn-active-color: var(--dane-link-hover-color);
  --dane-btn-active-border-color: transparent;
  --dane-btn-disabled-color: #6c757d;
  --dane-btn-disabled-border-color: transparent;
  --dane-btn-box-shadow: 0 0 0 #000;
  --dane-btn-focus-shadow-rgb: 135, 159, 51;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--dane-btn-color);
}

.btn-link:hover {
  color: var(--dane-btn-hover-color);
}

.btn-lg {
  --dane-btn-padding-y: 12px;
  --dane-btn-padding-x: 24px;
  --dane-btn-font-size: 1.125rem;
  --dane-btn-border-radius: 50rem;
}

.btn-sm {
  --dane-btn-padding-y: 0.25rem;
  --dane-btn-padding-x: 0.5rem;
  --dane-btn-font-size: 0.984375rem;
  --dane-btn-border-radius: 50rem;
}

input {
  background-color: orange;
}

.footer {
  background-color: #f7f7f7;
  padding-top: 30px;
  background-image: var(--bg-image);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 398px;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer ul li {
  padding: 6px 0;
  font-size: 14px;
}

.footer ul li a {
  font-size: 14px;
  color: var(--dane---dane-color--neutral-90);
}

.footer__head-wrapper, .footer__content-wrapper {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--dane-color--main);
}

.footer__logo {
  display: -ms-flexbox;
  display: flex;
}

.footer__logo > .inner {
  width: auto;
  height: 50px;
}

.footer__logo > .inner:not(:last-child) {
  padding-right: 66px;
  position: relative;
}

.footer__logo > .inner:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  right: 28px;
  width: 4px;
  height: 100%;
  background-color: #E0E0E0;
}

.footer__logo > .inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__head img {
  height: 80px;
}

.footer__head-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.footer__certificates ul li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__certificates ul li span {
  font-weight: 600;
  font-size: 16px;
  color: #1D1D1B;
  margin-right: 12px;
  white-space: nowrap;
}

.footer__certificates ul li a {
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #ECF1D8;
  border-radius: 4px;
}

.footer__certificates ul li a svg {
  fill: #9FBB3C;
}

.footer__certificates ul li a:not(:last-child) {
  margin-right: 12px;
}

.footer__certificates ul li:not(:last-child) {
  margin-right: 16px;
}

.footer__menu {
  margin-bottom: 12px;
}

.footer__menu-items {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.footer__menu-item {
  -ms-flex: 1 1 0;
      flex: 1 1 0;
  width: 0;
}

.footer__menu-item a:hover {
  color: #9FBB3C;
  transition: all .3s ease-in-out;
}

.footer__infos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 40px;
}

.footer__title {
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--dane-color--neutral-100);
  font-size: 16px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .footer__title {
    margin-bottom: 6px;
  }
}

.footer__copyright {
  background-color: var(--dane-color--main);
  padding: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--dane-color--neutral-10);
}

@media (min-width: 1320px) {
  .footer__copyright {
    display: block;
    width: 100%;
  }
  .footer__copyright br {
    display: none;
  }
}

@media (max-width: 1319.98px) {
  .footer {
    background-size: 300px;
  }
  .footer__logo > .inner {
    height: 40px;
  }
  .footer__title {
    white-space: wrap;
  }
  .footer__menu {
    margin-bottom: 48px;
  }
  .footer__menu-items {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__menu-item {
    -ms-flex: 1 1 calc(20% - 10px);
        flex: 1 1 calc(20% - 10px);
    width: auto;
  }
}

@media (max-width: 991px) {
  .footer {
    padding-top: 40px;
    background-size: 250px;
  }
  .footer__head img {
    height: 80px;
  }
  .footer__head-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer__logo {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .footer__logo img {
    height: auto;
  }
  .footer__head-wrapper, .footer__content-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .footer__infos {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 649.98px) {
  .footer {
    padding-top: 40px;
    background-size: 175px;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__menu {
    margin-bottom: 20px;
  }
  .footer__menu-item {
    -ms-flex: 1 1 calc(50% - 10px);
        flex: 1 1 calc(50% - 10px);
  }
  .footer__head-wrapper, .footer__content-wrapper {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .footer ul li {
    padding: 0px 0;
  }
  .footer__copyright {
    font-size: 12px;
  }
}

#buy {
  position: fixed;
  background-color: #9FBB3C;
  bottom: 60px;
  right: 60px;
  border: 3px solid #FFF;
  padding: 8px 8px 8px 18px;
  border-radius: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

#buy .buy__title {
  margin-right: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF !important;
}

#buy .buy__icon {
  width: 27px;
  height: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #FFF !important;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #9FBB3C;
  transition: all .3s ease-in-out;
}

#buy .buy__icon svg {
  fill: #9FBB3C;
  width: 27px;
  height: 27px;
  padding: 5px;
}

#buy:hover .buy__icon {
  transform: scale(1.3);
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024.98px) {
  #buy {
    bottom: 75px;
    right: 15px;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pagination a {
  color: #646464;
}

.pagination .wp-block-query-pagination-previous,
.pagination .wp-block-query-pagination-next {
  width: 29px !important;
  min-width: 29px !important;
  height: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}

.pagination .wp-block-query-pagination-numbers {
  display: -ms-flexbox;
  display: flex;
}

.pagination .wp-block-query-pagination-numbers > *:not(:last-child) {
  margin-right: 12px;
}

.pagination a.page-numbers,
.pagination span.page-numbers {
  width: 29px !important;
  min-width: 29px !important;
  height: 29px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}

.pagination a.page-numbers.current,
.pagination span.page-numbers.current {
  background: #9FBB3C;
  border: 1px solid #9FBB3C;
  color: #fff;
}

@media (max-width: 1024.98px) {
  .pagination {
    margin: 0px;
  }
  .pagination .pagination > ul {
    margin-right: auto;
    margin-left: auto;
  }
  .pagination .wp-block-query-pagination-previous,
  .pagination .wp-block-query-pagination-next {
    display: none;
  }
  .pagination .pagination > ul {
    margin-right: auto;
    margin-left: auto;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

.btn-primary {
  color: #F0F0F0;
}

.btn-primary.btn-icon svg {
  fill: #F0F0F0;
}

.btn-primary.btn-icon:hover svg {
  fill: var(--dane-btn-hover-color);
  transition: all .15s ease-in-out;
}

.btn {
  --icon: 16px;
  --icon-margin-top: -2px;
}

.btn-lg {
  --icon: 24px;
  --icon-margin-top: 0;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .btn-lg {
    font-size: 14px;
  }
}

.btn-icon svg {
  margin-top: --icon-margin-top;
  width: var(--icon);
  height: var(--icon);
  transition: all .15s ease-in-out;
  margin-left: 16px;
}

[class*="card__"] a:not(.btn) {
  color: inherit;
}

[class*="card__"] a:not(.btn):hover {
  color: #9FBB3C;
}

.card__businessPlace {
  position: relative;
  overflow: hidden;
}

.card__businessPlace-media {
  position: relative;
  overflow: hidden;
}

.card__businessPlace-media:before {
  display: block;
  content: "";
  width: 100%;
}

.card__businessPlace-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__businessPlace-media > .inner > img,
.card__businessPlace-media > .inner > video,
.card__businessPlace-media > .inner > svg,
.card__businessPlace-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__businessPlace-media:before {
  padding-top: 121.944444444%;
}

.card__businessPlace-media > .inner > img,
.card__businessPlace-media > .inner > video,
.card__businessPlace-media > .inner > iframe {
  object-fit: cover;
}

.card__businessPlace-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.card__businessPlace-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding: 24px;
  color: #FFFFFF;
  transition: all .3s ease-in-out;
  bottom: calc(calc(130px + 38px + 42px) * -1);
}

.card__businessPlace-heading {
  display: grid;
  grid-template-columns: auto 24px;
  margin-bottom: 20px;
  -ms-flex-align: end;
      align-items: end;
}

.card__businessPlace-title {
  font-size: 24px;
  font-weight: 600;
  height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__businessPlace-title {
    font-size: 18px;
  }
}

.card__businessPlace-icon svg {
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  margin-bottom: 5px;
  transition: all .3s ease-in-out;
  fill: #FFFFFF;
}

.card__businessPlace-description {
  font-size: 14px;
  height: 130px;
  max-height: 130px;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.card__businessPlace-action {
  margin-top: 20px;
}

.card__businessPlace-description, .card__businessPlace-action {
  overflow: hidden;
}

.card__businessPlace:hover .card__businessPlace-content {
  bottom: 0;
  transition: all .3s ease-in-out;
}

.card__businessPlace:hover .card__businessPlace-icon svg {
  transform: rotate(-135deg);
  transition: all .3s ease-in-out;
}

.card__funfactSimple {
  position: relative;
  text-align: center;
}

.card__funfactSimple-title {
  font-size: 40px;
  font-weight: bold;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__funfactSimple-title {
    font-size: 32px;
  }
}

.card__funfactSimple-description {
  font-size: 16px;
}

.card__newsBig {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card__newsBig-media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.card__newsBig-media:before {
  display: block;
  content: "";
  width: 100%;
}

.card__newsBig-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__newsBig-media > .inner > img,
.card__newsBig-media > .inner > video,
.card__newsBig-media > .inner > svg,
.card__newsBig-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__newsBig-media:before {
  padding-top: 56.1736641221%;
}

.card__newsBig-media > .inner > img,
.card__newsBig-media > .inner > video,
.card__newsBig-media > .inner > iframe {
  object-fit: cover;
}

.card__newsBig-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__newsBig-title {
    font-size: 16px;
  }
}

.card__newsBig-info {
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.card__newsBig-info svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.card__newsBig-description {
  margin-top: 12px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card__newsList {
  position: relative;
  display: grid;
  grid-template-columns: 270px auto;
  gap: 20px;
}

.card__newsList-media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.card__newsList-media:before {
  display: block;
  content: "";
  width: 100%;
}

.card__newsList-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__newsList-media > .inner > img,
.card__newsList-media > .inner > video,
.card__newsList-media > .inner > svg,
.card__newsList-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__newsList-media:before {
  padding-top: 55.9259259259%;
}

.card__newsList-media > .inner > img,
.card__newsList-media > .inner > video,
.card__newsList-media > .inner > iframe {
  object-fit: cover;
}

.card__newsList-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
}

.card__newsList-info svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.card__newsList-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1D1D1B;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__newsList-title {
    font-size: 16px;
  }
}

@media (max-width: 1024.98px) {
  .card__newsList {
    grid-template-columns: 120px auto;
  }
  .card__newsList-media {
    border-radius: 10px;
  }
}

@media (max-width: 649.98px) {
  .card__newsList-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .card__newsList-info {
    font-size: 14px;
  }
}

.card__newsGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card__newsGrid-media {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 12px;
}

.card__newsGrid-media:before {
  display: block;
  content: "";
  width: 100%;
}

.card__newsGrid-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__newsGrid-media > .inner > img,
.card__newsGrid-media > .inner > video,
.card__newsGrid-media > .inner > svg,
.card__newsGrid-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__newsGrid-media:before {
  padding-top: 74.5308310992%;
}

.card__newsGrid-media > .inner > img,
.card__newsGrid-media > .inner > video,
.card__newsGrid-media > .inner > iframe {
  object-fit: cover;
}

.card__newsGrid-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.card__newsGrid-info {
  margin-bottom: 4px;
}

.card__newsGrid-info ul {
  padding: 0;
  margin: 0;
}

.card__newsGrid-info ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
}

.card__newsGrid-info ul li:not(:last-child) {
  margin-right: 32px;
}

.card__newsGrid-info ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5%;
  right: -20px;
  width: 1px;
  height: 90%;
  background-color: #000000;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__newsGrid-info ul li:not(:last-child) {
    margin-right: 14px;
  }
  .card__newsGrid-info ul li:not(:last-child)::after {
    right: -10px;
  }
}

.card__newsGrid-info ul li a {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #1D1D1B;
}

.card__newsGrid-info ul li a svg {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  fill: #9FBB3C;
}

.card__newsGrid-title {
  color: #1D1D1B;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.card__newsGrid-description {
  font-size: 14px;
  color: #646464;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1024.98px) {
  .card__newsGrid-title {
    font-size: 16px;
  }
  .card__newsGrid-description {
    display: none;
  }
}

@media (max-width: 649.98px) {
  .card__newsGrid-media {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .card__newsGrid-media:before {
    display: block;
    content: "";
    width: 100%;
  }
  .card__newsGrid-media > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .card__newsGrid-media > .inner > img,
  .card__newsGrid-media > .inner > video,
  .card__newsGrid-media > .inner > svg,
  .card__newsGrid-media > .inner > iframe {
    width: 100%;
    height: 100%;
  }
  .card__newsGrid-media:before {
    padding-top: 50%;
  }
  .card__newsGrid-media > .inner > img,
  .card__newsGrid-media > .inner > video,
  .card__newsGrid-media > .inner > iframe {
    object-fit: cover;
  }
}

.card__newsSimpleList {
  border-radius: 8px;
  position: relative;
  background-color: #EEEEEE;
  padding: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: 80px auto;
}

.card__newsSimpleList-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 80px;
}

.card__newsSimpleList-image:before {
  display: block;
  content: "";
  width: 100%;
}

.card__newsSimpleList-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__newsSimpleList-image > .inner > img,
.card__newsSimpleList-image > .inner > video,
.card__newsSimpleList-image > .inner > svg,
.card__newsSimpleList-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__newsSimpleList-image:before {
  padding-top: 100%;
}

.card__newsSimpleList-image > .inner > img,
.card__newsSimpleList-image > .inner > video,
.card__newsSimpleList-image > .inner > iframe {
  object-fit: cover;
}

.card__newsSimpleList-info {
  margin-bottom: 4px;
}

.card__newsSimpleList-info ul {
  padding: 0;
  margin: 0;
}

.card__newsSimpleList-info ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}

.card__newsSimpleList-info ul li::before {
  display: none;
}

.card__newsSimpleList-info ul li:not(:last-child) {
  margin-right: 16px;
}

.card__newsSimpleList-info ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15%;
  right: -10px;
  width: 1px;
  height: 70%;
  background-color: #000000;
}

.card__newsSimpleList-info ul li a {
  font-size: 10px;
  line-height: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #646464;
}

.card__newsSimpleList-info ul li a svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  fill: #9FBB3C;
}

.card__newsSimpleList-title {
  font-size: 14px;
  color: #1D1D1B;
  font-weight: 600;
}

.card__people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #FFFFFF;
}

.card__people-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  -ms-flex: 0 1 385;
      flex: 0 1 385;
}

.card__people-media:before {
  display: block;
  content: "";
  width: 100%;
}

.card__people-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__people-media > .inner > img,
.card__people-media > .inner > video,
.card__people-media > .inner > svg,
.card__people-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__people-media:before {
  padding-top: 103.896103896%;
}

.card__people-media > .inner > img,
.card__people-media > .inner > video,
.card__people-media > .inner > iframe {
  object-fit: cover;
}

.card__people-media img {
  object-position: center top;
}

.card__people-name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__people-name {
    font-size: 16px !important;
  }
}

.card__people-position {
  margin-bottom: 24px;
  font-size: 18px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__people-position {
    font-size: 14px !important;
  }
}

.card__people-info {
  display: none;
}

.card__people-action {
  margin-top: auto;
  margin-bottom: 0;
}

.card__people-action .btn {
  padding: 8px 20px;
}

.card__people-heading {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: contents;
}

@media (max-width: 1024.98px) {
  .card__people-media {
    margin-bottom: 12px;
  }
  .card__people-name {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .card__people-position {
    font-size: 16px;
  }
  .card__people-action .btn {
    width: 100%;
  }
}

@media (max-width: 649.98px) {
  .card__people-name {
    font-size: 18px;
  }
  .card__people-position {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .card__people-action .btn {
    font-size: 14px;
  }
  .card__people-action .btn svg {
    display: none;
  }
}

.card__history {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  -ms-flex-align: center;
      align-items: center;
}

.card__history-title {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #9FBB3C;
  position: relative;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__history-title {
    font-size: 28px;
  }
}

.card__history-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-24px - 9px);
  background-color: #9FBB3C;
  border-radius: 50%;
  z-index: 9;
}

.card__history-mediaImage {
  position: relative;
  overflow: hidden;
}

.card__history-mediaImage:before {
  display: block;
  content: "";
  width: 100%;
}

.card__history-mediaImage > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__history-mediaImage > .inner > img,
.card__history-mediaImage > .inner > video,
.card__history-mediaImage > .inner > svg,
.card__history-mediaImage > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__history-mediaImage:before {
  padding-top: 60.3674540682%;
}

.card__history-mediaImage > .inner > img,
.card__history-mediaImage > .inner > video,
.card__history-mediaImage > .inner > iframe {
  object-fit: cover;
}

@media (min-width: 650px) {
  .card__history-swhitch .card__history-title::after {
    left: calc(-24px - 9px);
    right: auto;
  }
  .card__history-swhitch .card__history-media {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

@media (max-width: 649.98px) {
  .card__history {
    grid-template-columns: 1fr;
    padding-left: 25px;
    gap: 24px;
  }
  .card__history-title {
    font-size: 36px;
  }
  .card__history-title::after {
    left: calc(-24px - 9px);
  }
  .card__history-description {
    font-size: 16px;
  }
}

.card__heritage {
  color: #FFFFFF;
}

.card__heritage-media {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.card__heritage-image {
  position: relative;
  overflow: hidden;
  max-height: 540px;
}

.card__heritage-image:before {
  display: block;
  content: "";
  width: 100%;
}

.card__heritage-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__heritage-image > .inner > img,
.card__heritage-image > .inner > video,
.card__heritage-image > .inner > svg,
.card__heritage-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__heritage-image:before {
  padding-top: 83.0769230769%;
}

.card__heritage-image > .inner > img,
.card__heritage-image > .inner > video,
.card__heritage-image > .inner > iframe {
  object-fit: cover;
}

.card__heritage-image img {
  border-radius: 80px 0 0 80px;
}

.card__heritage-title {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: bold;
}

.card__heritage-description {
  margin-bottom: 24px;
}

.card__heritage-switch .card__heritage-image img {
  border-radius: 0 80px 80px 0;
}

@media (max-width: 1024.98px) {
  .card__heritage-title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
  }
  .card__heritage-image img {
    border-radius: 40px 0 0 40px;
  }
  .card__heritage-description {
    margin-bottom: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
  }
  .card__heritage-switch .card__heritage-image img {
    border-radius: 0 40px 40px 0;
  }
}

@media (max-width: 649.98px) {
  .card__heritage-media {
    width: calc(100% + 15px);
  }
  .card__heritage-image {
    position: relative;
    overflow: hidden;
    max-height: 540px;
  }
  .card__heritage-image:before {
    display: block;
    content: "";
    width: 100%;
  }
  .card__heritage-image > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .card__heritage-image > .inner > img,
  .card__heritage-image > .inner > video,
  .card__heritage-image > .inner > svg,
  .card__heritage-image > .inner > iframe {
    width: 100%;
    height: 100%;
  }
  .card__heritage-image:before {
    padding-top: 50%;
  }
  .card__heritage-image > .inner > img,
  .card__heritage-image > .inner > video,
  .card__heritage-image > .inner > iframe {
    object-fit: cover;
  }
  .card__heritage-description {
    font-size: 16px;
  }
}

.card__calendar {
  display: grid;
  grid-template-columns: 57px auto;
  gap: 12px;
}

.card__calendar-number span {
  width: 57px;
  height: 57px;
  border-radius: 8px;
  background-color: #9FBB3C;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.card__calendar-content {
  border-radius: 0 8px 8px 0;
  display: grid;
  grid-template-columns: 142px auto;
  background-color: #FFFFFF;
}

.card__calendar-image {
  position: relative;
  overflow: hidden;
}

.card__calendar-image:before {
  display: block;
  content: "";
  width: 100%;
}

.card__calendar-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__calendar-image > .inner > img,
.card__calendar-image > .inner > video,
.card__calendar-image > .inner > svg,
.card__calendar-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__calendar-image:before {
  padding-top: 80.2816901408%;
}

.card__calendar-image > .inner > img,
.card__calendar-image > .inner > video,
.card__calendar-image > .inner > iframe {
  object-fit: cover;
}

.card__calendar-heading {
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0 8px 8px 0;
}

.card__calendar-title {
  margin-bottom: 12px;
  font-weight: 600;
  color: #1D1D1B;
}

.card__calendar-list ul {
  margin: 0;
  padding: 0;
}

.card__calendar-list ul li {
  list-style: none;
  display: grid;
  grid-template-columns: 20px auto;
  gap: 8px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
}

.card__calendar-list ul li:not(:last-child) {
  margin-bottom: 8px;
}

.card__calendar-icon {
  width: 20px;
  height: 20px;
  background-color: #9FBB3C;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.card__calendar-icon svg {
  width: 12px;
  height: 12px;
  fill: #FFFFFF;
}

.card__calendar-icon svg path {
  fill: #FFFFFF;
}

@media (max-width: 1319.98px) {
  .card__calendar-image {
    position: relative;
    overflow: hidden;
  }
  .card__calendar-image:before {
    display: block;
    content: "";
    width: 100%;
  }
  .card__calendar-image > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .card__calendar-image > .inner > img,
  .card__calendar-image > .inner > video,
  .card__calendar-image > .inner > svg,
  .card__calendar-image > .inner > iframe {
    width: 100%;
    height: 100%;
  }
  .card__calendar-image:before {
    padding-top: 40%;
  }
  .card__calendar-image > .inner > img,
  .card__calendar-image > .inner > video,
  .card__calendar-image > .inner > iframe {
    object-fit: cover;
  }
  .card__calendar-content {
    display: grid;
    grid-template-columns: auto;
    background-color: #FFFFFF;
  }
}

@media (max-width: 1024.98px) {
  .card__calendar {
    grid-template-columns: 40px auto;
  }
  .card__calendar-content {
    border-radius: 0 0 8px 8px;
  }
  .card__calendar-number span {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 20px;
  }
}

.card__laporan {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0 0 0 1px #E0E0E0;
  border-radius: 12px;
  overflow: hidden;
}

.card__laporan-media {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}

.card__laporan-media:before {
  display: block;
  content: "";
  width: 100%;
}

.card__laporan-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__laporan-media > .inner > img,
.card__laporan-media > .inner > video,
.card__laporan-media > .inner > svg,
.card__laporan-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__laporan-media:before {
  padding-top: 141.428571429%;
}

.card__laporan-media > .inner > img,
.card__laporan-media > .inner > video,
.card__laporan-media > .inner > iframe {
  object-fit: cover;
}

.card__laporan-heading {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 16px;
  background-color: #F5F5F5;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 20px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__laporan-heading {
    font-size: 16px;
  }
}

.card__laporan-title {
  font-weight: 600;
  color: #1D1D1B;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card__laporan-action {
  margin-top: 12px;
}

.card__laporan-action a {
  font-size: 16px;
  color: #9FBB3C !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 600;
}

.card__laporan-action svg {
  width: 18px;
  height: 18px;
  margin-left: 12px;
}

.card__laporan-action .btn {
  min-width: 100px;
}

@media (max-width: 1024.98px) {
  .card__laporan-title {
    font-size: 18px;
  }
  .card__laporan-action a {
    font-size: 14px;
  }
  .card__laporan-action svg {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }
}

@media (max-width: 649.98px) {
  .card__laporan-title {
    font-size: 14px;
  }
  .card__laporan-action .btn {
    --dane-btn-padding-x: 10px;
    --dane-btn-padding-y: 5px;
    width: auto;
    min-width: auto;
  }
}

.card__infoSimple {
  position: relative;
  display: grid;
  grid-template-columns: 28px auto;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.card__infoSimple-image {
  width: 28px;
  height: 28px;
  background-color: #9FBB3C;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.card__infoSimple-image svg {
  fill: #FFFFFF;
}

.card__infoSimple-image svg path {
  fill: #FFFFFF;
}

.card__infoSimple-title {
  font-size: 14px;
  color: #646464;
}

.card__infoSimple-description {
  font-size: 16px;
  font-weight: 600;
  color: #1D1D1B;
  word-break: break-word;
}

.card__bannerNews {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.card__bannerNews-media {
  position: relative;
  overflow: hidden;
}

.card__bannerNews-media:before {
  display: block;
  content: "";
  width: 100%;
}

.card__bannerNews-media > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.card__bannerNews-media > .inner > img,
.card__bannerNews-media > .inner > video,
.card__bannerNews-media > .inner > svg,
.card__bannerNews-media > .inner > iframe {
  width: 100%;
  height: 100%;
}

.card__bannerNews-media:before {
  padding-top: 44.6153846154%;
}

.card__bannerNews-media > .inner > img,
.card__bannerNews-media > .inner > video,
.card__bannerNews-media > .inner > iframe {
  object-fit: cover;
}

.card__bannerNews-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.card__bannerNews-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 40px;
  color: #FFFFFF;
}

.card__bannerNews-content a {
  color: #FFFFFF;
}

.card__bannerNews-category ul {
  padding: 0;
  margin: 0;
}

.card__bannerNews-category ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
}

.card__bannerNews-category ul li:not(:last-child) {
  margin-right: 16px;
}

.card__bannerNews-category ul li a {
  background-color: #9FBB3C;
  padding: 6px 16px;
  border-radius: 50rem;
  min-height: 33px;
  font-size: 14px;
  font-weight: 600;
}

.card__bannerNews-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 45px;
}

.card__bannerNews-title a:hover {
  color: #FFFFFF !important;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .card__bannerNews-title {
    font-size: 23px;
    line-height: 1.5;
  }
}

.card__bannerNews-info ul {
  padding: 0;
  margin: 0;
}

.card__bannerNews-info ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
}

.card__bannerNews-info ul li:not(:last-child) {
  margin-right: 32px;
}

.card__bannerNews-info ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5%;
  right: -20px;
  width: 1px;
  height: 90%;
  background-color: #FFFFFF;
}

.card__bannerNews-info ul li a {
  font-size: 16px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.card__bannerNews-info ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media (max-width: 1024.98px) {
  .card__bannerNews-category ul li:not(:last-child) {
    margin-right: 8px;
  }
  .card__bannerNews-category ul li a {
    padding: 3px 8px;
    font-size: 12px;
  }
  .card__bannerNews-content {
    padding: 20px;
  }
  .card__bannerNews-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .card__bannerNews-info ul li:not(:last-child) {
    margin-right: 16px;
  }
  .card__bannerNews-info ul li:not(:last-child)::after {
    right: -10px;
  }
  .card__bannerNews-info ul li a {
    font-size: 12px;
  }
  .card__bannerNews-info ul li a svg {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}

@media (max-width: 649.98px) {
  .card__bannerNews-media {
    position: relative;
    overflow: hidden;
  }
  .card__bannerNews-media:before {
    display: block;
    content: "";
    width: 100%;
  }
  .card__bannerNews-media > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .card__bannerNews-media > .inner > img,
  .card__bannerNews-media > .inner > video,
  .card__bannerNews-media > .inner > svg,
  .card__bannerNews-media > .inner > iframe {
    width: 100%;
    height: 100%;
  }
  .card__bannerNews-media:before {
    padding-top: 75%;
  }
  .card__bannerNews-media > .inner > img,
  .card__bannerNews-media > .inner > video,
  .card__bannerNews-media > .inner > iframe {
    object-fit: cover;
  }
  .card__bannerNews-content {
    padding: 10px;
  }
  .card__bannerNews-title {
    font-size: 20px;
    margin-bottom: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 32px;
  }
}

.card__karir {
  position: relative;
  padding: 24px;
  box-shadow: inset 0 0 0 1px #E0E0E0, 0 0 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #FFFFFF;
}

.card__karir:hover {
  color: inherit;
  cursor: pointer;
}

.card__karir.active {
  background-color: #ECF1D8;
  box-shadow: none;
}

.card__karir-title {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1D1D1B;
  font-weight: 600;
}

.card__karir-info {
  margin-bottom: 12px;
}

.card__karir-info ul {
  padding: 0;
  margin: 0;
}

.card__karir-info ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  font-size: 12px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #1D1D1B;
}

.card__karir-info ul li:not(:last-child) {
  margin-right: 32px;
}

.card__karir-info ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5%;
  right: -20px;
  width: 1px;
  height: 90%;
  background-color: #000000;
}

.card__karir-info ul li svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: #9FBB3C;
}

.card__karir-description {
  font-size: 14px;
  margin-bottom: 12px;
  color: #646464;
}

.card__karir-action .btn {
  border-radius: 6px;
  font-size: 14px;
  padding: 8px 16px;
}

@media (max-width: 1319.98px) {
  .card__karir-info {
    margin-bottom: 8px;
  }
  .card__karir-info ul li:not(:last-child) {
    margin-right: 16px;
  }
  .card__karir-info ul li:not(:last-child)::after {
    display: none;
  }
}

.card__filter {
  position: relative;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  border-radius: 8px;
}

.card__filter-items {
  max-height: 600px;
  overflow: auto;
}

.card__filter-items::-webkit-scrollbar {
  width: 8px;
}

.card__filter-items::-webkit-scrollbar-track {
  background: #E0E0E0;
}

.card__filter-items::-webkit-scrollbar-thumb {
  background: #9FBB3C;
  border-radius: 8px;
}

.card__filter-items::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 8px;
}

.card__filter-item {
  padding: 19px 20px;
}

.card__filter-item:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}

.card__filter-item:last-child {
  padding-bottom: 0px;
}

.card__filter-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #1D1D1B;
}

.card__filter-form .form-check-input {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}

.card__filter-form .form-check-label {
  font-size: 16px;
  padding: 8px 12px 8px 4px;
}

.card__filter-form .form-check-label {
  padding-top: 5px;
  padding-left: 24px;
  font-size: 16px;
  color: #1D1D1B;
  display: block;
  padding: 8px 12px 8px 12px;
}

.card__filter-form .form-check-label:hover {
  cursor: pointer;
}

.card__filter-action {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #E0E0E0;
}

@media (max-width: 1024.98px) {
  .card__filter-form .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 10px;
  }
  .card__filter-form .form-check-label {
    font-size: 16px;
    padding: 8px 12px 8px 4px;
  }
  .card__filter-action .btn.btn-lg {
    padding: 8px 16px;
    font-size: 18px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.wrapper-noPadding {
  margin-top: 0px !important;
  position: relative;
}

@media (max-width: calc(1024px - 1px)) {
  .wrapper-noPadding {
    padding-top: 145px !important;
  }
}

@media (max-width: 991px) {
  .wrapper-noPadding {
    padding-top: 84px !important;
  }
}

a {
  text-decoration: none !important;
}

.container {
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .container {
    max-width: 960px;
    min-width: unset;
    padding-left: 32px;
    padding-right: 32px;
  }
}

#home-2024 .heroSimple .splide__slide, #home-2024 .heroShort {
  background-image: var(--bg);
  background-position: center;
  background-size: 1920px;
  background-repeat: no-repeat;
  position: relative;
}

#home-2024 .heroSimple .splide__slide::after, #home-2024 .heroShort::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}

#home-2024 .heroSimple .splide__slide::before, #home-2024 .heroShort::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

#home-2024 .heroSimple {
  position: relative;
}

@media (min-width: 1025px) {
  #home-2024 .heroSimple__wrapper.container {
    min-height: 450px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .heroSimple__wrapper.container {
    max-width: 960px !important;
    min-width: unset !important;
  }
}

#home-2024 .heroSimple__wrap {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--dane-gutter-y));
  margin-right: calc(-.5 * var(--dane-gutter-x));
  margin-left: calc(-.5 * var(--dane-gutter-x));
}

#home-2024 .heroSimple__heading {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
  padding: 157.5px 0;
  color: #FFFFFF;
}

@media (min-width: 1319px) {
  #home-2024 .heroSimple__heading {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 875px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .heroSimple__heading {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 630px;
    padding: 119px 0;
  }
}

#home-2024 .heroSimple__title {
  font-size: var(--dane-font-display--x-l);
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 24px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .heroSimple__title {
    font-size: 38px;
  }
}

#home-2024 .heroSimple__description {
  font-size: 20px;
}

#home-2024 .heroSimple__action {
  margin-top: 24px;
}

#home-2024 .heroSimple .splide__slide {
  width: 100%;
  background-image: var(--bg);
}

@media (min-width: calc(1319px + 1px)) {
  #home-2024 .heroSimple .splide__slide {
    position: relative;
    overflow: hidden;
  }
  #home-2024 .heroSimple .splide__slide > img.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #home-2024 .heroSimple .splide__slide > .container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    z-index: 2;
  }
}

@media (min-width: calc(1319px + 1px)) and (min-width: 425px) {
  #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs {
    min-height: 198.333333333px;
  }
}

@media (min-width: calc(1319px + 1px)) and (min-width: 650px) {
  #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs, #home-2024 .heroSimple .splide__slide .container-sm {
    min-height: 289.333333333px;
  }
}

@media (min-width: calc(1319px + 1px)) and (min-width: 1025px) {
  #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs, #home-2024 .heroSimple .splide__slide .container-sm, #home-2024 .heroSimple .splide__slide .container-md {
    min-height: 392px;
  }
}

@media (min-width: calc(1319px + 1px)) and (min-width: 1320px) {
  #home-2024 .heroSimple .splide__slide .container, #home-2024 .heroSimple .splide__slide .container-xs, #home-2024 .heroSimple .splide__slide .container-sm, #home-2024 .heroSimple .splide__slide .container-md, #home-2024 .heroSimple .splide__slide .container-lg {
    min-height: 560px;
  }
}

#home-2024 .heroSimple .splide__arrow {
  background: rgba(255, 255, 255, 0.2);
}

#home-2024 .heroSimple .splide__arrow svg {
  fill: #FFFFFF;
}

#home-2024 .heroSimple .splide__arrow.splide__arrow--next {
  right: calc(calc(100% - 1200px) * .25);
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .heroSimple .splide__arrow.splide__arrow--next {
    right: 20px;
  }
}

#home-2024 .heroSimple .splide__arrow.splide__arrow--prev {
  left: calc(calc(100% - 1200px) * .25);
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .heroSimple .splide__arrow.splide__arrow--prev {
    left: 20px;
  }
}

#home-2024 .heroSimple .splide__pagination {
  display: none;
  bottom: 50px;
}

#home-2024 .heroSimple .splide__pagination .splide__pagination__page.is-active {
  background-color: #9FBB3C;
}

@media (max-width: calc(1024px - 1px)) {
  #home-2024 .heroSimple .splide__arrow {
    display: none;
  }
}

@media (max-width: calc(1024px - 1px)) {
  #home-2024 .heroSimple {
    text-align: center;
  }
  #home-2024 .heroSimple__heading {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  #home-2024 .heroSimple__title {
    font-size: 26px;
    margin-bottom: 18px;
  }
  #home-2024 .heroSimple__description {
    display: block;
  }
  #home-2024 .heroSimple .splide__pagination {
    display: block;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .heroSimple__heading {
    padding-top: 90px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 90px;
  }
  #home-2024 .heroSimple__title {
    font-size: 26px;
    margin-bottom: 18px;
  }
  #home-2024 .heroSimple__description {
    font-size: 14px;
  }
}

#home-2024 .heroShort {
  position: relative;
}

#home-2024 .heroShort__heading {
  padding: 120px 0;
  color: #FFFFFF;
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .heroShort__heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#home-2024 .heroShort__title {
  font-size: 52px;
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 24px;
  font-weight: bold;
  color: #FFFFFF;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .heroShort__title {
    font-size: 36px;
  }
}

#home-2024 .heroShort__breadcrumbs .breadcrumb {
  margin-bottom: 12px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style: none;
  max-width: 100%;
}

#home-2024 .heroShort__breadcrumbs .breadcrumb li {
  font-size: 14px !important;
  letter-spacing: normal;
  color: #FFFFFF !important;
  font-weight: bold;
  display: inline;
  white-space: nowrap;
}

#home-2024 .heroShort__breadcrumbs .breadcrumb li::before {
  color: #FFFFFF !important;
  margin-left: 8px;
  margin-right: 8px;
  font-weight: normal;
}

#home-2024 .heroShort__breadcrumbs .breadcrumb a {
  font-weight: normal;
  color: #FFFFFF !important;
  font-size: 14px !important;
  letter-spacing: normal;
}

#home-2024 .heroShort__breadcrumbs .breadcrumb .space {
  display: inline;
  margin: 0 16px;
}

@media (max-width: calc(1024px - 1px)) {
  #home-2024 .heroShort__heading {
    padding: 120px 0 80px 0;
  }
  #home-2024 .heroShort__heading-small {
    padding: 80px 0 70px 0;
  }
  #home-2024 .heroShort__title {
    font-size: var(--dane-font-display--l);
  }
}

@media (max-width: 649.98px) {
  #home-2024 .heroShort__heading {
    padding: 100px 0 40px 0;
  }
  #home-2024 .heroShort__heading-small {
    padding: 60px 0 50px 0;
  }
  #home-2024 .heroShort__title {
    font-size: 32px;
  }
  #home-2024 .heroShort .breadcrumbs {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
  }
  #home-2024 .heroShort .breadcrumbs a {
    font-weight: normal;
    color: #FFFFFF !important;
  }
  #home-2024 .heroShort .breadcrumbs .space {
    display: inline;
    margin: 0 16px;
  }
}

#home-2024 .aboutSpecial {
  position: relative;
}

#home-2024 .aboutSpecial__wrapper {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  --dane-gutter-x: 0px;
  --dane-gutter-y: 0px;
  margin-right: calc(calc(100% - 1200px) * .5);
  margin-left: auto;
  width: calc(100% - calc(calc(100% - 1200px) * .5));
  max-width: 1920px;
  display: grid;
  grid-template-columns: auto 795px;
  gap: 64px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -ms-flex-align: center;
      align-items: center;
}

#home-2024 .aboutSpecial__media {
  position: relative;
  height: 672px;
  width: 100%;
  overflow: hidden;
  background-image: var(--bg);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

#home-2024 .aboutSpecial__media-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px;
  height: auto;
  width: calc(369px + 80px);
  max-width: 100%;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 120%;
  font-weight: 600;
}

#home-2024 .aboutSpecial .aboutSpecial__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9FBB3C;
}

#home-2024 .aboutSpecial .aboutSpecial__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .aboutSpecial .aboutSpecial__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

#home-2024 .aboutSpecial .aboutSpecial__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#home-2024 .aboutSpecial .aboutSpecial__title-image img {
  margin-right: 8px;
}

#home-2024 .aboutSpecial .aboutSpecial__description {
  font-size: 18px;
}

#home-2024 .aboutSpecial .aboutSpecial__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  #home-2024 .aboutSpecial .aboutSpecial__title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  #home-2024 .aboutSpecial .aboutSpecial__description {
    font-size: 20px;
  }
  #home-2024 .aboutSpecial .aboutSpecial__description-small {
    font-size: 16px;
  }
  #home-2024 .aboutSpecial .aboutSpecial__description-big {
    font-size: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .aboutSpecial {
    overflow-x: hidden;
  }
  #home-2024 .aboutSpecial__wrapper {
    margin-right: 0;
    grid-template-columns: auto 55%;
    width: 100%;
    max-width: 1920px;
  }
  #home-2024 .aboutSpecial__wrapper .aboutSpecial__content {
    padding-right: 32px;
  }
}

@media (max-width: calc( 1024px - 1px)) {
  #home-2024 .aboutSpecial__wrapper {
    grid-template-columns: 1fr;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    --dane-gutter-x: 30px;
    --dane-gutter-y: 0px;
    gap: 30px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  #home-2024 .aboutSpecial__media {
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
    background-image: var(--bg);
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .aboutSpecial__wrapper {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    --dane-gutter-x: 30px;
    --dane-gutter-y: 0px;
    gap: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #home-2024 .aboutSpecial__action {
    text-align: center;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .aboutSpecial__media-title {
    font-size: 24px;
  }
  #home-2024 .aboutSpecial__wrapper {
    max-width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .aboutSpecial__wrapper {
    max-width: 100%;
    padding: 0;
  }
  #home-2024 .aboutSpecial__media {
    height: 500px;
  }
  #home-2024 .aboutSpecial__action {
    text-align: left;
  }
}

#home-2024 .aboutPilar {
  position: relative;
  padding: 80px 0;
}

#home-2024 .aboutPilar__wrapper {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: auto 505px;
  gap: 40px;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .aboutPilar__wrapper {
    --dane-gutter-x: 60px;
    grid-template-columns: auto 460px !important;
    gap: 60px;
  }
  #home-2024 .aboutPilar__wrapper .aboutPilar__media {
    grid-row-start: unset;
    grid-row-end: unset;
  }
  #home-2024 .aboutPilar__wrapper .aboutPilar__media-image {
    max-width: 100%;
  }
}

#home-2024 .aboutPilar__media-image {
  position: relative;
  overflow: hidden;
}

#home-2024 .aboutPilar__media-image:before {
  display: block;
  content: "";
  width: 100%;
}

#home-2024 .aboutPilar__media-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#home-2024 .aboutPilar__media-image > .inner > img,
#home-2024 .aboutPilar__media-image > .inner > video,
#home-2024 .aboutPilar__media-image > .inner > svg,
#home-2024 .aboutPilar__media-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

#home-2024 .aboutPilar__media-image:before {
  padding-top: 118.613861386%;
}

#home-2024 .aboutPilar__media-image > .inner > img,
#home-2024 .aboutPilar__media-image > .inner > video,
#home-2024 .aboutPilar__media-image > .inner > iframe {
  object-fit: cover;
}

#home-2024 .aboutPilar__title {
  font-size: 44px;
  margin-bottom: 24px;
  font-weight: bold;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .aboutPilar__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .aboutPilar {
    padding: 60px 0;
  }
  #home-2024 .aboutPilar__wrapper {
    grid-template-columns: 100%;
  }
  #home-2024 .aboutPilar__media {
    grid-row-start: 1;
    grid-row-end: 1;
    text-align: center;
  }
  #home-2024 .aboutPilar__media-image {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #home-2024 .aboutPilar__media-image:before {
    display: block;
    content: "";
    width: 100%;
  }
  #home-2024 .aboutPilar__media-image > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  #home-2024 .aboutPilar__media-image > .inner > img,
  #home-2024 .aboutPilar__media-image > .inner > video,
  #home-2024 .aboutPilar__media-image > .inner > svg,
  #home-2024 .aboutPilar__media-image > .inner > iframe {
    width: 100%;
    height: 100%;
  }
  #home-2024 .aboutPilar__media-image:before {
    padding-top: 118.613861386%;
  }
  #home-2024 .aboutPilar__media-image > .inner > img,
  #home-2024 .aboutPilar__media-image > .inner > video,
  #home-2024 .aboutPilar__media-image > .inner > iframe {
    object-fit: cover;
  }
  #home-2024 .aboutPilar__title {
    font-size: 32px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #1D1D1B;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .aboutPilar {
    padding: 40px 0 20px 0;
  }
  #home-2024 .aboutPilar__title {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #1D1D1B;
  }
  #home-2024 .aboutPilar__description {
    font-size: 14px;
  }
}

#home-2024 .aboutWe {
  position: relative;
  padding: 80px 0;
}

#home-2024 .aboutWe__wrapper {
  display: grid;
  grid-template-columns: 476px auto;
  gap: 40px;
  -ms-flex-align: center;
      align-items: center;
}

#home-2024 .aboutWe__title {
  font-size: 36px;
  color: #1D1D1B;
  font-weight: bold;
  margin-bottom: 24px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .aboutWe__title {
    font-size: 25px;
  }
}

#home-2024 .aboutWe__description {
  font-size: 18px;
}

@media (max-width: 1319.98px) {
  #home-2024 .aboutWe__wrapper {
    grid-template-columns: 300px auto;
    -ms-flex-align: start;
        align-items: start;
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .aboutWe {
    padding: 30px 0 10px 0;
  }
  #home-2024 .aboutWe__wrapper {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 40px;
  }
  #home-2024 .aboutWe__title {
    font-size: 32px;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .aboutWe__wrapper {
    display: grid;
    grid-template-columns: 100%;
    gap: 40px;
  }
  #home-2024 .aboutWe__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
  #home-2024 .aboutWe__description {
    font-size: 16px;
  }
}

#home-2024 .businessWe {
  padding: 80px 0 64px 0;
  position: relative;
  background-color: #F5F5F5;
  overflow: hidden;
}

#home-2024 .businessWe .businessWe__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9FBB3C;
}

#home-2024 .businessWe .businessWe__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .businessWe .businessWe__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

#home-2024 .businessWe .businessWe__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#home-2024 .businessWe .businessWe__title-image img {
  margin-right: 8px;
}

#home-2024 .businessWe .businessWe__description {
  font-size: 18px;
}

#home-2024 .businessWe .businessWe__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  #home-2024 .businessWe .businessWe__title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  #home-2024 .businessWe .businessWe__description {
    font-size: 20px;
  }
  #home-2024 .businessWe .businessWe__description-small {
    font-size: 16px;
  }
  #home-2024 .businessWe .businessWe__description-big {
    font-size: 16px;
  }
}

#home-2024 .businessWe__wrap {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  --dane-gutter-x: 0px;
  --dane-gutter-y: 0px;
  margin-left: calc(calc(100% - 1200px) * .5);
  margin-right: auto;
  width: calc(100% - calc(calc(100% - 1200px) * .5));
  max-width: 1920px;
  display: grid;
  grid-template-columns: 620px auto;
  gap: 64px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 15px;
}

#home-2024 .businessWe__media {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  background-image: var(--bg);
}

#home-2024 .businessWe__media-image {
  width: 100%;
  height: auto;
}

#home-2024 .businessWe__media-image .inner {
  width: 100%;
  height: auto;
}

#home-2024 .businessWe__media-image .inner img {
  object-fit: contain;
  width: auto;
  height: 224px;
}

#home-2024 .businessWe__heading {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 40px;
}

#home-2024 .businessWe__content {
  font-size: 18px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .businessWe__wrap {
    max-width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    width: 100%;
  }
}

@media (max-width: calc( 1024px - 1px)) {
  #home-2024 .businessWe__wrap {
    grid-template-columns: 1fr;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto;
    --dane-gutter-x: 30px;
    --dane-gutter-y: 0px;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #home-2024 .businessWe__wrap {
    padding-top: 0;
  }
  #home-2024 .businessWe__media {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  #home-2024 .businessWe__media-image .inner {
    text-align: center;
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .businessWe__wrap {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    --dane-gutter-x: 30px;
    --dane-gutter-y: 0px;
    gap: 30px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .businessWe__wrap {
    max-width: 100%;
  }
  #home-2024 .businessWe__media {
    background-position: center;
    background-size: contain;
  }
  #home-2024 .businessWe__media-image .inner img {
    height: 180px;
  }
  #home-2024 .businessWe__content {
    font-size: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .businessWe__wrap {
    max-width: 960px !important;
    display: grid;
    grid-template-columns: 540px auto;
    gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  #home-2024 .businessWe__media-image {
    width: 400px;
  }
}

#home-2024 .businessPlace {
  position: relative;
  background-color: #0A0A0A;
}

#home-2024 .businessPlace__wrapper {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  --dane-gutter-x: 0px;
  --dane-gutter-y: 0px;
  max-width: 1920px;
}

#home-2024 .businessPlace__items {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}

@media (max-width: calc(1024px - 1px)) {
  #home-2024 .businessPlace__items {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}

@media (max-width: 649.98px) {
  #home-2024 .businessPlace {
    padding: 30px 0;
  }
  #home-2024 .businessPlace__items {
    display: grid;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 30px;
    grid-template-columns: repeat(1, calc(100% - 60px));
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .businessPlace .card__businessPlace-title {
    font-size: 16px;
  }
  #home-2024 .businessPlace .card__businessPlace-action .btn {
    width: 100%;
    --dane-btn-padding-x: 16px;
  }
}

#home-2024 .funfactSimple {
  position: relative;
  padding: 80px 0;
}

#home-2024 .funfactSimple .funfactSimple__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9FBB3C;
}

#home-2024 .funfactSimple .funfactSimple__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .funfactSimple .funfactSimple__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

#home-2024 .funfactSimple .funfactSimple__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#home-2024 .funfactSimple .funfactSimple__title-image img {
  margin-right: 8px;
}

#home-2024 .funfactSimple .funfactSimple__description {
  font-size: 18px;
}

#home-2024 .funfactSimple .funfactSimple__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  #home-2024 .funfactSimple .funfactSimple__title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  #home-2024 .funfactSimple .funfactSimple__description {
    font-size: 20px;
  }
  #home-2024 .funfactSimple .funfactSimple__description-small {
    font-size: 16px;
  }
  #home-2024 .funfactSimple .funfactSimple__description-big {
    font-size: 16px;
  }
}

#home-2024 .funfactSimple .accent-left,
#home-2024 .funfactSimple .accent-right {
  background-image: none;
  opacity: .2;
}

#home-2024 .funfactSimple .accent-left img,
#home-2024 .funfactSimple .accent-right img {
  width: 420px;
  height: auto;
  object-fit: contain;
}

#home-2024 .funfactSimple .accent-left {
  position: absolute;
  top: -420px;
  left: 0;
  z-index: -1;
}

#home-2024 .funfactSimple .accent-right {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: -1;
}

#home-2024 .funfactSimple__items {
  background-color: #87AE00;
  padding: 40px;
  border-radius: 20px;
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--dane-gutter-y));
  margin-right: calc(-.5 * var(--dane-gutter-x));
  margin-left: calc(-.5 * var(--dane-gutter-x));
}

#home-2024 .funfactSimple__items-item {
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-top: var(--dane-gutter-y);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 25%;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .funfactSimple__items {
    padding: 40px 20px;
  }
}

#home-2024 .funfactSimple .funfactSimple__heading {
  text-align: center;
  margin-bottom: 40px;
}

#home-2024 .funfactSimple .funfactSimple__title {
  margin-bottom: 24px !important;
}

#home-2024 .funfactSimple .card__funfactSimple {
  color: #FFFFFF;
}

@media (max-width: calc(1024px - 1px)) {
  #home-2024 .funfactSimple {
    padding: 64px 0;
  }
  #home-2024 .funfactSimple__items {
    margin: 0;
    border-radius: 20px;
  }
  #home-2024 .funfactSimple__items-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  #home-2024 .funfactSimple__items-item .card__funfactSimple {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .funfactSimple {
    padding: 32px 0;
  }
  #home-2024 .funfactSimple .accent-left img,
  #home-2024 .funfactSimple .accent-right img {
    width: auto;
    height: 250px;
    object-fit: contain;
  }
  #home-2024 .funfactSimple .accent-left {
    top: -10px;
  }
  #home-2024 .funfactSimple .accent-right {
    top: -120px;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .funfactSimple .funfactSimple__items-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
  }
}

#home-2024 .newsGrid {
  padding: 80px 0;
}

#home-2024 .newsGrid .newsGrid__subTitle {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9FBB3C;
}

#home-2024 .newsGrid .newsGrid__title {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .newsGrid .newsGrid__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

#home-2024 .newsGrid .newsGrid__title-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#home-2024 .newsGrid .newsGrid__title-image img {
  margin-right: 8px;
}

#home-2024 .newsGrid .newsGrid__description {
  font-size: 18px;
}

#home-2024 .newsGrid .newsGrid__action {
  margin-top: 32px;
}

@media (max-width: 1024.98px) {
  #home-2024 .newsGrid .newsGrid__title {
    margin-bottom: 24px;
    font-size: 26px;
  }
  #home-2024 .newsGrid .newsGrid__description {
    font-size: 20px;
  }
  #home-2024 .newsGrid .newsGrid__description-small {
    font-size: 16px;
  }
  #home-2024 .newsGrid .newsGrid__description-big {
    font-size: 16px;
  }
}

#home-2024 .newsGrid__wrap {
  display: grid;
  grid-template-columns: 44.78% auto;
  gap: 30px;
}

#home-2024 .newsGrid__list > *:not(:last-child) {
  margin-bottom: 35px;
}

#home-2024 .newsGrid .newsGrid__heading {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 644px;
}

#home-2024 .newsGrid .newsGrid__title {
  margin-bottom: 16px;
  -ms-flex-pack: center;
      justify-content: center;
}

#home-2024 .newsGrid__action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: calc(1024px - 1px)) {
  #home-2024 .newsGrid {
    padding: 64px 0;
  }
  #home-2024 .newsGrid__wrap {
    display: grid;
    grid-template-columns: auto;
    gap: 30px;
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .newsGrid {
    padding: 32px 0;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .newsGrid__list > *:not(:last-child) {
    margin-bottom: 18px;
  }
}

#home-2024 .heritageTabs__tabHeading {
  background-color: #0A0A0A;
  padding: 40px 0;
}

#home-2024 .heritageTabs__tabHeading-headingWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

#home-2024 .heritageTabs__tabHeading-title {
  text-align: center;
}

#home-2024 .heritageTabs__tabHeading-btn {
  min-width: 256px;
  font-size: 28px;
  display: inline-block;
  color: #FFFFFF;
  padding: 24px 32px;
  border-radius: 50rem;
  border: 3px solid transparent;
}

#home-2024 .heritageTabs__tabHeading-btn.active {
  color: #9FBB3C;
  border: 3px solid #9FBB3C;
}

#home-2024 .heritageTabs__tabHeading-btn:hover {
  cursor: pointer;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .heritageTabs__tabHeading-btn {
    padding: 10px 32px;
  }
}

#home-2024 .heritageTabs__tabContent {
  background-color: #1D1D1B;
  padding: 80px 0;
}

#home-2024 .heritageTabs__headingDescription {
  display: grid;
  grid-template-columns: auto 565px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 80px;
}

#home-2024 .heritageTabs__title {
  font-size: 44px;
  color: #FFFFFF;
  font-weight: bold;
}

#home-2024 .heritageTabs__description {
  color: #FFFFFF;
}

#home-2024 .heritageTabs__content .card__heritage {
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  --dane-gutter-x: 30px;
  --dane-gutter-y: 0px;
  margin-left: calc(calc(100% - 1200px) * .5);
  padding-right: 0;
  margin-right: auto;
  width: calc(100% - calc(calc(100% - 1200px) * .5));
  max-width: 1920px;
  display: grid;
  grid-template-columns: 591px auto;
  gap: 64px;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .heritageTabs__content .card__heritage {
    margin-left: 0 !important;
    width: 100% !important;
  }
  #home-2024 .heritageTabs__content .card__heritage:not(:last-child) {
    margin-right: 0 !important;
  }
}

#home-2024 .heritageTabs__content .card__heritage:not(:last-child) {
  margin-bottom: 40px;
}

#home-2024 .heritageTabs__content .card__heritage-switch {
  margin-right: calc(calc(100% - 1200px) * .5);
  margin-left: auto;
  padding-left: 0;
  width: calc(100% - calc(calc(100% - 1200px) * .5));
  grid-template-columns: auto 591px;
}

#home-2024 .heritageTabs__content .card__heritage-switch .card__heritage-media {
  grid-column-start: 1;
  grid-row-start: 1;
}

@media (max-width: 1319.98px) {
  #home-2024 .heritageTabs__tabHeading-btn {
    min-width: auto;
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .heritageTabs__tabHeading {
    background-color: #0A0A0A;
    padding: 20px 0;
  }
  #home-2024 .heritageTabs__tabHeading-headingWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #home-2024 .heritageTabs__tabHeading-btn {
    font-size: 20px;
    padding: 8px 18px;
    border: 1px solid transparent;
  }
  #home-2024 .heritageTabs__tabContent {
    padding: 60px 0;
  }
  #home-2024 .heritageTabs__headingDescription {
    grid-template-columns: auto;
    margin-bottom: 60px;
  }
  #home-2024 .heritageTabs__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  #home-2024 .heritageTabs__description {
    font-size: 16px;
  }
  #home-2024 .heritageTabs__content .card__heritage {
    --dane-gutter-x: 30px;
    --dane-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--dane-gutter-x) * .5);
    padding-left: calc(var(--dane-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    --dane-gutter-x: 60px;
    --dane-gutter-y: 0px;
    grid-template-columns: 60% auto;
    gap: 32px;
    margin-left: calc(calc(100% - 650px) * .5);
    padding-right: 0;
    margin-right: auto;
    width: calc(100% - calc(calc(100% - 650px) * .5));
    max-width: 1920px;
    display: grid;
  }
  #home-2024 .heritageTabs__content .card__heritage:not(:last-child) {
    margin-bottom: 40px;
  }
  #home-2024 .heritageTabs__content .card__heritage-switch {
    grid-template-columns: auto 60%;
    margin-right: calc(calc(100% - 650px) * .5);
    margin-left: auto;
    padding-right: calc(var(--dane-gutter-x) * .5);
    padding-left: 0;
    width: calc(100% - calc(calc(100% - 650px) * .5));
  }
  #home-2024 .heritageTabs__content .card__heritage-switch .card__heritage-media {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .heritageTabs__tabHeading-headingWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  #home-2024 .heritageTabs__content .card__heritage {
    --dane-gutter-x: 30px;
    --dane-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--dane-gutter-x) * .5);
    padding-left: calc(var(--dane-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    --dane-gutter-x: 30px;
    grid-template-columns: 100%;
    max-width: 100%;
  }
  #home-2024 .heritageTabs__content .card__heritage-media {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  #home-2024 .heritageTabs__content .card__heritage:not(:last-child) {
    margin-bottom: 40px;
  }
  #home-2024 .heritageTabs__content .card__heritage-switch {
    --dane-gutter-x: 30px;
    --dane-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--dane-gutter-x) * .5);
    padding-left: calc(var(--dane-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    --dane-gutter-x: 30px;
    grid-template-columns: 100%;
    max-width: 100%;
  }
  #home-2024 .heritageTabs__content .card__heritage-switch .card__heritage-media {
    grid-column-start: 1;
    grid-row-start: 1;
    transform: translateX(-15px);
  }
}

#home-2024 .calendarSimple {
  padding: 80px 0;
  position: relative;
}

#home-2024 .calendarSimple__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
  padding: 12px 0;
  gap: 24px;
}

#home-2024 .calendarSimple__head-action {
  display: -ms-flexbox;
  display: flex;
}

#home-2024 .calendarSimple__head-icon {
  width: 36px;
  height: 36px;
  background-color: #9FBB3C;
  border-radius: 8px;
}

#home-2024 .calendarSimple__head-icon svg {
  width: 36px;
  height: 36px;
  padding: 6px;
}

#home-2024 .calendarSimple__head-icon svg path {
  fill: #FFFFFF;
}

#home-2024 .calendarSimple__head-icon:not(:last-child) {
  margin-right: 12px;
}

#home-2024 .calendarSimple__headingMain {
  font-size: 28px;
  font-weight: 600;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .calendarSimple__headingMain {
    font-size: 23px;
  }
}

#home-2024 .calendarSimple__heading {
  background-color: #9FBB3C;
  padding: 24px;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .calendarSimple__heading {
    font-size: 23px;
  }
}

#home-2024 .calendarSimple__lists {
  background-color: #F5F5F5;
  padding: 24px;
}

#home-2024 .calendarSimple__lists > *:not(:last-child) {
  margin-bottom: 24px;
}

#home-2024 .calendarSimple__form {
  margin-bottom: 40px;
}

#home-2024 .calendarSimple__form-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

#home-2024 .calendarSimple__form-item .filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

#home-2024 .calendarSimple__form-item .filter-wrapper-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#home-2024 .calendarSimple__form-item .filter-wrapper-icon svg {
  width: 20px;
  height: 20px;
}

#home-2024 .calendarSimple__form-item .filter-wrapper-dropdown {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: -1;
}

#home-2024 .calendarSimple__form-item .filter-wrapper-dropdown svg {
  width: 20px;
  height: 20px;
}

#home-2024 .calendarSimple__form-item .filter-wrapper select, #home-2024 .calendarSimple__form-item .filter-wrapper input {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1px solid #C2C2C2;
  border-radius: 8px;
  padding: 12px 0;
  height: 54px;
  padding-left: 56px;
  padding-right: 40px;
  color: #1D1D1B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .calendarSimple__form-item .filter-wrapper select, #home-2024 .calendarSimple__form-item .filter-wrapper input {
    padding: 8px 0;
    height: 43px;
    padding-left: 45px;
    padding-right: 40px;
    font-size: 1rem;
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .calendarSimple {
    padding: 60px 0;
  }
  #home-2024 .calendarSimple__form-item {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 649.98px) {
  #home-2024 .calendarSimple__head {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    text-align: center;
  }
  #home-2024 .calendarSimple__headingMain {
    font-size: 24px;
  }
  #home-2024 .calendarSimple__heading {
    padding: 12px 24px;
    font-size: 20px;
  }
  #home-2024 .calendarSimple__form-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

#home-2024 .notFound {
  text-align: center;
  padding: 80px 0;
  position: relative;
}

#home-2024 .notFound__404 {
  color: #9FBB3C;
  font-weight: bold;
  font-size: 200px;
  margin-bottom: 24px;
}

#home-2024 .notFound__heading {
  color: #404B18;
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 12px;
}

#home-2024 .notFound__description {
  font-size: 18px;
  color: #646464;
}

#home-2024 .notFound__action {
  margin-top: 24px;
}

#home-2024 .notFound__action .btn {
  font-size: 24px;
  padding: 16px 24px;
  border-radius: 12px;
}

@media (max-width: 1319.98px) {
  #home-2024 .notFound__404 {
    font-size: 180px;
  }
  #home-2024 .notFound__heading {
    font-size: 36px;
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .notFound__404 {
    font-size: 120px;
  }
  #home-2024 .notFound__heading {
    font-size: 26px;
  }
  #home-2024 .notFound__description {
    font-size: 20px;
  }
  #home-2024 .notFound__action {
    margin-top: 24px;
  }
  #home-2024 .notFound__action .btn {
    font-size: 18px;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .notFound__404 {
    font-size: 82px;
    margin-bottom: 12px;
  }
  #home-2024 .notFound__heading {
    font-size: 20px;
  }
  #home-2024 .notFound__description {
    font-size: 16px;
  }
  #home-2024 .notFound__action .btn {
    font-size: 18px;
    padding: 12px 18px;
  }
}

#home-2024 .karir {
  position: relative;
  padding: 0 0 80px 0;
}

#home-2024 .karir__title {
  font-size: 36px;
  margin-bottom: 12px;
  color: #1D1D1B;
  font-weight: bold;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .karir__title {
    font-size: 25px;
  }
}

#home-2024 .karir__description {
  font-size: 18px;
}

#home-2024 .karir__heading {
  max-width: 826px;
  margin-bottom: 40px;
}

#home-2024 .karir__filter {
  margin-bottom: 40px;
}

#home-2024 .karir__filter-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
}

#home-2024 .karir__filter-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

#home-2024 .karir__filter-item .filter-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

#home-2024 .karir__filter-item .filter-wrapper-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

#home-2024 .karir__filter-item .filter-wrapper-icon svg {
  width: 20px;
  height: 20px;
}

#home-2024 .karir__filter-item .filter-wrapper-dropdown {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
}

#home-2024 .karir__filter-item .filter-wrapper-dropdown svg {
  width: 20px;
  height: 20px;
}

#home-2024 .karir__filter-item .filter-wrapper select, #home-2024 .karir__filter-item .filter-wrapper input[type="text"] {
  border: none;
  outline: none;
  background-color: transparent;
  border: 1px solid #C2C2C2;
  border-radius: 8px;
  padding: 12px 0;
  height: 54px;
  padding-left: 56px;
  color: #1D1D1B;
}

#home-2024 .karir__filter-item .filter-wrapper select:-ms-input-placeholder, #home-2024 .karir__filter-item .filter-wrapper input[type="text"]:-ms-input-placeholder {
  color: #1D1D1B;
}

#home-2024 .karir__filter-item .filter-wrapper select::placeholder, #home-2024 .karir__filter-item .filter-wrapper input[type="text"]::placeholder {
  color: #1D1D1B;
}

#home-2024 .karir__filter-item .filter-wrapper .filter-special {
  width: 100%;
  position: absolute;
  top: 58px;
  z-index: 995;
  display: none;
}

#home-2024 .karir__filter-item .filter-wrapper .filter-special.active {
  display: block;
}

#home-2024 .karir__filter-action .btn {
  border-radius: 8px;
  font-size: 20px;
}

#home-2024 .karir__tabs {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 24px;
}

#home-2024 .karir__tabs-list > .card__karir:not(:last-child) {
  margin-bottom: 24px;
}

#home-2024 .karir__tabs-content {
  padding: 24px;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px #C2C2C2;
  background-color: #FFFFFF;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #home-2024 .karir__tabs-content h2, #home-2024 .karir__tabs-content .h2 {
    font-size: 23px;
  }
}

#home-2024 .karir__tabs-notfound {
  grid-template-columns: 100%;
}

#home-2024 .karir article .article__title {
  margin-bottom: 16px;
}

#home-2024 .karir article ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2806 9.21937C16.3504 9.28903 16.4057 9.37175 16.4434 9.46279C16.4812 9.55384 16.5006 9.65144 16.5006 9.75C16.5006 9.84856 16.4812 9.94616 16.4434 10.0372C16.4057 10.1283 16.3504 10.211 16.2806 10.2806L11.0306 15.5306C10.961 15.6004 10.8783 15.6557 10.7872 15.6934C10.6962 15.7312 10.5986 15.7506 10.5 15.7506C10.4014 15.7506 10.3038 15.7312 10.2128 15.6934C10.1218 15.6557 10.039 15.6004 9.96938 15.5306L7.71938 13.2806C7.57865 13.1399 7.49959 12.949 7.49959 12.75C7.49959 12.551 7.57865 12.3601 7.71938 12.2194C7.86011 12.0786 8.05098 11.9996 8.25 11.9996C8.44903 11.9996 8.6399 12.0786 8.78063 12.2194L10.5 13.9397L15.2194 9.21937C15.289 9.14964 15.3718 9.09432 15.4628 9.05658C15.5538 9.01884 15.6514 8.99941 15.75 8.99941C15.8486 8.99941 15.9462 9.01884 16.0372 9.05658C16.1283 9.09432 16.211 9.14964 16.2806 9.21937ZM21.75 12C21.75 13.9284 21.1782 15.8134 20.1068 17.4168C19.0355 19.0202 17.5127 20.2699 15.7312 21.0078C13.9496 21.7458 11.9892 21.9389 10.0979 21.5627C8.20656 21.1865 6.46928 20.2579 5.10571 18.8943C3.74215 17.5307 2.81355 15.7934 2.43735 13.9021C2.06114 12.0108 2.25422 10.0504 2.99218 8.26884C3.73013 6.48726 4.97982 4.96452 6.58319 3.89317C8.18657 2.82183 10.0716 2.25 12 2.25C14.585 2.25273 17.0634 3.28084 18.8913 5.10872C20.7192 6.93661 21.7473 9.41498 21.75 12ZM20.25 12C20.25 10.3683 19.7662 8.77325 18.8596 7.41655C17.9531 6.05984 16.6646 5.00242 15.1571 4.37799C13.6497 3.75357 11.9909 3.59019 10.3905 3.90852C8.79017 4.22685 7.32016 5.01259 6.16637 6.16637C5.01259 7.32015 4.22685 8.79016 3.90853 10.3905C3.5902 11.9908 3.75358 13.6496 4.378 15.1571C5.00242 16.6646 6.05984 17.9531 7.41655 18.8596C8.77326 19.7661 10.3683 20.25 12 20.25C14.1873 20.2475 16.2843 19.3775 17.8309 17.8309C19.3775 16.2843 20.2475 14.1873 20.25 12Z' fill='%239FBB3C'/%3E%3C/svg%3E%0A");
  background-size: contain;
  top: -5%;
  transform: translateY(50%);
}

#home-2024 .karir article .btn {
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
}

@media (max-width: 1319.98px) {
  #home-2024 .karir__tabs {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 24px;
  }
  #home-2024 .karir__title {
    font-size: 32px;
  }
}

@media (max-width: 1024.98px) {
  #home-2024 .karir {
    padding: 0 0 60px 0;
  }
  #home-2024 .karir__tabs {
    display: grid;
    grid-template-columns: 100%;
    gap: 24px;
  }
  #home-2024 .karir__tabs-list > .card__karir:not(:last-child) {
    margin-bottom: 24px;
  }
  #home-2024 .karir__tabs-content {
    padding: 24px;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px #C2C2C2;
    background-color: #FFFFFF;
  }
  #home-2024 .karir__title {
    font-size: 28px;
  }
  #home-2024 .karir__filter {
    margin-bottom: 40px;
  }
  #home-2024 .karir__filter-wrap {
    grid-template-columns: 1fr;
  }
  #home-2024 .karir__filter-item {
    grid-template-columns: repeat(2, 1fr);
  }
  #home-2024 .karir__filter-action .btn {
    width: 100%;
  }
}

@media (max-width: 649.98px) {
  #home-2024 .karir {
    padding-top: 0px;
  }
  #home-2024 .karir__title {
    font-size: 24px;
  }
  #home-2024 .karir__description {
    font-size: 16px;
  }
  #home-2024 .karir__filter-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #home-2024 .karir__filter-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #home-2024 .karir__filter-action .btn {
    border-radius: 8px;
    font-size: 20px;
  }
}

.heroShortSpecial {
  min-height: 413px !important;
  border-bottom: 0px !important;
  margin-bottom: 80px !important;
}

.heroShortSpecial__title {
  font-size: var(--dane-font-display--x-l);
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 24px;
}

.overlay {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 989;
}

.overlay.active {
  display: block;
  position: absolute;
}

.form-control:disabled {
  background-color: #F5F5F5 !important;
}

.form-control:disabled:hover {
  cursor: not-allowed;
}

.form-control:hover {
  cursor: pointer;
}

article {
  /*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
  /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
  /* Normalize
--------------------------------------------- */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
	 ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* Sections
	 ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /**
 * Render the `main` element consistently in IE.
 */
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* Grouping content
	 ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* Text-level semantics
	 ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /**
 * Add the correct font size in all browsers.
 */
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* Embedded content
	 ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* Forms
	 ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /**
 * Remove the inner border and padding in Firefox.
 */
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /**
 * Correct the padding in Firefox.
 */
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* Interactive
	 ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /*
 * Add the correct display in all browsers.
 */
  /* Misc
	 ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /**
 * Add the correct display in IE 10.
 */
  /* Box sizing
--------------------------------------------- */
  /* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  /*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
  /* Typography
--------------------------------------------- */
  /* Elements
--------------------------------------------- */
  /* Make sure embeds and iframes fit their containers. */
  /* Links
--------------------------------------------- */
  /* Forms
--------------------------------------------- */
  /*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
  /*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
  /* Navigation
--------------------------------------------- */
  /* Small menu. */
  /* Posts and pages
--------------------------------------------- */
  /* Comments
--------------------------------------------- */
  /* Widgets
--------------------------------------------- */
  /* Media
--------------------------------------------- */
  /* Make sure logo link wraps around logo image. */
  /* Captions
--------------------------------------------- */
  /* Galleries
--------------------------------------------- */
  /*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
  /* Jetpack infinite scroll
--------------------------------------------- */
  /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
  /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
  /*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
  /* Accessibility
--------------------------------------------- */
  /* Text meant only for screen readers. */
  /* Do not show the outline on the skip link target. */
  /* Alignments
--------------------------------------------- */
  font-size: 18px;
}

article hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

article pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

article a {
  background-color: transparent;
}

article abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

article b,
article strong {
  font-weight: bolder;
}

article code,
article kbd,
article samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

article small, article .small {
  font-size: 80%;
}

article sub,
article sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

article sub {
  bottom: -0.25em;
}

article sup {
  top: -0.5em;
}

article img {
  border-style: none;
}

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

article button,
article input {
  overflow: visible;
}

article button,
article select {
  text-transform: none;
}

article button,
article [type="button"],
article [type="reset"],
article [type="submit"] {
  -webkit-appearance: button;
}

article button::-moz-focus-inner,
article [type="button"]::-moz-focus-inner,
article [type="reset"]::-moz-focus-inner,
article [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

article button:-moz-focusring,
article [type="button"]:-moz-focusring,
article [type="reset"]:-moz-focusring,
article [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

article fieldset {
  padding: 0.35em 0.75em 0.625em;
}

article legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

article progress {
  vertical-align: baseline;
}

article textarea {
  overflow: auto;
}

article [type="checkbox"],
article [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

article [type="number"]::-webkit-inner-spin-button,
article [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

article [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

article details {
  display: block;
}

article summary {
  display: list-item;
}

article template {
  display: none;
}

article [hidden] {
  display: none;
}

article *,
article *::before,
article *::after {
  box-sizing: inherit;
}

article html {
  box-sizing: border-box;
}

article body,
article button,
article input,
article select,
article optgroup,
article textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

article h1, article .h1,
article h2,
article .h2,
article h3,
article .h3,
article h4,
article .h4,
article h5,
article .h5,
article h6,
article .h6 {
  clear: both;
}

article p {
  margin-bottom: 1.5em;
}

article dfn,
article cite,
article em,
article i {
  font-style: italic;
}

article blockquote {
  margin: 1.5em 0;
  padding: 15px;
  background-color: rgba(159, 187, 60, 0.2);
}

article address {
  margin: 0 0 1.5em;
}

article pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

article code,
article kbd,
article tt,
article var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  display: block;
  background: #eee;
  padding: 10px;
}

article kbd {
  background: #eee;
  color: #9FBB3C;
}

article abbr,
article acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

article mark, article .mark,
article ins {
  background: #fff9c0;
  text-decoration: none;
}

article big {
  font-size: 125%;
}

article body {
  background: #fff;
}

article hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

article ul,
article ol {
  margin: 0 0 1.5em 0px;
}

article ul {
  list-style: disc;
}

article ol {
  list-style: decimal;
}

article li > ul,
article li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

article dt {
  font-weight: 700;
}

article dd {
  margin: 0 1.5em 1.5em;
}

article embed,
article iframe,
article object {
  max-width: 100%;
}

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

article figure {
  margin: 1em 0;
}

article table {
  margin: 0 0 1.5em;
  width: 100%;
}

article a {
  color: #9FBB3C;
}

article a:visited {
  color: #800080;
}

article a:hover,
article a:focus,
article a:active {
  color: #191970;
}

article a:focus {
  outline: thin dotted;
}

article a:hover,
article a:active {
  outline: 0;
}

article .main-navigation {
  display: block;
  width: 100%;
}

article .main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

article .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

article .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

article .main-navigation ul ul li:hover > ul,
article .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

article .main-navigation ul ul a {
  width: 200px;
}

article .main-navigation ul li:hover > ul,
article .main-navigation ul li.focus > ul {
  left: auto;
}

article .main-navigation li {
  position: relative;
}

article .main-navigation a {
  display: block;
  text-decoration: none;
}

article .menu-toggle,
article .main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  article .menu-toggle {
    display: none;
  }
  article .main-navigation ul {
    display: -ms-flexbox;
    display: flex;
  }
}

article .site-main .comment-navigation,
article .site-main .posts-navigation,
article .site-main .post-navigation {
  margin: 0 0 1.5em;
}

article .comment-navigation .nav-links,
article .posts-navigation .nav-links,
article .post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
}

article .comment-navigation .nav-previous,
article .posts-navigation .nav-previous,
article .post-navigation .nav-previous {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}

article .comment-navigation .nav-next,
article .posts-navigation .nav-next,
article .post-navigation .nav-next {
  text-align: end;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}

article .sticky {
  display: block;
}

article .updated:not(.published) {
  display: none;
}

article .page-content,
article .entry-content,
article .entry-summary {
  margin: 1.5em 0 0;
}

article .page-links {
  clear: both;
  margin: 0 0 1.5em;
}

article .comment-content a {
  word-wrap: break-word;
}

article .bypostauthor {
  display: block;
}

article .widget {
  margin: 0 0 1.5em;
}

article .widget select {
  max-width: 100%;
}

article .page-content .wp-smiley,
article .entry-content .wp-smiley,
article .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

article .custom-logo-link {
  display: inline-block;
}

article .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

article .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

article .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

article .wp-caption-text {
  text-align: center;
}

article .gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

article .gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

article .gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

article .gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

article .gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

article .gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

article .gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

article .gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

article .gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

article .gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

article .gallery-caption {
  display: block;
}

article .infinite-scroll .posts-navigation,
article .infinite-scroll.neverending .site-footer {
  display: none;
}

article .infinity-end.neverending .site-footer {
  display: block;
}

article .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

article .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

article #primary[tabindex="-1"]:focus {
  outline: 0;
}

article .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

article .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

article .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

article h1, article .h1,
article h2,
article .h2,
article h3,
article .h3,
article h4,
article .h4,
article h5,
article .h5,
article h6,
article .h6 {
  letter-spacing: normal;
  text-transform: none;
  color: #1D1D1B;
  font-weight: 600;
}

article strong {
  color: #1D1D1B;
  font-weight: bold;
}

article strong.bold {
  font-weight: bold;
}

article .blockquote {
  background-color: #F5F5F5;
  padding: 24px;
  border-radius: 20px;
  padding-left: calc(20px + 44px);
  position: relative;
}

article .blockquote::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 24px;
  left: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 9V20C14.4983 21.5908 13.8657 23.116 12.7408 24.2408C11.616 25.3657 10.0908 25.9983 8.5 26C8.23478 26 7.98043 25.8946 7.79289 25.7071C7.60536 25.5196 7.5 25.2652 7.5 25C7.5 24.7348 7.60536 24.4804 7.79289 24.2929C7.98043 24.1054 8.23478 24 8.5 24C9.56087 24 10.5783 23.5786 11.3284 22.8284C12.0786 22.0783 12.5 21.0609 12.5 20V19H5C4.46957 19 3.96086 18.7893 3.58579 18.4142C3.21071 18.0391 3 17.5304 3 17V9C3 8.46957 3.21071 7.96086 3.58579 7.58579C3.96086 7.21071 4.46957 7 5 7H12.5C13.0304 7 13.5391 7.21071 13.9142 7.58579C14.2893 7.96086 14.5 8.46957 14.5 9ZM27 7H19.5C18.9696 7 18.4609 7.21071 18.0858 7.58579C17.7107 7.96086 17.5 8.46957 17.5 9V17C17.5 17.5304 17.7107 18.0391 18.0858 18.4142C18.4609 18.7893 18.9696 19 19.5 19H27V20C27 21.0609 26.5786 22.0783 25.8284 22.8284C25.0783 23.5786 24.0609 24 23 24C22.7348 24 22.4804 24.1054 22.2929 24.2929C22.1054 24.4804 22 24.7348 22 25C22 25.2652 22.1054 25.5196 22.2929 25.7071C22.4804 25.8946 22.7348 26 23 26C24.5908 25.9983 26.116 25.3657 27.2408 24.2408C28.3657 23.116 28.9983 21.5908 29 20V9C29 8.46957 28.7893 7.96086 28.4142 7.58579C28.0391 7.21071 27.5304 7 27 7Z' fill='%239FBB3C'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

article .blockquote p {
  font-size: 18px;
  font-weight: 600;
  color: #1D1D1B;
  margin-bottom: 12px;
}

article .blockquote-footer {
  margin-top: 12px;
  font-size: 16px;
  color: #1D1D1B;
}

article .blockquote-footer::before {
  display: none;
}

article .article__heading {
  margin-bottom: 40px;
}

article .article__heading-title > h1, article .article__heading-title > .h1,
article .article__heading-title h2,
article .article__heading-title .h2,
article .article__heading-title h3,
article .article__heading-title .h3,
article .article__heading-title h4,
article .article__heading-title .h4,
article .article__heading-title h5,
article .article__heading-title .h5,
article .article__heading-title h6,
article .article__heading-title .h6 {
  font-weight: bold;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  article .article__heading-title {
    margin-bottom: 16px;
  }
  article .article__heading-title h1, article .article__heading-title .h1 {
    font-size: 25px;
    line-height: 1.4;
  }
}

article .article__heading-info ul {
  padding: 0;
  margin: 0;
}

article .article__heading-info ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
}

article .article__heading-info ul li::before {
  display: none;
}

article .article__heading-info ul li:not(:last-child) {
  margin-right: 32px;
}

article .article__heading-info ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5%;
  right: -20px;
  width: 1px;
  height: 90%;
  background-color: #000000;
}

article .article__heading-info ul li a {
  font-size: 16px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #646464;
}

article .article__heading-info ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #9FBB3C;
}

article .article__title {
  font-weight: bold;
  color: #1D1D1B;
  margin-bottom: 30px;
}

article .article__title:not(h3):not(.h3) {
  font-size: 44px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  article .article__title:not(h3):not(.h3) {
    font-size: 35px;
  }
}

article .article__title-direksi {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  article .article__title-direksi {
    font-size: 32px;
  }
}

article .article__map {
  position: relative;
  overflow: hidden;
}

article .article__map:before {
  display: block;
  content: "";
  width: 100%;
}

article .article__map > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

article .article__map > .inner > img,
article .article__map > .inner > video,
article .article__map > .inner > svg,
article .article__map > .inner > iframe {
  width: 100%;
  height: 100%;
}

article .article__map:before {
  padding-top: 54.5454545455%;
}

article .article__map > .inner {
  background-image: none !important;
}

article .article__map > .inner > iframe, article .article__map > .inner > video, article .article__map > .inner > #my-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

article img {
  max-width: 100%;
}

article ul:not(.clean) li {
  position: relative;
  list-style: none;
}

article ul:not(.clean) li:not(:last-child) {
  margin-bottom: 12px;
}

article ul:not(.clean) li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -28px;
  top: 14px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='%239FBB3C' viewBox='0 0 256 256'%3E%3Cpath d='M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z'%3E%3C/path%3E%3C/svg%3E");
}

article ul:not(.clean).checked li {
  position: relative;
  list-style: none;
}

article ul:not(.clean).checked li:not(:last-child) {
  margin-bottom: 12px;
}

article ul:not(.clean).checked li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -28px;
  top: 13px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.2806 7.21937C14.3504 7.28903 14.4057 7.37175 14.4434 7.46279C14.4812 7.55384 14.5006 7.65144 14.5006 7.75C14.5006 7.84856 14.4812 7.94616 14.4434 8.03721C14.4057 8.12825 14.3504 8.21097 14.2806 8.28063L9.03063 13.5306C8.96097 13.6004 8.87826 13.6557 8.78721 13.6934C8.69616 13.7312 8.59857 13.7506 8.5 13.7506C8.40144 13.7506 8.30385 13.7312 8.2128 13.6934C8.12175 13.6557 8.03903 13.6004 7.96938 13.5306L5.71938 11.2806C5.57865 11.1399 5.49959 10.949 5.49959 10.75C5.49959 10.551 5.57865 10.3601 5.71938 10.2194C5.86011 10.0786 6.05098 9.99958 6.25 9.99958C6.44903 9.99958 6.6399 10.0786 6.78063 10.2194L8.5 11.9397L13.2194 7.21937C13.289 7.14964 13.3718 7.09432 13.4628 7.05658C13.5538 7.01884 13.6514 6.99941 13.75 6.99941C13.8486 6.99941 13.9462 7.01884 14.0372 7.05658C14.1283 7.09432 14.211 7.14964 14.2806 7.21937ZM19.75 10C19.75 11.9284 19.1782 13.8134 18.1068 15.4168C17.0355 17.0202 15.5127 18.2699 13.7312 19.0078C11.9496 19.7458 9.98919 19.9389 8.09787 19.5627C6.20656 19.1865 4.46928 18.2579 3.10571 16.8943C1.74215 15.5307 0.813554 13.7934 0.437348 11.9021C0.061142 10.0108 0.254225 8.05042 0.992179 6.26884C1.73013 4.48726 2.97982 2.96451 4.58319 1.89317C6.18657 0.821828 8.07164 0.25 10 0.25C12.585 0.25273 15.0634 1.28084 16.8913 3.10872C18.7192 4.93661 19.7473 7.41498 19.75 10ZM18.25 10C18.25 8.3683 17.7661 6.77325 16.8596 5.41655C15.9531 4.05984 14.6646 3.00242 13.1571 2.37799C11.6497 1.75357 9.99085 1.59019 8.39051 1.90852C6.79017 2.22685 5.32016 3.01259 4.16637 4.16637C3.01259 5.32015 2.22685 6.79016 1.90853 8.3905C1.5902 9.99085 1.75358 11.6496 2.378 13.1571C3.00242 14.6646 4.05984 15.9531 5.41655 16.8596C6.77326 17.7661 8.36831 18.25 10 18.25C12.1873 18.2475 14.2843 17.3775 15.8309 15.8309C17.3775 14.2843 18.2475 12.1873 18.25 10Z' fill='%239FBB3C'/%3E%3C/svg%3E%0A");
}

article ul.article__info {
  padding: 0;
  margin: 0;
}

article ul.article__info li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  font-size: 16px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

article ul.article__info li::before {
  display: none;
}

article ul.article__info li:not(:last-child) {
  margin-right: 32px;
}

article ul.article__info li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 5%;
  right: -20px;
  width: 1px;
  height: 90%;
  background-color: #000000;
}

article ul.article__info li svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: #9FBB3C;
}

article .article__people,
article .article__laporan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

article .article__people:not(:last-child),
article .article__laporan:not(:last-child) {
  box-shadow: inset 0 -1px 0 0 #9FBB3C;
  margin-bottom: 64px;
  padding-bottom: 64px;
}

article .article__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

article .article__gallery:not(:last-child) {
  box-shadow: inset 0 -1px 0 0 #9FBB3C;
  margin-bottom: 64px;
  padding-bottom: 64px;
}

article .article__gallery img {
  aspect-ratio: 1;
  object-fit: cover;
}

article .article__history {
  margin-top: 24px;
  margin-bottom: 40px;
}

article .article__history-lists {
  position: relative;
}

article .article__history-lists::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #C2C2C2;
  width: 1px;
  height: 100%;
}

article .article__history-lists .list:not(:last-child) {
  margin-bottom: 40px;
}

article .article__visiMisi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  color: #1D1D1B;
  margin-bottom: 40px;
}

article .article__visiMisi-media {
  margin-bottom: 24px;
}

article .article__categoryShare {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  box-shadow: inset 0 -1px 0 0 #C2C2C2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: normal;
      align-items: normal;
  gap: 32px;
}

article .article__categoryShare-category ul {
  padding: 0;
  margin: 0;
}

article .article__categoryShare-category ul li {
  list-style: none;
  display: inline-block;
  margin-bottom: 4px;
}

article .article__categoryShare-category ul li::before {
  display: none;
}

article .article__categoryShare-category ul li:not(:last-child) {
  margin-right: 16px;
}

article .article__categoryShare-category ul li a {
  background-color: #9FBB3C;
  padding: 6px 16px;
  border-radius: 50rem;
  color: #FFFFFF;
  min-height: 33px;
  font-size: 12px;
  font-weight: 600;
}

article .article__categoryShare-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

article .article__categoryShare-share span {
  font-weight: 600;
  font-size: 16px;
  color: #1D1D1B;
  margin-right: 12px;
  white-space: nowrap;
}

article .article__categoryShare-share a {
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #ECF1D8;
  border-radius: 4px;
}

article .article__categoryShare-share a:not(:last-child) {
  margin-right: 12px;
}

article table {
  border: none;
}

article table thead tr th {
  border-bottom: 1px solid #9FBB3C;
  background-color: #9FBB3C;
  color: #FFFFFF;
  padding: 24px 20px;
  font-size: 18px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  article table thead tr th {
    font-size: 16px;
  }
}

article table tr {
  border-bottom: 2px solid #E0E0E0;
}

article table tr td {
  padding: 18px 14px;
  color: #1D1D1B;
  background-color: #EEEEEE;
  vertical-align: middle;
}

article table .title {
  font-size: 18px;
}

article table .action {
  text-align: center;
}

article table .action svg {
  width: 24px;
  height: 24px;
}

article .article__other-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #1D1D1B;
}

article .article__other-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

article .article__other-list > * li::before {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  article .article__other-list {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 1024.98px) {
  article .article__people,
  article .article__laporan,
  article .article__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  article .article__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  article table thead tr th {
    padding: 16px 14px;
  }
  article table tr td {
    padding: 16px 14px;
  }
  article table .title {
    font-size: 16px;
  }
  article .article__heading {
    margin-bottom: 20px;
  }
  article .article__heading-title > h1, article .article__heading-title > .h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  article .article__heading-info ul {
    padding: 0;
    margin: 0;
  }
  article .article__heading-info ul li:not(:last-child)::after {
    display: none;
  }
  article .article__heading-info ul li a {
    font-size: 16px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #646464;
  }
  article .article__heading-info ul li a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: #9FBB3C;
  }
  article .article__other-title {
    font-size: 24px;
  }
  article .article__other-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 649.98px) {
  article {
    font-size: 16px;
  }
  article .article__title {
    margin-bottom: 15px;
  }
  article .article__title:not(h3):not(.h3) {
    font-size: 40px;
  }
  article .article__title-direksi {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  article p {
    font-size: 16px;
  }
  article h1, article .h1 {
    font-size: 28px;
  }
  
  article h2,
  article .h2 {
    font-size: 24px;
  }
  
  article h3,
  article .h3 {
    font-size: 20px;
  }
  
  article h4,
  article .h4 {
    font-size: 20px;
  }
  
  article h5,
  article .h5 {
    font-size: 20px;
  }
  
  article h6,
  article .h6 {
    font-size: 18px;
  }
  article .article__people,
  article .article__laporan,
  article .article__gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
  article .article__visiMisi {
    grid-template-columns: 1fr;
  }
  article .article__history-lists::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    background-color: #C2C2C2;
    width: 1px;
    height: 100%;
  }
  article .article__history-lists .list:not(:last-child) {
    margin-bottom: 40px;
  }
  article .article__categoryShare {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  article .article__title-direksi {
    font-size: 28px;
  }
  article .blockquote p {
    font-size: 18px;
  }
  article .blockquote-footer {
    font-size: 12px;
  }
}

.tabcontent {
  display: none;
}

.articleNews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.articleNews__grid-pagination {
  height: 50px;
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 1319.98px) {
  .articleNews__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024.98px) {
  .articleNews__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 649.98px) {
  .articleNews__grid {
    grid-template-columns: 1fr;
  }
  .articleNews__grid-double {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .articleNews__grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

aside > *:not(:last-child) {
  margin-bottom: 30px;
}

aside > *:not(.aside__item-transparent) {
  border-radius: 8px;
  background-color: #EEEEEE;
  padding: 24px 20px;
}

aside .aside__heading {
  margin-bottom: 24px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  aside .aside__heading {
    margin-bottom: 10px;
  }
}

aside .aside__title {
  font-size: 24px;
  font-weight: 600;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  aside .aside__title {
    font-size: 18px;
  }
}

aside .aside__title-bold {
  font-size: 28px;
  font-weight: bold;
  color: #1D1D1B;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  aside .aside__title-bold {
    font-size: 18px;
  }
}

aside .aside__list ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

aside .aside__list ul li {
  display: block;
}

aside .aside__list ul li.active a {
  background-color: #9FBB3C;
  color: #FFFFFF;
}

aside .aside__list ul li:hover a {
  background-color: #849C32;
  color: #FFFFFF;
}

aside .aside__list ul li a {
  text-decoration: none;
  color: #1D1D1B;
  width: 100%;
  padding: 16px 24px;
  display: block;
  border-radius: 4px;
  font-size: 16px;
}

aside .aside__list-withBG {
  padding: 20px;
  background-color: #EEEEEE;
  border-radius: 8px;
}

aside .aside__list-withBG ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

aside .aside__list-withBG ul li:not(:last-child) {
  margin-bottom: 20px;
}

aside .aside__list-withBG ul li.active a {
  background-color: transparent;
  color: #9FBB3C;
}

aside .aside__list-withBG ul li:hover a {
  background-color: transparent;
  color: #849C32;
}

aside .aside__list-withBG ul li a {
  color: #1D1D1B;
  width: 100%;
  padding: 0px !important;
  font-size: 18px;
}

aside .aside__info > .card__infoSimple:not(:last-child),
aside .aside__info .card__newsSimpleList:not(:last-child) {
  margin-bottom: 12px;
}

aside .aside__sosmed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 24px;
}

aside .aside__sosmed-item {
  width: 36px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 8px;
  background-color: #9FBB3C;
}

aside .aside__sosmed-item svg {
  fill: #FFFFFF;
}

aside .aside__sosmed-item svg path {
  fill: #FFFFFF;
}

@media (max-width: calc(1024px - 1px)) {
  aside {
    grid-row-start: 1;
    grid-row-end: 1;
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .page-header__title {
    font-size: 36px !important;
  }
}

.articleContent {
  position: relative;
}

.articleContent__content {
  display: grid;
  grid-template-columns: 100%;
  padding: 80px 0;
}

.articleContent__content-sidebar {
  grid-template-columns: calc(100% - 360px) 320px;
  gap: 40px;
}

.articleContent__content-event {
  grid-template-columns: auto 360px;
  gap: 40px;
  font-size: 20px;
}

@media (min-width: 1024px) and (max-width: 1319px) {
  .articleContent__content-event {
    font-size: 16px;
    grid-template-columns: auto 290px;
  }
}

.articleContent__content-event ul.checked li:before {
  top: 15px;
}

.articleContent__content .article__featuredImage,
.articleContent__content .article__bannerNews {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: calc(1024px - 1px)) {
  .articleContent__content {
    display: grid;
    grid-template-columns: 100%;
    padding: 40px 0;
  }
  .articleContent__content-sidebar {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .articleContent__content-sidebarBottom .article__featuredImage, .articleContent__content-sidebarBottom .article__bannerNews {
    grid-row-start: 1 !important;
  }
  .articleContent__content-sidebarBottom article {
    grid-row-start: 2 !important;
  }
  .articleContent__content-sidebarBottom aside {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .articleContent__content-sidebarBottomNoFutured article {
    grid-row-start: 1 !important;
  }
  .articleContent__content-sidebarBottomNoFutured aside {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .articleContent .article__featuredImage,
  .articleContent .article__bannerNews {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}

.sidebar-menu .sub-menu li a {
  padding: 10px 24px !important;
  border-radius: 0px !important;
}

.wp-block-query.special-news .columns-3 {
  gap: 24px;
}

.wp-block-query.special-news .wp-block-group {
  height: 100%;
}

.wp-block-query.special-news .wp-block-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.wp-block-query.special-news .wp-block-post-title {
  min-height: 60px;
  font-size: 20px;
}

.wp-block-query.special-news .wp-block-post-title a {
  color: var(--dane-color--primary) !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wp-block-query.special-news .wp-block-post-title a:hover {
  color: var(--dane-color--hover) !important;
}

.wp-block-query.special-news .wp-block-post-featured-image img {
  border-radius: 12px;
}

.wp-block-query.special-news .wp-block-post-date has-small-font-size {
  font-size: var(--dane-font-paragraph--s);
}

.wp-block-query.special-news .wp-block-post-excerpt__excerpt {
  font-size: var(--dane-font-paragraph--l);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wp-block-query.special-news ul li::before {
  display: none;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.modal .modal-heading {
  height: 100px;
}

.modal .modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  max-width: 867px;
  width: 100%;
  margin: 0 15px;
}

.modal .modal-heading-close:hover {
  cursor: pointer;
}

@media (max-width: 649.98px) {
  .modal {
    -ms-flex-align: start !important;
        align-items: start !important;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 100vh;
    overflow: auto;
  }
  .modal .modal-content {
    top: 0;
  }
  .modal .modal-content-info {
    grid-template-columns: auto !important;
  }
}

.modal-profile .modal-content-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 28px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: inset 0 -1px 0 0 #E0E0E0;
  color: #1D1D1B;
  font-weight: 600;
}

.modal-profile .modal-content-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.modal-profile .modal-content-image:before {
  display: block;
  content: "";
  width: 100%;
}

.modal-profile .modal-content-image > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-profile .modal-content-image > .inner > img,
.modal-profile .modal-content-image > .inner > video,
.modal-profile .modal-content-image > .inner > svg,
.modal-profile .modal-content-image > .inner > iframe {
  width: 100%;
  height: 100%;
}

.modal-profile .modal-content-image:before {
  padding-top: 114.968152866%;
}

.modal-profile .modal-content-image > .inner > img,
.modal-profile .modal-content-image > .inner > video,
.modal-profile .modal-content-image > .inner > iframe {
  object-fit: cover;
}

.modal-profile .modal-content-info {
  display: grid;
  grid-template-columns: 314px auto;
  gap: 24px;
}

.modal-profile .modal-content-items .item__title {
  font-size: 14px;
  margin-bottom: 4px;
}

.modal-profile .modal-content-items .item__description {
  color: #1D1D1B;
  font-weight: 600;
  padding-bottom: 12px;
}

.modal-profile .modal-content-items .item:not(:last-child) {
  margin-bottom: 12px;
  box-shadow: inset 0 -1px 0 0 #E0E0E0;
}

.modal-profile .modal-content-karir {
  box-shadow: inset 0 0 0 1px #E0E0E0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
}

.modal-profile .modal-content-karir-heading {
  background-color: #9FBB3C;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 16px;
}

.modal-profile .modal-content-karir-description {
  padding: 12px 16px;
  font-size: 14px;
}

@media (max-width: 649.98px) {
  .modal-profile .modal-content-heading {
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

.ppid-single-page__content--2024 {
  position: relative;
}

.ppid-single-page__content--2024 .accent-left,
.ppid-single-page__content--2024 .accent-right {
  z-index: -3;
}

.ppid-single-page__content--2024 .accent-left img,
.ppid-single-page__content--2024 .accent-right img {
  width: 420px;
  height: auto;
}

.ppid-single-page__content--2024 .accent-left {
  position: absolute;
  top: 60%;
  left: 0;
}

.ppid-single-page__content--2024 .accent-right {
  position: absolute;
  top: -10px;
  right: 0;
}

.accentRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  height: auto;
  z-index: -2;
  opacity: .2;
}

.accent {
  width: 50%;
  height: 700px;
  background-size: contain;
  position: absolute;
  z-index: -15;
  background-repeat: no-repeat;
  opacity: .2;
}

.accent-right {
  right: 0;
  background-position: right center;
  background-image: url("../images/accent/pattern-right.png");
}

.accent-left {
  left: 0;
  background-position: left center;
  background-image: url("../images/accent/pattern-left.png");
}

.accent-first {
  background-attachment: red;
  background-position: right top;
  height: 350px;
  background-image: url("../images/accent/pattern-right-small.png");
}

@media (max-width: 1319.98px) {
  .accent {
    width: 45%;
    height: 450px;
  }
}

@media (max-width: 1024.98px) {
  .accent {
    width: 20%;
    height: 300px;
  }
}

@media (max-width: 649.98px) {
  .accent {
    width: 30%;
  }
}

@media (max-width: 1024.98px) {
  #main-footer.main-footer {
    width: calc(100% - 15px);
  }
}

@media (max-width: 1024.98px) {
  .main-footer-left {
    overflow: hidden;
    width: calc(100% - 0px);
    padding-left: 30px;
    padding-right: 15px;
  }
}

@media (max-width: 1024.98px) {
  .pagination > ul {
    margin-right: auto;
    margin-left: auto;
  }
}

body.page-template-template-pilar-bisnis .pillars-page-intro {
  padding-top: calc(81px + 50px);
}

.page-karir {
  position: relative;
  z-index: 50;
}

.page-karir ~ .overlay {
  z-index: 30;
}
