:root {
    --bg-body: #f5f7fa;
    --bg-secondary: #f5f7fa;
}



.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}





*,
:after,
:before {
    box-sizing: border-box
}

body,
html {
    border: none;
    margin: 0;
    padding: 0
}




ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

img {
    height: auto
}


p {
    line-height: inherit
}



a {
    color: #212529;
    transition: color .25s
}

a,
a:active,
a:focus,
a:hover,
a:not([href]),
a:not([href]):hover {
    text-decoration: none
}

i {
    font-style: normal
}


.h1,
.h3,
.h4,
h1,
h3,
h4 {
    font-weight: 500;
    margin: 0
}


.h4,
h4 {
    font-size: 1.25rem !important;
    line-height: 1.4
}



.media-content {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: inherit;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.timeline:before {
    content: "";
    height: 100%;
    left: calc(50% - 2px);
    position: absolute;
    top: 0;
    width: 4px
}

.timeline .timeline-element {
    margin: 0 0 1rem;
    position: relative
}

.timeline .timeline-element:nth-child(odd) .timeline-element-content {
    margin-left: calc(50% + 30px);
    text-align: left
}

.timeline .timeline-element:nth-child(odd) .timeline-element-content .timeline-element-date {
    left: 0;
    margin-left: -130px;
    padding-right: 10px;
    text-align: right
}

.timeline .timeline-element:nth-child(2n) .timeline-element-content {
    margin-right: calc(50% + 30px);
    text-align: right
}

.timeline .timeline-element:nth-child(2n) .timeline-element-content .timeline-element-date {
    margin-right: -130px;
    padding-left: 10px;
    right: 0;
    text-align: left
}

.timeline-element-icon {
    left: calc(50% - 12px);
    position: absolute
}

.timeline-element-icon .badge-dot {
    box-shadow: 0 0 0 5px #ffffff;
    height: 24px;
    position: relative;
    width: 24px
}

.timeline-element-icon .badge-dot:before {
    border-radius: .25rem;
    content: "";
    height: 10px;
    left: 50%;
    margin: -5px 0 0 -5px;
    position: absolute;
    top: 50%;
    width: 10px
}

.timeline-element-content {
    font-size: .8rem;
    position: relative
}

.timeline-element-content:after {
    clear: both;
    content: "";
    display: table
}

.timeline .timeline-element .timeline-element-content .timeline-title {
    color: #000000 !important;
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: .5rem;
    text-transform: uppercase;
    transition: color 0.3s ease !important;
}
.timeline .timeline-element .timeline-element-content .timeline-title:hover {
    color: #F28D91 !important;
}
.timeline .timeline-element .timeline-element-content .timeline-title a {
    color: inherit !important;
    transition: color 0.3s ease !important;
}
.timeline .timeline-element .timeline-element-content .timeline-title:hover a {
    color: #F28D91 !important;
}

.timeline-element-content .timeline-element-date {
    color: #595c5f;
    display: block;
    font-size: .7619rem;
    position: absolute;
    top: 0;
    white-space: nowrap
}

.post-content {
    font-size: 1rem;
    line-height: 2;
    position: relative
}

.post-content a:focus,
.post-content a:hover {
    text-decoration: none
}

.post-content p {
    margin: 0
}

.post-content p>a {
    border-bottom: 1px dashed #dee2e6;
    transition: .3s ease-in
}

.post-content p>a:hover {
    border-bottom-style: solid
}

.post-content .h3,
.post-content .h4,
.post-content h3,
.post-content h4 {
    margin: 2.5rem auto 1.5rem
}

.post-content ul {
    list-style: disc;
    margin-bottom: 1.5rem;
    padding: 0 0 0 1.25rem
}

.post-content li {
    line-height: 1.5;
    margin: 0 0 1rem
}