@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  color: #999;
}

.tbt-topbar {
  background: #5e0000;
  color: #fff;
  font-size: 12px;
  padding: 6px 0;
}
.tbt-topbar .tbt-topbar-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.tbt-header {
  background: #7f0000;
  padding: 14px 0;
}
.tbt-header img.logo {
  max-height: 62px;
  width: auto;
}

.tbt-header-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.tbt-nav ul.navbar-nav {
  flex-direction: row;
  align-items: center;
  column-gap: 16px;
  row-gap: 26px;
  flex-wrap: wrap;
}
.tbt-nav .nav-link {
  color: #fff;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  white-space: nowrap;
}
.tbt-nav .nav-link:hover {
  color: #f2c9c9;
}
.tbt-nav li {
  position: relative;
}
.tbt-nav .submenu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: none;
  padding-top: 12px;
}
.tbt-nav li:hover > .submenu-wrap,
.tbt-nav li:focus-within > .submenu-wrap {
  display: block;
}
.tbt-nav li:hover > .submenu-wrap .dropdown-menu,
.tbt-nav li:focus-within > .submenu-wrap .dropdown-menu {
  display: block;
}
.tbt-nav .submenu-wrap .dropdown-menu {
  position: static;
  float: none;
  margin: 0;
  border: 0;
  border-radius: 2px;
  min-width: 240px;
  padding: 15px 20px 25px;
  background: #7f0000;
  opacity: 0.95;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.tbt-nav .dropdown-menu a {
  color: #e1e1e1;
  display: block;
  padding: 15px 8px;
  font-size: 12.5px;
  line-height: 17px;
  white-space: normal;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.18);
  transition: color 0.2s linear;
}
.tbt-nav .dropdown-menu li:last-child a {
  border-bottom: 0;
}
.tbt-nav .dropdown-menu a:hover, .tbt-nav .dropdown-menu a:focus-visible {
  background: none;
  color: #fff;
}

.tbt-lang {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tbt-lang-link {
  color: #fff;
  opacity: 0.62;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 2px;
}

.tbt-lang-link:hover,
.tbt-lang-link:focus-visible {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

html[lang=es] .tbt-lang-link[href$="/es"],
html[lang=en] .tbt-lang-link[href$="/en"] {
  opacity: 1;
  font-weight: 600;
  text-decoration: underline;
}

.tbt-hero-carousel {
  position: relative;
  background: #2a2a2a;
}

.tbt-hero-img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.tbt-hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0 15px;
  text-align: center;
}

.tbt-hero-strap {
  margin: 0;
  max-width: 640px;
  background: rgba(127, 0, 0, 0.86);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  padding: 12px 18px;
}

.tbt-hero-cta {
  display: inline-block;
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  padding: 10px 22px;
  text-decoration: none;
}

.tbt-hero-cta:hover,
.tbt-hero-cta:focus-visible {
  background: #7f0000;
  border-color: #7f0000;
  color: #fff;
}

.tbt-hero-carousel .carousel-control-prev,
.tbt-hero-carousel .carousel-control-next {
  width: 8%;
  opacity: 0.65;
}

.tbt-hero-carousel .carousel-control-prev:hover,
.tbt-hero-carousel .carousel-control-next:hover {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .tbt-hero-img {
    height: 320px;
  }
  .tbt-hero-strap {
    font-size: 18px;
  }
  .tbt-hero-caption {
    bottom: 10%;
  }
}
.ds-usermenu-item {
  color: #fff;
  opacity: 0.72;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
}

.ds-usermenu-item:hover,
.ds-usermenu-item:focus-visible {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.tbt-account,
.tbt-account-guest {
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .tbt-account-name {
    display: none;
  }
}
.tbt-account-trigger {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  padding: 6px 4px;
  color: #fff;
}

.tbt-account-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.tbt-account-name {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tbt-account-caret {
  font-size: 11px;
  opacity: 0.8;
}

.tbt-account-panel {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 60;
  display: none;
  padding-top: 10px;
}

.tbt-account:hover > .tbt-account-panel,
.tbt-account:focus-within > .tbt-account-panel {
  display: block;
}

.tbt-account:hover .tbt-account-caret,
.tbt-account:focus-within .tbt-account-caret {
  transform: rotate(180deg);
}

.tbt-account-panel .ds-usermenu {
  min-width: 210px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.tbt-account-panel .ds-usermenu-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

.tbt-account-panel .ds-usermenu-item {
  display: block;
  width: 100%;
  padding: 9px 18px;
  color: #2b3033;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.tbt-account-panel .ds-usermenu-item:hover,
.tbt-account-panel .ds-usermenu-item:focus-visible {
  background: #f7f7f7;
  color: #7f0000;
}

.tbt-account-guest .ds-usermenu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tbt-account-guest .ds-usermenu-item {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.tbt-account-guest .ds-usermenu-item:hover,
.tbt-account-guest .ds-usermenu-item:focus-visible {
  text-decoration: underline;
  color: #fff;
}

.tbt-section {
  padding: 56px 0;
}

.tbt-section-alt {
  padding: 56px 0;
  background: #f7f7f7;
}

.tbt-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.tbt-section .tbt-section {
  padding-top: 0;
  padding-bottom: 0;
}

.tbt-wrap .tbt-wrap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

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

.tbt-map-figure {
  margin: 0;
}
.tbt-map-figure img {
  display: block;
  width: 100%;
}

.tbt-hero-title {
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  color: #2b3033;
  text-align: center;
  margin: 0 0 34px;
  font-style: italic;
}

.tbt-title {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  color: #7f0000;
  text-align: center;
  margin: 0 0 34px;
}

.tbt-lead {
  color: #7f0000;
  font-weight: 600;
}

.tbt-body p {
  line-height: 1.85;
  margin: 0 0 18px;
  text-align: justify;
}

.tbt-cols {
  column-count: 2;
  column-gap: 44px;
}

.tbt-banner {
  background: #7f0000;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 9px 18px;
  margin: 0 0 26px;
}

.tbt-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.tbt-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 230px;
  text-decoration: none;
  background: #d8d8d8 center/cover no-repeat;
}
.tbt-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tbt-card-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(94, 0, 0, 0.88);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  padding: 6px 12px;
  max-width: 85%;
}

.tbt-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.tbt-news-item {
  border: 1px solid #e6e6e6;
  padding: 22px;
}
.tbt-news-item p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.tbt-news-date {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #b0b0b0;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}

.tbt-news-title {
  font-family: "Oswald", sans-serif;
  color: #2b3033;
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 12px;
  font-weight: 600;
}

.tbt-role {
  color: #7f0000;
  font-weight: 700;
  font-size: 15px;
  margin: 30px 0 10px;
}
.tbt-role h1, .tbt-role .title {
  font: inherit;
  color: inherit;
  margin: 0;
}

.tbt-person {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 7px 0 7px 14px;
}
.tbt-person h1, .tbt-person .title {
  font-size: 15px;
  font-weight: 400;
  color: #2b3033;
  margin: 0;
  line-height: 1.5;
}
.tbt-person p, .tbt-person .description {
  font-size: 14px;
  color: #999;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .tbt-person {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

.tbt-contact {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 34px;
}
.tbt-contact h3 {
  font-family: "Oswald", sans-serif;
  color: #5c6b73;
  font-size: 22px;
  margin: 0 0 20px;
}
.tbt-contact b {
  color: #7f0000;
  display: block;
  margin-top: 20px;
}
.tbt-contact a {
  color: #7f0000;
}

.tbt-contact .tbt-map-figure {
  margin: 0;
}

.tbt-map-figure iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

@media (max-width: 900px) {
  .tbt-map-figure iframe {
    height: 280px;
  }
}
.tbt-btn {
  --bs-btn-bg: #7f0000;
  --bs-btn-border-color: #7f0000;
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #5e0000;
  --bs-btn-hover-border-color: #5e0000;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: #5e0000;
  --bs-btn-active-border-color: #5e0000;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-bg: #7f0000;
  --bs-btn-disabled-border-color: #7f0000;
  --bs-btn-disabled-color: #fff;
  display: inline-block;
  background: #7f0000;
  color: #fff;
  border: 1px solid #7f0000;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  padding: 10px 26px;
  border-radius: 0;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.tbt-btn:hover, .tbt-btn:focus-visible {
  background: #5e0000;
  border-color: #5e0000;
  color: #fff;
}

.tbt-btn:focus-visible {
  outline: 2px solid #5e0000;
  outline-offset: 3px;
}

.tbt-btn:disabled, .tbt-btn.disabled {
  opacity: 0.65;
  cursor: progress;
}

@media (prefers-reduced-motion: reduce) {
  .tbt-btn {
    transition: none;
  }
}
.tbt-footer {
  background: #2b2b2b;
  color: #cfcfcf;
  text-align: center;
  padding: 34px 15px;
  font-size: 12.5px;
  line-height: 1.8;
}
.tbt-footer b {
  color: #fff;
  display: block;
  margin-top: 14px;
}

@media (max-width: 900px) {
  .tbt-cards, .tbt-news, .tbt-contact {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .tbt-cols {
    column-count: 1;
  }
  .tbt-hero-title {
    font-size: 34px;
  }
  .tbt-person {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.tbt-card {
  height: 230px;
  min-height: 230px;
}
.tbt-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tbt-news-item a {
  color: inherit;
  text-decoration: none;
}

.tbt-news-item a:hover .tbt-news-title {
  color: #7f0000;
}

.tbt-advisors {
  margin: 0 0 26px;
}

.tbt-advisor {
  display: grid;
  grid-template-columns: 280px 280px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 8px 0 8px 14px;
}
.tbt-advisor a {
  color: #2b3033;
  text-decoration: none;
  font-size: 15px;
}
.tbt-advisor a:hover {
  color: #7f0000;
  text-decoration: underline;
}
.tbt-advisor .tbt-advisor-degree, .tbt-advisor .tbt-advisor-field {
  font-size: 14px;
  color: #999;
}

@media (max-width: 900px) {
  .tbt-advisor {
    grid-template-columns: 1fr;
    gap: 2px;
    padding-bottom: 14px;
  }
}
.tbt-partner {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px 0 0 14px;
  flex-wrap: wrap;
}
.tbt-partner img {
  max-height: 46px;
  width: auto;
}
.tbt-partner .tbt-partner-field {
  font-size: 14px;
  color: #999;
}

.tbt-logos {
  align-items: center;
  margin: 0 0 34px;
}
.tbt-logos img {
  max-height: 62px;
  width: auto;
  margin: 0 auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.78;
  transition: filter 0.2s, opacity 0.2s;
}
.tbt-logos img:hover {
  filter: none;
  opacity: 1;
}

.tbt-download {
  color: #7f0000;
  font-weight: 600;
  text-decoration: none;
}

.tbt-download:hover {
  text-decoration: underline;
}

.tbt-list {
  padding-left: 20px;
  margin: 0 0 18px;
}

.tbt-list li {
  line-height: 1.8;
  margin-bottom: 8px;
}

.tbt-sub {
  font-family: "Oswald", sans-serif;
  color: #2b3033;
  font-size: 20px;
  margin: 26px 0 12px;
}

.tbt-articles {
  margin: 0 0 30px;
}

.tbt-article {
  padding: 0 0 26px 14px;
  margin-bottom: 26px;
  border-bottom: 1px solid #eee;
}

.tbt-article:last-child {
  border-bottom: 0;
}

.tbt-article-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #2b3033;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 0 6px;
}

.tbt-article-date {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #b0b0b0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.tbt-article-body p {
  line-height: 1.85;
  margin: 0 0 14px;
  text-align: justify;
}

.tbt-article-body p:last-child {
  margin-bottom: 0;
}

.tbt-hero {
  margin: 0 0 26px;
}

.tbt-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.tbt-section .tbt-article-date {
  display: block;
  margin: 4px 0 18px;
}

.item-view {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 15px 72px;
}

.item-view__title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #2b3033;
  font-size: 30px;
  margin: 0 0 18px;
}

.item-view__content {
  line-height: 1.85;
}

.item-view__content p {
  margin: 0 0 16px;
  text-align: justify;
}

.item-view__children {
  margin: 22px 0 0;
}

.item-view__children li {
  margin-bottom: 10px;
}

.item-view__children a {
  color: #7f0000;
  text-decoration: none;
}

.item-view__children a:hover {
  text-decoration: underline;
}

a {
  transition: color 0.5s ease, background-color 0.5s ease, opacity 0.5s ease, box-shadow 0.5s ease;
}

.tbt-card {
  background: #2b3033 center/cover no-repeat;
}
.tbt-card img {
  transition: transform 1s ease, opacity 1s ease;
}

.tbt-card:hover img,
.tbt-card:focus-within img {
  opacity: 0.25;
  transform: scale(1.2);
}

.tbt-news-item {
  transition: box-shadow 0.4s ease;
}

.tbt-news-item:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.tbt-news-title {
  transition: color 0.5s ease;
}

@keyframes tbt-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tbt-nav li:hover > .submenu-wrap .dropdown-menu,
.tbt-nav li:focus-within > .submenu-wrap .dropdown-menu {
  animation: tbt-fade-in 0.3s ease-in;
}
.tbt-nav .dropdown-item {
  transition: color 0.2s linear, background-color 0.2s linear;
}

.glightbox-gallery .glightbox {
  overflow: hidden;
  background: #2b3033;
  cursor: zoom-in;
  display: block;
}
.glightbox-gallery img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 1s ease, opacity 1s ease;
}
.glightbox-gallery .glightbox:hover img {
  transform: scale(1.08);
  opacity: 0.82;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
.relative-wrapper:has(> .tbt-header) {
  position: sticky;
  top: -34px;
  z-index: 1030;
}

.tbt-hero-carousel .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
  transition-duration: 0.6s;
}
.tbt-hero-carousel .carousel-item.active,
.tbt-hero-carousel .carousel-item-next.carousel-item-start,
.tbt-hero-carousel .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.tbt-hero-carousel .carousel-item-next,
.tbt-hero-carousel .carousel-item-prev,
.tbt-hero-carousel .active.carousel-item-start,
.tbt-hero-carousel .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.tbt-lang {
  position: relative;
}

.tbt-lang::after {
  content: "▾";
  font-size: 9px;
  line-height: 1;
  opacity: 0.62;
  margin-left: 2px;
  transition: transform 0.2s linear, opacity 0.2s linear;
}

.tbt-lang:hover::after, .tbt-lang:focus-within::after {
  opacity: 1;
  transform: rotate(180deg);
}

html[lang=es] .tbt-lang-link[href$="/en"],
html[lang=en] .tbt-lang-link[href$="/es"] {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #5e0000;
  padding: 6px 12px;
  min-width: 100%;
  text-align: center;
  white-space: nowrap;
  z-index: 1040;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

html[lang=es] .tbt-lang-link[href$="/en"]::before,
html[lang=en] .tbt-lang-link[href$="/es"]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  height: 6px;
}

html[lang=es] .tbt-lang:hover .tbt-lang-link[href$="/en"],
html[lang=es] .tbt-lang:focus-within .tbt-lang-link[href$="/en"],
html[lang=en] .tbt-lang:hover .tbt-lang-link[href$="/es"],
html[lang=en] .tbt-lang:focus-within .tbt-lang-link[href$="/es"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tbt-nav .nav-link {
  position: relative;
}
.tbt-nav .nav-link::before {
  content: ".."/"";
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: bolder;
  line-height: 0;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  margin-top: 9px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none;
}

.tbt-nav .nav-item:hover > .nav-link::before,
.tbt-nav .nav-link:focus-visible::before,
.tbt-nav .nav-link[data-current]::before {
  opacity: 1;
}

@keyframes tbt-hero-rise {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tbt-hero-carousel .carousel-item.active .tbt-hero-cta {
  animation: tbt-hero-rise 1.47s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@keyframes tbt-page-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  animation: tbt-page-in 350ms cubic-bezier(0.37, 0, 0.63, 1) both;
}

@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
  }
}
@media (hover: none) {
  html[lang=es] .tbt-lang-link[href$="/en"],
  html[lang=en] .tbt-lang-link[href$="/es"] {
    position: static;
    visibility: visible;
    opacity: 0.62;
    pointer-events: auto;
    background: none;
    padding: 2px 4px;
    margin-top: 0;
    min-width: 0;
  }
  html[lang=es] .tbt-lang-link[href$="/en"]::before,
  html[lang=en] .tbt-lang-link[href$="/es"]::before {
    content: none;
  }
  .tbt-lang::after {
    display: none;
  }
}
.ds-email,
.ds-tel {
  color: inherit;
  text-decoration: none;
}

.ds-email:hover, .ds-email:focus-visible,
.ds-tel:hover, .ds-tel:focus-visible {
  color: inherit;
  text-decoration: underline;
}

.ds-email,
.ds-tel {
  position: relative;
}

.ds-email::after,
.ds-tel::after {
  content: "";
  position: absolute;
  inset: -4px 0;
}

.ds-compliance-footer-strip {
  background: #2b2b2b;
  color: #cfcfcf;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 16px 20px;
}

.ds-compliance-footer-strip a,
.ds-compliance-footer-strip button {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s linear;
}

.ds-compliance-footer-strip a:hover,
.ds-compliance-footer-strip a:focus-visible,
.ds-compliance-footer-strip button:hover,
.ds-compliance-footer-strip button:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.ds-cookie-banner .btn-primary {
  --bs-btn-bg: #7f0000;
  --bs-btn-border-color: #7f0000;
  --bs-btn-hover-bg: #5e0000;
  --bs-btn-hover-border-color: #5e0000;
  --bs-btn-active-bg: #5e0000;
  --bs-btn-active-border-color: #5e0000;
  --bs-btn-focus-shadow-rgb: 127, 0, 0;
}
.ds-cookie-banner .btn-outline-secondary {
  --bs-btn-color: #2b3033;
  --bs-btn-border-color: rgba(0, 0, 0, .25);
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-color: #2b3033;
  --bs-btn-hover-border-color: rgba(0, 0, 0, .35);
  --bs-btn-focus-shadow-rgb: 127, 0, 0;
}
.ds-cookie-banner .btn-link {
  --bs-btn-color: #7f0000;
  --bs-btn-hover-color: #5e0000;
}
.ds-cookie-banner a {
  color: #7f0000;
}
.ds-cookie-banner a:hover, .ds-cookie-banner a:focus-visible {
  color: #5e0000;
}
.ds-cookie-banner .form-check-input:checked {
  background-color: #7f0000;
  border-color: #7f0000;
}
.ds-cookie-banner .form-check-input:focus {
  border-color: rgba(127, 0, 0, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(127, 0, 0, 0.2);
}

.tbt-burger {
  background: none;
  border: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  padding: 2px 6px;
  cursor: pointer;
}

.tbt-burger:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 991.98px) {
  .tbt-nav.offcanvas-lg {
    background: #7f0000;
    color: #fff;
    width: min(320px, 86vw);
    padding: 16px 0;
  }
  .tbt-nav.offcanvas-lg .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    column-gap: 0;
    row-gap: 0;
    overflow-y: auto;
    max-height: 100%;
  }
  .tbt-nav.offcanvas-lg .nav-item {
    width: 100%;
  }
  .tbt-nav.offcanvas-lg .nav-link {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
  }
  .tbt-nav.offcanvas-lg .nav-link::before {
    display: none;
  }
  .tbt-nav.offcanvas-lg .nav-link[data-current] {
    background: rgba(0, 0, 0, 0.18);
    font-weight: 600;
  }
  .tbt-nav.offcanvas-lg .submenu-wrap {
    display: block;
    position: static;
    padding: 0;
  }
  .tbt-nav.offcanvas-lg .submenu-wrap .dropdown-menu {
    display: block;
    position: static;
    float: none;
    background: none;
    opacity: 1;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    animation: none;
  }
  .tbt-nav.offcanvas-lg .dropdown-menu a {
    padding: 9px 20px 9px 38px;
    font-size: 14px;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
  }
  .tbt-nav.offcanvas-lg .dropdown-menu a:hover,
  .tbt-nav.offcanvas-lg .dropdown-menu a:focus-visible {
    color: #fff;
  }
}
.tbt-nav-close {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 6px 10px;
  align-self: flex-end;
  margin: 0 8px 8px auto;
  display: block;
}

.tbt-nav-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (min-width: 992px) {
  .tbt-nav-close {
    display: none;
  }
}