.sector-accent-image img {
  max-width: 100%;
  height: auto;
}
.timeline {
  margin-top: 2.6rem;
  padding-top: 24px;
  overflow: hidden;
}
@media screen and (min-width: 579px) {
}
@media screen and (min-width: 1024px) {
}
.timeline__tabs {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 75px;
  overflow: scroll;
}
.timeline__tabs::-webkit-scrollbar {
  display: none;
}
.timeline__active-circle {
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -48px;
  left: 0;
  transform: translateY(-50%);
}
.timeline__active-circle span {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline__active-circle span:first-of-type {
  z-index: 2;
  background-color: #1e19cc;
  width: 12px;
  height: 12px;
}
.timeline__active-circle span:nth-of-type(2) {
  background-color: #1e19cc;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%) scale(0);
}
.timeline__active-circle span:nth-of-type(3) {
  background-color: #fff;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%) scale(0);
}
.timeline__container {
  height: 95px;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1679px) {
  .timeline__container {
    justify-content: center;
    margin-left: 0;
  }
}
.timeline__container:after {
  content: "";
  background-color: #1e19cc;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -50px;
  left: 0;
}
.timeline__tab {
  color: #090B0E;
  cursor: pointer;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  flex: 0 0 212px;
  height: 100%;
  padding: 1.9rem 0 0 3.3rem;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .timeline__tab {
    flex: 0 0 266px;
    margin-left: 0;
    padding: 1.5rem 0 0 4.2rem;
  }
}
.timeline__tab.active {
  color: #1e19cc;
}
.timeline__tab.active:first-child img,
.timeline__tab.active:nth-child(2) img,
.timeline__tab.active:nth-child(3) img,
.timeline__tab.active:nth-child(4) img,
.timeline__tab.active:nth-child(5) img,
.timeline__tab.active p.dash {
  opacity: 1;
}
.timeline__tab:after {
  content: "";
  background-color: #1e19cc;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -50px;
  left: 0;
}
.timeline__tab img {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.timeline__tab p {
  color: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
@media screen and (min-width: 1024px) {
  .timeline__tab p {
    font-size: 21px;
    line-height: 31px;
  }
}
.timeline__tab p.number {
  margin-right: 0.9rem;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
.timeline__tab p.dash {
  opacity: 0;
  margin-right: 0.5rem;
}
.timeline__tab__circle {
  cursor: pointer;
  z-index: 2;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translate(-50%, -100%);
}
.timeline__tab__circle span {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline__tab__circle span:first-of-type {
  z-index: 2;
  background-color: #fff;
  width: 12px;
  height: 12px;
}
.timeline__tab__circle span:nth-of-type(3) {
  background-color: #090B0E;
  width: 24px;
  height: 24px;
}
.timeline__content {
  position: relative;
  overflow: hidden;
}
.timeline__content > img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .timeline__content > img {
    mix-blend-mode: luminosity;
    width: 42%;
    display: block;
    position: absolute;
    right: 25%;
    transform: translateY(-43%);
  }
}
.timeline__service {
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 1024px) {
  .timeline__service {
    padding: 0rem 0;
  }
}
.timeline__service.active {
  opacity: 1;
  visibility: visible;
  position: static;
  transform: translate(0);
}
.timeline__wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 92.7%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media screen and (min-width: 579px) {
  .timeline__wrapper {
    width: 85.61%;
  }
}
@media screen and (min-width: 1024px) {
  .timeline__wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 74%;
  }
}
@media screen and (min-width: 1440px) {
  .timeline__wrapper {
    justify-content: space-evenly;
  }
}
.timeline__left {
  width: 75%;
  margin-top: 3.6rem;
}
@media screen and (min-width: 579px) {
  .timeline__left {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .timeline__left {
    flex: 0 0 38%;
    align-self: flex-start;
    width: 38%;
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 1440px) {
  .timeline__left {
    flex: 0 0 48%;
    width: 48%;
  }
}
@media screen and (min-width: 1681px) {
  .timeline__left {
    flex: 0 0 45.07%;
    max-width: 640px;
  }
}
.timeline__left img {
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  .timeline__left img {
    max-width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .timeline__left img {
    max-width: unset;
    margin: 0;
  }
}
.timeline__right {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (min-width: 579px) {
  .timeline__right {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .timeline__right {
    flex: 0 0 58%;
  }
}
@media screen and (min-width: 1440px) {
  .timeline__right {
    flex: 0 0 42%;
  }
}
@media screen and (min-width: 1681px) {
  .timeline__right {
    flex: 0 0 37.74%;
    margin-top: 2.5rem;
  }
}
.timeline__right .h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px;
}
@media screen and (min-width: 579px) {
  .timeline__right .h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .timeline__right .h2 {
    line-height: 74px;
  }
}
@media screen and (min-width: 1681px) {
  .timeline__right .h2 {
    font-size: 48px;
    line-height: 78px;
  }
}
.timeline__right .h2 span {
  color: #1e19cc;
}
@media screen and (min-width: 1024px) {
  .timeline__right .h2 {
    margin-top: 74px;
  }
}
.timeline__right p {
  margin-top: 3rem;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 1024px) {
  .timeline__right p {
    margin-top: 0;
    font-size: 20px;
    line-height: 38px;
  }
}
.timeline__right a {
  cursor: pointer;
  color: #0c215a;
  background-color: #0000;
  border: 1px solid #f99597;
  border-radius: 24px;
  align-items: center;
  width: fit-content;
  height: 48px;
  margin-top: 3.5rem;
  padding: 0 3rem;
  text-decoration: none;
  display: flex;
}
.timeline__right a:hover p {
  color: #1e19cc;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 579px) {
  .timeline__right a {
    margin: 10rem auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .timeline__right a {
    margin: 3.5rem auto 0;
  }
}
.timeline__right a p {
  color: #0c215a;
  margin-top: 0;
  margin-right: 3rem;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: color 0.3s ease-in-out;
}
.timeline__right a img {
  width: auto;
}
/*# sourceMappingURL=style.css.map */
