@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --color-primary: #030038;
  --color-primary-50: #f0efff;
  --color-primary-100: #d8d7ff;
  --color-primary-200: #b4b2ff;
  --color-primary-300: #9491ff;
  --color-primary-400: #7670ff;
  --color-primary-500: #574dff;
  --color-primary-600: #030038;
  --color-primary-700: #2100d3;
  --color-primary-800: #15009a;
  --color-primary-900: #0a0066;
  --color-secondary: #ff2845;
  --color-secondary-50: #ffe5ec;
  --color-secondary-100: #ffc2d1;
  --color-secondary-200: #ff99b3;
  --color-secondary-300: #ff668a;
  --color-secondary-400: #ff3361;
  --color-secondary-500: #ff2845;
  --color-secondary-600: #cc0032;
  --color-secondary-700: #990026;
  --color-secondary-800: #660019;
  --color-secondary-900: #030038;
  --color-accent: #FFbc00;
  --color-accent-50: #fffbe5;
  --color-accent-100: #fff6c2;
  --color-accent-200: #ffed99;
  --color-accent-300: #ffe366;
  --color-accent-400: #ffd933;
  --color-accent-500: #FFbc00;
  --color-accent-600: #cc9f00;
  --color-accent-700: #997700;
  --color-accent-800: #665000;
  --color-accent-900: #332800;
  --color-third: #00d3d8;
  --color-third-50: #e5fcfd;
  --color-third-100: #c2f7fa;
  --color-third-200: #99f2f6;
  --color-third-300: #66edf2;
  --color-third-400: #33e8ee;
  --color-third-500: #00d3d8;
  --color-third-600: #00a8ad;
  --color-third-700: #007d82;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-dark: #030038;
  --color-light: #f8f9fa;
  --color-gray-50: #f1f1f1;
  --color-gray-100: #dbdbdb;
  --color-gray-200: #bbbbbb;
  --color-gray-300: #9f9f9f;
  --color-gray-400: #868686;
  --color-gray-500: #6e6e6e;
  --color-gray-600: #585858;
  --color-gray-700: #444444;
  --color-gray-800: #333333;
  --color-gray-900: #1d1d1d;
  --color-gray-950: #111111;
  --color-success: #198754;
  --color-danger: #dc3545;
  --color-warning: #FFC700;
  --color-info: #00d3d8;
  --font-primary: 'Plus Jakarta Sans',
  sans-serif;
  --font-secondary: Rag,
  sans-serif;
  --font-mono: monospace;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-size-13: 13px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-20: 20px;
  --font-size-28: 28px;
  --font-size-32: 32px;
  --font-size-42: 42px;
  --font-size-57: 57px;
  --line-height-19-5: 19.5px;
  --line-height-21: 21px;
  --line-height-24: 24px;
  --line-height-30: 30px;
  --line-height-42: 42px;
  --line-height-63: 63px;
}

.text_primary {
  color: var(--color-primary) !important;
}

.text_primary-50 {
  color: var(--color-primary-50) !important;
}

.text_primary-100 {
  color: var(--color-primary-100) !important;
}

.text_primary-200 {
  color: var(--color-primary-200) !important;
}

.text_primary-300 {
  color: var(--color-primary-300) !important;
}

.text_primary-400 {
  color: var(--color-primary-400) !important;
}

.text_primary-500 {
  color: var(--color-primary-500) !important;
}

.text_primary-600 {
  color: var(--color-primary-600) !important;
}

.text_primary-700 {
  color: var(--color-primary-700) !important;
}

.text_primary-800 {
  color: var(--color-primary-800) !important;
}

.text_primary-900 {
  color: var(--color-primary-900) !important;
}

.text_secondary {
  color: var(--color-secondary) !important;
}

.text_secondary-50 {
  color: var(--color-secondary-50) !important;
}

.text_secondary-100 {
  color: var(--color-secondary-100) !important;
}

.text_secondary-200 {
  color: var(--color-secondary-200) !important;
}

.text_secondary-300 {
  color: var(--color-secondary-300) !important;
}

.text_secondary-400 {
  color: var(--color-secondary-400) !important;
}

.text_secondary-500 {
  color: var(--color-secondary-500) !important;
}

.text_secondary-600 {
  color: var(--color-secondary-600) !important;
}

.text_secondary-700 {
  color: var(--color-secondary-700) !important;
}

.text_secondary-800 {
  color: var(--color-secondary-800) !important;
}

.text_secondary-900 {
  color: var(--color-secondary-900) !important;
}

.text_secondary-950 {
  color: var(--color-secondary-950) !important;
}

.text_accent {
  color: var(--color-accent) !important;
}

.text_accent-50 {
  color: var(--color-accent-50) !important;
}

.text_accent-100 {
  color: var(--color-accent-100) !important;
}

.text_accent-200 {
  color: var(--color-accent-200) !important;
}

.text_accent-300 {
  color: var(--color-accent-300) !important;
}

.text_accent-400 {
  color: var(--color-accent-400) !important;
}

.text_accent-500 {
  color: var(--color-accent-500) !important;
}

.text_black {
  color: var(--color-black) !important;
}

.text_white {
  color: var(--color-white) !important;
}

.text_dark {
  color: var(--color-dark) !important;
}

.text_light {
  color: var(--color-light) !important;
}

.text_gray-50 {
  color: var(--color-gray-50) !important;
}

.text_gray-100 {
  color: var(--color-gray-100) !important;
}

.text_gray-200 {
  color: var(--color-gray-200) !important;
}

.text_gray-300 {
  color: var(--color-gray-300) !important;
}

.text_gray-400 {
  color: var(--color-gray-400) !important;
}

.text_gray-500 {
  color: var(--color-gray-500) !important;
}

.text_gray-600 {
  color: var(--color-gray-600) !important;
}

.text_gray-700 {
  color: var(--color-gray-700) !important;
}

.text_gray-800 {
  color: var(--color-gray-800) !important;
}

.text_gray-900 {
  color: var(--color-gray-900) !important;
}

.text_gray-950 {
  color: var(--color-gray-950) !important;
}

.text_success {
  color: var(--color-success) !important;
}

.text_danger {
  color: var(--color-danger) !important;
}

.text_warning {
  color: var(--color-warning) !important;
}

.text_info {
  color: var(--color-info) !important;
}

.text_accent-600 {
  color: var(--color-accent-600) !important;
}

.text_accent-700 {
  color: var(--color-accent-700) !important;
}

.text_third {
  color: var(--color-third) !important;
}

.text_fourth {
  color: var(--color-fourth) !important;
}

.text_other {
  color: var(--color-other) !important;
}

.text_accent-800 {
  color: var(--color-accent-800) !important;
}

.text_accent-900 {
  color: var(--color-accent-900) !important;
}

.text_third-50 {
  color: var(--color-third-50) !important;
}

.text_third-100 {
  color: var(--color-third-100) !important;
}

.text_third-200 {
  color: var(--color-third-200) !important;
}

.text_third-300 {
  color: var(--color-third-300) !important;
}

.text_third-400 {
  color: var(--color-third-400) !important;
}

.text_third-500 {
  color: var(--color-third-500) !important;
}

.text_third-600 {
  color: var(--color-third-600) !important;
}

.text_third-700 {
  color: var(--color-third-700) !important;
}

.text_primary-950 {
  color: var(--color-primary-950) !important;
}

.text_third-800 {
  color: var(--color-third-800) !important;
}

.text_third-900 {
  color: var(--color-third-900) !important;
}

.text_third-950 {
  color: var(--color-third-950) !important;
}

.text_primary-alt {
  color: var(--color-primary-alt) !important;
}

.bg_primary {
  background: var(--color-primary) !important;
}

.bg_primary-50 {
  background: var(--color-primary-50) !important;
}

.bg_primary-100 {
  background: var(--color-primary-100) !important;
}

.bg_primary-200 {
  background: var(--color-primary-200) !important;
}

.bg_primary-300 {
  background: var(--color-primary-300) !important;
}

.bg_primary-400 {
  background: var(--color-primary-400) !important;
}

.bg_primary-500 {
  background: var(--color-primary-500) !important;
}

.bg_primary-600 {
  background: var(--color-primary-600) !important;
}

.bg_primary-700 {
  background: var(--color-primary-700) !important;
}

.bg_primary-800 {
  background: var(--color-primary-800) !important;
}

.bg_primary-900 {
  background: var(--color-primary-900) !important;
}

.bg_secondary {
  background: var(--color-secondary) !important;
}

.bg_secondary-50 {
  background: var(--color-secondary-50) !important;
}

.bg_secondary-100 {
  background: var(--color-secondary-100) !important;
}

.bg_secondary-200 {
  background: var(--color-secondary-200) !important;
}

.bg_secondary-300 {
  background: var(--color-secondary-300) !important;
}

.bg_secondary-400 {
  background: var(--color-secondary-400) !important;
}

.bg_secondary-500 {
  background: var(--color-secondary-500) !important;
}

.bg_secondary-600 {
  background: var(--color-secondary-600) !important;
}

.bg_secondary-700 {
  background: var(--color-secondary-700) !important;
}

.bg_secondary-800 {
  background: var(--color-secondary-800) !important;
}

.bg_secondary-900 {
  background: var(--color-secondary-900) !important;
}

.bg_secondary-950 {
  background: var(--color-secondary-950) !important;
}

.bg_accent {
  background: var(--color-accent) !important;
}

.bg_accent-50 {
  background: var(--color-accent-50) !important;
}

.bg_accent-100 {
  background: var(--color-accent-100) !important;
}

.bg_accent-200 {
  background: var(--color-accent-200) !important;
}

.bg_accent-300 {
  background: var(--color-accent-300) !important;
}

.bg_accent-400 {
  background: var(--color-accent-400) !important;
}

.bg_accent-500 {
  background: var(--color-accent-500) !important;
}

.bg_black {
  background: var(--color-black) !important;
}

.bg_white {
  background: var(--color-white) !important;
}

.bg_dark {
  background: var(--color-dark) !important;
}

.bg_light {
  background: var(--color-light) !important;
}

.bg_gray-50 {
  background: var(--color-gray-50) !important;
}

.bg_gray-100 {
  background: var(--color-gray-100) !important;
}

.bg_gray-200 {
  background: var(--color-gray-200) !important;
}

.bg_gray-300 {
  background: var(--color-gray-300) !important;
}

.bg_gray-400 {
  background: var(--color-gray-400) !important;
}

.bg_gray-500 {
  background: var(--color-gray-500) !important;
}

.bg_gray-600 {
  background: var(--color-gray-600) !important;
}

.bg_gray-700 {
  background: var(--color-gray-700) !important;
}

.bg_gray-800 {
  background: var(--color-gray-800) !important;
}

.bg_gray-900 {
  background: var(--color-gray-900) !important;
}

.bg_gray-950 {
  background: var(--color-gray-950) !important;
}

.bg_success {
  background: var(--color-success) !important;
}

.bg_danger {
  background: var(--color-danger) !important;
}

.bg_warning {
  background: var(--color-warning) !important;
}

.bg_info {
  background: var(--color-info) !important;
}

.bg_accent-600 {
  background: var(--color-accent-600) !important;
}

.bg_accent-700 {
  background: var(--color-accent-700) !important;
}

.bg_third {
  background: var(--color-third) !important;
}

.bg_fourth {
  background: var(--color-fourth) !important;
}

.bg_other {
  background: var(--color-other) !important;
}

.bg_accent-800 {
  background: var(--color-accent-800) !important;
}

.bg_accent-900 {
  background: var(--color-accent-900) !important;
}

.bg_third-50 {
  background: var(--color-third-50) !important;
}

.bg_third-100 {
  background: var(--color-third-100) !important;
}

.bg_third-200 {
  background: var(--color-third-200) !important;
}

.bg_third-300 {
  background: var(--color-third-300) !important;
}

.bg_third-400 {
  background: var(--color-third-400) !important;
}

.bg_third-500 {
  background: var(--color-third-500) !important;
}

.bg_third-600 {
  background: var(--color-third-600) !important;
}

.bg_third-700 {
  background: var(--color-third-700) !important;
}

.bg_primary-950 {
  background: var(--color-primary-950) !important;
}

.bg_third-800 {
  background: var(--color-third-800) !important;
}

.bg_third-900 {
  background: var(--color-third-900) !important;
}

.bg_third-950 {
  background: var(--color-third-950) !important;
}

.bg_primary-alt {
  background: var(--color-primary-alt) !important;
}

.heading-1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: clamp(2.5rem, 6vw, 4rem);
  font-family: var(--font-primary);
}

.heading-2 {
  font-size: clamp(1.5rem, 4vw, 2.625rem);
  font-weight: 800;
  line-height: clamp(2rem, 5vw, 3.5rem);
  font-family: var(--font-primary);
}

.heading-3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: clamp(1.75rem, 4vw, 2.625rem);
  font-family: var(--font-primary);
}

.subtitle-1 {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 400;
  line-height: clamp(1.5rem, 3vw, 1.875rem);
  font-family: var(--font-primary);
}

.subtitle-2 {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 400;
  line-height: clamp(1.5rem, 2.5vw, 1.875rem);
  font-family: var(--font-primary);
}

.subtitle-3 {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 600;
  line-height: clamp(1.5rem, 2.5vw, 1.875rem);
  font-family: var(--font-primary);
}

.body {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: clamp(1.25rem, 2vw, 1.3125rem);
  font-family: var(--font-primary);
}

.body-semibold {
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: clamp(1.375rem, 2.2vw, 1.5rem);
  font-family: var(--font-primary);
}

.label {
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  font-weight: 400;
  line-height: clamp(1.25rem, 2vw, 1.3125rem);
  font-family: var(--font-primary);
}

.label-semibold {
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  font-weight: 600;
  line-height: clamp(1.25rem, 2vw, 1.3125rem);
  font-family: var(--font-primary);
}

.caption {
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  font-weight: 400;
  line-height: clamp(1.125rem, 1.8vw, 1.22rem);
  font-family: var(--font-primary);
}

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

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

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

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

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

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.05em !important;
}

.word-spacing-tight {
  word-spacing: -0.05em !important;
}

.word-spacing-normal {
  word-spacing: 0 !important;
}

.word-spacing-wide {
  word-spacing: 0.05em !important;
}

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

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

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

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

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

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

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

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

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

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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;
  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;
  -moz-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 {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.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: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.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: 0.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: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.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: 0.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: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__slide {
  display: flex;
  align-items: start;
}
.splide__slide .grid-masonry {
  width: 100%;
  height: auto;
}

#impact-slider .splide__track {
  overflow: visible;
}
#impact-slider .splide__list {
  align-items: start;
}

#eventsThree .splide__track,
#eventsThree .splide__list {
  overflow: visible;
}

#eventsThree .splide__slide {
  transition: transform 0.35s ease, opacity 0.35s ease, z-index 0.35s ease;
  transform-origin: center;
  transform: scale(0.98);
  opacity: 0.9;
  z-index: 1;
}

#eventsThree .splide__slide.is-active:not(.splide__slide--clone) {
  transform: scale(1.1);
  opacity: 1;
  z-index: 3;
}

#eventsThree .splide__slide.is-prev,
#eventsThree .splide__slide.is-next {
  transform: scale(0.98);
  z-index: 2;
}

#eventsThree .splide__slide {
  padding: 5px;
}

#eventsThree .card_events {
  border-radius: 18px;
  transition: box-shadow 0.35s ease, padding 0.35s ease;
}

#blogPostThree .splide__track {
  padding: 1.2rem 0;
}

#sliderFive .splide__track {
  padding: 1rem 0;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
body {
  font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
}

p {
  color: var(--color-gray-600);
}

.text-xs {
  font-size: 14px;
}

.section-title {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.bg-gray {
  background: var(--color-gray-300);
}

.bg-blue {
  background: var(--color-secondary);
}

.rounded-custom {
  border-radius: 8px !important;
}

.splide__pagination {
  bottom: -2em !important;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination .is-active {
  background: var(--color-primary) !important;
}

.splide {
  position: relative;
  visibility: hidden;
  height: 100%;
  width: 100%;
  overflow: visible !important;
  display: grid !important;
  grid-template-columns: repeat(12, 1fr);
}
.splide > * {
  grid-column: 1/-1;
}
.splide {
  padding-top: 0;
}
[data-slider=nav-down] .splide__arrows--ttb__arrow {
  left: 50%;
  transform: translate(-50%);
}
[data-slider=nav-down] .splide__arrows {
  grid-area: 3;
  grid-column: 6/8;
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  position: initial !important;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  gap: 2.5rem;
}
[data-slider=nav-down] .splide__arrow {
  margin-top: 25px;
  position: relative;
  width: 2em;
  height: 2em;
  z-index: 1;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: var(--color-primary);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
[data-slider=nav-down] .splide__arrow svg {
  width: 1em;
  height: 1em;
  fill: var(--color-white);
  transition: fill 0.3s ease;
}
[data-slider=nav-down] .splide__arrow:hover {
  background: var(--color-primary);
  opacity: 0.9;
}
[data-slider=nav-down] .splide__arrow:hover svg {
  fill: white;
}
[data-slider=nav-down] .splide__arrow--prev svg {
  transform: rotate(180deg);
}
[data-slider=nav-down] .splide.is-focus-in, [data-slider=nav-down] .splide__arrow:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 3px;
  border-radius: 50%;
}
[data-slider=nav-down] .splide__pagination {
  display: none;
}
[data-slider=nav-down-small] .splide__arrows--ttb__arrow {
  left: 50%;
  transform: translate(-50%);
}
[data-slider=nav-down-small] .splide__arrows {
  grid-area: 3;
  grid-column: 6/8;
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  position: initial !important;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  gap: 2.5rem;
}
[data-slider=nav-down-small] .splide__arrow {
  position: relative;
  width: 1.6em;
  height: 1.6em;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: var(--color-primary);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1 !important;
  margin-bottom: 10px;
}
[data-slider=nav-down-small] .splide__arrow svg {
  width: 1em;
  height: 1em;
  fill: var(--color-secondary);
  transition: fill 0.3s ease;
}
[data-slider=nav-down-small] .splide__arrow:hover {
  background: var(--color-primary);
}
[data-slider=nav-down-small] .splide__arrow:hover svg {
  fill: white;
}
[data-slider=nav-down-small] .splide__arrow--prev svg {
  transform: rotate(180deg);
}
[data-slider=nav-down-small] .splide.is-focus-in, [data-slider=nav-down-small] .splide__arrow:focus {
  outline: 2px solid var(--color-secondary);
  outline-offset: 3px;
  border-radius: 50%;
}
[data-slider=nav-down-small] .splide__pagination {
  display: none;
}
[data-slider=nav-down-light] .splide__arrows--ttb__arrow {
  left: 50%;
  transform: translate(-50%);
}
[data-slider=nav-down-light] .splide__arrows {
  grid-area: 3;
  grid-column: 6/8;
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  position: initial !important;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  gap: 2.5rem;
}
[data-slider=nav-down-light] .splide__arrow {
  margin-top: 10px;
  position: relative;
  width: 2em;
  height: 2em;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: var(--color-white);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
[data-slider=nav-down-light] .splide__arrow svg {
  width: 1.1em;
  height: 1.1em;
  fill: var(--color-secondary);
  transition: fill 0.3s ease;
}
[data-slider=nav-down-light] .splide__arrow:hover {
  background: var(--color-primary);
}
[data-slider=nav-down-light] .splide__arrow:hover svg {
  fill: white;
}
[data-slider=nav-down-light] .splide__arrow--prev svg {
  transform: rotate(180deg);
}
[data-slider=nav-down-light] .splide.is-focus-in, [data-slider=nav-down-light] .splide__arrow:focus {
  outline: 2px solid var(--color-secondary);
  outline-offset: 3px;
  border-radius: 50%;
}
[data-slider=nav-down-light] .splide__pagination {
  display: none;
}
[data-slider=none-nav] .splide__arrows--ttb__arrow {
  left: 50%;
  transform: translate(-50%);
}
[data-slider=none-nav] .splide__arrows {
  display: none;
}
[data-slider=none-nav] .splide__arrow {
  display: none;
}
[data-slider=nav-center] .splide__arrows--ttb__arrow {
  left: 50%;
  transform: translate(-50%);
}
[data-slider=nav-center] .splide__arrows {
  position: relative;
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  position: initial !important;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  gap: 2.5rem;
}
[data-slider=nav-center] .splide__arrow {
  position: absolute;
  width: 2em;
  height: 2em;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
[data-slider=nav-center] .splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: var(--color-primary);
  transition: fill 0.3s ease;
}
[data-slider=nav-center] .splide__arrow:hover svg {
  fill: var(--color-secondary);
}
[data-slider=nav-center] .splide__arrow--prev {
  left: -3em;
}
@media (max-width: 600px) {
  [data-slider=nav-center] .splide__arrow--prev {
    left: 0;
  }
}
[data-slider=nav-center] .splide__arrow--prev svg {
  transform: rotate(180deg);
}
[data-slider=nav-center] .splide__arrow--next {
  right: -3em;
}
@media (max-width: 600px) {
  [data-slider=nav-center] .splide__arrow--next {
    right: 0;
  }
}
[data-slider=nav-center] .splide.is-focus-in, [data-slider=nav-center] .splide__arrow:focus {
  outline: 0px solid var(--color-secondary);
  outline-offset: 3px;
  border-radius: 50%;
}
[data-slider=nav-center] .splide__pagination {
  display: none;
}

.title_filter h3 {
  margin-bottom: 0;
  color: var(--color-primary);
}
.title_filter {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
.title_filter i {
  font-size: 1.2rem;
  color: var(--color-gray-600);
}

.nav-pills .nav-link.active {
  background: var(--color-primary-700);
}

.nav-pills .nav-link {
  background: var(--color-primary);
  color: var(--color-white);
  margin: 0 0.5rem;
  transition: background 0.3s ease;
}

.nav-pills .nav-link:hover {
  background: var(--color-secondary-300);
  color: var(--color-primary);
}

.nav-pills .nav-link {
  border-radius: 0.5rem;
}

.btn-secondary-style {
  background: var(--color-secondary) !important;
  color: var(--color-white) !important;
  border-color: var(--color-secondary) !important;
  transition: all 0.3s ease;
}
.btn-secondary-style:hover {
  background: var(--color-secondary-700) !important;
  border-color: var(--color-secondary-700) !important;
  color: var(--color-white) !important;
}
.btn-secondary-style:active, .btn-secondary-style.active {
  background: var(--color-secondary-800) !important;
  border-color: var(--color-secondary-800) !important;
}

.img-hover-zoom {
  max-width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 8px;
}
.img-hover-zoom:hover {
  transform: scale(1.05);
}

.tabs-gap {
  display: flex;
  gap: 1rem;
}

.badge_primary {
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-50 {
  background: var(--color-primary-50);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-100 {
  background: var(--color-primary-100);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-200 {
  background: var(--color-primary-200);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-300 {
  background: var(--color-primary-300);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-400 {
  background: var(--color-primary-400);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-500 {
  background: var(--color-primary-500);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-600 {
  background: var(--color-primary-600);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-700 {
  background: var(--color-primary-700);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-800 {
  background: var(--color-primary-800);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-900 {
  background: var(--color-primary-900);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary {
  background: var(--color-secondary);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-50 {
  background: var(--color-secondary-50);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-100 {
  background: var(--color-secondary-100);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-200 {
  background: var(--color-secondary-200);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-300 {
  background: var(--color-secondary-300);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-400 {
  background: var(--color-secondary-400);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-500 {
  background: var(--color-secondary-500);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-600 {
  background: var(--color-secondary-600);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-700 {
  background: var(--color-secondary-700);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-800 {
  background: var(--color-secondary-800);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-900 {
  background: var(--color-secondary-900);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_secondary-950 {
  background: var(--color-secondary-950);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent {
  background: var(--color-accent);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-50 {
  background: var(--color-accent-50);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-100 {
  background: var(--color-accent-100);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-200 {
  background: var(--color-accent-200);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-300 {
  background: var(--color-accent-300);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-400 {
  background: var(--color-accent-400);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-500 {
  background: var(--color-accent-500);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_black {
  background: var(--color-black);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_white {
  background: var(--color-white);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_dark {
  background: var(--color-dark);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_light {
  background: var(--color-light);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-50 {
  background: var(--color-gray-50);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-100 {
  background: var(--color-gray-100);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-200 {
  background: var(--color-gray-200);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-300 {
  background: var(--color-gray-300);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-400 {
  background: var(--color-gray-400);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-500 {
  background: var(--color-gray-500);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-600 {
  background: var(--color-gray-600);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-700 {
  background: var(--color-gray-700);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-800 {
  background: var(--color-gray-800);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-900 {
  background: var(--color-gray-900);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_gray-950 {
  background: var(--color-gray-950);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_success {
  background: var(--color-success);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_danger {
  background: var(--color-danger);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_warning {
  background: var(--color-warning);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_info {
  background: var(--color-info);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-600 {
  background: var(--color-accent-600);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-700 {
  background: var(--color-accent-700);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third {
  background: var(--color-third);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_fourth {
  background: var(--color-fourth);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_other {
  background: var(--color-other);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-800 {
  background: var(--color-accent-800);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_accent-900 {
  background: var(--color-accent-900);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-50 {
  background: var(--color-third-50);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-100 {
  background: var(--color-third-100);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-200 {
  background: var(--color-third-200);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-300 {
  background: var(--color-third-300);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-400 {
  background: var(--color-third-400);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-500 {
  background: var(--color-third-500);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-600 {
  background: var(--color-third-600);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-700 {
  background: var(--color-third-700);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-950 {
  background: var(--color-primary-950);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-800 {
  background: var(--color-third-800);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-900 {
  background: var(--color-third-900);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_third-950 {
  background: var(--color-third-950);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge_primary-alt {
  background: var(--color-primary-alt);
  color: var(--color-white);
  font-weight: 600;
  font-size: 12px;
}

.badge-sm {
  font-size: 14px;
}

.bretn {
  font-weight: 500;
  border-radius: 8px;
}
.bretn i {
  margin-right: 5px;
  font-size: 1.1rem;
}

.btn_filter {
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--color-primary);
  border: 1px solid var(--color-gray-200);
  color: var(--color-white);
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  font-weight: 500;
}
@media (max-width: 600px) {
  .btn_filter {
    display: flex;
  }
}
.btn_filter:hover {
  background: var(--color-secondary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
.btn_filter i {
  font-size: 1.25rem;
}

.btn_icon {
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none !important;
}
.btn_icon a {
  text-decoration: none !important;
}
.btn_icon i {
  margin-right: 5px;
  font-size: 1.1rem;
}

.btn_primary {
  background: var(--color-primary);
  color: var(--color-white);
  border: 2px solid var(--color-primary);
}
.btn_primary:hover {
  color: var(--color-white);
  background: var(--color-primary-700);
  border-color: var(--color-primary-700);
}

.btn_primary-50 {
  background: var(--color-primary-50);
  color: var(--color-white);
  border: 2px solid var(--color-primary-50);
}
.btn_primary-50:hover {
  color: var(--color-white);
  background: var(--color-primary-50-700);
  border-color: var(--color-primary-50-700);
}

.btn_primary-100 {
  background: var(--color-primary-100);
  color: var(--color-white);
  border: 2px solid var(--color-primary-100);
}
.btn_primary-100:hover {
  color: var(--color-white);
  background: var(--color-primary-100-700);
  border-color: var(--color-primary-100-700);
}

.btn_primary-200 {
  background: var(--color-primary-200);
  color: var(--color-primary);
  border: 2px solid var(--color-primary-200);
}
.btn_primary-200:hover {
  color: var(--color-white) !important;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.btn_primary-300 {
  background: var(--color-primary-300);
  color: var(--color-white);
  border: 2px solid var(--color-primary-300);
}
.btn_primary-300:hover {
  color: var(--color-white);
  background: var(--color-primary-300-700);
  border-color: var(--color-primary-300-700);
}

.btn_primary-400 {
  background: var(--color-primary-400);
  color: var(--color-white);
  border: 2px solid var(--color-primary-400);
}
.btn_primary-400:hover {
  color: var(--color-white);
  background: var(--color-primary-400-700);
  border-color: var(--color-primary-400-700);
}

.btn_primary-500 {
  background: var(--color-primary-500);
  color: var(--color-white);
  border: 2px solid var(--color-primary-500);
}
.btn_primary-500:hover {
  color: var(--color-white);
  background: var(--color-primary-500-700);
  border-color: var(--color-primary-500-700);
}

.btn_primary-600 {
  background: var(--color-primary-600);
  color: var(--color-white);
  border: 2px solid var(--color-primary-600);
}
.btn_primary-600:hover {
  color: var(--color-white);
  background: var(--color-primary-600-700);
  border-color: var(--color-primary-600-700);
}

.btn_primary-700 {
  background: var(--color-primary-700);
  color: var(--color-white);
  border: 2px solid var(--color-primary-700);
}
.btn_primary-700:hover {
  color: var(--color-white);
  background: var(--color-primary-700-700);
  border-color: var(--color-primary-700-700);
}

.btn_primary-800 {
  background: var(--color-primary-800);
  color: var(--color-white);
  border: 2px solid var(--color-primary-800);
}
.btn_primary-800:hover {
  color: var(--color-white);
  background: var(--color-primary-800-700);
  border-color: var(--color-primary-800-700);
}

.btn_primary-900 {
  background: var(--color-primary-900);
  color: var(--color-white);
  border: 2px solid var(--color-primary-900);
}
.btn_primary-900:hover {
  color: var(--color-white);
  background: var(--color-primary-900-700);
  border-color: var(--color-primary-900-700);
}

.btn_secondary {
  background: var(--color-secondary);
  color: var(--color-white);
  border: 2px solid var(--color-secondary);
}
.btn_secondary:hover {
  color: var(--color-white);
  background: var(--color-secondary-700);
  border-color: var(--color-secondary-700);
}

.btn_secondary-50 {
  background: var(--color-secondary-50);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-50);
}
.btn_secondary-50:hover {
  color: var(--color-white);
  background: var(--color-secondary-50-700);
  border-color: var(--color-secondary-50-700);
}

.btn_secondary-100 {
  background: var(--color-secondary-100);
  color: var(--color-primary);
  border: 2px solid var(--color-secondary-100);
}
.btn_secondary-100:hover {
  color: var(--color-primary);
  background: var(--color-secondary-100);
}

.btn_secondary-200 {
  background: var(--color-secondary-200);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-200);
}
.btn_secondary-200:hover {
  color: var(--color-white);
  background: var(--color-secondary-200-700);
  border-color: var(--color-secondary-200-700);
}

.btn_secondary-300 {
  background: var(--color-secondary-300);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-300);
}
.btn_secondary-300:hover {
  color: var(--color-white);
  background: var(--color-secondary-300-700);
  border-color: var(--color-secondary-300-700);
}

.btn_secondary-400 {
  background: var(--color-secondary-400);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-400);
}
.btn_secondary-400:hover {
  color: var(--color-white);
  background: var(--color-secondary-400-700);
  border-color: var(--color-secondary-400-700);
}

.btn_secondary-500 {
  background: var(--color-secondary-500);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-500);
}
.btn_secondary-500:hover {
  color: var(--color-white);
  background: var(--color-secondary-500-700);
  border-color: var(--color-secondary-500-700);
}

.btn_secondary-600 {
  background: var(--color-secondary-600);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-600);
}
.btn_secondary-600:hover {
  color: var(--color-white);
  background: var(--color-secondary-600-700);
  border-color: var(--color-secondary-600-700);
}

.btn_secondary-700 {
  background: var(--color-secondary-700);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-700);
}
.btn_secondary-700:hover {
  color: var(--color-white);
  background: var(--color-secondary-700-700);
  border-color: var(--color-secondary-700-700);
}

.btn_secondary-800 {
  background: var(--color-secondary-800);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-800);
}
.btn_secondary-800:hover {
  color: var(--color-white);
  background: var(--color-secondary-800-700);
  border-color: var(--color-secondary-800-700);
}

.btn_secondary-900 {
  background: var(--color-secondary-900);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-900);
}
.btn_secondary-900:hover {
  color: var(--color-white);
  background: var(--color-secondary-900-700);
  border-color: var(--color-secondary-900-700);
}

.btn_secondary-950 {
  background: var(--color-secondary-950);
  color: var(--color-white);
  border: 2px solid var(--color-secondary-950);
}
.btn_secondary-950:hover {
  color: var(--color-white);
  background: var(--color-secondary-950-700);
  border-color: var(--color-secondary-950-700);
}

.btn_accent {
  background: var(--color-accent);
  color: var(--color-white);
  border: 2px solid var(--color-accent);
}
.btn_accent:hover {
  color: var(--color-white);
  background: var(--color-accent-700);
  border-color: var(--color-accent-700);
}

.btn_accent-50 {
  background: var(--color-accent-50);
  color: var(--color-white);
  border: 2px solid var(--color-accent-50);
}
.btn_accent-50:hover {
  color: var(--color-white);
  background: var(--color-accent-50-700);
  border-color: var(--color-accent-50-700);
}

.btn_accent-100 {
  background: var(--color-accent-100);
  color: var(--color-white);
  border: 2px solid var(--color-accent-100);
}
.btn_accent-100:hover {
  color: var(--color-white);
  background: var(--color-accent-100-700);
  border-color: var(--color-accent-100-700);
}

.btn_accent-200 {
  background: var(--color-accent-200);
  color: var(--color-white);
  border: 2px solid var(--color-accent-200);
}
.btn_accent-200:hover {
  color: var(--color-white);
  background: var(--color-accent-200-700);
  border-color: var(--color-accent-200-700);
}

.btn_accent-300 {
  background: var(--color-accent-300);
  color: var(--color-white);
  border: 2px solid var(--color-accent-300);
}
.btn_accent-300:hover {
  color: var(--color-white);
  background: var(--color-accent-300-700);
  border-color: var(--color-accent-300-700);
}

.btn_accent-400 {
  background: var(--color-accent-400);
  color: var(--color-white);
  border: 2px solid var(--color-accent-400);
}
.btn_accent-400:hover {
  color: var(--color-white);
  background: var(--color-accent-400-700);
  border-color: var(--color-accent-400-700);
}

.btn_accent-500 {
  background: var(--color-accent-500);
  color: var(--color-white);
  border: 2px solid var(--color-accent-500);
}
.btn_accent-500:hover {
  color: var(--color-white);
  background: var(--color-accent-500-700);
  border-color: var(--color-accent-500-700);
}

.btn_black {
  background: var(--color-black);
  color: var(--color-white);
  border: 2px solid var(--color-black);
}
.btn_black:hover {
  color: var(--color-white);
  background: var(--color-black-700);
  border-color: var(--color-black-700);
}

.btn_white {
  background: var(--color-white);
  color: var(--color-white);
  border: 2px solid var(--color-white);
}
.btn_white:hover {
  color: var(--color-white);
  background: var(--color-white-700);
  border-color: var(--color-white-700);
}

.btn_dark {
  background: var(--color-dark);
  color: var(--color-white);
  border: 2px solid var(--color-dark);
}
.btn_dark:hover {
  color: var(--color-white);
  background: var(--color-dark-700);
  border-color: var(--color-dark-700);
}

.btn_light {
  background: var(--color-light);
  color: var(--color-primary);
  border: 2px solid var(--color-light);
}
.btn_light:hover {
  color: var(--color-primary);
  background: var(--color-light);
}

.btn_gray-50 {
  background: var(--color-gray-50);
  color: var(--color-white);
  border: 2px solid var(--color-gray-50);
}
.btn_gray-50:hover {
  color: var(--color-white);
  background: var(--color-gray-50-700);
  border-color: var(--color-gray-50-700);
}

.btn_gray-100 {
  background: var(--color-gray-100);
  color: var(--color-white);
  border: 2px solid var(--color-gray-100);
}
.btn_gray-100:hover {
  color: var(--color-white);
  background: var(--color-gray-100-700);
  border-color: var(--color-gray-100-700);
}

.btn_gray-200 {
  background: var(--color-gray-200);
  color: var(--color-white);
  border: 2px solid var(--color-gray-200);
}
.btn_gray-200:hover {
  color: var(--color-white);
  background: var(--color-gray-200-700);
  border-color: var(--color-gray-200-700);
}

.btn_gray-300 {
  background: var(--color-gray-300);
  color: var(--color-white);
  border: 2px solid var(--color-gray-300);
}
.btn_gray-300:hover {
  color: var(--color-white);
  background: var(--color-gray-300-700);
  border-color: var(--color-gray-300-700);
}

.btn_gray-400 {
  background: var(--color-gray-400);
  color: var(--color-white);
  border: 2px solid var(--color-gray-400);
}
.btn_gray-400:hover {
  color: var(--color-white);
  background: var(--color-gray-400-700);
  border-color: var(--color-gray-400-700);
}

.btn_gray-500 {
  background: var(--color-gray-500);
  color: var(--color-white);
  border: 2px solid var(--color-gray-500);
}
.btn_gray-500:hover {
  color: var(--color-white);
  background: var(--color-gray-500-700);
  border-color: var(--color-gray-500-700);
}

.btn_gray-600 {
  background: var(--color-gray-600);
  color: var(--color-white);
  border: 2px solid var(--color-gray-600);
}
.btn_gray-600:hover {
  color: var(--color-white);
  background: var(--color-gray-600-700);
  border-color: var(--color-gray-600-700);
}

.btn_gray-700 {
  background: var(--color-gray-700);
  color: var(--color-white);
  border: 2px solid var(--color-gray-700);
}
.btn_gray-700:hover {
  color: var(--color-white);
  background: var(--color-gray-700-700);
  border-color: var(--color-gray-700-700);
}

.btn_gray-800 {
  background: var(--color-gray-800);
  color: var(--color-white);
  border: 2px solid var(--color-gray-800);
}
.btn_gray-800:hover {
  color: var(--color-white);
  background: var(--color-gray-800-700);
  border-color: var(--color-gray-800-700);
}

.btn_gray-900 {
  background: var(--color-gray-900);
  color: var(--color-white);
  border: 2px solid var(--color-gray-900);
}
.btn_gray-900:hover {
  color: var(--color-white);
  background: var(--color-gray-900-700);
  border-color: var(--color-gray-900-700);
}

.btn_gray-950 {
  background: var(--color-gray-950);
  color: var(--color-white);
  border: 2px solid var(--color-gray-950);
}
.btn_gray-950:hover {
  color: var(--color-white);
  background: var(--color-gray-950-700);
  border-color: var(--color-gray-950-700);
}

.btn_success {
  background: var(--color-success);
  color: var(--color-white);
  border: 2px solid var(--color-success);
}
.btn_success:hover {
  color: var(--color-white);
  background: var(--color-success-700);
  border-color: var(--color-success-700);
}

.btn_danger {
  background: var(--color-danger);
  color: var(--color-white);
  border: 2px solid var(--color-danger);
}
.btn_danger:hover {
  color: var(--color-white);
  background: var(--color-danger-700);
  border-color: var(--color-danger-700);
}

.btn_warning {
  background: var(--color-warning);
  color: var(--color-white);
  border: 2px solid var(--color-warning);
}
.btn_warning:hover {
  color: var(--color-white);
  background: var(--color-warning-700);
  border-color: var(--color-warning-700);
}

.btn_info {
  background: var(--color-info);
  color: var(--color-white);
  border: 2px solid var(--color-info);
}
.btn_info:hover {
  color: var(--color-white);
  background: var(--color-info-700);
  border-color: var(--color-info-700);
}

.btn_accent-600 {
  background: var(--color-accent-600);
  color: var(--color-white);
  border: 2px solid var(--color-accent-600);
}
.btn_accent-600:hover {
  color: var(--color-white);
  background: var(--color-accent-600-700);
  border-color: var(--color-accent-600-700);
}

.btn_accent-700 {
  background: var(--color-accent-700);
  color: var(--color-white);
  border: 2px solid var(--color-accent-700);
}
.btn_accent-700:hover {
  color: var(--color-white);
  background: var(--color-accent-700-700);
  border-color: var(--color-accent-700-700);
}

.btn_third {
  background: var(--color-third);
  color: var(--color-white);
  border: 2px solid var(--color-third);
}
.btn_third:hover {
  color: var(--color-white);
  background: var(--color-third-700);
  border-color: var(--color-third-700);
}

.btn_fourth {
  background: var(--color-fourth);
  color: var(--color-white);
  border: 2px solid var(--color-fourth);
}
.btn_fourth:hover {
  color: var(--color-white);
  background: var(--color-fourth-700);
  border-color: var(--color-fourth-700);
}

.btn_other {
  background: var(--color-other);
  color: var(--color-white);
  border: 2px solid var(--color-other);
}
.btn_other:hover {
  color: var(--color-white);
  background: var(--color-other-700);
  border-color: var(--color-other-700);
}

.btn_accent-800 {
  background: var(--color-accent-800);
  color: var(--color-white);
  border: 2px solid var(--color-accent-800);
}
.btn_accent-800:hover {
  color: var(--color-white);
  background: var(--color-accent-800-700);
  border-color: var(--color-accent-800-700);
}

.btn_accent-900 {
  background: var(--color-accent-900);
  color: var(--color-white);
  border: 2px solid var(--color-accent-900);
}
.btn_accent-900:hover {
  color: var(--color-white);
  background: var(--color-accent-900-700);
  border-color: var(--color-accent-900-700);
}

.btn_third-50 {
  background: var(--color-third-50);
  color: var(--color-white);
  border: 2px solid var(--color-third-50);
}
.btn_third-50:hover {
  color: var(--color-white);
  background: var(--color-third-50-700);
  border-color: var(--color-third-50-700);
}

.btn_third-100 {
  background: var(--color-third-100);
  color: var(--color-white);
  border: 2px solid var(--color-third-100);
}
.btn_third-100:hover {
  color: var(--color-white);
  background: var(--color-third-100-700);
  border-color: var(--color-third-100-700);
}

.btn_third-200 {
  background: var(--color-third-200);
  color: var(--color-white);
  border: 2px solid var(--color-third-200);
}
.btn_third-200:hover {
  color: var(--color-white);
  background: var(--color-third-200-700);
  border-color: var(--color-third-200-700);
}

.btn_third-300 {
  background: var(--color-third-300);
  color: var(--color-white);
  border: 2px solid var(--color-third-300);
}
.btn_third-300:hover {
  color: var(--color-white);
  background: var(--color-third-300-700);
  border-color: var(--color-third-300-700);
}

.btn_third-400 {
  background: var(--color-third-400);
  color: var(--color-white);
  border: 2px solid var(--color-third-400);
}
.btn_third-400:hover {
  color: var(--color-white);
  background: var(--color-third-400-700);
  border-color: var(--color-third-400-700);
}

.btn_third-500 {
  background: var(--color-third-500);
  color: var(--color-white);
  border: 2px solid var(--color-third-500);
}
.btn_third-500:hover {
  color: var(--color-white);
  background: var(--color-third-500-700);
  border-color: var(--color-third-500-700);
}

.btn_third-600 {
  background: var(--color-third-600);
  color: var(--color-white);
  border: 2px solid var(--color-third-600);
}
.btn_third-600:hover {
  color: var(--color-white);
  background: var(--color-third-600-700);
  border-color: var(--color-third-600-700);
}

.btn_third-700 {
  background: var(--color-third-700);
  color: var(--color-white);
  border: 2px solid var(--color-third-700);
}
.btn_third-700:hover {
  color: var(--color-white);
  background: var(--color-third-700-700);
  border-color: var(--color-third-700-700);
}

.btn_primary-950 {
  background: var(--color-primary-950);
  color: var(--color-white);
  border: 2px solid var(--color-primary-950);
}
.btn_primary-950:hover {
  color: var(--color-white);
  background: var(--color-primary-950-700);
  border-color: var(--color-primary-950-700);
}

.btn_third-800 {
  background: var(--color-third-800);
  color: var(--color-white);
  border: 2px solid var(--color-third-800);
}
.btn_third-800:hover {
  color: var(--color-white);
  background: var(--color-third-800-700);
  border-color: var(--color-third-800-700);
}

.btn_third-900 {
  background: var(--color-third-900);
  color: var(--color-white);
  border: 2px solid var(--color-third-900);
}
.btn_third-900:hover {
  color: var(--color-white);
  background: var(--color-third-900-700);
  border-color: var(--color-third-900-700);
}

.btn_third-950 {
  background: var(--color-third-950);
  color: var(--color-white);
  border: 2px solid var(--color-third-950);
}
.btn_third-950:hover {
  color: var(--color-white);
  background: var(--color-third-950-700);
  border-color: var(--color-third-950-700);
}

.btn_primary-alt {
  background: var(--color-primary-alt);
  color: var(--color-white);
  border: 2px solid var(--color-primary-alt);
}
.btn_primary-alt:hover {
  color: var(--color-white);
  background: var(--color-primary-alt-700);
  border-color: var(--color-primary-alt-700);
}

.btn_primary_o {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.btn_primary_o:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

.btn_primary-50_o {
  background: transparent;
  color: var(--color-primary-50);
  border: 2px solid var(--color-primary-50);
}
.btn_primary-50_o:hover {
  color: var(--color-white);
  background: var(--color-primary-50);
}

.btn_primary-100_o {
  background: transparent;
  color: var(--color-primary-100);
  border: 2px solid var(--color-primary-100);
}
.btn_primary-100_o:hover {
  color: var(--color-white);
  background: var(--color-primary-100);
}

.btn_primary-200_o {
  background: transparent;
  color: var(--color-primary-200);
  border: 2px solid var(--color-primary-200);
}
.btn_primary-200_o:hover {
  color: var(--color-white);
  background: var(--color-primary-200);
}

.btn_primary-300_o {
  background: transparent;
  color: var(--color-primary-300);
  border: 2px solid var(--color-primary-300);
}
.btn_primary-300_o:hover {
  color: var(--color-white);
  background: var(--color-primary-300);
}

.btn_primary-400_o {
  background: transparent;
  color: var(--color-primary-400);
  border: 2px solid var(--color-primary-400);
}
.btn_primary-400_o:hover {
  color: var(--color-white);
  background: var(--color-primary-400);
}

.btn_primary-500_o {
  background: transparent;
  color: var(--color-primary-500);
  border: 2px solid var(--color-primary-500);
}
.btn_primary-500_o:hover {
  color: var(--color-white);
  background: var(--color-primary-500);
}

.btn_primary-600_o {
  background: transparent;
  color: var(--color-primary-600);
  border: 2px solid var(--color-primary-600);
}
.btn_primary-600_o:hover {
  color: var(--color-white);
  background: var(--color-primary-600);
}

.btn_primary-700_o {
  background: transparent;
  color: var(--color-primary-700);
  border: 2px solid var(--color-primary-700);
}
.btn_primary-700_o:hover {
  color: var(--color-white);
  background: var(--color-primary-700);
}

.btn_primary-800_o {
  background: transparent;
  color: var(--color-primary-800);
  border: 2px solid var(--color-primary-800);
}
.btn_primary-800_o:hover {
  color: var(--color-white);
  background: var(--color-primary-800);
}

.btn_primary-900_o {
  background: transparent;
  color: var(--color-primary-900);
  border: 2px solid var(--color-primary-900);
}
.btn_primary-900_o:hover {
  color: var(--color-white);
  background: var(--color-primary-900);
}

.btn_secondary_o {
  background: transparent;
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
}
.btn_secondary_o:hover {
  color: var(--color-white);
  background: var(--color-secondary);
}

.btn_secondary-50_o {
  background: transparent;
  color: var(--color-secondary-50);
  border: 2px solid var(--color-secondary-50);
}
.btn_secondary-50_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-50);
}

.btn_secondary-100_o {
  background: transparent;
  color: var(--color-secondary-100);
  border: 2px solid var(--color-secondary-100);
}
.btn_secondary-100_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-100);
}

.btn_secondary-200_o {
  background: transparent;
  color: var(--color-secondary-200);
  border: 2px solid var(--color-secondary-200);
}
.btn_secondary-200_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-200);
}

.btn_secondary-300_o {
  background: transparent;
  color: var(--color-secondary-300);
  border: 2px solid var(--color-secondary-300);
}
.btn_secondary-300_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-300);
}

.btn_secondary-400_o {
  background: transparent;
  color: var(--color-secondary-400);
  border: 2px solid var(--color-secondary-400);
}
.btn_secondary-400_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-400);
}

.btn_secondary-500_o {
  background: transparent;
  color: var(--color-secondary-500);
  border: 2px solid var(--color-secondary-500);
}
.btn_secondary-500_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-500);
}

.btn_secondary-600_o {
  background: transparent;
  color: var(--color-secondary-600);
  border: 2px solid var(--color-secondary-600);
}
.btn_secondary-600_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-600);
}

.btn_secondary-700_o {
  background: transparent;
  color: var(--color-secondary-700);
  border: 2px solid var(--color-secondary-700);
}
.btn_secondary-700_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-700);
}

.btn_secondary-800_o {
  background: transparent;
  color: var(--color-secondary-800);
  border: 2px solid var(--color-secondary-800);
}
.btn_secondary-800_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-800);
}

.btn_secondary-900_o {
  background: transparent;
  color: var(--color-secondary-900);
  border: 2px solid var(--color-secondary-900);
}
.btn_secondary-900_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-900);
}

.btn_secondary-950_o {
  background: transparent;
  color: var(--color-secondary-950);
  border: 2px solid var(--color-secondary-950);
}
.btn_secondary-950_o:hover {
  color: var(--color-white);
  background: var(--color-secondary-950);
}

.btn_accent_o {
  background: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
}
.btn_accent_o:hover {
  color: var(--color-white);
  background: var(--color-accent);
}

.btn_accent-50_o {
  background: transparent;
  color: var(--color-accent-50);
  border: 2px solid var(--color-accent-50);
}
.btn_accent-50_o:hover {
  color: var(--color-white);
  background: var(--color-accent-50);
}

.btn_accent-100_o {
  background: transparent;
  color: var(--color-accent-100);
  border: 2px solid var(--color-accent-100);
}
.btn_accent-100_o:hover {
  color: var(--color-white);
  background: var(--color-accent-100);
}

.btn_accent-200_o {
  background: transparent;
  color: var(--color-accent-200);
  border: 2px solid var(--color-accent-200);
}
.btn_accent-200_o:hover {
  color: var(--color-white);
  background: var(--color-accent-200);
}

.btn_accent-300_o {
  background: transparent;
  color: var(--color-accent-300);
  border: 2px solid var(--color-accent-300);
}
.btn_accent-300_o:hover {
  color: var(--color-white);
  background: var(--color-accent-300);
}

.btn_accent-400_o {
  background: transparent;
  color: var(--color-accent-400);
  border: 2px solid var(--color-accent-400);
}
.btn_accent-400_o:hover {
  color: var(--color-white);
  background: var(--color-accent-400);
}

.btn_accent-500_o {
  background: transparent;
  color: var(--color-accent-500);
  border: 2px solid var(--color-accent-500);
}
.btn_accent-500_o:hover {
  color: var(--color-white);
  background: var(--color-accent-500);
}

.btn_black_o {
  background: transparent;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.btn_black_o:hover {
  color: var(--color-white);
  background: var(--color-black);
}

.btn_white_o {
  background: transparent;
  color: var(--color-white);
  border: 2px solid var(--color-white);
}
.btn_white_o:hover {
  color: var(--color-white);
  background: var(--color-white);
}

.btn_dark_o {
  background: transparent;
  color: var(--color-dark);
  border: 2px solid var(--color-dark);
}
.btn_dark_o:hover {
  color: var(--color-white);
  background: var(--color-dark);
}

.btn_light_o {
  background: transparent;
  color: var(--color-light);
  border: 2px solid var(--color-light);
}
.btn_light_o:hover {
  color: var(--color-white);
  background: var(--color-accent);
  border: 2px solid var(--color-accent);
}

.btn_gray-50_o {
  background: transparent;
  color: var(--color-gray-50);
  border: 2px solid var(--color-gray-50);
}
.btn_gray-50_o:hover {
  color: var(--color-white);
  background: var(--color-gray-50);
}

.btn_gray-100_o {
  background: transparent;
  color: var(--color-gray-100);
  border: 2px solid var(--color-gray-100);
}
.btn_gray-100_o:hover {
  color: var(--color-white);
  background: var(--color-gray-100);
}

.btn_gray-200_o {
  background: transparent;
  color: var(--color-gray-200);
  border: 2px solid var(--color-gray-200);
}
.btn_gray-200_o:hover {
  color: var(--color-white);
  background: var(--color-gray-200);
}

.btn_gray-300_o {
  background: transparent;
  color: var(--color-gray-300);
  border: 2px solid var(--color-gray-300);
}
.btn_gray-300_o:hover {
  color: var(--color-white);
  background: var(--color-gray-300);
}

.btn_gray-400_o {
  background: transparent;
  color: var(--color-gray-400);
  border: 2px solid var(--color-gray-400);
}
.btn_gray-400_o:hover {
  color: var(--color-white);
  background: var(--color-gray-400);
}

.btn_gray-500_o {
  background: transparent;
  color: var(--color-gray-500);
  border: 2px solid var(--color-gray-500);
}
.btn_gray-500_o:hover {
  color: var(--color-white);
  background: var(--color-gray-500);
}

.btn_gray-600_o {
  background: transparent;
  color: var(--color-gray-600);
  border: 2px solid var(--color-gray-600);
}
.btn_gray-600_o:hover {
  color: var(--color-white);
  background: var(--color-gray-600);
}

.btn_gray-700_o {
  background: transparent;
  color: var(--color-gray-700);
  border: 2px solid var(--color-gray-700);
}
.btn_gray-700_o:hover {
  color: var(--color-white);
  background: var(--color-gray-700);
}

.btn_gray-800_o {
  background: transparent;
  color: var(--color-gray-800);
  border: 2px solid var(--color-gray-800);
}
.btn_gray-800_o:hover {
  color: var(--color-white);
  background: var(--color-gray-800);
}

.btn_gray-900_o {
  background: transparent;
  color: var(--color-gray-900);
  border: 2px solid var(--color-gray-900);
}
.btn_gray-900_o:hover {
  color: var(--color-white);
  background: var(--color-gray-900);
}

.btn_gray-950_o {
  background: transparent;
  color: var(--color-gray-950);
  border: 2px solid var(--color-gray-950);
}
.btn_gray-950_o:hover {
  color: var(--color-white);
  background: var(--color-gray-950);
}

.btn_success_o {
  background: transparent;
  color: var(--color-success);
  border: 2px solid var(--color-success);
}
.btn_success_o:hover {
  color: var(--color-white);
  background: var(--color-success);
}

.btn_danger_o {
  background: transparent;
  color: var(--color-danger);
  border: 2px solid var(--color-danger);
}
.btn_danger_o:hover {
  color: var(--color-white);
  background: var(--color-danger);
}

.btn_warning_o {
  background: transparent;
  color: var(--color-warning);
  border: 2px solid var(--color-warning);
}
.btn_warning_o:hover {
  color: var(--color-white);
  background: var(--color-warning);
}

.btn_info_o {
  background: transparent;
  color: var(--color-info);
  border: 2px solid var(--color-info);
}
.btn_info_o:hover {
  color: var(--color-white);
  background: var(--color-info);
}

.btn_accent-600_o {
  background: transparent;
  color: var(--color-accent-600);
  border: 2px solid var(--color-accent-600);
}
.btn_accent-600_o:hover {
  color: var(--color-white);
  background: var(--color-accent-600);
}

.btn_accent-700_o {
  background: transparent;
  color: var(--color-accent-700);
  border: 2px solid var(--color-accent-700);
}
.btn_accent-700_o:hover {
  color: var(--color-white);
  background: var(--color-accent-700);
}

.btn_third_o {
  background: transparent;
  color: var(--color-third);
  border: 2px solid var(--color-third);
}
.btn_third_o:hover {
  color: var(--color-white);
  background: var(--color-third);
}

.btn_fourth_o {
  background: transparent;
  color: var(--color-fourth);
  border: 2px solid var(--color-fourth);
}
.btn_fourth_o:hover {
  color: var(--color-white);
  background: var(--color-fourth);
}

.btn_other_o {
  background: transparent;
  color: var(--color-other);
  border: 2px solid var(--color-other);
}
.btn_other_o:hover {
  color: var(--color-white);
  background: var(--color-other);
}

.btn_accent-800_o {
  background: transparent;
  color: var(--color-accent-800);
  border: 2px solid var(--color-accent-800);
}
.btn_accent-800_o:hover {
  color: var(--color-white);
  background: var(--color-accent-800);
}

.btn_accent-900_o {
  background: transparent;
  color: var(--color-accent-900);
  border: 2px solid var(--color-accent-900);
}
.btn_accent-900_o:hover {
  color: var(--color-white);
  background: var(--color-accent-900);
}

.btn_third-50_o {
  background: transparent;
  color: var(--color-third-50);
  border: 2px solid var(--color-third-50);
}
.btn_third-50_o:hover {
  color: var(--color-white);
  background: var(--color-third-50);
}

.btn_third-100_o {
  background: transparent;
  color: var(--color-third-100);
  border: 2px solid var(--color-third-100);
}
.btn_third-100_o:hover {
  color: var(--color-white);
  background: var(--color-third-100);
}

.btn_third-200_o {
  background: transparent;
  color: var(--color-third-200);
  border: 2px solid var(--color-third-200);
}
.btn_third-200_o:hover {
  color: var(--color-white);
  background: var(--color-third-200);
}

.btn_third-300_o {
  background: transparent;
  color: var(--color-third-300);
  border: 2px solid var(--color-third-300);
}
.btn_third-300_o:hover {
  color: var(--color-white);
  background: var(--color-third-300);
}

.btn_third-400_o {
  background: transparent;
  color: var(--color-third-400);
  border: 2px solid var(--color-third-400);
}
.btn_third-400_o:hover {
  color: var(--color-white);
  background: var(--color-third-400);
}

.btn_third-500_o {
  background: transparent;
  color: var(--color-third-500);
  border: 2px solid var(--color-third-500);
}
.btn_third-500_o:hover {
  color: var(--color-white);
  background: var(--color-third-500);
}

.btn_third-600_o {
  background: transparent;
  color: var(--color-third-600);
  border: 2px solid var(--color-third-600);
}
.btn_third-600_o:hover {
  color: var(--color-white);
  background: var(--color-third-600);
}

.btn_third-700_o {
  background: transparent;
  color: var(--color-third-700);
  border: 2px solid var(--color-third-700);
}
.btn_third-700_o:hover {
  color: var(--color-white);
  background: var(--color-third-700);
}

.btn_primary-950_o {
  background: transparent;
  color: var(--color-primary-950);
  border: 2px solid var(--color-primary-950);
}
.btn_primary-950_o:hover {
  color: var(--color-white);
  background: var(--color-primary-950);
}

.btn_third-800_o {
  background: transparent;
  color: var(--color-third-800);
  border: 2px solid var(--color-third-800);
}
.btn_third-800_o:hover {
  color: var(--color-white);
  background: var(--color-third-800);
}

.btn_third-900_o {
  background: transparent;
  color: var(--color-third-900);
  border: 2px solid var(--color-third-900);
}
.btn_third-900_o:hover {
  color: var(--color-white);
  background: var(--color-third-900);
}

.btn_third-950_o {
  background: transparent;
  color: var(--color-third-950);
  border: 2px solid var(--color-third-950);
}
.btn_third-950_o:hover {
  color: var(--color-white);
  background: var(--color-third-950);
}

.btn_primary-alt_o {
  background: transparent;
  color: var(--color-primary-alt);
  border: 2px solid var(--color-primary-alt);
}
.btn_primary-alt_o:hover {
  color: var(--color-white);
  background: var(--color-primary-alt);
}

@media (max-width: 600px) {
  .btn_movil {
    width: 100%;
  }
}
.btn_collapse {
  width: 100%;
  border-bottom: 1px solid var(--color-gray-200);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding: 2px 0;
  border-radius: 0;
  font-size: 0.9rem;
  color: var(--color-gray-600);
  font-weight: 500;
  transition: all 0.3s ease;
  outline: none;
}
.btn_collapse:active {
  outline: none;
}
.btn_collapse:focus {
  outline: none;
}
.btn_collapse i {
  transition: transform 0.3s ease;
}
.btn_collapse[aria-expanded=true] {
  color: var(--color-primary);
}
.btn_collapse[aria-expanded=true] i {
  transform: rotate(180deg);
  color: var(--color-primary);
}
.btn_collapse:hover {
  color: var(--color-primary);
}
.btn_collapse:hover i {
  color: var(--color-primary);
}

.filter-buttons {
  display: flex;
  justify-content: space-between;
}
.filter-buttons a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: var(--color-light);
  color: var(--color-white);
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.3s ease, color 0.3s ease;
  background: var(--color-primary);
  cursor: pointer;
}
@media (max-width: 768px) {
  .filter-buttons a {
    padding: 6px 12px;
    font-size: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.filter-buttons a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  text-decoration: none;
}
.filter-buttons a span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.1);
  width: 18px;
  height: 18px;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .filter-buttons a span {
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
  }
}
.filter-buttons a.active {
  background: var(--color-secondary);
  color: var(--color-white);
}
@media (max-width: 768px) {
  .filter-buttons {
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .filter-buttons::-webkit-scrollbar {
    height: 4px;
  }
  .filter-buttons::-webkit-scrollbar-track {
    background: transparent;
  }
  .filter-buttons::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
  }
}

.blog_filters .filter-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--color-secondary);
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .blog_filters {
    display: none;
  }
}
.blog_filters .filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_filters .filter-link {
  display: block;
  font-size: 14px;
  padding: 0.25rem 0.5rem;
  line-height: 1.4;
  color: var(--color-primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

body.bottom-sheet-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bottom_sheet_filter {
  position: fixed;
  background: var(--color-white);
  width: 100%;
  bottom: 0;
  left: 0;
  height: 75%;
  z-index: 10;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
  border-top: 2px solid var(--color-secondary-400);
}
.bottom_sheet_filter.active {
  transform: translateY(0);
}
.bottom_sheet_filter hr {
  margin: 0;
  border: none;
  border-top: 1px solid var(--color-gray-300);
}
.bottom_sheet_filter_header {
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom_sheet_filter_header_title {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-primary);
  font-weight: 600;
}
.bottom_sheet_filter_header_close {
  font-size: 1.2rem;
  border: none;
  background: var(--color-secondary-300);
  color: var(--color-white);
  border-radius: 9999px;
}
.bottom_sheet_filter_content {
  padding: 20px;
  box-sizing: border-box;
}
.bottom_sheet_filter_content h4 {
  font-size: 1rem;
}

.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  padding: 0;
}
@media (max-width: 600px) {
  .hero {
    height: 90vh;
  }
  .hero .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.hero-caption {
  width: 35%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1400px) {
  .hero-caption {
    width: 35%;
  }
}
@media (max-width: 1400px) {
  .hero-caption {
    width: 40%;
  }
}
@media (max-width: 500px) {
  .hero-caption {
    top: 20%;
    width: 100%;
    padding: 0 5%;
  }
  .hero-caption h1, .hero-caption h2, .hero-caption h3, .hero-caption h3, .hero-caption h4, .hero-caption h5, .hero-caption h6, .hero-caption p {
    text-align: center;
  }
}
.hero-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  line-height: clamp(1.8rem, 5vw, 2.6rem);
}
.hero-image {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 600px) {
  .hero-image {
    width: 100%;
  }
}
.hero-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-group {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .hero-group {
    justify-content: center;
    gap: 20px;
    width: 100%;
  }
}

.hero-banner {
  position: relative;
  left: 0;
}
.hero-banner img {
  width: 100%;
  height: auto;
}
.hero-banner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.hero-banner-caption {
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 2% 5%;
}
@media (min-width: 1200px) {
  .hero-banner-caption {
    padding-left: 7%;
  }
}
@media (min-width: 1400px) {
  .hero-banner-caption {
    padding-left: 18%;
  }
}
@media (max-width: 600px) {
  .hero-banner-caption {
    padding-left: 0;
    top: 46%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 5%;
  }
}
.hero-banner-caption-center {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 500px) {
  .hero-banner-caption-center {
    top: 30%;
    padding: 0 5%;
  }
}

@media (max-width: 500.98px) {
  .hero-banner-caption {
    justify-content: flex-start;
    text-align: center;
  }
}
.cta-banner {
  border-radius: 16px;
  padding: 0 2%;
  background: var(--color-primary);
  height: 500px;
  display: flex;
}
.cta-banner-image {
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cta-banner-image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 360px;
}
.cta-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  z-index: 2;
  position: relative;
}
.cta-banner-content h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--color-white);
}
.cta-banner-content p {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 25px;
  color: var(--color-white);
}

@media (max-width: 500px) {
  .cta-banner {
    flex-direction: column-reverse;
    height: auto;
  }
  .cta-banner-content {
    text-align: center;
    padding: 30px 10px;
  }
  .cta-banner-content .btn_light_or {
    display: block;
    margin: 0 auto;
  }
  .cta-banner span {
    display: block;
    margin: 0 auto;
  }
  .cta-banner h2, .cta-banner p {
    text-align: center;
  }
  .cta-banner-image {
    position: relative;
    text-align: center;
    margin-top: -30px;
  }
  .cta-banner-image img {
    width: 100%;
    max-height: 280px;
  }
}
.content-icon-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.icon-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.icon-text i {
  background: var(--color-secondary);
  color: var(--color-white);
  padding: 6px 10px;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.icon-text a {
  color: var(--color-black);
  font-size: 13px;
  transition: all 0.3s ease;
}
.icon-text:hover i {
  background: var(--color-primary);
  color: var(--color-white);
}
.icon-text:hover a {
  color: var(--color-primary);
}

.hero-parallax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: var(--color-white);
  height: 350px;
  padding: 80px 0;
}
.hero-parallax h2 {
  color: var(--color-white);
}
.hero-parallax p {
  color: var(--color-white);
}
.hero-parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-parallax .container {
  position: relative;
  z-index: 2;
}

.search-form {
  width: 100%;
  z-index: 5;
  position: relative;
  border-radius: 12px;
}

.form-control {
  height: 50px;
  border: 2px solid var(--color-gray-200);
  border-radius: 6px;
}

.btn-form {
  background: var(--color-accent);
  color: var(--color-white);
  height: 50px;
  font-size: 18px;
  width: 120px;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.btn-form:hover {
  background: var(--color-accent);
  color: var(--color-white);
}

.btn-cv {
  background: transparent;
  color: var(--color-white);
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  border-radius: 8px;
  border: 2px solid var(--color-white);
  transition: all 0.3s ease;
}
.btn-cv:hover {
  background: var(--color-accent);
  color: var(--color-white);
  border: 2px solid var(--color-accent);
}

@media (max-width: 576px) {
  .btn-secondary-ta, .btn-cv {
    width: 100%;
  }
}
.btn-secondary-ta {
  background: var(--color-accent);
  color: var(--color-white);
  height: 50px;
  font-size: 18px;
  margin-bottom: 0;
  border-radius: 6px;
  line-height: 2;
}
.btn-secondary-ta:hover {
  background: var(--color-accent);
  color: var(--color-white);
}

.search_box {
  display: flex;
  align-items: center;
  background: var(--color-gray-10);
  border-radius: 8px;
  padding: 8px 15px;
  width: 100%;
  border: 1px solid var(--color-gray-200);
}
.search_box i {
  color: var(--color-gray-600);
  font-size: 16px;
}
.search_box input {
  background: transparent;
  border: none;
  outline: none;
  flex: 1;
  margin: 0 10px;
  font-size: 14px;
  color: var(--color-gray-600);
}
.search_box input::-moz-placeholder {
  color: var(--color-gray-300);
}
.search_box input::placeholder {
  color: var(--color-gray-300);
}

.form_select {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--color-gray-10);
  border: 1px solid var(--color-gray-200);
  border-radius: 8px;
}
.form_select select {
  width: 100%;
  padding: 8px 12px;
  border: none;
  outline: none;
  flex: 1;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  padding-right: 24px;
  cursor: pointer;
}
.form_select select option {
  color: #374151;
  background-color: var(--color-white);
  width: 100%;
}
.form_select::after {
  content: "▾";
  position: absolute;
  right: 12px;
  font-size: 14px;
  color: var(--color-gray-600);
  pointer-events: none;
}
.form_select:hover {
  border-color: var(--color-secondary);
}
.form_select_label {
  font-size: 0.8rem;
  color: var(--color-gray-600);
  font-weight: 600;
}

.filter-checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-checkbox-list li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.filter-checkbox-list .form-check {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 5px;
}
.filter-checkbox-list .form-check-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color-gray-300);
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.filter-checkbox-list .form-check-input:checked {
  border-color: var(--color-primary);
}
.filter-checkbox-list .form-check-input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.filter-checkbox-list .form-check-input:hover {
  border-color: var(--color-primary);
}
.filter-checkbox-list .form-check-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--color-primary-rgb), 0.2);
}
.filter-checkbox-list .form-check-label {
  color: var(--color-gray-700);
  font-size: 0.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  padding: 0;
}
.filter-checkbox-list .form-check-label:hover {
  color: var(--color-primary);
}
.filter-checkbox-list p {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--color-secondary-500);
  background: var(--color-secondary-50);
  border-radius: 4px;
  padding: 2px 4px;
  margin: 0;
}

.form_range {
  height: 80px;
  width: 100%;
  background: var(--color-white);
  border-radius: 10px;
}

.range_bubble {
  width: 100%;
  font-size: 0.8rem;
  color: var(--color-primary);
  font-weight: 600;
}

.range_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.range_label p {
  font-size: 0.8rem;
  color: var(--color-gray-600);
  font-weight: 600;
}

.form_range input {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  border: none;
  z-index: 2222;
}

.form_range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: red;
  border-radius: 50%;
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  cursor: pointer;
}

.form_range input::-moz-form_range-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: red;
  border-radius: 50%;
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  cursor: pointer;
}

.form_range input::-moz-form_range-progress {
  background: var(--color-secondary);
}

.filter-checkbox-list .count {
  color: var(--color-gray-600);
  font-size: 0.875rem;
  margin-left: 4px;
  font-weight: normal;
}

.product-card img {
  width: 100%;
  height: auto;
}

.feature-box {
  margin-bottom: 20px;
}

.info-section {
  background-color: var(--color-gray-50);
  padding: 60px 0;
}

.circular-progress {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circular-progress::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: var(--color-white);
  border-radius: 50%;
}
.circular-progress .value {
  position: relative;
  font-weight: bold;
  font-size: 0.9rem;
  color: var(--color-black);
}

.circular-progress-50 {
  background: conic-gradient(var(--color-primary) 0% 50%, var(--color-gray-200) 50% 100%);
}

.circular-progress-35 {
  background: conic-gradient(var(--color-primary) 0% 35%, var(--color-gray-200) 35% 100%);
}

.checklist {
  list-style: none;
  padding-left: 0;
}
.checklist li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 1rem;
  color: var(--color-gray-900);
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-success);
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.grid-masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-auto-rows: auto;
  align-items: start;
}
.grid-masonry .card-data:nth-child(odd) {
  grid-column: 1;
}
.grid-masonry .card-data:nth-child(even) {
  grid-column: 2;
}
.grid-masonry .card-data:nth-child(1) {
  grid-row: 1;
}
.grid-masonry .card-data:nth-child(2) {
  grid-row: 1;
}
.grid-masonry .card-data:nth-child(3) {
  grid-row: 2;
}
.grid-masonry .card-data:nth-child(4) {
  grid-row: 2;
}
.grid-masonry .card-data:nth-child(5) {
  grid-row: 3;
}
.grid-masonry .card-data:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
@media (max-width: 768px) {
  .grid-masonry {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .grid-masonry .card-data:nth-child(n) {
    grid-column: 1 !important;
  }
}

.masonry-offset .card-data:nth-child(even) {
  margin-top: 60px;
}

.masonry-offset-sm .card-data:nth-child(even) {
  margin-top: 30px;
}
.masonry-offset-sm .card-data:nth-child(4) {
  margin-bottom: 0;
}

.masonry-offset-lg .card-data:nth-child(even) {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .masonry-offset .card-data:nth-child(even),
  .masonry-offset-sm .card-data:nth-child(even),
  .masonry-offset-lg .card-data:nth-child(even) {
    margin-top: 0 !important;
  }
}
.card_post {
  border: 1px solid var(--color-gray-200);
  border-radius: 12px;
  overflow: hidden;
  height: 380px;
  padding: 20px;
  background: var(--color-white);
}
@media (max-width: 600px) {
  .card_post {
    margin: 10px 0;
    height: auto;
  }
}
.card_post::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-secondary));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.card_post.theme-bogota::before {
  background: var(--color-third);
}
.card_post:hover::before {
  transform: scaleX(1);
}
.card_post:hover {
  background: var(--color-secondary-50);
  transform: translateY(-4px);
}
.card_post .content_horizontal {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 600px) {
  .card_post .content_horizontal {
    flex-direction: column;
    height: auto;
  }
}
.card_post .content_vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card_post .post_img_left {
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .card_post .post_img_left {
    width: 100%;
    height: auto;
  }
}
.card_post .post_caption {
  width: 60%;
  padding: 5px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .card_post .post_caption {
    width: 100%;
    height: auto;
  }
}
.card_post .post_actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card_post .post_actions p {
  color: var(--color-gray-500);
  font-weight: 600;
  font-size: 0.65rem;
  margin-bottom: 0;
}
.card_post .post_actions i {
  color: var(--color-primary);
}
.card_post .post_actions_cta {
  display: flex;
  align-items: center;
  gap: 5px;
}
.card_post .post_actions_share {
  display: none;
  font-size: 1.2rem;
  color: var(--color-primary);
  border: 0;
  background: inherit;
}
.card_post .post_actions_link {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: var(--color-primary);
}
.card_post .post_actions_link i {
  font-size: 1rem;
  margin-left: 5px;
}
.card_post .post_title {
  font-size: clamp(1.125rem, 1.5vw + 0.5rem, 1.2rem);
  font-weight: 700;
  color: var(--color-primary);
  line-height: clamp(1.5rem, 2vw + 0.5rem, 1.25rem);
}
.card_post .post_text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--color-gray-600);
}
.card_post .post_author {
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--color-primary);
}
.card_post .post_group {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  margin-top: 5px;
}
.card_post_img_tag {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 10px;
}
.card_post_img_tag img {
  border-radius: 8px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.show-more-btn {
  padding: 4px 8px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.show-more-btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.theme-bogota .card-data::before {
  background: var(--color-third);
}

.card-data {
  background: var(--color-secondary-50);
  border-radius: 16px;
  padding: 30px 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 200px;
  cursor: pointer;
}
.card-data-h300 {
  height: 300px;
}
.card-data::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-secondary));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.card-data.theme-bogota::before {
  background: var(--color-third);
}
.card-data:hover::before {
  transform: scaleX(1);
}
.card-data:hover {
  transform: translateY(-4px);
}
.card-data span.material-symbols-outlined {
  font-size: 3rem;
  color: var(--color-accent);
  margin-bottom: 16px;
  display: block;
}
.card-data h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
  line-height: 1.2;
}
.card-data h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-gray-600);
  margin-bottom: 12px;
  text-transform: lowercase;
}
.card-data p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0;
}
@media (max-width: 768px) {
  .card-data {
    padding: 24px 20px;
    min-height: 180px;
  }
  .card-data h3 {
    font-size: 1.5rem;
  }
}

.card-post {
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
  background: var(--color-white);
  padding: 20px;
  border: 1px solid var(--color-gray-200);
}
.card-post:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}
.card-post:hover .card-post-icon {
  background: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.card-post:hover .material-symbols-outlined {
  transform: rotate(45deg);
}
.card-post:hover .card-post-img {
  transform: scale(1.05);
}
.card-post:hover .card-post-title {
  color: var(--color-primary);
  transition: transform 0.3s ease;
}
.card-post-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 15px;
}
.card-post-body {
  position: relative;
}
.card-post-img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.card-post-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-primary);
}
.card-post-icon span {
  font-size: 25px;
  color: var(--color-white);
  transition: transform 0.3s ease;
}
.card-post-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-gray-800);
  margin-bottom: 0;
  transition: transform 0.3s ease;
}
.card-post-subtitle {
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--color-gray-600);
}
.card-post-link {
  font-size: 20px;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary-200);
  border-radius: 50%;
  padding: 5px;
  transition: transform 0.3s ease;
}

.card-testimonials {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin: 10px 0;
}
.card-testimonials-img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-testimonials-caption {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  background: var(--color-secondary-50);
  transition: 0.5s all ease;
}
.card-testimonials-caption h4 {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  transition: 0.5s all ease;
}
.card-testimonials-caption p {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 0;
  transition: 0.5s all ease;
}
.card-testimonials-caption i {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  color: var(--color-white);
  width: 30px;
  height: 30px;
  border-radius: 99px;
  transition: 0.5s all ease;
}
.card-testimonials .active {
  background: var(--color-secondary);
}
.card-testimonials .active p {
  color: var(--color-white);
}
.card-testimonials:hover .card-testimonials-caption {
  background: var(--color-secondary);
  color: var(--color-white);
  transition: color 0.3s ease;
  transition: background 0.3s ease;
}
.card-testimonials:hover .card-testimonials-caption p,
.card-testimonials:hover .card-testimonials-caption h4 {
  color: var(--color-white);
}
.card-testimonials:hover .card-testimonials-caption i {
  background: var(--color-white);
  color: var(--color-secondary);
}

.card_events {
  position: relative;
  position: relative;
  padding: 20px;
  background: var(--color-white);
  border: 1px solid var(--color-gray-100);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
.card_events-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card_events::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-secondary));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.card_events.theme-bogota::before {
  background: var(--color-third);
}
.theme-bogota .card_events::before {
  background: var(--color-third);
}
.card_events:hover::before {
  transform: scaleX(1);
}
.card_events:hover {
  transform: scale(1.05) translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.card_events-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card_events-title {
  font-size: clamp(1.25rem, 2vw + 1rem, 1.6rem);
  line-height: clamp(1.8rem, 2.5vw + 1.2rem, 1.5rem);
  color: var(--color-primary);
  font-weight: 700;
  margin: 0 0 10px 0;
}
.card_events-excerpt {
  font-size: clamp(1rem, 1vw + 0.5rem, 0.9rem);
  line-height: 1.5;
  color: var(--color-primary);
  margin: 0 0 10px 0;
}
.card_events-link {
  font-size: clamp(0.8rem, 1vw + 0.5rem, 0.9rem);
  line-height: 1.5;
  color: var(--color-primary);
  margin: 0 0 10px 0;
  font-weight: 500;
}

.card_teams {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--color-gray-50);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card_teams:hover {
  transform: translateY(-5px);
}
.card_teams:hover .card_teams-caption {
  background: var(--color-primary);
}
.card_teams:hover .card_teams-caption h3, .card_teams:hover .card_teams-caption p {
  color: var(--color-white);
}
.card_teams:hover .card_teams-caption i {
  background: var(--color-white);
  color: var(--color-primary);
}
.card_teams-img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_teams-caption {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  background: var(--color-secondary-50);
  transition: all 0.4s ease;
  height: 150px;
  margin-bottom: 20px;
}
.card_teams-caption-title {
  font-size: clamp(1rem, 1vw + 0.5rem, 1rem);
  line-height: clamp(1.1rem, 1.5vw + 0.75rem, 1.1rem);
  font-weight: 700;
  color: var(--color-primary);
  margin: 10px 0 5px 0;
  transition: color 0.3s ease;
}
.card_teams-caption-position {
  font-size: clamp(0.9rem, 1vw + 0.5rem, 0.9rem);
  line-height: clamp(1rem, 1.5vw + 0.75rem, 1rem);
  font-weight: 400;
  color: var(--color-gray-500);
  transition: color 0.3s ease;
}
.card_teams-caption i {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  color: var(--color-white);
  width: 30px;
  height: 30px;
  border-radius: 99px;
  transition: all 0.5s ease;
}

.card_icons {
  position: relative;
}
.card_icons.theme-bogota::before, .theme-bogota .card_icons::before {
  background: var(--color-third);
}
.card_icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
  margin: 10px 0;
  border: 1px solid var(--color-gray-200);
  padding: 30px;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.card_icons:hover {
  border-color: var(--color-primary);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.card_icons-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card_icons-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 50px;
  height: 50px;
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.card_icons-icon i {
  font-size: 1.5rem;
  color: var(--color-primary);
  transition: transform 0.3s ease;
}
.card_icons-icon {
  /* Icons using material symbols (span) */
}
.card_icons-icon span.material-symbols-outlined {
  font-size: 1.5rem;
  color: var(--color-primary);
  transition: transform 0.3s ease;
}
.card_icons:hover .card_icons-icon {
  background: var(--color-primary);
}
.card_icons:hover .card_icons-icon i {
  color: var(--color-primary);
  transform: scale(1.1);
}
.card_icons:hover .card_icons-icon {
  /* Ensure material symbol spans invert color on hover */
}
.card_icons:hover .card_icons-icon span.material-symbols-outlined {
  color: var(--color-secondary);
  transform: scale(1.1);
}
.card_icons-body {
  padding: 0;
}
.theme-bogota .card_icons::before {
  background: var(--color-third);
}
.card_icons::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-secondary));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.card_icons:hover::before {
  transform: scaleX(1);
}
.card_icons:hover {
  transform: translateY(-3px);
}

.card-icon {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  background: var(--color-secondary-50);
  border: 1px solid var(--color-gray-200);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.card-icon-left span {
  background: var(--color-primary);
  color: var(--color-white);
  padding: 8px;
  border-radius: 9999px;
  margin-right: 10px;
}
.card-icon-right {
  flex: 1;
  display: flex;
  align-items: center;
}
.card-icon-right p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-primary);
  font-weight: 600;
}
.card-icon:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.card-icon:hover .card-icon-left span {
  background: var(--color-white);
  color: var(--color-primary);
  transition: all 0.3s ease;
}
.card-icon:hover .card-icon-right p {
  color: var(--color-white);
  transition: all 0.3s ease;
}

.card-slider-effect {
  position: relative;
}
.card-slider-effect img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.card-slider-effect-caption {
  position: absolute;
  top: 50%;
  right: 5%;
  padding: 0 5%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .card-slider-effect-caption {
    top: 20%;
    left: 0;
    right: 0;
  }
}
.card-slider-effect-caption p {
  font-size: clamp(1.8rem, 2vw + 0.5rem, 2rem);
  line-height: clamp(2rem, 2.5vw + 0.5rem, 2.8rem);
  color: var(--color-white) !important;
}

.card-reveal {
  background: var(--color-secondary-200);
  padding: 20px;
  border-radius: 8px;
  margin: 10px 0;
}
.card-reveal span {
  font-size: 2.5rem;
  color: var(--color-secondary);
  margin-bottom: 10px;
  display: block;
  font-weight: 200;
}
.card-reveal h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}
.card-reveal p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-gray-500);
  margin: 0 0 10px 0;
}
.card-reveal .see-more {
  display: inline-flex;
  color: var(--color-secondary);
  font-weight: 400;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 1.2rem !important;
  background: var(--color-secondary-50);
  padding: 5px;
  border-radius: 9999px;
}
.card-reveal .see-more:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}
.card-reveal .see-more:hover span {
  transform: rotate(90deg);
}

.card-profile {
  width: 100%;
  border: 1px solid var(--color-secondary-50);
  border-radius: 8px;
  background: var(--color-secondary-50);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px 0;
  transition: 0.5s all;
}
.card-profile:hover {
  border: 1px solid var(--color-secondary);
  transition: 0.5s all;
}
.card-profile-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-profile-caption {
  padding: 16px;
}
.card-profile-caption span {
  color: var(--color-secondary);
  font-weight: 400;
  font-size: 2.2rem;
}
.card-profile-caption h2 {
  margin: 0 0 4px 0;
  font-size: clamp(1.1rem, 2vw + 1rem, 16px);
  font-weight: bold;
  color: var(--color-primary);
}
.card-profile-caption h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-secondary);
}
.card-profile-caption p {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-gray-500);
}
.card-profile {
  /* info-extra con transición */
}
.card-profile .info-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  margin-top: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding-top 0.4s ease, margin-top 0.4s ease;
}
.card-profile .info-extra.show {
  max-height: 800px;
  /* suficiente para el contenido */
  opacity: 1;
  padding-top: 10px;
  margin-top: 10px;
}
.card-profile .btn-toggle-info {
  border: 0;
  border-radius: 9999px;
  color: var(--color-secondary);
  background: var(--color-secondary-100);
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s;
  margin-top: 10px;
}
.card-profile .btn-toggle-info i {
  font-size: 1.2rem;
}
.card-profile .btn-toggle-info:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}

.blog-card {
  background-color: var(--color-white);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.blog-card > div > img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover > div > img {
  transform: scale(1.05);
}
.blog-card-content, .blog-card-header {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blog-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 12px;
  line-height: 1.4;
}
.blog-card-title a {
  color: inherit;
  text-decoration: none;
}
.blog-card-title a:hover {
  color: var(--color-secondary);
}
.blog-card-description {
  color: var(--color-gray-600);
  font-size: 0.95rem;
  line-height: 1.5;
}
.blog-card-image {
  overflow: hidden;
  position: relative;
}
.blog-card-image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card-image:hover img {
  transform: scale(1.05);
}
.blog-card-footer {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-card-date {
  font-size: 0.7rem;
  color: var(--color-gray-500);
}
.blog-card-actions {
  display: flex;
  gap: 10px;
}
.blog-card-actions button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-primary);
  transition: color 0.3s;
  padding: 5px;
}
.blog-card-actions button:hover {
  color: var(--color-secondary);
}

.blog-card-item.hidden {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.blog-card-item.visible {
  display: block;
  opacity: 1;
  animation: fadeIn 0.8s ease;
}

#show-more-btn {
  transition: all 0.3s ease;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
#show-more-btn:hover {
  transform: translateY(-3px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.job-listing {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  border-radius: 12px;
  border: 1px solid var(--color-gray-200);
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.job-listing:hover {
  border-color: var(--color-primary);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.job-listing-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .job-listing-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.job-listing-title {
  gap: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .job-listing-title {
    font-size: 0.9rem;
  }
}
.job-listing-excerpt {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--color-gray-600);
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 600px) {
  .job-listing-excerpt {
    width: 100%;
  }
}
.job-listing-id {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-primary);
}
.job-listing-date {
  display: flex;
  font-size: 0.8rem;
  font-weight: 400;
  align-items: center;
  margin-bottom: 0;
  color: var(--color-primary);
}
.job-listing-date i {
  font-size: 0.9rem;
  color: var(--color-primary);
  margin-right: 5px;
}
.job-listing-btn {
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 4px 12px;
  border: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.job-listing-btn:hover {
  background: var(--color-secondary);
  color: var(--color-primary);
  text-decoration: none;
}
.job-listing-badge {
  font-size: 0.8rem;
  background: var(--color-secondary);
  color: var(--color-white);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 500;
}
.job-listing-badge-red {
  font-size: 0.8rem;
  background: var(--color-accent);
  color: var(--color-white);
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}
.job-listing-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 0;
}
.job-listing-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 600px) {
  .job-listing-footer {
    flex-direction: column;
  }
}
.job-listing-data {
  display: flex;
  font-size: 0.8rem;
  font-weight: 400;
  align-items: center;
  margin-bottom: 0;
  color: var(--color-primary-600);
}
.job-listing-data span, .job-listing-data i {
  font-size: 0.9rem;
  color: var(--color-primary-600);
  margin-right: 5px;
}
.job-listing-data-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .job-listing-data-group {
    flex-wrap: wrap;
  }
}
.job-listing-btn-apply {
  color: var(--color-secondary);
  background: var(--color-secondary-50);
  border-radius: 4px;
  font-size: 1rem;
  padding: 6px 20px;
  border: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.job-listing-btn-apply:hover {
  background: var(--color-secondary);
  color: var(--color-white);
  text-decoration: none;
}
.job-listing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--color-white);
  border-radius: 12px;
  gap: 10px;
  border: 1px solid var(--color-gray-200);
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.job-listing-card-header {
  display: flex;
  justify-content: space-between;
}
.job-listing-card-header-icon {
  background: var(--color-secondary);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
}
.job-listing-card-header-icon i {
  font-size: 1.1rem;
  color: var(--color-white);
}
.job-listing-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.8rem;
  color: var(--color-gray-600);
}
.job-listing-card-body p {
  display: flex;
  font-size: 0.8rem;
  font-weight: 400;
  align-items: center;
  margin-bottom: 0;
}
.job-listing-card-body p span {
  font-size: 1.2rem;
  color: var(--color-primary);
  margin-right: 5px;
}
.job-listing-card-footer {
  border-top: 1px solid var(--color-gray-200);
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
}
.job-listing-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-secondary));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.job-listing-card:hover::before {
  transform: scaleX(1);
}
.job-listing-card:hover {
  transform: translateY(-4px);
}

ul.custom-bullets {
  padding-left: 0; /* Quita el padding por defecto */
  margin-left: 0; /* Quita margen izquierdo */
  list-style-position: inside; /* Hace que el bullet quede dentro del padding */
  font-size: 0.8rem !important;
}
ul.custom-bullets li {
  margin-left: 1.2em; /* Mueve el texto para dejar espacio al bullet */
  text-indent: -1.2em; /* Mueve el texto para que el bullet quede alineado con el texto superior */
  font-size: 0.8rem !important;
  color: var(--color-gray-500);
  /* Color del texto, ajusta según necesites */
}
ul.custom-bullets li::marker {
  color: var(--color-primary);
}

.filter-list {
  position: relative;
  padding-left: 20px;
  margin: 0;
  list-style: none;
}
.filter-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-gray-50);
  border-radius: 2px;
}
.filter-list li {
  position: relative;
  padding: 0 0 10px 0;
  margin: 0;
  transition: all 0.3s ease;
}
.filter-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-60%);
  width: 3px;
  height: 30px;
  background-color: var(--color-gray-50);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.filter-list li.active::before {
  background-color: var(--color-secondary);
}
.filter-list li.active ~ li::before {
  background-color: var(--color-gray-50);
}
.filter-list li.active .filter-link {
  color: var(--color-primary);
  font-weight: 600;
}
.filter-list li:hover:not(.active)::before {
  background-color: var(--color-primary-light);
}
.filter-list .filter-link {
  color: var(--color-dark);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  display: block;
}
.filter-list .filter-link:hover {
  color: var(--color-primary);
}
.filter-list .filter-link.active {
  color: var(--color-primary);
  font-weight: 600;
}

.social_list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social_list-item {
  display: inline-flex;
  margin: 5px 20px;
}
@media (max-width: 600px) {
  .social_list-item {
    margin: 5px;
  }
}
.social_list-link {
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--color-white);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.social_list-link:hover {
  color: var(--color-white);
  transform: translateY(-5px);
  background: var(--color-primary);
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.benefits-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
  background: var(--color-white);
  border: 2px solid transparent;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid var(--color-gray-200);
}
.benefits-list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-secondary));
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.benefits-list-item:hover::before {
  transform: scaleX(1);
}
.benefits-list-item:hover {
  transform: translateY(-4px);
  border-color: var(--color-primary);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  background: var(--color-primary-50, #f0f7ff);
}
.benefits-list-item:hover i {
  background: var(--color-primary);
  transform: scale(1.1);
}
.benefits-list-item:hover p {
  color: var(--color-primary);
}
.benefits-list-item i {
  font-size: 1.5rem;
  color: var(--color-white);
  flex-shrink: 0;
  margin-top: 0.25rem;
  background: var(--color-primary);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 9999px;
}
.benefits-list-item p {
  margin: 0;
  color: var(--color-gray-700);
  line-height: 1.5;
  transition: color 0.3s ease;
}

.top-bar {
  background-color: var(--color-primary);
}
.top-bar-tools {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1rem;
  margin: 0;
  padding: 0.5% 0;
}
.top-bar-tools li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 4px;
  border-radius: 9999px;
  transition: background 0.3s ease;
  color: var(--color-white);
}
.top-bar-tools li a span {
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
.top-bar-tools li a:hover {
  background: var(--color-primary);
}
.top-bar-tools li a:hover span {
  color: var(--color-white);
}
.top-bar-tools li a:focus {
  outline: 2px solid var(--color-secondary);
  outline-offset: 2px;
}

.navb {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 2% 0;
  position: relative;
}
.navb-logo img {
  width: 150px;
}
.navb-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .navb-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-white);
    flex-direction: column;
    padding: 1rem 5%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
  }
  .navb-menu.active {
    display: flex;
  }
}
.navb-item {
  padding: 0;
}
@media (max-width: 991px) {
  .navb-item {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
  }
}
.navb-link {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.navb-link:hover {
  color: var(--color-secondary);
  text-decoration: none;
}
.navb-link:focus {
  outline: 2px solid var(--color-secondary);
  outline-offset: 2px;
}
@media (max-width: 991px) {
  .navb-link {
    display: block;
    padding: 0.75rem 1rem;
    width: 100%;
  }
}
.navb-menu-login {
  background: transparent;
  border: 1px solid var(--color-primary);
  font-size: 1rem;
  padding: 8px 12px;
  border-radius: 9999px;
  cursor: pointer;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .navb-menu-login {
    display: none;
  }
}
.navb-menu-login:hover {
  text-decoration: none;
  background: var(--color-primary);
  color: var(--color-white);
}
.navb-menu-login:hover span {
  background: var(--color-white);
  color: var(--color-primary);
}
.navb-menu-login:focus {
  outline: 2px solid var(--color-secondary);
  outline-offset: 2px;
}
.navb-menu-login span {
  margin-left: 8px;
  font-size: 1.1rem;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 4px;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.navb-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--color-primary);
  padding: 0.5rem;
}
@media (max-width: 991px) {
  .navb-menu-toggle {
    display: block;
  }
}
.navb-menu-toggle:hover {
  color: var(--color-secondary);
}
.navb-menu-toggle:focus {
  outline: 2px solid var(--color-secondary);
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body.high-contrast {
  filter: contrast(1.5);
  background: var(--color-black);
  color: var(--color-white);
}
body.high-contrast .navb {
  background: var(--color-black);
  border-bottom: 2px solid var(--color-white);
}
body.high-contrast .navb-link,
body.high-contrast .navb-menu-login {
  color: var(--color-white) !important;
  border-color: var(--color-white) !important;
}

.footer {
  background-color: var(--color-primary);
  padding: 4rem 0 0;
  color: var(--color-white);
}
.footer-section {
  margin-bottom: 2rem;
}
.footer-section h3 {
  color: var(--color-white);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section ul li {
  margin-bottom: 0.75rem;
}
.footer-section ul li a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 0.9rem;
  transition: opacity 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-section ul li a .material-symbols-outlined {
  font-size: 1.2rem;
  vertical-align: middle;
}
.footer-section ul li a:hover {
  opacity: 0.8;
}
.footer .register-btn {
  background-color: var(--color-accent);
  color: var(--color-white);
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  transition: all 0.3s ease;
}
.footer .register-btn:hover {
  background-color: rgb(174.825, 25.2, 14.175);
  transform: translateY(-2px);
}
.footer-bottom {
  padding: 1rem 0;
  margin-top: 2rem;
}
.footer-bottom p {
  color: var(--color-white);
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
}

#secondaryCards .col-md-6 {
  display: none;
}
#secondaryCards .col-md-6:nth-child(1), #secondaryCards .col-md-6:nth-child(2) {
  display: block;
}

.animate__animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}

#loadMoreBtn {
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  background-color: #2C6ECB;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  min-width: 200px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#loadMoreBtn:hover {
  transform: translateY(-2px);
  background-color: #245BA8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
#loadMoreBtn.is-return {
  background-color: #6B7280;
}
#loadMoreBtn.is-return:hover {
  transform: translateY(2px);
  background-color: #4B5563;
}

#cifras-banner .counter {
  font-size: 1.8rem;
  line-height: 1;
}
#cifras-banner i.bi {
  font-size: 1.8rem;
}
#cifras-banner .small {
  display: block;
  margin-top: 4px;
  opacity: 0.95;
}
@media (max-width: 575.98px) {
  #cifras-banner .counter {
    font-size: 1.4rem;
  }
  #cifras-banner i.bi {
    font-size: 1.3rem;
  }
  #cifras-banner .small {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #cifras-banner .counter {
    font-size: 1.5rem;
  }
  #cifras-banner i.bi {
    font-size: 1.5rem;
  }
}

.timeline-section {
  background: linear-gradient(180deg, rgba(237, 240, 255, 0.3) 0%, rgba(208, 220, 255, 0.4) 50%, rgba(237, 240, 255, 0.3) 100%);
  padding: 4rem 0;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.timeline-row {
  display: flex;
  align-items: stretch;
  min-height: 180px;
}

.timeline-col--left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 2rem;
}
.timeline-col--center {
  width: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}
.timeline-col--right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  padding-left: 2rem;
}

.timeline-line {
  width: 2px;
  background-color: var(--color-primary-100, #d4dbff);
  height: 100%;
  position: relative;
}

.timeline-dot {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 14px;
  height: 14px;
  background-color: var(--color-primary, #0043a9);
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.timeline-row.is-visible .timeline-dot {
  transform: translateX(-50%) scale(1);
}

.timeline-card {
  background: var(--color-white, #ffffff);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  max-width: 340px;
  width: 100%;
  display: flex;
  gap: 1rem;
  opacity: 0;
  border: 1px solid var(--color-gray-100, #dbdbdb);
  transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.timeline-card:hover {
  border-color: var(--color-primary, #0043a9);
}
.timeline-col--left .timeline-card {
  transform: translateX(-50px);
}
.timeline-col--right .timeline-card {
  transform: translateX(50px);
}
.timeline-row.is-visible .timeline-card {
  opacity: 1;
  transform: translateX(0);
}
.timeline-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: var(--color-primary, #0043a9);
  border-radius: 12px;
  color: var(--color-white, #ffffff);
}
.timeline-card__icon .material-symbols-outlined {
  font-size: 24px;
}
.timeline-card__body {
  flex: 1;
}
.timeline-card__year {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-gray-400, #868686);
  margin-bottom: 0.125rem;
}
.timeline-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-gray-900, #1d1d1d);
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
.timeline-card__text {
  font-size: 0.875rem;
  color: var(--color-gray-500, #6e6e6e);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 767.98px) {
  .timeline-section {
    padding: 2rem 0;
  }
  .timeline-row {
    min-height: auto;
    margin-bottom: 1.5rem;
  }
  .timeline-col--left {
    display: none;
  }
  .timeline-col__track {
    padding: 19px 1rem;
    background: transparent;
    border-radius: 0;
    width: 30px;
    flex-shrink: 0;
  }
  .timeline-col--right {
    flex: 1;
    padding-left: 1rem;
  }
  .timeline-dot {
    width: 12px;
    height: 12px;
    top: 20px;
  }
  .timeline-card {
    max-width: 100%;
    padding: 1rem;
    transform: translateX(-30px);
  }
  .timeline-row.is-visible .timeline-card {
    transform: translateX(0);
  }
  .timeline-card__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
  }
  .timeline-card__icon .material-symbols-outlined {
    font-size: 20px;
  }
  .timeline-card__title {
    font-size: 0.9375rem;
  }
  .timeline-card__text {
    font-size: 0.8125rem;
  }
}
.timeline-roadmap {
  overflow-x: auto;
  padding: 20px 0;
}
.timeline-roadmap__track {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
  position: relative;
}
.timeline-roadmap__track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  height: 8px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary-500), var(--color-primary));
  border-radius: 4px;
  z-index: 0;
}
.timeline-roadmap__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 130px;
  z-index: 1;
}
.timeline-roadmap__item--top .timeline-roadmap__content {
  order: 1;
  margin-bottom: 12px;
}
.timeline-roadmap__item--top .timeline-roadmap__icon {
  order: 2;
}
.timeline-roadmap__item--top .timeline-roadmap__label {
  order: 3;
  margin-top: 12px;
}
.timeline-roadmap__item--bottom .timeline-roadmap__label {
  order: 1;
  margin-bottom: 12px;
}
.timeline-roadmap__item--bottom .timeline-roadmap__icon {
  order: 2;
}
.timeline-roadmap__item--bottom .timeline-roadmap__content {
  order: 3;
  margin-top: 12px;
}
.timeline-roadmap__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--color-white);
  border: 4px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.timeline-roadmap__icon span {
  font-size: 1.5rem;
  color: var(--color-primary);
  transition: all 0.3s ease;
}
.timeline-roadmap__icon:hover {
  background: var(--color-primary);
  transform: scale(1.2);
  box-shadow: 0 8px 25px rgba(0, 67, 169, 0.3);
}
.timeline-roadmap__icon:hover span {
  color: var(--color-white);
}
.timeline-roadmap__content {
  text-align: center;
  max-width: 120px;
}
.timeline-roadmap__year {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  margin: 0;
}
.timeline-roadmap__text {
  font-size: 0.7rem;
  line-height: 1.3;
  color: var(--color-gray-500);
  margin: 4px 0 0;
}
.timeline-roadmap__label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--color-secondary-500);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.timeline-roadmap::-webkit-scrollbar {
  height: 6px;
}
.timeline-roadmap::-webkit-scrollbar-track {
  background: var(--color-gray-100);
  border-radius: 3px;
}
.timeline-roadmap::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 3px;
}
@media (max-width: 768px) {
  .timeline-roadmap__item {
    min-width: 100px;
  }
  .timeline-roadmap__icon {
    width: 45px;
    height: 45px;
  }
  .timeline-roadmap__icon span {
    font-size: 1.2rem;
  }
  .timeline-roadmap__year {
    font-size: 1.2rem;
  }
  .timeline-roadmap__text {
    display: none;
  }
}

.timeline-horizontal {
  overflow-x: auto;
  padding: 2rem 0;
  position: relative;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.timeline-horizontal:active {
  cursor: grabbing;
}
.timeline-horizontal.is-dragging {
  cursor: grabbing;
}
.timeline-horizontal.is-dragging .timeline-horizontal__card {
  pointer-events: none;
}
.timeline-horizontal {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.timeline-horizontal::-webkit-scrollbar {
  display: none;
}
.timeline-horizontal__track {
  display: flex;
  align-items: center;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 250px 4rem;
  position: relative;
  gap: 0;
}
.timeline-horizontal__track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 6px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary-500) 50%, var(--color-primary) 100%);
  border-radius: 3px;
  z-index: 0;
  box-shadow: 0 2px 10px rgba(0, 67, 169, 0.3);
}
.timeline-horizontal__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 210px;
  z-index: 1;
}
.timeline-horizontal__item::before {
  content: "";
  position: absolute;
  width: 2px;
  background: linear-gradient(to bottom, var(--color-primary-100), var(--color-primary-300));
  z-index: 1;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.timeline-horizontal__item:hover::before {
  opacity: 1;
  background: var(--color-primary);
}
.timeline-horizontal__item--top::before {
  top: auto;
  bottom: 50%;
  height: 55px;
  transform: translateY(3px);
}
.timeline-horizontal__item--top .timeline-horizontal__card {
  position: absolute;
  bottom: calc(50% + 55px);
}
.timeline-horizontal__item--bottom::before {
  top: 50%;
  bottom: auto;
  height: 55px;
  transform: translateY(-3px);
}
.timeline-horizontal__item--bottom .timeline-horizontal__card {
  position: absolute;
  top: calc(50% + 55px);
}
.timeline-horizontal__card {
  background: linear-gradient(145deg, #ffffff 0%, #f8faff 100%);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 67, 169, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  width: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.625rem;
  border: 1px solid rgba(0, 67, 169, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.timeline-horizontal__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.6s ease;
}
.timeline-horizontal__card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--color-primary);
}
.timeline-horizontal__card:hover::before {
  left: 100%;
}
.timeline-horizontal__card:hover .timeline-horizontal__icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(0, 67, 169, 0.4);
}
.timeline-horizontal__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-700) 100%);
  border-radius: 50%;
  color: var(--color-white);
  box-shadow: 0 4px 15px rgba(0, 67, 169, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-horizontal__icon .material-symbols-outlined {
  font-size: 26px;
}
.timeline-horizontal__year {
  display: block;
  font-size: 1.625rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-700) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.timeline-horizontal__title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-gray-900, #1d1d1d);
  margin: 0;
  line-height: 1.3;
}
.timeline-horizontal__text {
  font-size: 0.8125rem;
  color: var(--color-gray-500, #6e6e6e);
  line-height: 1.5;
  margin: 0;
}
.timeline-horizontal__scroll-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.75rem 0.9rem;
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
.timeline-horizontal__scroll-hint .material-symbols-outlined {
  font-size: 1.25rem;
  animation: swipeHint 1.5s ease-in-out infinite;
}
.timeline-horizontal__scroll-hint.is-hidden {
  opacity: 0;
  transform: translate(-50%, -70%);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@keyframes swipeHint {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(12px);
    opacity: 0.6;
  }
}
@media (max-width: 767.98px) {
  .timeline-horizontal {
    padding: 1rem 0;
  }
  .timeline-horizontal__item {
    min-width: 200px;
  }
  .timeline-horizontal__item::before {
    display: none;
  }
  .timeline-horizontal__item--top .timeline-horizontal__card, .timeline-horizontal__item--bottom .timeline-horizontal__card {
    position: static;
    margin: 0 auto;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .timeline-horizontal__card {
    width: 180px;
    height: 180px;
    padding: 10px;
  }
  .timeline-horizontal__icon {
    width: 48px;
    height: 48px;
  }
  .timeline-horizontal__icon .material-symbols-outlined {
    font-size: 22px;
  }
  .timeline-horizontal__year {
    font-size: 1.375rem;
  }
  .timeline-horizontal__title {
    font-size: 0.8125rem;
  }
  .timeline-horizontal__text {
    font-size: 0.75rem;
  }
  .timeline-horizontal__track {
    padding: 19px 1rem;
  }
  .timeline-horizontal__scroll-hint {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto 0.75rem;
    pointer-events: none;
    padding: 0.5rem 0.8rem;
    box-shadow: none;
    margin-bottom: 36px;
  }
}