@media print {
  .page-break {
    break-before: page; }
  .page-break-avoid {
    break-inside: avoid; } }

@page {
  margin: 1cm;
  size: auto; }

body {
  font-family: "Roboto Condensed", sans-serif;
  color: #4a4a4a;
  font-size: 1rem;
  text-align: left;
  font-weight: 400; }

.container {
  max-width: 1024px; }

section {
  padding: 2rem 15px; }

.section--nopad {
  padding: 0; }

.section--invert {
  background-color: #f4f4f4; }

h1 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem; }

h4 {
  font-size: 1.125rem; }

h3 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.125;
  text-align: center;
  color: #292b2c; }

.tag-category__title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: block; }

.tag {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 0.25rem;
  display: inline-flex;
  font-size: 0.875rem;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  white-space: nowrap; }
  @media print {
    .tag {
      padding: 0; } }
  .tag:hover {
    color: #fff;
    background-color: #292b2c; }
  .tag--invert {
    background-color: #fff;
    color: #111; }

.timeline__container {
  border-left: 2px solid #ccd1d9;
  margin-left: 16px;
  padding-bottom: 16px; }

.timeline__element {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }

.timelineright {
  display: block; }

.timeline__dot {
  width: 16px;
  height: 16px;
  position: absolute;
  background-color: #fff;
  left: -9px;
  border: 5px solid #292b2c;
  border-radius: 50%; }

.timeline__title {
  font-weight: 700;
  color: #4a4a4a; }

.timeline__subtitle {
  color: #4a4a4a; }

.timeline__tasks-element {
  font-size: 1rem;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 0; }

.timeline__date {
  font-size: 1rem;
  color: #4a4a4a; }

.timeline__subtitle,
.timeline__date,
.timeline__title,
.timeline__dot,
.timeline__tasks {
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: 0.4s; }

@media (min-width: 768px) {
  .timeline__element:hover .timeline__subtitle,
  .timeline__element:hover .timeline__date,
  .timeline__element:hover .timeline__title,
  .timeline__element:hover .timeline__tasks {
    transform: scale(1.05);
    padding-left: 10px; }
  .timeline__element:hover .timeline__tasks {
    padding-left: 30px; }
  .timeline__element:hover .timeline__dot {
    transform: scale(1.2); } }
