.ts-about-container {
  height: 480px;
}
.ts-about-container .ts-content {
  color: #ffffff;
  text-align: end;
}
.ts-about-container .ts-content .ts-content-heading {
  font-size: clamp(20px, 3vw, 3.25rem);
}
.ts-about-container .ts-content .ts-styling-border {
  background-color: #EC6821;
  width: 80px;
  height: 10px;
  margin: 20px 0;
  float: right;
}
.ts-about-container .ts-content .ts-content-text {
  clear: both;
  font-size: clamp(16px, 2.2vw, 1.4375rem);
}

.ts-about {
  margin: 20px 20%;
}
@media (max-width: 767px) {
  .ts-about {
    margin: 20px 10%;
  }
}
@media (max-width: 575px) {
  .ts-about {
    margin: 20px 5%;
  }
}
.ts-about .hero-container {
  text-align: center;
  align-items: center;
}
.ts-about .hero-container .ts-headings {
  color: #EC6821;
  text-align: left;
  margin: 30px 0;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .ts-about .hero-container .ts-headings {
    text-align: center;
  }
}
.ts-about .img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ts-about .ts-img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.ts-services__item:not(:last-child) {
  border-right: 1px solid #d5d5d5;
}

.ts-hero {
  margin: 0;
}

.ts-hero-2 {
  padding-block: 67px 0;
}

.ts-production-capacity {
  background-color: #1d3176;
  padding-block: 115px 70px;
}

.ts-capabilities {
  padding-block: 115px 70px;
}

.container {
  font-family: Inter, sans-serif;
  margin: auto;
  width: 700px;
}

.vjs-brand-container-link {
  position: relative;
  top: 7px;
}

.vjs-poster {
  background-size: cover !important;
}

.ts-capabilities {
  padding-block: 115px 70px;
}
.ts-capabilities__title {
  padding: 0.7rem 2.5rem;
  border: 1px solid #EC6821;
}

.ts-corporate-video {
  padding-block: 6.25rem 4.75rem;
}
.ts-corporate-video .ts-video-wrappper {
  position: relative;
}
.ts-corporate-video .ts-video-wrappper::before {
  content: "";
  position: absolute;
  right: 90px;
  top: -90px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.ts-side-tab {
  padding: 22px 0;
  background-color: #F4F4F4;
  border: none;
  transition: all 300ms ease-in-out;
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #333333;
}
.ts-side-tab:hover, .ts-side-tab--active {
  width: 125px;
  background-color: #EC6821;
  color: white;
}
.ts-side-tab-group {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  text-align: end;
}

.ts-annual-development {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.5rem, 2vw, 1rem);
}
.ts-annual-development__item {
  position: relative;
  display: flex;
  justify-content: center;
}
.ts-annual-development__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  width: clamp(35px, 8vw, 210px);
  height: 2px;
  top: 30%;
  transform: translate(-50%, -50%);
  border-bottom: 1px dashed #707070;
}
@media (min-width: 992px) {
  .ts-annual-development__item:not(:last-child)::after {
    width: clamp(35px, 12vw, 210px);
  }
}
.ts-annual-development .ts-title {
  font-size: clamp(4rem, 7vw, 7.5rem);
  font-weight: 900;
}
.ts-annual-development .ts-fs-18 {
  font-size: clamp(8px, 2.3vw, 18px) !important;
}
.ts-annual-development .ts-fs-14 {
  font-size: clamp(7px, 1.8vw, 14px) !important;
}

#tsScrollTopbutton {
  display: inline-block;
  background-color: #EC6821;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#tsScrollTopbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 50px;
  color: #fff;
}

#tsScrollTopbutton:hover {
  cursor: pointer;
  background-color: #19335A;
}

#tsScrollTopbutton:active {
  background-color: #19335A;
}

#tsScrollTopbutton.show {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=about.css.map */