.truncate, .truncate-4row, .truncate-3row, .truncate-2row {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-2row {
  -webkit-line-clamp: 2;
}
.truncate-3row {
  -webkit-line-clamp: 3;
}
.truncate-4row {
  -webkit-line-clamp: 4;
}

.section-platform-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  aspect-ratio: 1920/622;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1280px) {
  .section-platform-1 {
    aspect-ratio: 15/6;
  }
}
@media only screen and (max-width: 991px) {
  .section-platform-1 {
    aspect-ratio: 15/8;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-platform-1 {
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 667px) {
  .section-platform-1 {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 480px) {
  .section-platform-1 {
    aspect-ratio: 7.5/10;
  }
}
.section-platform-1 .container-fluid {
  max-width: 1686px;
  height: 100%;
  padding: 20px 0;
  position: relative;
}
.section-platform-1 .container-fluid .content {
  position: absolute;
  top: 36px;
  left: 0;
  max-width: 734px;
  padding: 0 15px;
}
@media only screen and (max-width: 1750px) {
  .section-platform-1 .container-fluid .content {
    max-width: 900px;
    padding-left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.section-platform-1 .container-fluid .content .logo {
  display: flex;
  gap: 40px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1750px) {
  .section-platform-1 .container-fluid .content .logo {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-platform-1 .container-fluid .content .logo {
    gap: 24px;
    margin-bottom: 16px;
  }
}
.section-platform-1 .container-fluid .content .logo img {
  height: 58px;
}
@media only screen and (max-width: 1650px) {
  .section-platform-1 .container-fluid .content .logo img {
    height: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-platform-1 .container-fluid .content .logo img {
    height: 32px;
  }
}
.section-platform-1 .container-fluid .content .title {
  font-family: "Space Grotesk";
  color: #2D3139;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1480px) {
  .section-platform-1 .container-fluid .content .title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-platform-1 .container-fluid .content .title {
    font-size: 28px;
  }
}
.section-platform-1 .container-fluid .content .title span {
  color: #396BCF;
}
.section-platform-1 .container-fluid .content .desc {
  color: #60697B;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1480px) {
  .section-platform-1 .container-fluid .content .desc {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.section-platform-1 .container-fluid .content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1750px) {
  .section-platform-1 .container-fluid .content ul {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1480px) {
  .section-platform-1 .container-fluid .content ul {
    gap: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-platform-1 .container-fluid .content ul {
    margin-bottom: 16px;
  }
}
.section-platform-1 .container-fluid .content ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #60697B;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1480px) {
  .section-platform-1 .container-fluid .content ul li {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.section-platform-1 .container-fluid .content ul li svg {
  display: flex;
  flex-shrink: 0;
}
.section-platform-1 .container-fluid .content a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 8px;
  background: #396BCF;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
@media only screen and (max-width: 1280px) {
  .section-platform-1 .container-fluid .content a {
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-platform-1 .container-fluid .content a {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.section-platform-1 .container-fluid .content a svg {
  display: flex;
  flex-shrink: 0;
}

.section-platform-2 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-platform-2 {
    margin-bottom: 40px;
  }
}
.section-platform-2 .container-fluid {
  max-width: 1686px;
  padding: 0 15px;
}
.section-platform-2 .container-fluid .content {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  aspect-ratio: 1680/400;
  padding: 72px 102px;
  height: 100%;
  border-radius: 16px;
}
@media only screen and (max-width: 1650px) {
  .section-platform-2 .container-fluid .content {
    padding-left: 60px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .section-platform-2 .container-fluid .content {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-platform-2 .container-fluid .content {
    padding: 28px;
  }
}
.section-platform-2 .container-fluid .content h3 {
  font-family: "Space Grotesk";
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.32px;
  max-width: 717px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .section-platform-2 .container-fluid .content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .section-platform-2 .container-fluid .content h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.section-platform-2 .container-fluid .content a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 8px;
  background: #E0E2E6;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #396BCF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 1280px) {
  .section-platform-2 .container-fluid .content a {
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-platform-2 .container-fluid .content a {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.section-platform-2 .container-fluid .content a svg {
  display: flex;
  flex-shrink: 0;
}

.section-platform-3 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-platform-3 {
    margin-bottom: 40px;
  }
}
.section-platform-3 .container-fluid {
  max-width: 1686px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 0 15px;
}
@media only screen and (max-width: 1480px) {
  .section-platform-3 .container-fluid {
    gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-platform-3 .container-fluid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.section-platform-3 .container-fluid .left img {
  width: 100%;
  aspect-ratio: 409/253;
  border-radius: 16px;
}
.section-platform-3 .container-fluid .right h3 {
  font-family: "Space Grotesk";
  color: #111827;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1280px) {
  .section-platform-3 .container-fluid .right h3 {
    font-size: 28px;
    text-align: center;
    max-width: 800px;
  }
}
@media only screen and (max-width: 991px) {
  .section-platform-3 .container-fluid .right h3 {
    font-size: 24px;
  }
}
.section-platform-3 .container-fluid .right ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1480px) {
  .section-platform-3 .container-fluid .right ul {
    gap: 12px;
    margin-bottom: 24px;
  }
}
.section-platform-3 .container-fluid .right ul li {
  display: flex;
  gap: 10px;
}
.section-platform-3 .container-fluid .right ul li .icon {
  display: flex;
  flex-shrink: 0;
}
.section-platform-3 .container-fluid .right ul li .text .title {
  color: #121417;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 8px;
}
.section-platform-3 .container-fluid .right ul li .text .desc {
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.section-platform-3 .container-fluid .right a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 8px;
  background: #396BCF;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
@media only screen and (max-width: 1280px) {
  .section-platform-3 .container-fluid .right a {
    padding: 10px 12px;
    font-size: 16px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-platform-3 .container-fluid .right a {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.section-platform-3 .container-fluid .right a svg {
  display: flex;
  flex-shrink: 0;
}

.section-platform-4 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-platform-4 {
    margin-bottom: 40px;
  }
}
.section-platform-4 .container-fluid {
  max-width: 1686px;
  padding: 0 70px;
}
@media only screen and (max-width: 1650px) {
  .section-platform-4 .container-fluid {
    padding: 0 15px;
  }
}
.section-platform-4 .container-fluid h3 {
  color: #2D3139;
  font-family: "Space Grotesk";
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .section-platform-4 .container-fluid h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .section-platform-4 .container-fluid h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.section-platform-4 .container-fluid .wrap-table {
  padding: 40px 40px 30px 40px;
  border-radius: 20px;
  width: 100%;
  overflow-x: auto;
  background: linear-gradient(180deg, #EFF0F3 0%, #FDFCFD 100%);
}
@media only screen and (max-width: 1280px) {
  .section-platform-4 .container-fluid .wrap-table {
    padding: 24px 24px 18px 24px;
  }
}
@media only screen and (max-width: 991px) {
  .section-platform-4 .container-fluid .wrap-table {
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 767px) {
  .section-platform-4 .container-fluid .wrap-table {
    padding: 16px 16px 12px 16px;
  }
}
.section-platform-4 .container-fluid .wrap-table table {
  width: 100%;
  table-layout: fixed;
  border-radius: 12px;
  overflow: hidden;
  background: #FFF;
  display: block;
}
@media only screen and (max-width: 991px) {
  .section-platform-4 .container-fluid .wrap-table table {
    min-width: 880px;
  }
}
@media only screen and (max-width: 767px) {
  .section-platform-4 .container-fluid .wrap-table table {
    min-width: 640px;
  }
}
.section-platform-4 .container-fluid .wrap-table table thead {
  background: #173D7A;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section-platform-4 .container-fluid .wrap-table table thead th {
  width: 25%;
  padding: 24px 32px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  .section-platform-4 .container-fluid .wrap-table table thead th {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-platform-4 .container-fluid .wrap-table table thead th {
    padding: 4px 10px;
    font-size: 14px;
  }
}
.section-platform-4 .container-fluid .wrap-table table tbody {
  display: block;
  max-height: 675px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #396BCF transparent;
}
.section-platform-4 .container-fluid .wrap-table table tbody::-webkit-scrollbar {
  width: 4px;
}
.section-platform-4 .container-fluid .wrap-table table tbody::-webkit-scrollbar-track {
  background: transparent;
}
.section-platform-4 .container-fluid .wrap-table table tbody::-webkit-scrollbar-thumb {
  background: #396BCF;
  border-radius: 2px;
}
.section-platform-4 .container-fluid .wrap-table table tbody::-webkit-scrollbar-thumb:hover {
  background: #2d5ab3;
}
.section-platform-4 .container-fluid .wrap-table table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section-platform-4 .container-fluid .wrap-table table tbody td {
  width: 25%;
  padding: 24px 32px;
  color: #121417;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  .section-platform-4 .container-fluid .wrap-table table tbody td {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-platform-4 .container-fluid .wrap-table table tbody td {
    padding: 4px 10px;
    font-size: 14px;
  }
}
.section-platform-4 .container-fluid .wrap-table table tbody td b {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .section-platform-4 .container-fluid .wrap-table {
    scrollbar-width: thin;
    scrollbar-color: #396BCF transparent;
  }
  .section-platform-4 .container-fluid .wrap-table::-webkit-scrollbar {
    height: 4px;
  }
  .section-platform-4 .container-fluid .wrap-table::-webkit-scrollbar-track {
    background: transparent;
  }
  .section-platform-4 .container-fluid .wrap-table::-webkit-scrollbar-thumb {
    background: #396BCF;
    border-radius: 2px;
  }
  .section-platform-4 .container-fluid .wrap-table::-webkit-scrollbar-thumb:hover {
    background: #2d5ab3;
  }
}

.section-platform-5 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 100px;
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .section-platform-5 {
    margin-bottom: 40px;
    padding: 60px 0;
  }
}
.section-platform-5 .container-fluid {
  max-width: 1686px;
  padding: 0 15px;
}
.section-platform-5 .container-fluid h3 {
  color: #2D3139;
  font-family: "Space Grotesk";
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .section-platform-5 .container-fluid h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .section-platform-5 .container-fluid h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.section-platform-5 .container-fluid .list-tab {
  border-radius: 12px;
  background: #F4F5F6;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .section-platform-5 .container-fluid .list-tab {
    margin-bottom: 24px;
  }
}
.section-platform-5 .container-fluid .list-tab ul {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .section-platform-5 .container-fluid .list-tab ul {
    gap: 12px;
    padding: 6px;
  }
}
.section-platform-5 .container-fluid .list-tab ul li {
  font-family: "Space Grotesk";
  color: #484E5B;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.2px;
  padding: 10px 16px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section-platform-5 .container-fluid .list-tab ul li {
    font-size: 16px;
    padding: 4px 6px;
  }
}
@media only screen and (max-width: 480px) {
  .section-platform-5 .container-fluid .list-tab ul li {
    font-size: 14px;
  }
}
.section-platform-5 .container-fluid .list-tab ul li.active, .section-platform-5 .container-fluid .list-tab ul li:hover {
  color: #396BCF;
  border-radius: 8px;
  background: #FFF;
}
.section-platform-5 .container-fluid .tab-content-item {
  display: none;
}
.section-platform-5 .container-fluid .tab-content-item.active {
  display: block;
  padding: 0 15px;
}
.section-platform-5 .container-fluid .tab-content-item .row {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 1650px) {
  .section-platform-5 .container-fluid .tab-content-item .row {
    gap: 28px;
  }
}
.section-platform-5 .container-fluid .tab-content-item .row .archive-datasheet-content {
  background: #FFF;
  width: 23%;
}
@media only screen and (max-width: 1199px) {
  .section-platform-5 .container-fluid .tab-content-item .row .archive-datasheet-content {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .section-platform-5 .container-fluid .tab-content-item .row .archive-datasheet-content {
    width: 47%;
  }
}
@media only screen and (max-width: 667px) {
  .section-platform-5 .container-fluid .tab-content-item .row .archive-datasheet-content {
    width: 100%;
  }
}
.section-platform-5 .container-fluid .tab-content-item .row .archive-datasheet-content .archive-datasheet-info {
  padding: 16px;
}
.section-platform-5 .container-fluid .tab-content-item .row .archive-datasheet-content .archive-datasheet-info .download-document {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #396BCF;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.section-platform-6 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-platform-6 {
    margin-bottom: 40px;
  }
}
.section-platform-6 .container-fluid {
  max-width: 1686px;
  padding: 0 15px;
}

.section-product-1 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  aspect-ratio: 1920/622;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1280px) {
  .section-product-1 {
    aspect-ratio: 15/6;
  }
}
@media only screen and (max-width: 991px) {
  .section-product-1 {
    aspect-ratio: 15/8;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-product-1 {
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 667px) {
  .section-product-1 {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 480px) {
  .section-product-1 {
    aspect-ratio: 7.5/10;
  }
}
.section-product-1 .container-fluid {
  max-width: 1686px;
  height: 100%;
  padding: 20px 0;
  position: relative;
}
.section-product-1 .container-fluid .content {
  position: absolute;
  top: 36px;
  left: 0;
  max-width: 734px;
  padding: 0 15px;
}
@media only screen and (max-width: 1750px) {
  .section-product-1 .container-fluid .content {
    max-width: 900px;
    padding-left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.section-product-1 .container-fluid .content .logo {
  display: flex;
  gap: 40px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1750px) {
  .section-product-1 .container-fluid .content .logo {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-product-1 .container-fluid .content .logo {
    gap: 24px;
  }
}
.section-product-1 .container-fluid .content .logo img {
  height: 58px;
}
@media only screen and (max-width: 1650px) {
  .section-product-1 .container-fluid .content .logo img {
    height: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-product-1 .container-fluid .content .logo img {
    height: 32px;
  }
}
.section-product-1 .container-fluid .content .title {
  font-family: "Space Grotesk";
  color: #2D3139;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1480px) {
  .section-product-1 .container-fluid .content .title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-product-1 .container-fluid .content .title {
    font-size: 28px;
  }
}
.section-product-1 .container-fluid .content .title span {
  color: #396BCF;
}
.section-product-1 .container-fluid .content .desc {
  color: #60697B;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1480px) {
  .section-product-1 .container-fluid .content .desc {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.section-product-1 .container-fluid .content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1750px) {
  .section-product-1 .container-fluid .content ul {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1480px) {
  .section-product-1 .container-fluid .content ul {
    gap: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-product-1 .container-fluid .content ul {
    margin-bottom: 16px;
  }
}
.section-product-1 .container-fluid .content ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #60697B;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1480px) {
  .section-product-1 .container-fluid .content ul li {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.section-product-1 .container-fluid .content ul li svg {
  display: flex;
  flex-shrink: 0;
}
.section-product-1 .container-fluid .content a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 8px;
  background: #396BCF;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
@media only screen and (max-width: 1280px) {
  .section-product-1 .container-fluid .content a {
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-product-1 .container-fluid .content a {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.section-product-1 .container-fluid .content a svg {
  display: flex;
  flex-shrink: 0;
}

.section-product-2 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-product-2 {
    margin-bottom: 40px;
  }
}
.section-product-2 .container-fluid {
  max-width: 1686px;
  padding: 0 15px;
}
.section-product-2 .container-fluid .content {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1680/400;
  padding: 72px 102px;
  height: 100%;
  border-radius: 16px;
}
@media only screen and (max-width: 1650px) {
  .section-product-2 .container-fluid .content {
    padding-left: 60px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .section-product-2 .container-fluid .content {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-product-2 .container-fluid .content {
    padding: 28px;
  }
}
.section-product-2 .container-fluid .content h3 {
  font-family: "Space Grotesk";
  color: #121417;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.32px;
  max-width: 717px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .section-product-2 .container-fluid .content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .section-product-2 .container-fluid .content h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.section-product-2 .container-fluid .content h3 span {
  color: #ECA355;
  font-weight: 700;
}
.section-product-2 .container-fluid .content a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 8px;
  background: #396BCF;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 1280px) {
  .section-product-2 .container-fluid .content a {
    padding: 10px 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section-product-2 .container-fluid .content a {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.section-product-2 .container-fluid .content a svg {
  display: flex;
  flex-shrink: 0;
}

.section-product-3 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-product-3 {
    margin-bottom: 40px;
  }
}
.section-product-3 .container-fluid {
  max-width: 1686px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 0 15px;
}
@media only screen and (max-width: 1480px) {
  .section-product-3 .container-fluid {
    gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-product-3 .container-fluid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
.section-product-3 .container-fluid .left img {
  width: 100%;
  aspect-ratio: 409/253;
  border-radius: 16px;
}
.section-product-3 .container-fluid .right h3 {
  font-family: "Space Grotesk";
  color: #111827;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
  max-width: 715px;
}
@media only screen and (max-width: 1280px) {
  .section-product-3 .container-fluid .right h3 {
    font-size: 28px;
    text-align: center;
    max-width: 800px;
  }
}
@media only screen and (max-width: 991px) {
  .section-product-3 .container-fluid .right h3 {
    font-size: 24px;
  }
}
.section-product-3 .container-fluid .right ul {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1480px) {
  .section-product-3 .container-fluid .right ul {
    gap: 12px;
    margin-bottom: 24px;
  }
}
.section-product-3 .container-fluid .right ul li {
  list-style: disc;
  color: #111827;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.section-product-3 .container-fluid .right a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 8px;
  background: #396BCF;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
@media only screen and (max-width: 1280px) {
  .section-product-3 .container-fluid .right a {
    padding: 10px 12px;
    font-size: 16px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-product-3 .container-fluid .right a {
    padding: 8px 10px;
    font-size: 14px;
  }
}
.section-product-3 .container-fluid .right a svg {
  display: flex;
  flex-shrink: 0;
}

.section-product-4 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-product-4 {
    margin-bottom: 40px;
  }
}
.section-product-4 .container-fluid {
  max-width: 1686px;
  padding: 0 70px;
}
@media only screen and (max-width: 1650px) {
  .section-product-4 .container-fluid {
    padding: 0 15px;
  }
}
.section-product-4 .container-fluid > h3 {
  color: #2D3139;
  font-family: "Space Grotesk";
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1280px) {
  .section-product-4 .container-fluid > h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .section-product-4 .container-fluid > h3 {
    font-size: 24px;
  }
}
.section-product-4 .container-fluid > .desc {
  max-width: 730px;
  margin: 0 auto;
  color: #60697B;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 74px;
}
@media only screen and (max-width: 1280px) {
  .section-product-4 .container-fluid > .desc {
    margin-bottom: 48px;
  }
}
.section-product-4 .container-fluid .wrap-table {
  padding: 40px 40px 30px 40px;
  border-radius: 20px;
  width: 100%;
  overflow-x: auto;
  background: linear-gradient(180deg, #EFF0F3 0%, #FDFCFD 100%);
}
@media only screen and (max-width: 1280px) {
  .section-product-4 .container-fluid .wrap-table {
    padding: 24px 24px 18px 24px;
  }
}
@media only screen and (max-width: 991px) {
  .section-product-4 .container-fluid .wrap-table {
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 767px) {
  .section-product-4 .container-fluid .wrap-table {
    padding: 16px 16px 12px 16px;
  }
}
.section-product-4 .container-fluid .wrap-table table {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #FFF;
}
@media only screen and (max-width: 991px) {
  .section-product-4 .container-fluid .wrap-table table {
    min-width: 880px;
  }
}
@media only screen and (max-width: 767px) {
  .section-product-4 .container-fluid .wrap-table table {
    min-width: 640px;
  }
}
.section-product-4 .container-fluid .wrap-table table thead th .th-flex {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.section-product-4 .container-fluid .wrap-table table thead th .th-flex .sort {
  display: flex;
  flex-direction: column;
}
.section-product-4 .container-fluid .pagination-wrapper {
  padding: 32px 0;
  background: #FFF;
  border-radius: 0 0 12px 12px;
}
.section-product-4 .container-fluid .pagination-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .section-product-4 .container-fluid .pagination-wrapper ul {
    gap: 12px;
  }
}
.section-product-4 .container-fluid .pagination-wrapper ul li a {
  color: #1D1D1D;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.section-product-4 .container-fluid .pagination-wrapper ul li a.prev, .section-product-4 .container-fluid .pagination-wrapper ul li a.next {
  padding: 10.4px;
  border-radius: 800px;
  border: 0.8px solid #E0E2E6;
}
@media only screen and (max-width: 767px) {
  .section-product-4 .container-fluid .pagination-wrapper ul li a.prev, .section-product-4 .container-fluid .pagination-wrapper ul li a.next {
    padding: 6px;
  }
}
.section-product-4 .container-fluid .pagination-wrapper ul li a.prev {
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .section-product-4 .container-fluid .pagination-wrapper ul li a.prev {
    margin-right: 0;
  }
}
.section-product-4 .container-fluid .pagination-wrapper ul li a.next {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .section-product-4 .container-fluid .pagination-wrapper ul li a.next {
    margin-left: 0;
  }
}
.section-product-4 .container-fluid .pagination-wrapper ul li span.current {
  font-size: 14px;
  color: #396BCF !important;
  display: block;
  padding: 2px 13px;
  border-radius: 24px;
  background: #D6E0F5 !important;
  max-width: 32px;
}

.section-product-5 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 100px;
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .section-product-5 {
    margin-bottom: 40px;
    padding: 60px 0;
  }
}
.section-product-5 .container-fluid {
  max-width: 1686px;
  padding: 0 15px;
}
.section-product-5 .container-fluid h3 {
  color: #2D3139;
  font-family: "Space Grotesk";
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .section-product-5 .container-fluid h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .section-product-5 .container-fluid h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.section-product-5 .container-fluid .list-tab {
  border-radius: 12px;
  background: #F4F5F6;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  .section-product-5 .container-fluid .list-tab {
    margin-bottom: 24px;
  }
}
.section-product-5 .container-fluid .list-tab ul {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .section-product-5 .container-fluid .list-tab ul {
    gap: 12px;
    padding: 6px;
  }
}
.section-product-5 .container-fluid .list-tab ul li {
  font-family: "Space Grotesk";
  color: #484E5B;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.2px;
  padding: 10px 16px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .section-product-5 .container-fluid .list-tab ul li {
    font-size: 16px;
    padding: 4px 6px;
  }
}
@media only screen and (max-width: 480px) {
  .section-product-5 .container-fluid .list-tab ul li {
    font-size: 14px;
  }
}
.section-product-5 .container-fluid .list-tab ul li.active, .section-product-5 .container-fluid .list-tab ul li:hover {
  color: #396BCF;
  border-radius: 8px;
  background: #FFF;
}
.section-product-5 .container-fluid .tab-content-item {
  display: none;
}
.section-product-5 .container-fluid .tab-content-item.active {
  display: block;
  padding: 0 15px;
}
.section-product-5 .container-fluid .tab-content-item .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 1280px) {
  .section-product-5 .container-fluid .tab-content-item .row {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .section-product-5 .container-fluid .tab-content-item .row {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .section-product-5 .container-fluid .tab-content-item .row {
    grid-template-columns: 1fr;
  }
}
.section-product-5 .container-fluid .tab-content-item .row .archive-datasheet-content {
  background: #FFF;
}
.section-product-5 .container-fluid .tab-content-item .row .archive-datasheet-content .archive-datasheet-info {
  padding: 16px;
}
.section-product-5 .container-fluid .tab-content-item .row .archive-datasheet-content .archive-datasheet-info .download-document {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #396BCF;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.section-product-6 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-product-6 {
    margin-bottom: 40px;
  }
}
.section-product-6 .container-fluid {
  max-width: 1686px;
  padding: 0 15px;
}

.datasheet-sidebar {
  border-radius: 8px;
  background: var(--Text-10, #FFF);
  box-shadow: 0 4px 30px 0 rgba(98, 98, 98, 0.08);
  padding: 24px 24px 24px 0;
}
.datasheet-sidebar ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.datasheet-sidebar ul li {
  position: relative;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 155%;
  border-radius: 0 12px 12px 0;
  padding-left: 44px;
}
.datasheet-sidebar ul li a {
  display: block;
  width: 100%;
  color: #31333F;
}
.datasheet-sidebar ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(5, 29, 54, 0.5);
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.datasheet-sidebar ul li.active, .datasheet-sidebar ul li:hover {
  background: #396BCF;
}
.datasheet-sidebar ul li.active a, .datasheet-sidebar ul li:hover a {
  color: #FFF;
}
.datasheet-sidebar ul li.active::before, .datasheet-sidebar ul li:hover::before {
  background: #FFF;
}/*# sourceMappingURL=sangla.css.map */