:root,
[data-bs-theme=light] {
  --bs-gray-light: #e2e8f0;
  --bs-gray: #64748b;
  --bs-azure: #0f75da;
  --bs-rock-blue: #93a3b7;
  --bs-transparent: transparent;
  --bs-gray-100: #f8fafc;
  --bs-gray-200: #e2e8f0;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #cbcccb;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #777776;
  --bs-gray-700: #475569;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #5f9bc3;
  --bs-secondary: #dd112c;
  --bs-primary-blue: #5f9bc3;
  --bs-primary-dark-blue: #193857;
  --bs-primary-red: #db162e;
  --bs-primary-black: #000105;
  --bs-primary-gray: #777776;
  --bs-primary-light: #cbcccb;
  --bs-secondary-yellow: #ffef44;
  --bs-secondary-cyan: #00a5d7;
  --bs-secondary-pink: #db007b;
  --bs-secondary-green: #009a50;
  --bs-secondary-red: #dd112c;
  --bs-secondary-blue: #004586;
  --bs-secondary-orange: #f0893a;
  --bs-secondary-brown: #927e71;
  --bs-secondary-purple: #562b76;
  --bs-secondary-azure: #0f75da;
  --bs-success: #009a50;
  --bs-info: #00a5d7;
  --bs-warning: #f0893a;
  --bs-danger: #dd112c;
  --bs-light: #f8fafc;
  --bs-white: #fff;
  --bs-light-150: #f1f5f9;
  --bs-slate-200: #e2e8f0;
  --bs-dark: #212529;
  --bs-darkest: #101922;
  --bs-primary-rgb: 95, 155, 195;
  --bs-secondary-rgb: 221, 17, 44;
  --bs-primary-blue-rgb: 95, 155, 195;
  --bs-primary-dark-blue-rgb: 25, 56, 87;
  --bs-primary-red-rgb: 219, 22, 46;
  --bs-primary-black-rgb: 0, 1, 5;
  --bs-primary-gray-rgb: 119, 119, 118;
  --bs-primary-light-rgb: 203, 204, 203;
  --bs-secondary-yellow-rgb: 255, 239, 68;
  --bs-secondary-cyan-rgb: 0, 165, 215;
  --bs-secondary-pink-rgb: 219, 0, 123;
  --bs-secondary-green-rgb: 0, 154, 80;
  --bs-secondary-red-rgb: 221, 17, 44;
  --bs-secondary-blue-rgb: 0, 69, 134;
  --bs-secondary-orange-rgb: 240, 137, 58;
  --bs-secondary-brown-rgb: 146, 126, 113;
  --bs-secondary-purple-rgb: 86, 43, 118;
  --bs-secondary-azure-rgb: 15, 117, 218;
  --bs-success-rgb: 0, 154, 80;
  --bs-info-rgb: 0, 165, 215;
  --bs-warning-rgb: 240, 137, 58;
  --bs-danger-rgb: 221, 17, 44;
  --bs-light-rgb: 248, 250, 252;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-150-rgb: 241, 245, 249;
  --bs-slate-200-rgb: 226, 232, 240;
  --bs-dark-rgb: 33, 37, 41;
  --bs-darkest-rgb: 16, 25, 34;
  --bs-primary-text-emphasis: rgb(0, 27.6, 53.6);
  --bs-secondary-text-emphasis: rgb(47.6, 47.6, 47.2);
  --bs-success-text-emphasis: rgb(0, 61.6, 32);
  --bs-info-text-emphasis: #004256;
  --bs-warning-text-emphasis: rgb(102, 95.6, 27.2);
  --bs-danger-text-emphasis: rgb(88.4, 6.8, 17.6);
  --bs-light-text-emphasis: #475569;
  --bs-dark-text-emphasis: #475569;
  --bs-primary-bg-subtle: rgb(204, 217.8, 230.8);
  --bs-secondary-bg-subtle: rgb(227.8, 227.8, 227.6);
  --bs-success-bg-subtle: rgb(204, 234.8, 220);
  --bs-info-bg-subtle: #ccedf7;
  --bs-warning-bg-subtle: rgb(255, 251.8, 217.6);
  --bs-danger-bg-subtle: rgb(248.2, 207.4, 212.8);
  --bs-light-bg-subtle: rgb(251.5, 252.5, 253.5);
  --bs-dark-bg-subtle: #cbcccb;
  --bs-primary-border-subtle: rgb(153, 180.6, 206.6);
  --bs-secondary-border-subtle: rgb(200.6, 200.6, 200.2);
  --bs-success-border-subtle: rgb(153, 214.6, 185);
  --bs-info-border-subtle: #99dbef;
  --bs-warning-border-subtle: rgb(255, 248.6, 180.2);
  --bs-danger-border-subtle: rgb(241.4, 159.8, 170.6);
  --bs-light-border-subtle: #e2e8f0;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "League Spartan", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #475569;
  --bs-body-color-rgb: 71, 85, 105;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(71, 85, 105, 0.75);
  --bs-secondary-color-rgb: 71, 85, 105;
  --bs-secondary-bg: #e2e8f0;
  --bs-secondary-bg-rgb: 226, 232, 240;
  --bs-tertiary-color: rgba(71, 85, 105, 0.5);
  --bs-tertiary-color-rgb: 71, 85, 105;
  --bs-tertiary-bg: #f8fafc;
  --bs-tertiary-bg-rgb: 248, 250, 252;
  --bs-heading-color: #101922;
  --bs-link-color: #004586;
  --bs-link-color-rgb: 0, 69, 134;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(0, 55.2, 107.2);
  --bs-link-hover-color-rgb: 0, 55, 107;
  --bs-code-color: #db007b;
  --bs-highlight-color: #475569;
  --bs-highlight-bg: rgb(255, 251.8, 217.6);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(95, 155, 195, 0.25);
  --bs-form-valid-color: #009a50;
  --bs-form-valid-border-color: #009a50;
  --bs-form-invalid-color: #dd112c;
  --bs-form-invalid-border-color: #dd112c;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(102, 143.4, 182.4);
  --bs-secondary-text-emphasis: rgb(173.4, 173.4, 172.8);
  --bs-success-text-emphasis: rgb(102, 194.4, 150);
  --bs-info-text-emphasis: #66c9e7;
  --bs-warning-text-emphasis: rgb(255, 245.4, 142.8);
  --bs-danger-text-emphasis: rgb(234.6, 112.2, 128.4);
  --bs-light-text-emphasis: #f8fafc;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(0, 13.8, 26.8);
  --bs-secondary-bg-subtle: rgb(23.8, 23.8, 23.6);
  --bs-success-bg-subtle: rgb(0, 30.8, 16);
  --bs-info-bg-subtle: #00212b;
  --bs-warning-bg-subtle: rgb(51, 47.8, 13.6);
  --bs-danger-bg-subtle: rgb(44.2, 3.4, 8.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(0, 41.4, 80.4);
  --bs-secondary-border-subtle: rgb(71.4, 71.4, 70.8);
  --bs-success-border-subtle: rgb(0, 92.4, 48);
  --bs-info-border-subtle: #006381;
  --bs-warning-border-subtle: rgb(153, 143.4, 40.8);
  --bs-danger-border-subtle: rgb(132.6, 10.2, 26.4);
  --bs-light-border-subtle: #475569;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(102, 143.4, 182.4);
  --bs-link-hover-color: rgb(132.6, 165.72, 196.92);
  --bs-link-color-rgb: 102, 143, 182;
  --bs-link-hover-color-rgb: 133, 166, 197;
  --bs-code-color: rgb(233.4, 102, 175.8);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 95.6, 27.2);
  --bs-border-color: #475569;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(102, 194.4, 150);
  --bs-form-valid-border-color: rgb(102, 194.4, 150);
  --bs-form-invalid-color: rgb(234.6, 112.2, 128.4);
  --bs-form-invalid-border-color: rgb(234.6, 112.2, 128.4);
}

.card .card__img-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #020617 0, rgba(15, 23, 42, 0.38) 50%, rgba(15, 23, 42, 0) 100%);
}

.guided-tour-card {
  min-height: 400px;
}

.card-authority {
  transition-property: box-shadow, -webkit-transform;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.card-authority .social-network {
  border: 0 !important;
  flex: 0 0 auto;
  padding: 0 !important;
}
.card-authority .social-network .social-network__icon {
  width: 3rem;
  height: 3rem;
}
.card-authority img {
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-authority:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
  -webkit-transform: translateY(-0.25rem);
          transform: translateY(-0.25rem);
}

.guided-tour-card-horizontal .badge .icon {
  margin-bottom: 0.125rem;
}
@media (max-width: 767.98px) {
  .guided-tour-card-horizontal .guided-tour-teaser__image {
    max-height: 360px;
  }
}

.article-card-grid .card-title {
  font-size: clamp(1.25rem, 2.604vw, 1.5rem);
}

@media (max-width: 767.98px) {
  .program-card-horizontal__image {
    max-height: 300px;
  }
}

.card-confirmation__content > p:first-of-type {
  margin-bottom: 2rem;
  border-left: 2px solid #0f75da;
  font-size: 1rem;
  font-style: italic;
  padding: 1.25rem;
  background: #f1f5f9;
  color: #193857;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-confirmation__content > p:first-of-type strong {
  font-weight: 500;
}
.card-confirmation__content > p:nth-of-type(2) {
  margin-bottom: 0.3125rem;
  font-weight: 500;
  line-height: 1;
  font-size: 1.125rem;
  color: #193857;
}
.card-confirmation__content > p:nth-of-type(2) strong {
  font-weight: 500;
}
.card-confirmation__content .card-confirmation__message {
  background-color: #f1f5f9;
  padding: 1.25rem;
  border-radius: 0.5rem;
  position: relative;
  padding-left: 3.5rem;
  font-size: 1rem;
}
.card-confirmation__content .card-confirmation__message p {
  margin: 0;
}
.card-confirmation__content .card-confirmation__message:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1rem;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background-color: #0f75da;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-mail%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M3%207a2%202%200%200%201%202%20-2h14a2%202%200%200%201%202%202v10a2%202%200%200%201%20-2%202h-14a2%202%200%200%201%20-2%20-2v-10%22%20/%3E%3Cpath%20d=%22M3%207l9%206l9%20-6%22%20/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-mail%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M3%207a2%202%200%200%201%202%20-2h14a2%202%200%200%201%202%202v10a2%202%200%200%201%20-2%202h-14a2%202%200%200%201%20-2%20-2v-10%22%20/%3E%3Cpath%20d=%22M3%207l9%206l9%20-6%22%20/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: 1.5rem;
          mask-size: 1.5rem;
}

.card-confirmation .list-stacked-data {
  margin: 0;
  display: grid;
  gap: 0.625rem 0;
  margin-bottom: 1.5rem;
  padding: 0.625rem 0 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 576px) {
  .card-confirmation .list-stacked-data {
    gap: 1.25rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-confirmation .list-stacked-data__item {
  --stacked-icon: none;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  line-height: 1.4;
  overflow: hidden;
  position: relative;
  min-height: 32px;
  font-size: 1rem;
  font-weight: 500;
  color: #193857;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.5rem 0 0.5rem 2.25rem;
}
.card-confirmation .list-stacked-data__item:before {
  content: "";
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  border-radius: 0.75rem;
  background-color: #64748b;
  -webkit-mask-image: var(--stacked-icon);
          mask-image: var(--stacked-icon);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 1.25rem;
          mask-size: 1.25rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.card-confirmation .list-stacked-data__item strong {
  color: #64748b;
  text-transform: uppercase;
  align-self: center;
  letter-spacing: 0.025em;
  font-size: 0.8125rem;
  font-weight: 500;
  margin: 0;
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--location {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-world%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M3%2012a9%209%200%201%200%2018%200a9%209%200%200%200%20-18%200%22%20/%3E%3Cpath%20d=%22M3.6%209h16.8%22%20/%3E%3Cpath%20d=%22M3.6%2015h16.8%22%20/%3E%3Cpath%20d=%22M11.5%203a17%2017%200%200%200%200%2018%22%20/%3E%3Cpath%20d=%22M12.5%203a17%2017%200%200%201%200%2018%22%20/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--datetime {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22currentColor%22%20class=%22icon%20icon-tabler%20icons-tabler-filled%20icon-tabler-calendar-event%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M16%202a1%201%200%200%201%20.993%20.883l.007%20.117v1h1a3%203%200%200%201%202.995%202.824l.005%20.176v12a3%203%200%200%201%20-2.824%202.995l-.176%20.005h-12a3%203%200%200%201%20-2.995%20-2.824l-.005%20-.176v-12a3%203%200%200%201%202.824%20-2.995l.176%20-.005h1v-1a1%201%200%200%201%201.993%20-.117l.007%20.117v1h6v-1a1%201%200%200%201%201%20-1m3%208h-14v8.625c0%20.705%20.386%201.286%20.883%201.366l.117%20.009h12c.513%200%20.936%20-.53%20.993%20-1.215l.007%20-.16zm-9%204a1%201%200%200%201%201%201v2a1%201%200%200%201%20-1%201h-2a1%201%200%200%201%20-1%20-1v-2a1%201%200%200%201%201%20-1z%22%20/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--name {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-user%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M8%207a4%204%200%201%200%208%200a4%204%200%200%200%20-8%200%22%20/%3E%3Cpath%20d=%22M6%2021v-2a4%204%200%200%201%204%20-4h4a4%204%200%200%201%204%204v2%22%20/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--document {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-id%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M3%207a3%203%200%200%201%203%20-3h12a3%203%200%200%201%203%203v10a3%203%200%200%201%20-3%203h-12a3%203%200%200%201%20-3%20-3l0%20-10%22%20/%3E%3Cpath%20d=%22M7%2010a2%202%200%201%200%204%200a2%202%200%201%200%20-4%200%22%20/%3E%3Cpath%20d=%22M15%208l2%200%22%20/%3E%3Cpath%20d=%22M15%2012l2%200%22%20/%3E%3Cpath%20d=%22M7%2016l10%200%22%20/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--origin {
  --stacked-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2308305A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0'/%3E%3Cpath d='M3.6 9h16.8'/%3E%3Cpath d='M3.6 15h16.8'/%3E%3Cpath d='M11.5 3a17 17 0 0 0 0 18'/%3E%3Cpath d='M12.5 3a17 17 0 0 1 0 18'/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--email {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-mail%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M3%207a2%202%200%200%201%202%20-2h14a2%202%200%200%201%202%202v10a2%202%200%200%201%20-2%202h-14a2%202%200%200%201%20-2%20-2v-10%22%20/%3E%3Cpath%20d=%22M3%207l9%206l9%20-6%22%20/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--phone {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-phone%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M5%204h4l2%205l-2.5%201.5a11%2011%200%200%200%205%205l1.5%20-2.5l5%202v4a2%202%200%200%201%20-2%202a16%2016%200%200%201%20-15%20-15a2%202%200%200%201%202%20-2%22%20/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--adults {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-user-check%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M8%207a4%204%200%201%200%208%200a4%204%200%200%200%20-8%200%22%20/%3E%3Cpath%20d=%22M6%2021v-2a4%204%200%200%201%204%20-4h4%22%20/%3E%3Cpath%20d=%22M15%2019l2%202l4%20-4%22%20/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--youth {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-users%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M5%207a4%204%200%201%200%208%200a4%204%200%201%200%20-8%200%22%20/%3E%3Cpath%20d=%22M3%2021v-2a4%204%200%200%201%204%20-4h4a4%204%200%200%201%204%204v2%22%20/%3E%3Cpath%20d=%22M16%203.13a4%204%200%200%201%200%207.75%22%20/%3E%3Cpath%20d=%22M21%2021v-2a4%204%200%200%200%20-3%20-3.85%22%20/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--children {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-user-scan%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M10%209a2%202%200%201%200%204%200a2%202%200%200%200%20-4%200%22%20/%3E%3Cpath%20d=%22M8%2016a2%202%200%200%201%202%20-2h4a2%202%200%200%201%202%202%22%20/%3E%3Cpath%20d=%22M3%207v-2a2%202%200%200%201%202%20-2h2%22%20/%3E%3Cpath%20d=%22M3%2017v2a2%202%200%200%200%202%202h2%22%20/%3E%3Cpath%20d=%22M17%203h2a2%202%200%200%201%202%202v2%22%20/%3E%3Cpath%20d=%22M17%2021h2a2%202%200%200%200%202%20-2v-2%22%20/%3E%3C/svg%3E");
}
.card-confirmation .list-stacked-data__item.list-stacked-data__item--accessibility {
  --stacked-icon: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22currentColor%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-accessible%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22%20/%3E%3Cpath%20d=%22M3%2012a9%209%200%201%200%2018%200a9%209%200%201%200%20-18%200%22%20/%3E%3Cpath%20d=%22M10%2016.5l2%20-3l2%203m-2%20-3v-2l3%20-1m-6%200l3%201%22%20/%3E%3Cpath%20d=%22M11.5%207.5a.5%20.5%200%201%200%201%200a.5%20.5%200%201%200%20-1%200%22%20fill=%22currentColor%22%20/%3E%3C/svg%3E");
}

.card-code__ticket {
  border: 2px dashed rgba(226, 232, 240, 0.2);
}

/*# sourceMappingURL=card.css.map*/