:root {
  --navy: #10223f;
  --blue-900: #073b78;
  --blue-700: #0a56b2;
  --blue-500: #168bc4;
  --cyan-500: #13b9d6;
  --cyan-200: #a8e7ef;
  --ice: #eff8fc;
  --paper: #ffffff;
  --ink: #17212b;
  --muted: #5a6978;
  --line: #d8e8f0;
  --coral: #f06a6a;
  --shadow: 0 18px 55px rgba(7, 59, 120, 0.12);
  --radius: 24px;
}

html,
body {
  background: #dcecf3;
  color: var(--ink);
  font-family: Calibri, Carlito, Arial, sans-serif;
}

.reveal {
  color: var(--ink);
  font-family: Calibri, Carlito, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.reveal .slides {
  text-align: left;
}

.reveal .slides > section {
  box-sizing: border-box;
  height: 900px;
  padding: 68px 88px 64px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(239, 248, 252, 0.68), transparent 26%),
    var(--paper);
  text-align: left;
}

.reveal .slides > section > *:not(.brand-pill):not(.footer-context) {
  position: relative;
  z-index: 2;
}

.reveal .slides > section > .brand-pill,
.reveal .slides > section > .footer-context {
  position: absolute;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal p,
.reveal ul,
.reveal ol,
.reveal blockquote,
.reveal table {
  margin-top: 0;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
  color: var(--ink);
  font-family: Calibri, Carlito, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: none;
}

.reveal h1 {
  max-width: 1180px;
  margin-bottom: 28px;
  font-size: 72px;
  line-height: 1.04;
}

.reveal h2 {
  margin-bottom: 18px;
  font-size: 50px;
  line-height: 1.08;
}

.reveal h3 {
  font-size: 31px;
  line-height: 1.15;
}

.reveal h4 {
  font-size: 23px;
  line-height: 1.2;
}

.reveal p,
.reveal li {
  font-size: 29px;
  line-height: 1.28;
}

.reveal strong {
  color: var(--blue-900);
  font-weight: 700;
}

.reveal a {
  color: var(--blue-700);
  text-decoration-color: rgba(19, 185, 214, 0.7);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.reveal a:hover {
  color: var(--cyan-500);
}

.reveal .slide-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  min-height: 108px;
  margin-bottom: 34px;
  border-bottom: 2px solid var(--line);
}

.reveal .slide-header::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 112px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-700), var(--cyan-500));
  content: "";
}

.reveal .slide-header h2 {
  margin: 0 0 22px;
}

.reveal .kicker,
.reveal .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--blue-700);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.reveal .kicker::before,
.reveal .eyebrow::before {
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: var(--cyan-500);
  content: "";
}

.reveal .header-index {
  margin-bottom: 22px;
  color: var(--blue-500);
  font-size: 22px;
  font-weight: 700;
}

.reveal .lead {
  max-width: 1080px;
  color: var(--muted);
  font-size: 34px;
  line-height: 1.28;
}

.reveal .small {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.3;
}

.reveal .source {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.25;
}

.reveal .footer-context {
  position: absolute;
  right: 112px;
  bottom: 30px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1;
}

.reveal .footer-context::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-500);
  content: "";
}

.reveal .has-corners::before,
.reveal .has-corners::after,
.reveal .cover::before,
.reveal .cover::after,
.reveal .section-break::before,
.reveal .section-break::after {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  content: "";
}

.reveal .has-corners::before {
  top: -268px;
  right: -210px;
  width: 410px;
  height: 410px;
  border: 24px solid var(--cyan-500);
  box-shadow: 0 0 0 48px var(--blue-700);
}

.reveal .has-corners::after {
  bottom: -298px;
  left: -245px;
  width: 410px;
  height: 410px;
  border: 22px solid var(--cyan-500);
  box-shadow: 0 0 0 50px var(--blue-900);
}

.reveal .slides > section.cover {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 92px 130px;
  background:
    radial-gradient(circle at 69% 42%, rgba(19, 185, 214, 0.08), transparent 33%),
    linear-gradient(135deg, #ffffff 0%, #f8fcfe 100%);
}

.reveal .cover::before {
  top: -405px;
  right: -270px;
  width: 690px;
  height: 690px;
  border: 34px solid var(--cyan-500);
  box-shadow: 0 0 0 74px var(--blue-700), 0 0 0 76px rgba(7, 59, 120, 0.12);
}

.reveal .cover::after {
  bottom: -450px;
  left: -350px;
  width: 690px;
  height: 690px;
  border: 34px solid var(--cyan-500);
  box-shadow: 0 0 0 76px var(--blue-900);
}

.reveal .cover .title-block {
  width: min(1180px, 84%);
}

.reveal .cover h1 strong {
  color: var(--blue-700);
}

.reveal .cover .deck-meta {
  display: flex;
  width: fit-content;
  gap: 48px;
  margin-top: 64px;
  padding: 10px 16px;
  border: 1px solid rgba(216, 232, 240, 0.78);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
  font-size: 22px;
}

.reveal .brand-pill {
  position: absolute;
  top: 58px;
  left: 72px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-900);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.reveal .brand-pill span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--blue-700), var(--cyan-500));
  color: white;
  font-size: 17px;
  letter-spacing: 0;
  place-items: center;
}

.reveal .slides > section.section-break {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 110px 160px;
  background: linear-gradient(135deg, var(--navy), var(--blue-900));
  color: white;
}

.reveal .section-break::before {
  top: -430px;
  right: -260px;
  width: 700px;
  height: 700px;
  border: 40px solid rgba(19, 185, 214, 0.9);
  box-shadow: 0 0 0 72px rgba(10, 86, 178, 0.55);
}

.reveal .section-break::after {
  bottom: -490px;
  left: -390px;
  width: 740px;
  height: 740px;
  border: 40px solid rgba(19, 185, 214, 0.62);
  box-shadow: 0 0 0 78px rgba(22, 139, 196, 0.22);
}

.reveal .section-break h2,
.reveal .section-break h3,
.reveal .section-break p,
.reveal .section-break strong {
  color: white;
}

.reveal .section-number {
  margin-bottom: 22px;
  color: var(--cyan-200);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reveal .section-break h2 {
  max-width: 1050px;
  font-size: 74px;
}

.reveal .section-break p {
  max-width: 870px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 30px;
}

.reveal .agenda-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.reveal .agenda-item {
  min-height: 290px;
  padding: 32px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(7, 59, 120, 0.07);
}

.reveal .agenda-item .num {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 52px;
  border-radius: 15px;
  background: var(--ice);
  color: var(--blue-700);
  font-size: 22px;
  font-weight: 700;
  place-items: center;
}

.reveal .agenda-item h3 {
  margin-bottom: 12px;
  font-size: 26px;
}

.reveal .agenda-item p {
  color: var(--muted);
  font-size: 20px;
}

.reveal .bullet-list {
  display: grid;
  gap: 20px;
  max-width: 1220px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.reveal .bullet-list li {
  position: relative;
  padding-left: 50px;
}

.reveal .bullet-list li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 5px solid var(--cyan-500);
  border-radius: 50%;
  content: "";
}

.reveal .bullet-list li span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 22px;
}

.reveal .split-grid,
.reveal .two-column,
.reveal .compare-grid,
.reveal .data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  align-items: stretch;
}

.reveal .split-grid {
  min-height: 610px;
}

.reveal .media-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(7, 59, 120, 0.92), rgba(19, 185, 214, 0.66)),
    linear-gradient(45deg, #b8d8e8, #eef8fc);
  box-shadow: var(--shadow);
}

.reveal .media-panel img,
.reveal .media-panel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reveal .media-panel .media-label {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: white;
  font-size: 18px;
}

.reveal .media-placeholder {
  display: grid;
  min-height: 560px;
  border: 2px dashed rgba(10, 86, 178, 0.28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 30% 25%, rgba(19, 185, 214, 0.28), transparent 24%),
    linear-gradient(145deg, var(--ice), #ddecf4);
  color: var(--blue-700);
  font-size: 22px;
  font-weight: 700;
  place-items: center;
}

.reveal .slides > section.full-bleed {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 92px 110px;
  background:
    linear-gradient(90deg, rgba(16, 34, 63, 0.92) 0%, rgba(7, 59, 120, 0.7) 52%, rgba(19, 185, 214, 0.24) 100%),
    radial-gradient(circle at 76% 28%, var(--cyan-500), transparent 24%),
    linear-gradient(145deg, var(--blue-900), var(--navy));
  color: white;
}

.reveal .full-bleed h2,
.reveal .full-bleed p,
.reveal .full-bleed strong {
  max-width: 880px;
  color: white;
}

.reveal .full-bleed p {
  color: rgba(255, 255, 255, 0.78);
}

.reveal .text-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 14px;
}

.reveal .text-panel p {
  color: var(--muted);
}

.reveal .card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.reveal .card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reveal .card {
  min-height: 310px;
  padding: 34px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 40px rgba(7, 59, 120, 0.08);
}

.reveal .card .icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin-bottom: 40px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--blue-700), var(--cyan-500));
  color: white;
  font-size: 25px;
  font-weight: 700;
  place-items: center;
}

.reveal .card h3 {
  margin-bottom: 14px;
  font-size: 28px;
}

.reveal .card p {
  color: var(--muted);
  font-size: 22px;
}

.reveal .comparison-card {
  min-height: 420px;
  padding: 42px;
  border: 1px solid var(--line);
  border-top: 8px solid var(--blue-700);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.reveal .comparison-card.alt {
  border-top-color: var(--cyan-500);
  background: var(--ice);
}

.reveal .comparison-card ul {
  padding-left: 30px;
}

.reveal .comparison-card li {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 24px;
}

.reveal .implication {
  margin-top: 30px;
  padding: 20px 28px;
  border-left: 6px solid var(--cyan-500);
  border-radius: 0 18px 18px 0;
  background: var(--ice);
  font-size: 24px;
}

.reveal .timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: 68px;
  padding-top: 24px;
}

.reveal .timeline::before {
  position: absolute;
  top: 0;
  right: 2%;
  left: 2%;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan-200), var(--cyan-500), var(--blue-500), var(--blue-900));
  content: "";
}

.reveal .milestone {
  position: relative;
  min-height: 390px;
  padding: 44px 20px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(239, 248, 252, 0.8), rgba(255, 255, 255, 0));
}

.reveal .milestone::before {
  position: absolute;
  top: -35px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 6px solid white;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 3px var(--blue-500);
  content: "";
}

.reveal .milestone .year {
  display: inline-block;
  margin-bottom: 25px;
  color: var(--blue-700);
  font-size: 28px;
  font-weight: 700;
}

.reveal .milestone h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.reveal .milestone p {
  color: var(--muted);
  font-size: 19px;
}

.reveal .process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: 58px;
}

.reveal .process-step {
  position: relative;
  min-height: 320px;
  padding: 34px 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}

.reveal .process-step:not(:last-child)::after {
  position: absolute;
  top: 76px;
  right: -29px;
  z-index: 4;
  color: var(--cyan-500);
  font-size: 35px;
  font-weight: 700;
  content: "→";
}

.reveal .process-step .step-num {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 48px;
  border-radius: 15px;
  background: var(--blue-700);
  color: white;
  font-size: 20px;
  font-weight: 700;
  place-items: center;
}

.reveal .process-step h3 {
  font-size: 25px;
}

.reveal .process-step p {
  color: var(--muted);
  font-size: 20px;
}

.reveal .metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.reveal .metric-card {
  min-height: 360px;
  padding: 50px 38px;
  border-radius: var(--radius);
  background: linear-gradient(155deg, white, var(--ice));
  box-shadow: var(--shadow);
}

.reveal .metric-card .metric {
  margin-bottom: 18px;
  color: var(--blue-700);
  font-size: 78px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.reveal .metric-card h3 {
  font-size: 27px;
}

.reveal .metric-card p {
  color: var(--muted);
  font-size: 20px;
}

.reveal .chart-panel {
  min-height: 520px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}

.reveal .chart-panel svg {
  width: 100%;
  height: auto;
}

.reveal .insight-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--navy), var(--blue-900));
  color: white;
}

.reveal .insight-panel h3,
.reveal .insight-panel p,
.reveal .insight-panel strong {
  color: white;
}

.reveal .insight-panel .big {
  margin-bottom: 16px;
  color: var(--cyan-200);
  font-size: 66px;
  font-weight: 700;
}

.reveal .table-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.reveal table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border: 0;
  font-size: 22px;
}

.reveal table th,
.reveal table td {
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.reveal table th {
  background: var(--blue-900);
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.reveal table tr:nth-child(even) td {
  background: var(--ice);
}

.reveal table tr.highlight td {
  background: var(--cyan-200);
  color: var(--blue-900);
  font-weight: 700;
}

.reveal .quote-layout {
  display: grid;
  min-height: 590px;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: center;
}

.reveal .quote-mark {
  align-self: start;
  color: var(--cyan-500);
  font-family: Georgia, serif;
  font-size: 150px;
  line-height: 0.8;
}

.reveal blockquote {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--blue-900);
  font-size: 48px;
  font-style: normal;
  line-height: 1.23;
}

.reveal .quote-author {
  margin-top: 34px;
  color: var(--muted);
  font-size: 23px;
}

.reveal .activity-box {
  display: grid;
  min-height: 520px;
  padding: 60px 70px;
  border: 2px solid var(--cyan-500);
  border-radius: 34px;
  background: linear-gradient(145deg, white, var(--ice));
  box-shadow: var(--shadow);
  place-content: center;
}

.reveal .activity-box h3 {
  max-width: 1100px;
  color: var(--blue-900);
  font-size: 46px;
}

.reveal .activity-meta {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.reveal .tag {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--cyan-200);
  color: var(--blue-900);
  font-size: 18px;
  font-weight: 700;
}

.reveal .reference-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding-left: 26px;
}

.reveal .reference-list li {
  padding-left: 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.28;
}

.reveal .slides > section.closing {
  display: grid !important;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
  align-items: center;
  padding: 110px 135px;
  background: linear-gradient(145deg, var(--navy), var(--blue-900));
  color: white;
}

.reveal .closing h2,
.reveal .closing p,
.reveal .closing strong,
.reveal .closing a {
  color: white;
}

.reveal .closing h2 {
  font-size: 68px;
}

.reveal .closing p {
  color: rgba(255, 255, 255, 0.78);
}

.reveal .closing-mark {
  display: grid;
  width: 250px;
  height: 250px;
  justify-self: end;
  border: 3px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 185, 214, 0.35), transparent 64%);
  color: var(--cyan-200);
  font-size: 64px;
  font-weight: 700;
  place-items: center;
}

.reveal .summary-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  min-height: 590px;
}

.reveal .summary-number {
  color: var(--blue-700);
  font-size: 170px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.reveal .summary-list {
  display: grid;
  gap: 22px;
}

.reveal .summary-item {
  padding: 24px 28px;
  border-left: 6px solid var(--cyan-500);
  border-radius: 0 18px 18px 0;
  background: var(--ice);
  font-size: 26px;
}

/* Ajustes de composição para decks inicializados em 4:3. */
html[data-aspect="4:3"] .reveal .slides > section {
  padding-right: 64px;
  padding-left: 64px;
}

html[data-aspect="4:3"] .reveal .slides > section.cover {
  padding-right: 88px;
  padding-left: 88px;
}

html[data-aspect="4:3"] .reveal h1 {
  font-size: 64px;
}

html[data-aspect="4:3"] .reveal h2 {
  font-size: 44px;
}

html[data-aspect="4:3"] .reveal .slide-header {
  margin-bottom: 28px;
}

html[data-aspect="4:3"] .reveal .card-grid.four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html[data-aspect="4:3"] .reveal .footer-context {
  right: 96px;
}

.reveal .slide-number {
  right: 24px;
  bottom: 18px;
  min-width: 42px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(16, 34, 63, 0.88);
  color: white;
  font-family: Calibri, Carlito, Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.reveal .controls {
  color: var(--blue-700);
}

.reveal .progress {
  height: 6px;
  background: rgba(7, 59, 120, 0.12);
}

.reveal .progress span {
  background: linear-gradient(90deg, var(--blue-700), var(--cyan-500));
}

.reveal .fragment {
  transition-duration: 0.35s;
}

.abdalla-help {
  position: fixed;
  right: 28px;
  bottom: 58px;
  z-index: 50;
  display: none;
  width: 330px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(16, 34, 63, 0.96);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.25);
  color: white;
  font: 16px/1.4 Calibri, Carlito, Arial, sans-serif;
}

.abdalla-help.is-open {
  display: block;
}

.abdalla-help strong {
  color: var(--cyan-200);
}

.abdalla-help ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

html.capture-static .reveal .controls,
html.capture-static .reveal .progress,
html.capture-static .abdalla-help {
  display: none !important;
}

html.capture-static .reveal .fragment {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

html.capture-static .reveal .slides section {
  transition: none !important;
}

@media (max-width: 900px) {
  .abdalla-help {
    right: 12px;
    bottom: 45px;
    width: min(330px, calc(100vw - 24px));
  }
}

@media print {
  @page {
    size: 13.333in 7.5in;
    margin: 0;
  }

  html,
  body {
    background: white !important;
  }

  .abdalla-help {
    display: none !important;
  }

  html.print-static,
  html.print-static body {
    width: 1600px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: white !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  html.print-static .reveal {
    width: 1600px !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  html.print-static .reveal .slides {
    z-index: auto !important;
    position: static !important;
    display: block !important;
    width: 1600px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    perspective: none !important;
    perspective-origin: 50% 50% !important;
    transform: none !important;
  }

  html.print-static .reveal .slides > section {
    z-index: auto !important;
    position: relative !important;
    inset: auto !important;
    display: block !important;
    visibility: visible !important;
    width: 1600px !important;
    height: 900px !important;
    min-height: 900px !important;
    margin: 0 !important;
    opacity: 1 !important;
    overflow: hidden !important;
    isolation: isolate !important;
    page-break-inside: avoid !important;
    break-inside: avoid-page !important;
    page-break-after: always !important;
    break-after: page !important;
    perspective: none !important;
    transform-style: flat !important;
    transition: none !important;
    transform: none !important;
  }

  html.print-static .reveal .slides > section > * {
    visibility: visible !important;
    opacity: 1 !important;
  }

  html.print-static .reveal .slides > section:last-of-type {
    page-break-after: auto !important;
    break-after: auto !important;
  }

  html.print-static .reveal .fragment {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  html.print-static .reveal .controls,
  html.print-static .reveal .progress,
  html.print-static .reveal .slide-number,
  html.print-static .reveal .speaker-notes,
  html.print-static .reveal .speaker-notes-pdf {
    display: none !important;
  }

  html.reveal-print .reveal .slides section {
    height: 900px !important;
    padding: 68px 88px 64px !important;
  }

  html.reveal-print .reveal .slides section.cover {
    padding: 92px 130px !important;
  }

  html.reveal-print .reveal .slides section.section-break {
    padding: 110px 160px !important;
  }

  html.reveal-print .reveal .slides section.closing {
    padding: 110px 135px !important;
  }

  html.reveal-print .reveal .speaker-notes-pdf {
    display: none !important;
  }
}
