.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-block {
    position: relative;
    padding: 30px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-icon-box {
    position: relative;
    margin-bottom: 35px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-top-inner {
    position: relative;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
    margin-left: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #efefef;
    color: #333;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-icon > svg,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow > svg,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow > svg {
    width: auto;
    height: 1em;
    fill: currentColor;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-date {
    color: #a2a2a2;
    font-size: 14px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-tree {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -5;
    overflow: hidden;
    width: 150%;
    height: 2px;
    background: #efefef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-content,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-content {
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-content .bwdhtsx-horizontal-timeline-arrow {
    position: absolute;
    bottom: 100%;
    left: 25px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-content .bwdhtsx-horizontal-timeline-arrow::before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-inner {
    z-index: 1;
    padding: 20px;
    background-color: #fff;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-image {
    margin-bottom: 10px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-image[data-mfp-src] {
    cursor: pointer;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-title,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-title a {
    margin-top: 0;
    margin-bottom: 10px;
    color: #3c3c3c;
    font-size: 22px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-subtitle {
    display: block;
    margin-bottom: 20px;
    color: #999;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-horizontal-timeline-description {
    margin: 0;
    color: #3c3c3c;
    font-size: 16px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow {
    top: 88px;
    z-index: 999;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: 2.66em;
    height: 2.66em;
    border: 1px solid #dadada;
    border-radius: 50%;
    background-color: #fff;
    color: #8c8c8c;
    font-size: 15px;
    opacity: 1;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow:hover,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow:hover {
    border-color: #222;
    background-color: #222;
    color: #fff;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow:before,
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow:before {
    display: none;
    content: "";
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-prev.bwdhtsx-slick-arrow {
    left: -25px;
}
.bwdhtsx-horizontal-timeline-wrapper .bwdhtsx-slick-next.bwdhtsx-slick-arrow {
    right: -25px;
}
.bwdhtsx-horizontal-timeline-wrapper .slick-disabled {
    opacity: 0.7;
}
