.so-widget-gw-timeline-default-d75171398898-274 {
  /* Calculations */
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-container {
  position: relative;
  margin: auto;
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-container:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-year {
  grid-column-start: left;
  grid-column-end: right;
  text-align: center;
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-year h3 {
  display: inline-block;
  background: #123378;
  color: #fff;
  padding: 5px 20px;
  z-index: 20;
  position: relative;
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item {
  max-width: 94%;
  margin: 10px auto 80px;
  display: block;
  position: relative;
  z-index: 2;
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #123378;
  font-weight: 400;
}
@media (max-width: 999px) {
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-head:before {
    --margin: -108px;
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    background-color: #bdbdbd;
    background-color: var(--bgsidecolor);
    -webkit-box-shadow: 0px 0px 2px 8px #fff;
    box-shadow: 0px 0px 2px 8px #fff;
    position: relative;
    left: 0;
    display: block;
    left: calc(50% - 17px);
    top: -55px;
  }
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-head .gw-so-number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.4);
  min-width: 55px;
  color: #fff;
  text-align: center;
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-head h3,
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-head h4 {
  padding: 5px 5px 5px 5px;
  margin-left: -5px;
  position: relative;
  background: #fff;
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-head h3 small,
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-head h4 small {
  display: block;
  font-size: 0.6em;
}
.so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-body {
  background: #fff;
  font-size: 0.85rem;
  font-size: 1rem;
  font-weight: normal;
  text-align: justify;
}
@media (max-width: 480px) {
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 480px) {
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item {
    max-width: 80%;
  }
}
@media (min-width: 720px) {
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item {
    max-width: 100%;
    margin: 90px;
    margin-top: 45px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item > div {
    max-width: 100%;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item.left {
    margin-right: 45px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item.left .gw-so-timeline-head:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 56px;
    background-color: #bdbdbd;
    background-color: var(--bgsidecolor);
    -webkit-box-shadow: 0px 0px 2px 8px #fff;
    box-shadow: 0px 0px 2px 8px #fff;
    left: 491.5px;
    left: calc(100% + 17px);
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item.left .gw-so-timeline-head:after {
    content: "";
    position: absolute;
    left: 10%;
    width: 100%;
    border-bottom: 2px solid;
    border-color: #123378;
    border-color: currentColor;
    border-color: var(--bgsidecolor);
    z-index: -1;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item.right {
    margin-left: 90px;
    margin-top: 250px;
    margin-right: 0;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item.right .gw-so-timeline-head:before {
    --margin: -108px;
    position: absolute;
    content: "";
    width: 37px;
    height: 37px;
    background-color: #bdbdbd;
    background-color: var(--bgsidecolor);
    -webkit-box-shadow: 0px 0px 2px 8px #fff;
    box-shadow: 0px 0px 2px 8px #fff;
    left: calc(0% - 49px);
    left: var(--margin);
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item.right .gw-so-timeline-head:after {
    content: "";
    position: absolute;
    left: -15%;
    width: 25%;
    border-bottom: 2px solid;
    border-color: #123378;
    border-color: currentColor;
    border-color: var(--bgsidecolor);
    z-index: -1;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item:last-child {
    margin-bottom: 30px;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-year.right {
    padding-top: 120px;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "left right";
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-container:after {
    border-left: 1px solid #bdbdbd;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 1000px) {
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item {
    margin: 40px;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item.left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item.right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-head:before {
    display: none !important;
  }
  .so-widget-gw-timeline-default-d75171398898-274 .gw-so-timeline-item .gw-so-timeline-head:after {
    display: none !important;
  }
}