html {
  scroll-behavior: smooth;
  font-family: Titillium Web, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.card-list-gradient::before{
  content: " ";
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.00) 0%, #1A1A1A 100%);
  rotate: 180deg;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  width: 200px;
}

@media (min-width: 768px) {
  .card-list-gradient::before {
    display: block;
  }
}

.card-list-gradient::after{
  content: " ";
  background: linear-gradient(90deg, rgba(26, 26, 26, 0.00) 0%, #1A1A1A 100%);
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  display: none;
  height: 100%;
  width: 200px;
}

@media (min-width: 768px) {
  .card-list-gradient::after {
    display: block;
  }
}

.card-small-only{
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .card-small-only {
    height: 5.625rem;
    width: 5.625rem;
    border-radius: 1.25rem;
  }
}

@media print {
  .card-small-only {
    display: none;
  }
}

.card-small-only-content{
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  height: 5.625rem;
  width: 5.625rem;
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media print {
  .card-small-only-content {
    display: none;
  }
}

.indexpage .card-shadow{
  box-shadow: 0 0 0 0;
}

.card-shadow{
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.container-full {
  scroll-padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .container-full {
    padding: 3rem;
  }
}

.container-xxl {
  max-width: 90rem;
  margin: 0 auto;
  scroll-padding-top: 2rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .container-xxl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.container-xl {
  max-width: 69.375rem;
  margin: 0 auto;
  scroll-padding-top: 2rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .container-xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.container-sm{
  max-width: 53rem;
  margin: 0 auto;
  scroll-padding-top: 2rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .container-sm {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.container-md{
  max-width: 65.5rem;
  margin: 0 auto;
  scroll-padding-top: 2rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .container-md {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/*
TEXT
 */

.text-headline {
  font-size: 2.625rem;
  line-height: 2.875rem;
}

.text-lead {
  padding-bottom: 2rem;
  font-family: Titillium Web, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}

.text-caption {
  padding-top: 1rem;
  font-family: Roboto Condensed, Titillium Web, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.author {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(152 26 50 / var(--tw-text-opacity));
}

.title {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity)) !important;
}

.where {
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity)) !important;
}

.content-wrapping-primary{
  a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  a {
    text-decoration-line: underline;
  }
}

.content-wrapping{
  h1, .h1 {
    font-family: Changa, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
  h1, .h1 {
    font-weight: 700;
  }
  h1, .h1 {
    text-transform: uppercase;
  }
  h1, .h1 {
    font-size: 2.625rem !important;
  }
  h1, .h1 {
    line-height: 2.625rem !important;
  }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 5rem !important;
    }
  }
  @media (min-width: 768px) {
    h1, .h1 {
      line-height: 5rem !important;
    }
  }
  h1, .h1 {
    padding-top: 0.5rem;
  }
  h1, .h1 {
    padding-bottom: 2rem;
  }
  h2, .h2 {
    font-family: Changa, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
  h2, .h2 {
    font-weight: 700;
  }
  h2, .h2 {
    text-transform: uppercase;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h2, .h2 {
    line-height: 2rem;
  }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2rem;
    }
  }
  @media (min-width: 768px) {
    h2, .h2 {
      line-height: 2rem;
    }
  }
  h2, .h2 {
    padding-top: 0.5rem;
  }
  h2, .h2 {
    padding-bottom: 2rem;
  }
  h3, .h3 {
    font-family: Changa, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
  h3, .h3 {
    font-weight: 700;
  }
  h3, .h3 {
    text-transform: uppercase;
  }
  h3, .h3 {
    font-family: Changa, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
  h3, .h3 {
    font-weight: 600;
  }
  h3, .h3 {
    text-transform: uppercase;
  }
  h3, .h3 {
    font-size: 1.625rem;
  }
  h3, .h3 {
    padding-top: 0.5rem;
  }
  h3, .h3 {
    padding-bottom: 1.5rem;
  }
  h4, .h4 {
    font-family: Changa, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
  h4, .h4 {
    font-weight: 600;
  }
  h4, .h4 {
    text-transform: uppercase;
  }
  h4, .h4 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    padding-bottom: 1rem;
  }
  h5, .h5 {
    font-family: Changa, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  }
  h5, .h5 {
    font-weight: 700;
  }
  h5, .h5 {
    text-transform: uppercase;
  }
  h5, .h5 {
    font-size: 1.375rem !important;
  }
  h5, .h5 {
    line-height: 1.375rem !important;
  }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.875rem !important;
    }
  }
  @media (min-width: 768px) {
    h5, .h5 {
      line-height: 1.875rem !important;
    }
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(226 0 38 / var(--tw-text-opacity));
  }
  a {
    text-decoration-line: underline;
  }
  ul {
    list-style-position: inside !important;
  }
  ul {
    padding-bottom: 2rem;
  }
  ul {
    --tw-text-opacity: 1;
    color: rgb(189 7 47 / var(--tw-text-opacity));
  }
  ul{
    li {
      padding-bottom: 1rem;
    }
  }
  p {
    padding-bottom: 2rem;
  }
  table {
    width: 100%;
  }
  table {
    border-collapse: collapse;
  }
  table {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }
  table {
    font-size: 1.125rem;
  }
  table {
    --tw-text-opacity: 1;
    color: rgb(189 7 47 / var(--tw-text-opacity));
  }
  table{
    tbody {
      width: 100%;
    }
    tbody{
      tr {
        border-bottom-width: 1px;
      }
      tr {
        --tw-border-opacity: 1;
        border-color: rgb(189 7 47 / var(--tw-border-opacity));
      }
      tr{
        td {
          padding-left: 0.5rem;
          padding-right: 0.5rem;
        }
        td {
          padding-top: 1rem;
          padding-bottom: 1rem;
        }
      }
    }
  }
}

/*
Slider Bullets/Pagination
 */

.swiper-pagination-bullet {
  height: 1rem !important;
  width: 1rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.swiper-button-prev, .swiper-button-next {
  display: none !important;
}

@media (min-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: flex !important;
  }
}

.swiper-button-prev, .swiper-button-next {
  height: 30px !important;
  width: 30px !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  &:after{
    font-size: 14px!important;
  }
  &:after {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

:root {
  --card-factor: 1.5;
  --mm-to-px: calc(96 / 25.4 * 1px);
  --pt-to-px: calc(92 / 72 * 1px);
  --card-mm: calc(var(--card-factor) * var(--mm-to-px));
  --card-pt: calc(var(--card-factor) * var(--pt-to-px));
}

.card-container {
  padding:0;
  margin:0;
}

.card-link {
  display: inline-block;
}

.card {
  border-radius: calc(5 * var(--card-mm));
  width: calc(59 * var(--card-mm));
  height: calc(92 * var(--card-mm));
  min-width: 334px;
  min-height: 521px;
  position: relative;
  background:#fff;
}

.card .card-header {
  position: absolute;
  top: calc(9 * var(--card-mm));
  left: calc(12 * var(--card-mm));
  width: calc(47 * var(--card-mm));
  height: calc(14 * var(--card-mm));
  background: #d6d5d5;
  border-radius: calc(0.5 * var(--card-mm)) 0 0 calc(0.5 * var(--card-mm));
  box-sizing: border-box;
  font-family: 'Roboto Condensed';
  font-weight: 600;
  display:flex;
}

.card .card-header h2 {
  font-size: calc(9 * var(--card-pt));
  align-self:center;
  margin: 0 calc(3 * var(--card-mm));
  color: #313131;
}

.card .card-content {
  position: absolute;
  left: calc(5 * var(--card-mm));
  top: calc(28 * var(--card-mm));
  width: calc(49 * var(--card-mm));
  font-size: calc(9.5 * var(--card-pt));
  font-family: 'Roboto Condensed';
  color: #000;
  -webkit-hyphens: manual;
          hyphens: manual;
  line-height:1.2;
}

.card .card-content p {
  margin: 0;
  padding: 0;
}

.card .card-content p ~ p {
  margin-top: calc(6 * var(--card-pt));
}

.card-wide .card-content {
  width: calc(49.5 * var(--card-mm));
}

.card .card-qrcode {
  position: absolute;
  top: calc(80 * var(--card-mm));
  left: calc(5 * var(--card-mm));
  width: calc(8 * var(--card-mm));
  height: calc(8 * var(--card-mm));
  background-image: url(/static/qrcodes.svg);
  background-size: calc(52 * 8 * var(--card-mm)) calc(8 * var(--card-mm));
}

.card .card-number {
  position: absolute;
  top: calc(79.6 * var(--card-mm));
  left: calc(14.5 * var(--card-mm));
  font-family: 'Roboto Condensed';
  font-size: calc(7 * var(--card-pt));
  font-weight: 600;
  color: #313131;
}

.card .card-more {
  position: absolute;
  top: calc(82.7 * var(--card-mm));
  left: calc(14.5 * var(--card-mm));
  font-family: 'Roboto Condensed';
  font-size: calc(7 * var(--card-pt));
  font-weight: 400;
  font-style: italic;
  color: #313131;
  line-height:1.0;
}

.card .card-more::after {
  content: 'Mehr Information\azur Karte im QR-Code.';
  white-space: pre-wrap;
}

.card-value {
  position: absolute;
  width: calc(4 * var(--card-mm));
}

.card-value-top {
  left: calc(2.5 * var(--card-mm));
  top: calc(2.5 * var(--card-mm));
}

.card-value-bottom {
  right: calc(2.5 * var(--card-mm));
  bottom: calc(2.5 * var(--card-mm));
  transform: rotate(180deg);
}

.card-value div:nth-child(1) {
  background-size: calc(26 * 4 * var(--card-mm)) calc(4.071 * var(--card-mm));
  background-image: url(/static/cardnumbers.svg);
  height: calc(4.071 * var(--card-mm));
}

.card-value div:nth-child(2) {
  background-size: calc(4 * 4 * var(--card-mm)) calc(5.045 * var(--card-mm));
  background-image: url(/static/cardsymbols.svg);
  height: calc(5.045 * var(--card-mm));
  margin-top: calc(0.75 * var(--card-mm));
}

.card-value-2-red {
  background-position: calc(0 / 25 * 100%) 0;
}

.card-value-3-red {
  background-position: calc(1 / 25 * 100%) 0;
}

.card-value-4-red {
  background-position: calc(2 / 25 * 100%) 0;
}

.card-value-5-red {
  background-position: calc(3 / 25 * 100%) 0;
}

.card-value-6-red {
  background-position: calc(4 / 25 * 100%) 0;
}

.card-value-7-red {
  background-position: calc(5 / 25 * 100%) 0;
}

.card-value-8-red {
  background-position: calc(6 / 25 * 100%) 0;
}

.card-value-9-red {
  background-position: calc(7 / 25 * 100%) 0;
}

.card-value-10-red {
  background-position: calc(8 / 25 * 100%) 0;
}

.card-value-jack-red {
  background-position: calc(9 / 25 * 100%) 0;
}

.card-value-queen-red {
  background-position: calc(10 / 25 * 100%) 0;
}

.card-value-king-red {
  background-position: calc(11 / 25 * 100%) 0;
}

.card-value-ace-red {
  background-position: calc(12 / 25 * 100%) 0;
}

.card-value-2-black {
  background-position: calc(13 / 25 * 100%) 0;
}

.card-value-3-black {
  background-position: calc(14 / 25 * 100%) 0;
}

.card-value-4-black {
  background-position: calc(15 / 25 * 100%) 0;
}

.card-value-5-black {
  background-position: calc(16 / 25 * 100%) 0;
}

.card-value-6-black {
  background-position: calc(17 / 25 * 100%) 0;
}

.card-value-7-black {
  background-position: calc(18 / 25 * 100%) 0;
}

.card-value-8-black {
  background-position: calc(19 / 25 * 100%) 0;
}

.card-value-9-black {
  background-position: calc(20 / 25 * 100%) 0;
}

.card-value-10-black {
  background-position: calc(21 / 25 * 100%) 0;
}

.card-value-jack-black {
  background-position: calc(22 / 25 * 100%) 0;
}

.card-value-queen-black {
  background-position: calc(23 / 25 * 100%) 0;
}

.card-value-king-black {
  background-position: calc(24 / 25 * 100%) 0;
}

.card-value-ace-black {
  background-position: calc(25 / 25 * 100%) 0;
}

.card-value-diamond {
  background-position: calc(0 / 3 * 100%) 0;
}

.card-value-heart {
  background-position: calc(1 / 3 * 100%) 0;
}

.card-value-spade {
  background-position: calc(2 / 3 * 100%) 0;
}

.card-value-club {
  background-position: calc(3 / 3 * 100%) 0;
}

.qrcode-1 {
  background-position: calc(0 / 51 * 100%);
}

.qrcode-2 {
  background-position: calc(1 / 51 * 100%);
}

.qrcode-3 {
  background-position: calc(2 / 51 * 100%);
}

.qrcode-4 {
  background-position: calc(3 / 51 * 100%);
}

.qrcode-5 {
  background-position: calc(4 / 51 * 100%);
}

.qrcode-6 {
  background-position: calc(5 / 51 * 100%);
}

.qrcode-7 {
  background-position: calc(6 / 51 * 100%);
}

.qrcode-8 {
  background-position: calc(7 / 51 * 100%);
}

.qrcode-9 {
  background-position: calc(8 / 51 * 100%);
}

.qrcode-10 {
  background-position: calc(9 / 51 * 100%);
}

.qrcode-11 {
  background-position: calc(10 / 51 * 100%);
}

.qrcode-12 {
  background-position: calc(11 / 51 * 100%);
}

.qrcode-13 {
  background-position: calc(12 / 51 * 100%);
}

.qrcode-14 {
  background-position: calc(13 / 51 * 100%);
}

.qrcode-15 {
  background-position: calc(14 / 51 * 100%);
}

.qrcode-16 {
  background-position: calc(15 / 51 * 100%);
}

.qrcode-17 {
  background-position: calc(16 / 51 * 100%);
}

.qrcode-18 {
  background-position: calc(17 / 51 * 100%);
}

.qrcode-19 {
  background-position: calc(18 / 51 * 100%);
}

.qrcode-20 {
  background-position: calc(19 / 51 * 100%);
}

.qrcode-21 {
  background-position: calc(20 / 51 * 100%);
}

.qrcode-22 {
  background-position: calc(21 / 51 * 100%);
}

.qrcode-23 {
  background-position: calc(22 / 51 * 100%);
}

.qrcode-24 {
  background-position: calc(23 / 51 * 100%);
}

.qrcode-25 {
  background-position: calc(24 / 51 * 100%);
}

.qrcode-26 {
  background-position: calc(25 / 51 * 100%);
}

.qrcode-27 {
  background-position: calc(26 / 51 * 100%);
}

.qrcode-28 {
  background-position: calc(27 / 51 * 100%);
}

.qrcode-29 {
  background-position: calc(28 / 51 * 100%);
}

.qrcode-30 {
  background-position: calc(29 / 51 * 100%);
}

.qrcode-31 {
  background-position: calc(30 / 51 * 100%);
}

.qrcode-32 {
  background-position: calc(31 / 51 * 100%);
}

.qrcode-33 {
  background-position: calc(32 / 51 * 100%);
}

.qrcode-34 {
  background-position: calc(33 / 51 * 100%);
}

.qrcode-35 {
  background-position: calc(34 / 51 * 100%);
}

.qrcode-36 {
  background-position: calc(35 / 51 * 100%);
}

.qrcode-37 {
  background-position: calc(36 / 51 * 100%);
}

.qrcode-38 {
  background-position: calc(37 / 51 * 100%);
}

.qrcode-39 {
  background-position: calc(38 / 51 * 100%);
}

.qrcode-40 {
  background-position: calc(39 / 51 * 100%);
}

.qrcode-41 {
  background-position: calc(40 / 51 * 100%);
}

.qrcode-42 {
  background-position: calc(41 / 51 * 100%);
}

.qrcode-43 {
  background-position: calc(42 / 51 * 100%);
}

.qrcode-44 {
  background-position: calc(43 / 51 * 100%);
}

.qrcode-45 {
  background-position: calc(44 / 51 * 100%);
}

.qrcode-46 {
  background-position: calc(45 / 51 * 100%);
}

.qrcode-47 {
  background-position: calc(46 / 51 * 100%);
}

.qrcode-48 {
  background-position: calc(47 / 51 * 100%);
}

.qrcode-49 {
  background-position: calc(48 / 51 * 100%);
}

.qrcode-50 {
  background-position: calc(49 / 51 * 100%);
}

.qrcode-51 {
  background-position: calc(50 / 51 * 100%);
}

.qrcode-52 {
  background-position: calc(51 / 51 * 100%);
}

/* roboto-condensed-regular - latin */

@font-face {
  font-display: block;

  font-family: 'Roboto Condensed';

  font-style: normal;

  font-weight: 400;

  src: url('/static/fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');
}

/* roboto-condensed-600 - latin */

@font-face {
  font-display: block;

  font-family: 'Roboto Condensed';

  font-style: normal;

  font-weight: 600;

  src: url('/static/fonts/roboto-condensed-v27-latin-600.woff2') format('woff2');
}

/* changa-600 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Changa';

  font-style: normal;

  font-weight: 600;

  src: url('/static/fonts/changa-v27-latin-600.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* titillium-web-regular - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 400;

  src: url('/static/fonts/titillium-web-v17-latin-regular.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* titillium-web-italic - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Titillium Web';

  font-style: italic;

  font-weight: 400;

  src: url('/static/fonts/titillium-web-v17-latin-italic.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* titillium-web-600 - latin */

@font-face {
  font-display: swap;

  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: 'Titillium Web';

  font-style: normal;

  font-weight: 600;

  src: url('/static/fonts/titillium-web-v17-latin-600.woff2') format('woff2');

  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

:root {
  --color-red: #981a32;
  --color-orange: #f58e18;
  --color-link: #e8072f;
  --color-gray: #e6e6e6;
}

body, html {
  height: 100%;
}

* {
  margin:0;
  padding:0;
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
}

.page-content h1, .page-content h2 {
  font-family: 'Changa', sans-serif;
  font-weight: 600;
  margin:0;
  padding:0;
}

.page-content h1 {
  text-transform: uppercase;
  font-size: 40px;
  padding-left: 40px;
}

.page-content strong, b {
  font-weight: 600;
}

.page {
  display: flex;
  min-height: 100%;
}

.card-list-container {
  background: #000;
  --card-factor: 0.85;
  --mm-to-px: calc(96 / 25.4 * 1px);
  --pt-to-px: calc(92 / 72 * 1px);
  --card-mm: calc(var(--card-factor) * var(--mm-to-px));
  --card-pt: calc(var(--card-factor) * var(--pt-to-px));
}

.card-list-spacer {
  padding: 0 20px;
  --card-group-size: 30px;
  width: calc(59 * var(--card-mm) + var(--card-group-size));
}

.card-list {
  position:fixed;
  padding: 20px;
  overflow-y: scroll;
  max-height:100vh;
}

.card-group > div {
  margin-bottom: 20px;
}

.card-group > div:last-child {
  margin-bottom: 0;
}

.card-group {
  display: block;
  border: 5px solid var(--color-orange);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 40px;
}

.card-group-active {
  background: var(--color-orange);
}

.page-content {
  flex-grow: 1;
}

.relevant-cards-container {
  background: var(--color-red);
  padding: 30px 30px;
}

.relevant-cards {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.relevant-cards-container h2 {
  color: #fff;
  padding-left: 10px;
}

.relevant-card {
  max-width: 430px;
  min-width: 200px;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  font-size: 18px;
  margin: 10px 10px;
  color: #000;
}

.relevant-card h2 {
  padding: 0;
  font-size: 20px;
  line-height: 1.15;
  color: #000;
}

.relevant-card p {
  line-height:1.2;
  font-size: 20px;
}

.relevant-card p ~ p {
  padding-top:10px;
}

.relevant-card h2 ~ p {
  padding-top:15px;
}

.text-container {
  padding: 40px 40px;
  font-size: 20px;
  max-width: 800px;
}

.text-container h2 {
  margin-top: 30px;
}

.text-container p + p {
  margin-top: 20px;
}

.text-container h2 + p {
  margin-top: 10px;
}

.references ul {
  list-style-type:none;
}

.references .author {
  color: var(--color-red);
}

.references .where {
  font-style: italic;
}

.navigation-container {
  padding: 20px 40px;
}

.navigation-container a {
  color: #fff;
  background: var(--color-red);
  padding: 4px 20px;
  text-decoration: none;
  margin-right: 5px;
}

/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

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

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!-left-5 {
  left: -1.25rem !important;
}

.\!-left-6 {
  left: -1.5rem !important;
}

.\!-left-8 {
  left: -2rem !important;
}

.\!-right-5 {
  right: -1.25rem !important;
}

.\!-right-6 {
  right: -1.5rem !important;
}

.\!-right-8 {
  right: -2rem !important;
}

.\!left-0 {
  left: 0px !important;
}

.\!left-5 {
  left: 1.25rem !important;
}

.\!right-5 {
  right: 1.25rem !important;
}

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

.\!top-8 {
  top: 2rem !important;
}

.bottom-\[200px\] {
  bottom: 200px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.right-\[30px\] {
  right: 30px;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

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

.m-0 {
  margin: 0px;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.\!h-0 {
  height: 0px !important;
}

.\!h-4 {
  height: 1rem !important;
}

.\!h-\[30px\] {
  height: 30px !important;
}

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

.h-0 {
  height: 0px;
}

.h-2 {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-\[1\.875rem\] {
  height: 1.875rem;
}

.h-\[5\.625rem\] {
  height: 5.625rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.\!w-4 {
  width: 1rem !important;
}

.\!w-\[30px\] {
  width: 30px !important;
}

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

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

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-4 {
  width: 1rem;
}

.w-\[1\.875rem\] {
  width: 1.875rem;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[5\.625rem\] {
  width: 5.625rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-\[340px\] {
  max-width: 340px;
}

.max-w-full {
  max-width: 100%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.scroll-mt-4 {
  scroll-margin-top: 1rem;
}

.scroll-pt-8 {
  scroll-padding-top: 2rem;
}

.\!list-inside {
  list-style-position: inside !important;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.list-square {
  list-style-type: square;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.\!justify-start {
  justify-content: flex-start !important;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-none {
  border-style: none;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(152 26 50 / var(--tw-border-opacity));
}

.border-primary-list {
  --tw-border-opacity: 1;
  border-color: rgb(189 7 47 / var(--tw-border-opacity));
}

.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.\!bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 121 2 / var(--tw-bg-opacity)) !important;
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-graydisplay {
  background-color: rgba(255, 255, 255, 0.15);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(152 26 50 / var(--tw-bg-opacity));
}

.bg-primary-link {
  --tw-bg-opacity: 1;
  background-color: rgb(226 0 38 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(237 121 2 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

.\!pt-10 {
  padding-top: 2.5rem !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

.font-changa {
  font-family: Changa, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.font-roboto {
  font-family: Roboto Condensed, Titillium Web, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.font-titillium {
  font-family: Titillium Web, Roboto Condensed, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.\!text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.\!text-\[1\.375rem\] {
  font-size: 1.375rem !important;
}

.\!text-\[2\.625rem\] {
  font-size: 2.625rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.375rem\] {
  font-size: 1.375rem;
}

.text-\[1\.625rem\] {
  font-size: 1.625rem;
}

.text-\[2\.625rem\] {
  font-size: 2.625rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.\!leading-\[1\.375rem\] {
  line-height: 1.375rem !important;
}

.\!leading-\[2\.625rem\] {
  line-height: 2.625rem !important;
}

.leading-\[2\.875rem\] {
  line-height: 2.875rem;
}

.leading-\[2rem\] {
  line-height: 2rem;
}

.\!text-gray-darker {
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity)) !important;
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(237 121 2 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}

.text-gray-darker {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(152 26 50 / var(--tw-text-opacity));
}

.text-primary-link {
  --tw-text-opacity: 1;
  color: rgb(226 0 38 / var(--tw-text-opacity));
}

.text-primary-list {
  --tw-text-opacity: 1;
  color: rgb(189 7 47 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 0 0;
  --tw-shadow-colored: 0 0 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(152 26 50 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:left-4 {
    left: 1rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:block {
    display: block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[5\.625rem\] {
    height: 5.625rem;
  }

  .md\:w-\[5\.625rem\] {
    width: 5.625rem;
  }

  .md\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:\!text-\[1\.875rem\] {
    font-size: 1.875rem !important;
  }

  .md\:\!text-\[5rem\] {
    font-size: 5rem !important;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:\!leading-\[1\.875rem\] {
    line-height: 1.875rem !important;
  }

  .md\:\!leading-\[5rem\] {
    line-height: 5rem !important;
  }

  .md\:leading-\[2rem\] {
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }
}

@media print {
  .print\:\!relative {
    position: relative !important;
  }

  .print\:\!left-0 {
    left: 0px !important;
  }

  .print\:\!top-0 {
    top: 0px !important;
  }

  .print\:\!m-0 {
    margin: 0px !important;
  }

  .print\:\!block {
    display: block !important;
  }

  .print\:hidden {
    display: none;
  }

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

  .print\:\!min-h-full {
    min-height: 100% !important;
  }

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

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

  .print\:w-auto {
    width: auto;
  }

  .print\:\!max-w-\[580px\] {
    max-width: 580px !important;
  }

  .print\:flex-wrap {
    flex-wrap: wrap;
  }

  .print\:\!gap-0 {
    gap: 0px !important;
  }

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

  .print\:border-2 {
    border-width: 2px;
  }

  .print\:border-none {
    border-style: none;
  }

  .print\:\!bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }

  .print\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .print\:\!p-0 {
    padding: 0px !important;
  }

  .print\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

  .print\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .print\:pb-4 {
    padding-bottom: 1rem;
  }

  .print\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .print\:shadow-none {
    --tw-shadow: 0 0 0 0;
    --tw-shadow-colored: 0 0 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
