.highlight .hll {
  background-color: #f8f8f8;
}

.highlight {
  background: #ffffff;
  color: #333333;
}

.highlight .c {
  color: #999988;
  font-style: italic;
}

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

.highlight .k {
  color: #00b0ff;
  font-weight: bold;
}

.highlight .o {
  color: #00b0ff;
  font-weight: bold;
}

.highlight .cm {
  color: #999988;
  font-style: italic;
}

.highlight .cp {
  color: #999999;
  font-weight: bold;
}

.highlight .c1 {
  color: #999988;
  font-style: italic;
}

.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}

.highlight .gd {
  color: #00b0ff;
  background-color: #ffdddd;
}

.highlight .ge {
  color: #00b0ff;
  font-style: italic;
}

.highlight .gr {
  color: #aa0000;
}

.highlight .gh {
  color: #999999;
}

.highlight .gi {
  color: #00b0ff;
  background-color: #ddffdd;
}

.highlight .go {
  color: #888888;
}

.highlight .gp {
  color: #555555;
}

.highlight .gs {
  font-weight: bold;
}

.highlight .gu {
  color: #aaaaaa;
}

.highlight .gt {
  color: #aa0000;
}

.highlight .kc {
  color: #00b0ff;
  font-weight: bold;
}

.highlight .kd {
  color: #00b0ff;
  font-weight: bold;
}

.highlight .kn {
  color: #00b0ff;
  font-weight: bold;
}

.highlight .kp {
  color: #00b0ff;
  font-weight: bold;
}

.highlight .kr {
  color: #00b0ff;
  font-weight: bold;
}

.highlight .kt {
  color: #445588;
  font-weight: bold;
}

.highlight .m {
  color: #009999;
}

.highlight .s {
  color: #dc2626;
  font-weight: bold;
}

.highlight .na {
  color: #008080;
}

.highlight .nb {
  color: #0086B3;
}

.highlight .nc {
  color: #445588;
  font-weight: bold;
}

.highlight .no {
  color: #008080;
}

.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}

.highlight .ni {
  color: #e6db74;
}

.highlight .ne {
  color: #990000;
  font-weight: bold;
}

.highlight .nf {
  color: #990000;
  font-weight: bold;
}

.highlight .nl {
  color: #990000;
  font-weight: bold;
}

.highlight .nn {
  color: #555555;
}

.highlight .nt {
  color: #000080;
}

.highlight .nv {
  color: #008080;
}

.highlight .ow {
  color: #000000;
  font-weight: bold;
}

.highlight .w {
  color: #bbbbbb;
}

.highlight .mf {
  color: #009999;
}

.highlight .mh {
  color: #009999;
}

.highlight .mi {
  color: #009999;
}

.highlight .mo {
  color: #009999;
}

.highlight .sb {
  color: #dc2626;
  font-weight: bold;
}

.highlight .sc {
  color: #dc2626;
  font-weight: bold;
}

.highlight .sd {
  color: #dc2626;
  font-weight: bold;
}

.highlight .s2 {
  color: #dc2626;
  font-weight: bold;
}

.highlight .se {
  color: #dc2626;
  font-weight: bold;
}

.highlight .sh {
  color: #dc2626;
  font-weight: bold;
}

.highlight .si {
  color: #dc2626;
  font-weight: bold;
}

.highlight .sx {
  color: #dc2626;
  font-weight: bold;
}

.highlight .sr {
  color: #009926;
}

.highlight .s1 {
  color: #dc2626;
  font-weight: bold;
}

.highlight .ss {
  color: #e6db74;
}

.highlight .bp {
  color: #999999;
}

.highlight .vc {
  color: #008080;
}

.highlight .vg {
  color: #008080;
}

.highlight .vi {
  color: #008080;
}

.highlight .il {
  color: #009999;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #606c71;
}

section,
#home {
  scroll-margin-top: 80px;
}

section:nth-of-type(even):not(#newsletter),
footer,
#home {
  background: linear-gradient(135deg, #500011 0%, #2b0b01 100%);
}

section:nth-of-type(odd),
header,
#newsletter,
.mobile-menu {
  background-color: #f4f1ed;
}

.bg-secondary {
  background-color: #f4f1ed;
}

section:nth-of-type(even):not(#newsletter) {
  color: white;
}

#speakers-wrapper {
  mask-image: linear-gradient(to right, transparent 0%, #500011 7%, #500011 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #500011 7%, #500011 92%, transparent 100%);
}

.speakers-track {
  will-change: transform;
  cursor: grab;
}

.speakers-track:active {
  cursor: grabbing;
}

.speakers-track > * {
  flex-shrink: 0;
}

.my-card {
  background-color: #f4f1ed;
  flex-shrink: 0;
  width: 350px;
}

.my-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.schedule-item:hover {
  transform: translateY(-10px);
  background-color: rgba(225, 29, 72, 0.05);
}

.animate-bounce-slow {
  animation: bounce 3s infinite;
}

.box-logos-imperator a {
  width: 350px;
  height: 150px;
}

.box-logos-triumvir a {
  width: 300px;
  height: 130px;
}

.box-logos-praetor a {
  width: 200px;
  height: 110px;
}

.box-logos-quaestor a {
  width: 150px;
  height: 90px;
}

.box-logos-community a {
  width: 120px;
  height: 65px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.prose {
  line-height: 1.7;
}

.prose h1 {
  font-size: 2.25rem;
  /* ~text-3xl */
  line-height: 1.2;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.prose h2 {
  font-size: 1.875rem;
  /* ~text-2xl */
  line-height: 1.3;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}

.prose h3 {
  font-size: 1.5rem;
  /* ~text-xl */
  line-height: 1.4;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.prose h4 {
  font-size: 1.25rem;
  /* ~text-lg */
  line-height: 1.5;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.prose h5 {
  font-size: 1.125rem;
  /* ~text-base */
  line-height: 1.6;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.prose h6 {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.prose p {
  margin-bottom: 1.25rem;
  font-size: 1.15rem;
}

.prose strong {
  font-weight: 600;
}

.prose a {
  color: #dc2626;
  /* red-600 */
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}

.prose a:hover {
  color: #b91c1c;
  /* red-700 */
}

.prose ul {
  margin-left: 1.5rem;
  margin-bottom: 1.25rem;
  list-style-type: disc;
}

.prose ol {
  margin-left: 1.5rem;
  margin-bottom: 1.25rem;
  list-style-type: decimal;
}

.prose li {
  margin-bottom: 0.5rem;
}

.prose blockquote {
  border-left: 4px solid #e5e7eb;
  /* gray-200 */
  padding-left: 1rem;
  font-style: italic;
  color: #4b5563;
  /* gray-600 */
  margin: 1.5rem 0;
}

.prose img {
  max-width: 100%;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}

.prose code {
  background-color: #f3f4f6;
  /* gray-100 */
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

.prose pre {
  background-color: #1f2937;
  /* gray-800 */
  color: #f9fafb;
  /* gray-50 */
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}

.prose pre code {
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .my-card {
    width: 300px;
  }
}

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