@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;400;500;700&display=swap");
@media (max-width: 768px) {
  br {
    display: none;
  }
}

h1 {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  /* Heading 1/Medium */
  font-family: Inter Tight;
  font-size: clamp(45px, 6vw, 70px);
  font-style: normal;
  font-weight: 500;
  line-height: 80px; /* 114.286% */
  margin: 0;
}
@media (max-width: 576px) {
  h1 {
    line-height: 55px; /* 122.222% */
  }
}

h3 {
  color: var(--Black, #000);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "ss01" on, "clig" off, "liga" off;
  /* Heading 3/Medium */
  font-family: Inter Tight;
  font-size: clamp(30px, 5vw, 50px);
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 120% */
  letter-spacing: -0.5px;
  margin: 0;
}
@media (max-width: 768px) {
  h3 {
    line-height: 35px; /* 140% */
  }
}

h4 {
  color: var(--White, var(--White, #fff));
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* Heading 4/Medium */
  font-family: Inter Tight;
  font-size: clamp(20px, 4vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 112.5% */
  margin: 0;
}
@media (max-width: 768px) {
  h4 {
    line-height: 30px;
  }
}

h5 {
  color: var(--Black, #000);
  font-feature-settings: "clig" off, "liga" off;
  /* Heading 5/Medium */
  font-family: Inter Tight;
  font-size: clamp(20px, 5vw, 30px);
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 133.333% */
  margin: 0;
}

h6 {
  color: #000;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "clig" off, "liga" off;
  /* Heading 6/Medium */
  font-family: Inter Tight;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin: 0;
}

.btn-text {
  color: var(--White, var(--White, #fff));
  font-feature-settings: "dlig" on, "clig" off, "liga" off;
  /* Paragraph 3/Medium */
  font-family: Inter Tight;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.25px;
}

p {
  color: var(--Black, #000);
  font-feature-settings: "ss01" on, "clig" off, "liga" off;
  /* Paragraph 2/Regular */
  font-family: Inter Tight;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  letter-spacing: 0.35px;
  margin: 0;
}

.nav-link {
  color: var(--Ang-lique-Grey-1400, #393b3d);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* Body/Medium */
  font-family: Inter Tight;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 133.333% */
  margin: 0;
}
.nav-link.footer {
  color: var(--White, var(--White, #fff));
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter Tight;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}
.nav-link:hover {
  color: #0064a8;
}

.label-checkbox {
  color: var(--White, rgba(255, 255, 255, 0.6));
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "clig" off, "liga" off;
  /* Caption 1/Regular */
  font-family: Inter Tight;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 115.385% */
}
.label-checkbox a {
  color: #fff;
}

a {
  text-decoration: none;
}

.accordion-item .top p {
  color: var(--Ang-lique-Grey-1100, #90949a);
  font-feature-settings: "dlig" on, "clig" off, "liga" off;
  /* Paragraph 3/Medium */
  font-family: Inter Tight;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.25px;
  margin: 0;
}
.accordion-item .middle .item-header {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  /* Article 3/Medium */
  font-family: Inter Tight;
  font-size: clamp(23px, 4vw, 25px);
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 140% */
}
.accordion-item .middle p {
  color: var(--Black, #000);
  font-feature-settings: "ss01" on, "clig" off, "liga" off;
  /* Paragraph 2/Regular */
  font-family: Inter Tight;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  letter-spacing: 0.35px;
  opacity: 0.5;
  padding: 0;
  white-space: nowrap;
}

.btn-primary {
  padding: 10px 20px;
  border-radius: 100px;
  background: var(--Wing-Commander, #0064a8);
  color: var(--White, var(--White, #fff));
  font-feature-settings: "clig" off, "liga" off;
  /* Body/Medium */
  font-family: Inter Tight;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 133.333% */
  border: 1px solid #0064a8;
  transition: all 0.3s ease;
}
.btn-primary.custom {
  padding: 22.5px 35px;
  border-radius: 90px;
  background: var(--Wing-Commander, #0064a8);
  font-size: 17px;
}
.btn-primary:hover {
  background: transparent;
  color: #0064a8;
  border: 1px solid #0064a8;
}

.btn-scroll-trigger-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.btn-scroll-trigger-wrapper .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7.5px;
}
.btn-scroll-trigger-wrapper .content .btn-text {
  color: var(--White, var(--White, #fff));
  font-feature-settings: "dlig" on, "clig" off, "liga" off;
  /* Paragraph 3/Medium */
  font-family: Inter Tight;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.25px;
  margin: 0;
}
.btn-scroll-trigger-wrapper .content .shape {
  background: var(--Ang-lique-Grey-300, #f5f6f9);
  width: 5.5px;
  height: 5.5px;
}
.btn-scroll-trigger-wrapper .btn-scroll-trigger {
  border-radius: 90px;
  border: 0;
  width: 50px;
  height: 50px;
  position: relative;
}
.btn-scroll-trigger-wrapper .btn-scroll-trigger img {
  display: flex;
  width: 12.5px;
  height: 12.5px;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  right: 18.5px;
  bottom: 18.5px;
}
@media (max-width: 576px) {
  .btn-scroll-trigger-wrapper .btn-scroll-trigger img {
    right: 8.5px;
    bottom: 8.5px;
  }
}
@media (max-width: 576px) {
  .btn-scroll-trigger-wrapper .btn-scroll-trigger {
    width: 30px;
    height: 30px;
  }
}
.btn-scroll-trigger-wrapper.bottom .content .btn-text {
  color: #fff;
}
.btn-scroll-trigger-wrapper.bottom .content .shape {
  background-color: #f5f6f9;
}
.btn-scroll-trigger-wrapper.bottom .btn-scroll-trigger {
  background: rgba(245, 246, 249, 0.1);
}
.btn-scroll-trigger-wrapper.right .content .btn-text {
  color: #005d9d;
}
.btn-scroll-trigger-wrapper.right .content .shape {
  background: var(--Primary, #0064a8);
}
.btn-scroll-trigger-wrapper.right .btn-scroll-trigger {
  background: var(--Wing-Commander-100, #e6f0f6);
  border: 1px solid transparent;
  overflow: hidden;
}
.btn-scroll-trigger-wrapper.right .btn-scroll-trigger img {
  transform: translateX(0px);
  transition: transform 0.4s linear;
}
.btn-scroll-trigger-wrapper.right:hover {
  cursor: pointer;
}
.btn-scroll-trigger-wrapper.right:hover .btn-scroll-trigger {
  border: 1px solid #0064a8;
  transition: all 0.5s linear;
}
.btn-scroll-trigger-wrapper.right:hover .btn-scroll-trigger img {
  transform: translateX(10px);
}

.tms-navbar {
  height: var(--navbar-height);
}
.tms-navbar a {
  text-decoration: none;
}
.tms-navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
}
@media (max-width: 576px) {
  .tms-navbar .navbar-nav {
    flex-direction: column;
    align-items: start;
  }
}
.tms-navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  padding: 0;
}
.tms-navbar .tms-top-navbar-wrapper {
  background: var(--Ang-lique-Grey-300, #f5f6f9);
  padding: 0;
}
.tms-navbar .tms-top-navbar-wrapper .tms-top-navbar {
  padding: 10px 0;
}
.tms-navbar .tms-top-navbar-wrapper .tms-top-navbar .search-form {
  display: flex;
  justify-content: center;
  position: relative;
}
.tms-navbar .tms-top-navbar-wrapper .tms-top-navbar .search-form .form-control {
  width: 19.4vw;
  padding: 7.5px 10px;
  padding-left: 35px;
  border-radius: 2.5px;
  background: var(--White, #fff);
}
.tms-navbar .tms-top-navbar-wrapper .tms-top-navbar .search-form .search-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-57%);
  width: 15px;
}
.tms-navbar .tms-top-navbar-wrapper .tms-top-navbar .lang-options .option {
  display: none;
  cursor: pointer;
}
.tms-navbar .tms-top-navbar-wrapper .tms-top-navbar .lang-options .option.active {
  display: flex;
  flex-direction: row;
  gap: 7.5px;
}
.tms-navbar .tms-top-navbar-wrapper .tms-top-navbar .lang-options .option.active a {
  text-decoration: none;
  color: var(--Black, #000);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* Body/Medium */
  font-family: Inter Tight;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 133.333% */
}
@media (max-width: 576px) {
  .tms-navbar .tms-top-navbar-wrapper .tms-top-navbar {
    display: none;
  }
}
.tms-navbar .tms-main-navbar .navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.tms-navbar .tms-main-navbar .navbar-brand {
  margin: 0;
  padding: 17px 0;
}
@media (max-width: 576px) {
  .tms-navbar .tms-main-navbar .navbar-brand {
    padding: 10px 3px;
  }
}
.tms-navbar .tms-main-navbar .navbar-brand img {
  max-width: 100%;
}
@media (max-width: 576px) {
  .tms-navbar .tms-main-navbar .navbar-brand img {
    max-width: 80%;
  }
}
.tms-navbar .tms-main-navbar .navbar-collapse {
  padding: initial;
}
.tms-navbar .tms-main-navbar .navbar .collapsing {
  transition: height 0.5s linear;
}
.tms-navbar .tms-main-navbar .navbar .collapse .btn-primary {
  margin-left: 5px;
}
@media (max-width: 576px) {
  .tms-navbar .tms-main-navbar .navbar .collapse .btn-primary {
    margin: 0;
  }
}
.tms-navbar .tms-main-navbar .navbar-toggler {
  padding: 20px 3px;
  margin: initial;
  border: initial;
}
.tms-navbar .tms-main-navbar .navbar-toggler:focus {
  box-shadow: initial;
}
.tms-navbar .tms-main-navbar .navbar-toggler-icon {
  display: initial;
  background: initial;
}
.tms-navbar .tms-main-navbar .navbar .navbar-collapse {
  flex-grow: 0;
}

.tms-footer-wrapper {
  background: var(--Wing-Commander-1500, #000d17);
}
.tms-footer-wrapper .tms-footer-top {
  padding: 136px 0 189px;
}
.tms-footer-wrapper .tms-footer-top .footer-nav .tms-footer-title {
  color: var(--Ang-lique-Grey-1300, #56595c);
  font-feature-settings: "clig" off, "liga" off;
  /* Article 3/Medium */
  font-family: Inter Tight;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 140% */
  margin-bottom: 35px;
}
.tms-footer-wrapper .tms-footer-top .footer-nav ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  margin: 0;
}
.tms-footer-wrapper .tms-footer-bottom {
  padding-bottom: 40px;
}
.tms-footer-wrapper .tms-footer-bottom .copyright {
  color: var(--Ang-lique-Grey-1200, #73777b);
  font-feature-settings: "ss01" on, "clig" off, "liga" off;
  /* Body 2/Regular */
  font-family: Inter Tight;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.25px;
}

@keyframes expandAnimation {
  0%, 35% {
    opacity: 0;
  }
  50% {
    opacity: 0.45;
  }
  75% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes collapseAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.horizontal-accordion {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  max-width: 100%; /* Adjust the maximum width as needed */
  height: 625px;
  overflow-x: scroll;
}
@media (max-width: 768px) {
  .horizontal-accordion {
    flex-direction: column;
    max-width: none;
    height: auto;
  }
}

.accordion-item {
  transition: flex 0.5s ease;
  border: 1px solid var(--Ang-lique-Grey-600, #e5e9ef);
  background: var(--White, #fff);
  box-sizing: border-box;
  width: 120px;
  transition: all 0.4s linear;
  cursor: pointer;
}
@media (max-width: 768px) {
  .accordion-item {
    width: 100%;
  }
}
.accordion-item.off-collapsed {
  transition: all 1s linear;
}
.accordion-item .accordion-content-collapsed {
  display: none;
}

.accordion-item.active {
  width: 525px;
  height: 625px;
  flex-shrink: 0;
  opacity: 1;
  animation: expandAnimation 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .accordion-item.active {
    width: 100%;
    height: 100%;
    animation: expandAnimation 0.2s ease-in-out;
  }
}
.accordion-item.active .accordion-content {
  display: none;
  opacity: 0;
  transition: all 4.5s ease-in-out;
}
.accordion-item.active .accordion-content-collapsed {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.accordion-item.active .accordion-content-collapsed .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px 0;
}
.accordion-item.active .accordion-content-collapsed .top img {
  width: 465px;
  height: 295px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .accordion-item.active .accordion-content-collapsed .top img {
    max-width: 100%;
    height: initial;
  }
}
.accordion-item.active .accordion-content-collapsed .middle {
  padding: 0 30px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.accordion-item.active .accordion-content-collapsed .bottom {
  margin-top: 20px;
  background: var(--Wing-Commander-100, #e6f0f6);
  position: relative;
  width: 100%;
  height: 100px;
}
@media (max-width: 768px) {
  .accordion-item.active .accordion-content-collapsed .bottom {
    height: 80px;
  }
}
.accordion-item.active .accordion-content-collapsed .bottom .btn-scroll-trigger-wrapper {
  position: absolute;
  left: 40px;
  top: 25px;
}
.accordion-item.active .accordion-content-collapsed .bottom .btn-scroll-trigger-wrapper .btn-scroll-trigger {
  border-radius: 90px;
  background: var(--Ang-lique-Grey-300, #f5f6f9);
}

.accordion-content {
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.accordion-content .top {
  margin-bottom: 45px;
  padding: 40px 20px 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .accordion-content .top {
    margin: initial;
    padding: 30px;
  }
}
.accordion-content .middle img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .accordion-content .middle img {
    display: none;
  }
}
.accordion-content .bottom {
  writing-mode: vertical-lr;
  text-align: start;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
  height: 465px;
  align-content: flex-start;
  padding: 40px 0px 0;
  align-self: center;
}
@media (max-width: 768px) {
  .accordion-content .bottom {
    display: none;
  }
}

.section {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 80px 0;
  }
}

.section-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10.5px;
}
.section-badge .shape {
  width: 7.5px;
  height: 7.5px;
}
.section-badge-text {
  color: initial;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* Body 2/Medium */
  font-family: Inter Tight;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.25px;
}
.section-badge.blue .shape {
  background: var(--Primary, #0064a8);
}
.section-badge.white .shape {
  background: var(--White, #fff);
}
.section-badge.white .section-badge-text {
  color: #fff !important;
}

.tms-hero {
  position: relative;
}
.tms-hero-wrapper {
  height: calc(100vh - var(--navbar-height));
  overflow: hidden;
}
.tms-hero-wrapper .desktop-image {
  max-width: 100%;
  display: block;
}
.tms-hero-wrapper .mobile-image {
  display: none;
}
@media (max-width: 768px) {
  .tms-hero-wrapper .desktop-image {
    display: none;
  }
  .tms-hero-wrapper .mobile-image {
    display: block;
    max-width: 100%;
  }
}
.tms-hero-content {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tms-hero-content {
    flex-direction: column;
    gap: 100px;
  }
}

.tms-products {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .tms-products {
    gap: 40px;
  }
}
.tms-products-wrapper {
  background: var(--Ang-lique-Grey-200, #fafbfc);
  padding: 120px 0;
}
@media (max-width: 768px) {
  .tms-products-wrapper {
    padding: 80px 0;
  }
}
.tms-products-top {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.tms-products-top .content-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .tms-products-top .content-middle {
    order: 2 !important;
    gap: 20px;
    align-items: start;
  }
}
.tms-tailor-made-prod {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .tms-tailor-made-prod {
    gap: 40px;
  }
}
.tms-tailor-made-prod-top {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.tms-tailor-made-prod-top .content-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .tms-tailor-made-prod-top .content-middle {
    order: 2 !important;
    gap: 20px;
    align-items: start;
  }
}
.tms-tailor-made-prod-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .tms-tailor-made-prod-main {
    gap: 40px;
  }
}
.tms-tailor-made-prod-main .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .tms-tailor-made-prod-main .cards {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.tms-tailor-made-prod-main .cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border: 0;
}
.tms-tailor-made-prod-main .cards .card .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}
.tms-tailor-made-prod-main .cards .card .bottom .order-number {
  color: var(--Ang-lique-Grey-1100, #90949a);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* Body/Medium */
  font-family: Inter Tight;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  padding: 7px 15px 5px 15px;
  border-radius: 90px;
  background: var(--Ang-lique-Grey-400, #eff2f5);
}
.tms-tailor-made-prod-main .cards .line {
  margin: -90px -50px 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .tms-tailor-made-prod-main .cards .line {
    display: none;
  }
}

.tms-values-numbers-sections {
  background: var(--Wing-Commander-1500, #000d17);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tms-values-numbers-sections .tms-our-values {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 200px 0 120px;
}
@media (max-width: 768px) {
  .tms-values-numbers-sections .tms-our-values {
    gap: 40px;
    padding: 80px 0 40px;
  }
}
.tms-values-numbers-sections .tms-our-values-top {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tms-values-numbers-sections .tms-our-values-top h3 {
  color: #fff;
}
@media (max-width: 768px) {
  .tms-values-numbers-sections .tms-our-values-top {
    gap: 40px;
  }
}
.tms-values-numbers-sections .tms-our-values-main .cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 768px) {
  .tms-values-numbers-sections .tms-our-values-main .cards {
    flex-direction: column;
    align-items: center;
  }
}
.tms-values-numbers-sections .tms-our-values-main .cards .card {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 0;
  padding: 50px 30px;
}
.tms-values-numbers-sections .tms-our-values-main .cards .card .middle {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.tms-values-numbers-sections .tms-our-values-main .cards .card .middle h5 {
  color: #fff;
}
.tms-values-numbers-sections .tms-our-values-main .cards .card .middle p {
  color: #fff;
  opacity: 0.8;
}
.tms-values-numbers-sections .divider {
  max-width: 100%;
}
@media (max-width: 768px) {
  .tms-values-numbers-sections .divider {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.tms-values-numbers-sections .tms-numbers {
  padding: 120px 60px 240px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .tms-values-numbers-sections .tms-numbers {
    padding: 40px 0;
    gap: 50px;
  }
}
.tms-values-numbers-sections .tms-numbers-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 768px) {
  .tms-values-numbers-sections .tms-numbers-main {
    flex-direction: column;
    gap: 60px;
  }
  .tms-values-numbers-sections .tms-numbers-main .pipe {
    display: none;
  }
}
.tms-values-numbers-sections .tms-numbers-main .number-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .tms-values-numbers-sections .tms-numbers-main .number-value {
    gap: 30px;
  }
}
.tms-values-numbers-sections .tms-numbers-main .number-value .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.tms-values-numbers-sections .tms-numbers-main .number-value .bottom p {
  color: #fff;
  opacity: 0.8;
}

.tms-blog {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .tms-blog {
    gap: 40px;
  }
}
.tms-blog-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 576px) {
  .tms-blog-top .content-middle {
    order: 3 !important;
  }
}
.tms-blog-main .blog-cards {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .tms-blog-main .blog-cards {
    flex-direction: column;
  }
}
.tms-blog-main .blog-cards .blog-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--White, #fff);
  max-width: 525px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.tms-blog-main .blog-cards .blog-card .top {
  padding: 30px 30px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.tms-blog-main .blog-cards .blog-card .top .blog-card-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10.5px;
  border-radius: 90px;
  background: var(--Wing-Commander-100, #e6f0f6);
  padding: 5px 10px;
}
.tms-blog-main .blog-cards .blog-card .top .blog-card-badge .shape {
  width: 7.5px;
  height: 7.5px;
  background: var(--Wing-Commander-1200, #00355a);
}
.tms-blog-main .blog-cards .blog-card .top .blog-card-badge .text {
  color: var(--Wing-Commander-1200, #00355a);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* Body 2/Medium */
  font-family: Inter Tight;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.25px;
}
.tms-blog-main .blog-cards .blog-card .top h5 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.tms-blog-main .blog-cards .blog-card .top .date {
  overflow: hidden;
  color: var(--Ang-lique-Grey-1300, #56595c);
  font-feature-settings: "ss01" on, "clig" off, "liga" off;
  text-overflow: ellipsis;
  /* Paragraph 2/Regular */
  font-family: Inter Tight;
  font-size: clamp(16px, 3vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 138.889% */
  letter-spacing: 0.35px;
}
.tms-blog-main .blog-cards .blog-card .bottom img {
  max-width: 100%;
}

.tms-references {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .tms-references {
    gap: 40px;
  }
}
.tms-references-top {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .tms-references-top {
    gap: 40px;
  }
  .tms-references-top h3 {
    margin: 0 !important;
  }
}
.tms-references-main .marquee {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.tms-references-main .marquee-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  align-items: center;
  text-align: center;
}
.tms-references-main .marquee-carousel.marquee-carousel-1 {
  margin-right: -800px;
  margin-bottom: 11px;
}
.tms-references-main .marquee-carousel.marquee-carousel-2 {
  margin-left: -300px;
}
.tms-references-main .marquee-items {
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
  -moz-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
  -o-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
  display: -webkit-box;
  position: relative;
  width: 100%;
  height: 350px;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.tms-references-main .marquee-items .marquee-item {
  flex-shrink: 0;
  overflow: hidden;
  width: 400px;
  max-height: 100%;
  margin-right: 11px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tms-references-main .marquee-items .marquee-item .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 40px;
  left: 30px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 3;
}
.tms-references-main .marquee-items .marquee-item .inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 27, 45, 0) 0%, #001b2d 100%);
  opacity: 0;
  z-index: 2;
}
.tms-references-main .marquee-items .marquee-item .inner .top h5 {
  color: #fff;
}
.tms-references-main .marquee-items .marquee-item .inner .bottom {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.tms-references-main .marquee-items .marquee-item .inner .bottom img {
  max-width: 100%;
}
.tms-references-main .marquee-items .marquee-item .inner .bottom .content {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.tms-references-main .marquee-items .marquee-item .inner .bottom .content p {
  color: var(--White, var(--White, #fff));
  font-feature-settings: "ss01" on, "clig" off, "liga" off;
  /* Body 2/Regular */
  font-family: Inter Tight;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.25px;
  opacity: 0.8;
}
.tms-references-main .marquee-items .marquee-item .inner .bottom .reference-pipe {
  width: 1px;
  height: 20px;
  background: #fff;
  margin: 0 -20px;
  opacity: 0.2;
}
.tms-references-main .marquee-items .marquee-item .main-bg {
  width: 400px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover; /* This property ensures that the image covers the specified dimensions */
  filter: grayscale(100%);
}
.tms-references-main .marquee-items .marquee-item:hover {
  cursor: pointer;
}
.tms-references-main .marquee-items .marquee-item:hover .inner {
  opacity: 1;
  transition: opacity 0.3s;
}
.tms-references-main .marquee-items .marquee-item:hover .inner-bg {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.tms-references-main .marquee-items .marquee-item:hover .main-bg {
  cursor: pointer;
  filter: grayscale(0%);
  transition: all 0.5s linear;
  z-index: 1;
}

.tms-cta {
  background: var(--Wing-Commander-1200, #00355a);
  padding: 160px 135px;
}
@media (max-width: 768px) {
  .tms-cta {
    padding: 60px 15px;
    margin-bottom: 40px;
  }
}
.tms-cta-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tms-cta-inner {
    flex-direction: column;
    gap: 50px;
  }
}
.tms-cta-inner .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tms-cta-inner .left h3 {
  color: #fff;
}
.tms-cta-inner .left p {
  color: #fff;
  opacity: 0.8;
}
.tms-cta-inner .right {
  display: flex;
  flex-direction: column;
  gap: 22.5px;
}
.tms-cta-inner .right .input-mail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tms-cta-inner .right .input-mail .title {
  color: var(--White, var(--White, #fff));
  font-feature-settings: "clig" off, "liga" off;
  /* Body 2/Medium */
  font-family: Inter Tight;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.25px;
}
.tms-cta-inner .right .input-mail .email-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
.tms-cta-inner .right .input-mail .email-wrapper .input {
  color: rgba(255, 255, 255, 0.3);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "clig" off, "liga" off;
  /* Heading 6/Medium */
  font-family: Inter Tight;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  background: transparent;
  border: 0;
}
.tms-cta-inner .right .input-mail .email-wrapper .input:focus, .tms-cta-inner .right .input-mail .email-wrapper .input:active {
  outline: 0;
}
.tms-cta-inner .right .input-mail .email-wrapper .btn-scroll-trigger-wrapper {
  gap: 15px;
  position: absolute;
  right: 1%;
  bottom: 10px;
  top: 0;
}
.tms-cta-inner .right .input-mail .line {
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
}
.tms-cta-inner .right .checkbox-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}/*# sourceMappingURL=style.css.map */