@charset "UTF-8";
html,
body,
div,
section, article, aside, nav, header, footer, main,
h1, h2, h3, h4, h5, h6,
p, a, li,
button, input, textarea, select, label,
small, strong, span {
  font-family: "Lexend Deca", "OPPOSans B", "OPPOSans-H", "OPPOSans-M", "Impact", "Arial", "Helvetica", "sans-serif" !important;
}

.fa,
.fas,
.far,
.fal,
.fad {
  font-family: "Font Awesome 5 Free" !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.header-style-3.site-header.header-style-3.mobile-sider-drawer-menu .twm-bnr-title-button .site-button.outline-primary.hover-color {
  border: 1px solid #3B72FF;
  background-color: transparent;
  text-shadow: 0 0 0 #3B72FF, 400px 0 #3B72FF;
}
.header-style-3.site-header.header-style-3.mobile-sider-drawer-menu .twm-bnr-title-button .site-button.outline-primary.hover-color:hover {
  color: #3B72FF !important;
  border: 1px solid #3B72FF !important;
}
.header-style-3.site-header.header-style-3.mobile-sider-drawer-menu .twm-bnr-title-button .site-button.outline-primary.hover-color:hover a {
  color: #3B72FF;
}

.header-style-3.new-header .main-bar .container-fluid {
  width: 100%;
}
.header-style-3.new-header .main-bar .container-fluid .nav-animation {
  position: relative;
  padding: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.header-style-3.new-header .main-bar .container-fluid .nav-animation .navbar-nav {
  gap: 10px;
}
.header-style-3.new-header .main-bar .container-fluid .nav-animation .navbar-nav .has-child {
  flex: 1 1 auto;
}
.header-style-3.new-header .main-bar .container-fluid .logo-header {
  margin-left: 0px;
  flex: 1 1 auto;
}
.header-style-3.new-header .main-bar .container-fluid .logo-header .logo-header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  /* gap: 10px; */
  float: right;
  padding-right: 50px;
}
.header-style-3.new-header .main-bar .container-fluid .extra-nav {
  display: table;
  float: left;
  height: 70px;
  position: relative;
  z-index: 13;
  flex: 1 1 auto;
}
.header-style-3.new-header .main-bar .container-fluid .extra-nav .extra-cell {
  padding-left: 41px;
  vertical-align: middle;
  float: left;
}
.header-style-3.new-header .main-bar .container-fluid .extra-nav .extra-cell .header-nav-btn-section {
  display: flex;
  margin-top: 11px;
}
.header-style-3.new-header .main-bar .container-fluid .extra-nav .extra-cell .site-button.outline-primary {
  margin-right: 0px;
}

/* Mobile Header Drawer */
@media (max-width: 991px) {
  .header-style-3.mobile-sider-drawer-menu.new-header .main-bar {
    padding: 8px 16px;
    width: 100%;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .logo-header {
    margin: auto;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .logo-header .logo-header-inner {
    display: flex;
    align-items: center;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .logo-header .logo-header-inner .header-logo-img {
    height: 36px;
    width: auto;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header #mobile-side-drawer.navbar-toggler {
    display: block;
    position: absolute;
    right: 16px;
    top: 14px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 1101;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header #mobile-side-drawer.navbar-toggler .icon-bar {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background: #FFFFFF;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .header-nav.navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 360px;
    height: 100%;
    background: rgba(33, 33, 33, 0.98);
    padding: 24px 16px;
    overflow-y: auto;
    transition: right 0.3s ease;
    z-index: 1100;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .header-nav.navbar-collapse .nav > li {
    margin: 0;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .header-nav.navbar-collapse .nav > li > a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    display: block;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .header-nav.navbar-collapse .nav > li .sub-menu {
    position: static;
    display: block;
    padding-left: 12px;
    margin-top: 6px;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .header-nav.navbar-collapse.collapsing {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 360px;
    height: 100%;
    padding: 24px 16px;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .header-nav.navbar-collapse.show {
    right: 0;
  }
  .header-style-3.mobile-sider-drawer-menu.new-header .extra-nav.header-2-nav {
    display: none;
  }
}
.header-style-3 .main-bar {
  width: 100%;
}
.header-style-3 .main-bar .container-fluid {
  width: 1920px;
}

.twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
  font-weight: 700 !important;
}

.twm-bnr-left-section {
  margin-right: -157px !important;
}

.tv-desti-content-new .tv-desti-item .twm-mid-content .disabled-link h4 {
  font-size: 18px !important;
  font-weight: 600;
}

.card-content .twm-jobs-grid-wrap .cards-row .twm-jobs-grid-style1 {
  height: auto !important;
  padding-bottom: 50px !important;
}

.site-button.site-button-primary {
  padding: 0px;
  font-family: OPPOSans-H;
  font-weight: H;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

.section-full.p-t20.p-b90.site-bg-tint {
  position: relative;
}
.section-full.p-t20.p-b90.site-bg-tint .stats-card {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 10;
}

.stats-card-new .stats-value {
  font-family: Impact !important;
}
.stats-card-new .stats-label {
  font-size: 16px;
}

.product-overview {
  width: auto;
}
.product-overview.layout .product-overview-inner {
  width: 1200px;
  margin: 120px auto 0;
}
.product-overview.layout .product-overview-inner .po-title {
  font-family: Impact;
  font-size: 38px;
  font-weight: 600;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  text-align: left;
  margin: 40px 0 20px;
}
.product-overview.layout .product-overview-inner .po-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.product-overview.layout .product-overview-inner .po-row .po-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-overview.layout .product-overview-inner .po-row .po-right .po-card {
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-overview.layout .product-overview-inner .po-row .po-right .po-card .po-card-title {
  font-family: "OPPOSans-H";
  font-weight: normal;
  font-size: 22px;
  color: #030327;
  margin-bottom: 0px;
}
.product-overview.layout .product-overview-inner .po-row .po-right .po-card .po-card-text {
  height: 123px;
  font-family: "OPPOSans-M";
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  line-height: 29px;
}
.product-overview.layout .product-overview-inner .po-row .po-right .po-card .po-icons {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.product-overview.layout .product-overview-inner .po-row .po-right .po-card .po-icons .po-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-overview.layout .product-overview-inner .po-row .po-right .po-card .po-icons .po-icon img {
  width: 24px;
  height: 24px;
}
.product-overview.layout .product-overview-inner .po-row .po-right .po-card .po-icons .po-icon span {
  font-family: "OPPOSans-M";
  font-size: 14px;
  color: #333333;
}
.product-overview.layout .product-overview-inner .po-row .po-portrait-img {
  width: 400px;
  height: 617px;
  object-fit: cover;
}

.ce-content-home.ce-content {
  width: 100% !important;
  height: 310px !important;
  max-width: 1200px;
}
.ce-content-home .swiper-slide {
  display: flex;
  justify-content: center;
}
.ce-content-home .ce-card {
  width: 100% !important;
  height: 310px !important;
  min-height: 285px;
  margin: 0 !important;
  padding: 40px !important;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  gap: 40px;
}
.ce-content-home .ce-card .ce-card-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ce-content-home .ce-card .ce-text {
  width: 100% !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

.customer-experience {
  height: 681px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.customer-experience .ce-inner {
  width: 1200px;
  margin: 0 auto;
}
.customer-experience .ce-inner .ce-header .ce-topbox {
  width: 975px;
  margin: 140px auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-experience .ce-inner .ce-header .ce-topbox .ce-quote {
  width: 58px;
  height: 45px;
  display: block;
}
.customer-experience .ce-inner .ce-header .ce-topbox .ce-headings {
  text-align: right;
}
.customer-experience .ce-inner .ce-header .ce-topbox .ce-headings .ce-small {
  font-family: "OPPOSans-H";
  font-weight: normal;
  font-size: 18px;
  color: #3B72FF;
  line-height: 30px;
}
.customer-experience .ce-inner .ce-header .ce-topbox .ce-headings .ce-title {
  font-family: Impact;
  font-size: 38px;
  font-weight: 600;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
}
.customer-experience .ce-inner .ce-content {
  position: relative;
  margin-top: 0;
  width: 976px;
  height: 285px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.customer-experience .ce-inner .ce-content .ce-card {
  width: 976px;
  height: 285px;
  background: #FFFFFF;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.0588235294);
  border-radius: 6px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.customer-experience .ce-inner .ce-content .ce-card .ce-text {
  width: 896px;
  margin: 0 auto 20px;
  font-family: "OPPOSans-M";
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.customer-experience .ce-inner .ce-content .ce-card .ce-person {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F2F2F2;
  border-radius: 6px;
  padding: 12px;
}
.customer-experience .ce-inner .ce-content .ce-card .ce-person .ce-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.customer-experience .ce-inner .ce-content .ce-card .ce-person .ce-person-info .ce-name {
  font-family: "OPPOSans-H";
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}
.customer-experience .ce-inner .ce-content .ce-card .ce-person .ce-person-info .ce-role {
  font-family: "OPPOSans-M";
  font-weight: normal;
  font-size: 14px;
  color: #000000;
}

.our-clients {
  width: auto;
  height: 688px;
  background-image: url("../../images2/home/编组 31.png");
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.our-clients .oc-inner {
  width: 100%;
  text-align: center;
}
.our-clients .oc-inner .oc-title {
  margin-top: 100px;
  font-family: Impact;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: 0.71px;
}
.our-clients .oc-inner .oc-title .oc-our {
  color: #ffffff;
}
.our-clients .oc-inner .oc-title .oc-clients {
  color: #3B72FF;
}
.our-clients .oc-inner .oc-text {
  width: 922px;
  height: auto;
  margin: 10px auto 0;
  font-family: "OPPOSans-M";
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
}
.our-clients .oc-inner .oc-logos {
  margin-top: 26px;
}
.our-clients .oc-inner .oc-logos .oc-logos-img {
  width: 1040px;
  height: 382px;
}

.e-title-font {
  font-size: 38px !important;
  font-weight: 600 !important;
}

.company-news {
  height: 1036px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.company-news .cn-inner {
  width: 1200px;
  margin: 0 auto;
}
.company-news .cn-inner .cn-title {
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  text-align: center;
  margin-top: 140px;
}
.company-news .cn-inner .cn-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.company-news .cn-inner .cn-list .cn-card {
  width: 976px;
  height: 311px;
  background: #FFFFFF;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 28px 24px;
}
.company-news .cn-inner .cn-list .cn-card .cn-card-img {
  width: 372px;
  height: 255px;
  object-fit: cover;
  border-radius: 8px;
}
.company-news .cn-inner .cn-list .cn-card .cn-card-body {
  margin-left: 24px;
  width: 520px;
}
.company-news .cn-inner .cn-list .cn-card .cn-card-body .cn-card-title {
  font-family: "OPPOSans-H";
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.company-news .cn-inner .cn-list .cn-card .cn-card-body .cn-card-text {
  width: 520px;
  font-family: "OPPOSans-M";
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
.company-news .cn-inner .cn-list .cn-card .cn-card-body .cn-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.company-news .cn-inner .cn-list .cn-card .cn-card-body .cn-card-footer .cn-date {
  font-family: "OPPOSans-M";
  font-weight: normal;
  font-size: 14px;
  color: #999999;
}
.company-news .cn-inner .cn-list .cn-card .cn-card-body .cn-card-footer .cn-more {
  font-family: "OPPOSans-M";
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.company-news .cn-inner .cn-list .cn-card .cn-card-body .cn-card-footer .cn-more .cn-more-icon {
  width: 16px;
  height: 16px;
}

.industry-solutions {
  background: #F6F6F6;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.industry-solutions .is-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industry-solutions .is-inner .is-title-line {
  width: 975px;
  margin-bottom: 34px;
}
.industry-solutions .is-inner .is-title-line .is-title {
  margin-top: 80px;
  font-family: Impact;
  font-size: 34px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 0.71px;
}
.industry-solutions .is-inner .is-title-line .is-title .is-title-black {
  color: #030327;
}
.industry-solutions .is-inner .is-title-line .is-title .is-title-blue {
  color: #3b72ff;
}
.industry-solutions .is-inner .is-title-line .is-subtitle {
  font-family: "OPPOSans B";
  font-size: 18px;
  color: #030327;
  text-align: left;
  margin-top: 10px;
}
.industry-solutions .is-inner .is-cards {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}
.industry-solutions .is-inner .is-cards .is-card {
  width: 305px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  overflow: hidden;
}
.industry-solutions .is-inner .is-cards .is-card .is-img {
  width: 305px;
  height: 167px;
  object-fit: cover;
}
.industry-solutions .is-inner .is-cards .is-card .is-body {
  width: 260px;
  margin: 20px auto 0;
}
.industry-solutions .is-inner .is-cards .is-card .is-body .is-card-h1 {
  font-family: "OPPOSans-H";
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.industry-solutions .is-inner .is-cards .is-card .is-body .is-card-h2 {
  font-family: "OPPOSans-M";
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  margin-top: 6px;
  height: 48px;
}
.industry-solutions .is-inner .is-cards .is-card .is-body .is-card-text {
  font-family: "OPPOSans-M";
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 20px;
}

/* Mobile adaptations */
@media (max-width: 991px) {
  .twm-home1-banner-section {
    padding-top: 60px;
  }
  .twm-home1-banner-section > .row {
    width: 103%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
    gap: 20px;
  }
  .twm-home1-banner-section > .row .twm-bnr-left-section {
    margin-top: 40px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-large {
    width: 100%;
  }
  .twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-discription {
    width: 100%;
  }
  .twm-home1-banner-section > .row .twm-bnr-left-section .twm-bnr-title-button .site-button {
    margin-top: 24px;
  }
  .twm-home1-banner-section .banner-blue-skew-img {
    display: none;
  }
  .twm-home1-banner-section .twm-bnr-right-section {
    margin-top: 10px;
  }
  .twm-home1-banner-section .twm-bnr-right-section .twm-bnr-right-content {
    height: auto;
    padding: 0;
  }
  .twm-home1-banner-section .twm-bnr-right-section .twm-bnr-right-carousel .slide-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .section-full.p-t20.p-b90.site-bg-tint {
    padding: 20px 16px 60px;
  }
  .stats-card {
    width: 100%;
    height: auto;
    margin: 10px auto 40px;
  }
  .stats-card-row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px;
  }
  .stats-divider {
    display: none;
  }
  .stats-group {
    text-align: left;
  }
  .stats-label {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .stats-value {
    font-size: 20px;
    line-height: 28px;
    height: auto;
    display: block;
    font-family: Impact !important;
  }
  .section-full.p-t20.p-b90.site-bg-tint .stats-card {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin: 10px auto 40px;
    z-index: auto;
  }
  .product-overview {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .product-overview .product-overview-inner {
    width: 100%;
  }
  .product-overview .product-overview-inner .po-title {
    font-size: 24px;
    line-height: 36px;
    margin: 20px 0;
  }
  .product-overview .product-overview-inner .po-row {
    flex-direction: column;
    gap: 20px;
  }
  .product-overview .product-overview-inner .po-row .po-portrait-img {
    width: 100%;
    height: auto;
  }
  .product-overview .product-overview-inner .po-right {
    gap: 16px;
  }
  .product-overview .product-overview-inner .po-right .po-card {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  .product-overview .product-overview-inner .po-right .po-card .po-card-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .product-overview .product-overview-inner .po-right .po-card .po-card-text {
    width: 100%;
    height: auto;
    line-height: 24px;
    overflow-wrap: anywhere;
  }
  .product-overview .product-overview-inner .po-right .po-card .po-icons {
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 10px;
    margin-top: 8px;
  }
  .product-overview .product-overview-inner .po-right .po-card .po-icons .po-icon img {
    width: 22px;
    height: 22px;
  }
  .product-overview .product-overview-inner .po-right .po-card .po-icons .po-icon span {
    font-size: 13px;
  }
  .product-overview.layout {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .product-overview.layout .product-overview-inner {
    width: 100%;
    margin: 40px auto 0;
  }
  .product-overview.layout .product-overview-inner .po-title {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0;
  }
  .product-overview.layout .product-overview-inner .po-row {
    flex-direction: column;
    gap: 20px;
  }
  .product-overview.layout .product-overview-inner .po-row .po-portrait-img {
    width: 100%;
    height: auto;
  }
  .product-overview.layout .product-overview-inner .po-right {
    gap: 16px;
  }
  .product-overview.layout .product-overview-inner .po-right .po-card {
    width: 100%;
    height: auto;
    padding: 16px;
  }
  .product-overview.layout .product-overview-inner .po-right .po-card .po-card-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .product-overview.layout .product-overview-inner .po-right .po-card .po-card-text {
    width: 100%;
    height: auto;
    line-height: 24px;
    overflow-wrap: anywhere;
  }
  .product-overview.layout .product-overview-inner .po-right .po-card .po-icons {
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 10px;
    margin-top: 8px;
  }
  .product-overview.layout .product-overview-inner .po-right .po-card .po-icons .po-icon img {
    width: 22px;
    height: 22px;
  }
  .product-overview.layout .product-overview-inner .po-right .po-card .po-icons .po-icon span {
    font-size: 13px;
  }
  .customer-experience {
    height: auto;
    padding: 0 16px;
  }
  .customer-experience .ce-inner {
    width: 100%;
  }
  .customer-experience .ce-inner .ce-header .ce-topbox {
    width: 100%;
    margin: 40px auto 20px;
  }
  .customer-experience .ce-inner .ce-header .ce-topbox .ce-headings {
    text-align: right;
  }
  .customer-experience .ce-inner .ce-content {
    width: 100%;
    height: auto;
  }
  .customer-experience .ce-inner .ce-content .ce-card {
    width: 100%;
    height: auto;
    padding: 24px;
  }
  .customer-experience .ce-inner .ce-content .ce-card .ce-text {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
  .our-clients {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .our-clients .oc-inner .oc-title {
    margin-top: 40px;
    font-size: 28px;
    line-height: 40px;
  }
  .our-clients .oc-inner .oc-text {
    width: 100%;
    margin: 10px auto 0;
  }
  .our-clients .oc-inner .oc-logos .oc-logos-img {
    width: 100%;
    height: auto;
  }
  .company-news {
    height: auto;
    padding: 0 16px;
  }
  .company-news .cn-inner {
    width: 100%;
  }
  .company-news .cn-inner .cn-title {
    margin-top: 60px;
    font-size: 28px;
    line-height: 40px;
  }
  .company-news .cn-inner .cn-list {
    gap: 20px;
  }
  .company-news .cn-inner .cn-list .cn-card {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
  .company-news .cn-inner .cn-list .cn-card .cn-card-img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .company-news .cn-inner .cn-list .cn-card .cn-card-body {
    margin-left: 0;
    width: 100%;
  }
  .company-news .cn-inner .cn-list .cn-card .cn-card-body .cn-card-text {
    width: 100%;
    line-height: 22px;
  }
  .company-news .cn-inner .cn-list .cn-card .cn-card-body .cn-card-footer {
    margin-top: 12px;
  }
  .industry-solutions {
    padding: 0 16px;
    height: auto;
  }
  .industry-solutions .is-inner {
    width: 100%;
  }
  .industry-solutions .is-inner .is-title-line {
    width: 100%;
    margin-bottom: 20px;
  }
  .industry-solutions .is-inner .is-title-line .is-title {
    margin-top: 40px;
    font-size: 28px;
    line-height: 40px;
  }
  .industry-solutions .is-inner .is-title-line .is-subtitle {
    font-size: 16px;
    height: auto;
  }
  .industry-solutions .is-inner .is-cards {
    flex-direction: column;
    gap: 16px;
  }
  .industry-solutions .is-inner .is-cards .is-card {
    width: 100%;
  }
  .industry-solutions .is-inner .is-cards .is-card .is-img {
    width: 100%;
    height: auto;
  }
  .industry-solutions .is-inner .is-cards .is-card .is-body {
    width: 100%;
    margin: 16px auto;
    padding: 0 16px 16px;
  }
  .industry-solutions .is-inner .is-cards .is-card .is-card-h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .industry-solutions .is-inner .is-cards .is-card .is-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.twm-home1-banner-section > .row {
  width: 100%;
  margin: 0;
}

.footer-dark.bw-footer {
  background: #212121;
}
.footer-dark .footer-bottom-line {
  width: 1149px;
  height: 1px;
  background: #3D3D3D;
  margin-left: -40px;
}
.footer-dark .ftr-list-center .product-category {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.footer-dark .ftr-list-center .widget-title {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #3B72FF;
  letter-spacing: -0.27px;
}
.footer-dark .ftr-list-center .widget-title.blue-title::before {
  width: 40px;
  height: 3px;
  background: #5C7CEC;
}
.footer-dark .ftr-list-center.widget_services ul li span {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.19px;
}
.footer-dark .ftr-list-center.widget_services ul li a {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.19px;
}
.footer-dark .ftr-list-center.widget_services ul li a:hover {
  color: #3B72FF;
}
.footer-dark .widget.widget_about {
  margin-top: 72px;
}
.footer-dark .footer-bottom .footer-bottom-info {
  justify-content: center;
  gap: 642px;
}
.footer-dark .footer-bottom.footer-bottom-front .footer-copy-right .copyrights-text {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.19px;
  line-height: 27px;
}
.footer-dark .footer-bottom.footer-bottom-front .footer-copy-left p {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.19px;
  line-height: 27px;
}
.footer-dark .footer-bottom.footer-bottom-front .footer-copy-left p a {
  color: #fff;
}
.footer-dark .footer-bottom.footer-bottom-front .footer-copy-left p a:hover {
  color: #3B72FF;
}
.footer-dark .footer-bottom.footer-bottom-front {
  margin-left: -75px;
}
.footer-dark .ftr-list-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-dark .ftr-list-icon img {
  width: 30px;
  height: 30px;
}
.footer-dark .widget_about > p:first-of-type {
  font-family: "PingFangSC-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: -0.21px;
  line-height: 27px;
}
.footer-dark .ftr-list li p {
  font-family: "PingFangSC-Regular";
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: -0.21px;
  line-height: 27px;
}
.footer-dark .ftr-list li p span {
  font-family: "PingFangSC-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: -0.21px;
  line-height: 27px;
}

.container.container-margin {
  padding-left: 160px;
}

.widget .ftr-list label {
  font-family: "PingFangSC-Medium";
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: -0.21px;
  line-height: 27px;
  flex: 0 0 auto;
}
.widget .ftr-list .email-span {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  font-family: "PingFangSC-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.19px;
  line-height: 27px;
}
.widget .ftr-list .address-span {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  font-family: "PingFangSC-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.19px;
  line-height: 27px;
}
.widget .ftr-list .flex-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.widget .ftr-list .call-span {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "PingFangSC-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: -0.19px;
  line-height: 27px;
}

@media (max-width: 991px) {
  .container.container-margin {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-dark .widget.widget_about {
    margin-top: 24px;
  }
  .footer-dark .footer-bottom-line {
    width: 100%;
    margin-left: 0;
  }
  .footer-dark .footer-bottom .footer-bottom-info {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer-dark .footer-bottom.footer-bottom-front {
    margin-left: 0;
  }
  .widget .ftr-list .flex-item {
    justify-content: flex-start;
  }
}
.contact-section {
  width: auto;
  height: 1333px;
  background-image: url("../../images2/home/banner-bg-optimized.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.contact-section .contact-container {
  width: 976px;
  height: 1083px;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 8px;
  margin-top: 100px;
  padding: 64px 50px 40px;
}
.contact-section .contact-container .contact-title {
  margin-bottom: 50px;
  font-family: Impact;
  font-size: 34px;
  color: #FFFFFF;
  letter-spacing: 0.71px;
  text-align: center;
  line-height: 54px;
}
.contact-section .contact-container .contact-form {
  margin-top: 20px;
}
.contact-section .contact-container .contact-row {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.contact-section .contact-container .contact-field {
  width: 418px;
}
.contact-section .contact-container .contact-label {
  width: 260px;
  height: 26px;
  display: block;
  font-family: "OPPOSans-B";
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  margin-bottom: 6px;
}
.contact-section .contact-container .contact-input {
  width: 418px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  border: none;
  padding: 10px 12px;
}
.contact-section .contact-container .contact-message {
  margin-top: 30px;
}
.contact-section .contact-container .contact-textarea {
  width: 876px;
  height: 148px;
  background: #FFFFFF;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  border: none;
  padding: 12px 12px;
}
.contact-section .contact-container .contact-checks {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-section .contact-container .contact-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contact-section .contact-container .contact-check .contact-checkbox {
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  appearance: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% 70%;
}
.contact-section .contact-container .contact-check .contact-checkbox:checked {
  background: #3B72FF;
  border-color: #3B72FF;
  accent-color: #3B72FF;
}
.contact-section .contact-container .contact-check .contact-check-text {
  width: 830px;
  font-family: "OPPOSans-M";
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
}
.contact-section .contact-container .contact-submit {
  width: 175px;
  height: 44px;
  background: #3B72FF;
  border-radius: 8px;
  border: none;
  font-family: "OPPOSans-H";
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  margin: 53px auto 0;
  display: block;
}

@media (max-width: 991px) {
  .contact-section {
    width: 100%;
    height: auto;
    padding: 0 16px;
  }
  .contact-section .contact-container {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 24px;
  }
  .contact-section .contact-container .contact-title {
    font-size: 28px;
    line-height: 40px;
  }
  .contact-section .contact-container .contact-row {
    flex-direction: column;
    gap: 16px;
  }
  .contact-section .contact-container .contact-field {
    width: 100%;
  }
  .contact-section .contact-container .contact-input {
    width: 100%;
  }
  .contact-section .contact-container .contact-textarea {
    width: 100%;
    height: auto;
    min-height: 148px;
  }
  .contact-section .contact-container .contact-check .contact-check-text {
    width: 100%;
  }
}
.section-head.center.wt-small-separator-outer.new {
  text-align: start;
  margin-left: 170px;
  margin-bottom: 20px;
}
.section-head.center.wt-small-separator-outer.new h2 {
  font-family: Impact;
  font-size: 38px !important;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 600 !important;
}

/* Mobile adaptations */
@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer.new {
    margin-left: 0;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 16px;
  }
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .container.container-large .section-content {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .section-content {
    margin-top: 0;
  }
  .section-content .twm-img-left {
    margin-right: 0;
    text-align: center;
  }
  .section-content .twm-img-left img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout {
    gap: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
    width: 100%;
    height: auto;
    padding: 12px;
    gap: 12px;
    align-items: center;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
    width: 48px;
    height: 48px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
    width: 28px;
    height: 28px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
    margin-bottom: 4px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
    line-height: 24px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
    padding: 0 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
    padding-left: 0;
    font-size: 28px;
    line-height: 40px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
    flex-wrap: wrap;
    gap: 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
    width: 100%;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
    width: 100%;
    height: auto;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.title-part-style.new p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}

.section-content {
  margin-top: -20px;
}
.section-content .twm-img-left {
  margin-right: 30px;
}
.section-content .twm-img-left img {
  margin-top: 30px;
  width: 472px;
  height: 499px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 104px;
  margin-left: 10px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
  width: 546px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: 32px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
  top: -10px;
  width: 62px;
  height: 62px;
  background: #F6F6F6;
  border-radius: 6px;
  position: relative;
  margin: auto;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
  width: 34px;
  height: 34px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
  font-family: OPPOSans-B;
  font-weight: B;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
  margin-bottom: 0px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
  text-align: left;
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  width: 100%;
}

.container.container-large .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style {
  background: #F6F6F6;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
  margin-bottom: 50px;
  text-align: left;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
  padding-left: 150px;
  font-family: Impact;
  font-size: 38px !important;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 600 !important;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title .text-primary {
  color: #3b72ff;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style {
  background: #F6F6F6;
  box-shadow: none;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 34px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
  flex: 0 0 auto;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
  width: 441px;
  height: 326px;
  display: block;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
  flex: 1 1 0;
  min-width: 0;
  max-width: 560px;
  padding-right: 0;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right h3 {
  font-family: OPPOSans-H;
  font-weight: 100;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right .learn-more-link {
  font-family: OPPOSans-H;
  font-weight: H;
  font-size: 14px;
  color: #5C7CEC;
  letter-spacing: -0.4px;
}

.section-head.center.wt-small-separator-outer.new {
  text-align: start;
  margin-left: 170px;
  margin-bottom: 20px;
}
.section-head.center.wt-small-separator-outer.new h2 {
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

.title-part-style.new p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}

.section-content {
  margin-top: -20px;
}
.section-content .twm-img-left {
  margin-right: 30px;
}
.section-content .twm-img-left img {
  margin-top: 30px;
  width: 472px;
  height: 499px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 104px;
  margin-left: 10px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
  width: 546px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: 32px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
  top: -10px;
  width: 62px;
  height: 62px;
  background: #F6F6F6;
  border-radius: 6px;
  position: relative;
  margin: auto;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
  width: 34px;
  height: 34px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
  font-family: OPPOSans-B;
  font-weight: B;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
  margin-bottom: 0px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
  text-align: left;
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  width: 100%;
}

.container.container-large .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style {
  background: #F6F6F6;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
  margin-bottom: 50px;
  text-align: left;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
  padding-left: 150px;
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title .text-primary {
  color: #3b72ff;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style {
  background: #F6F6F6;
  box-shadow: none;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 34px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
  flex: 0 0 auto;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
  width: 441px;
  height: 326px;
  display: block;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
  flex: 1 1 0;
  min-width: 0;
  max-width: 560px;
  padding-right: 0;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right h3 {
  font-family: OPPOSans-H;
  font-weight: 100;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right .learn-more-link {
  font-family: OPPOSans-H;
  font-weight: H;
  font-size: 14px;
  color: #5C7CEC;
  letter-spacing: -0.4px;
}

@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer.new {
    margin-left: 0;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 16px;
  }
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .container.container-large .section-content {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .section-content {
    margin-top: 0;
  }
  .section-content .twm-img-left {
    margin-right: 0;
    text-align: center;
  }
  .section-content .twm-img-left img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout {
    gap: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
    width: 100%;
    height: auto;
    padding: 12px;
    gap: 12px;
    align-items: center;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
    width: 48px;
    height: 48px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
    width: 28px;
    height: 28px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
    margin-bottom: 4px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
    line-height: 24px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
    padding: 0 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
    padding-left: 0;
    font-size: 28px;
    line-height: 40px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
    flex-wrap: wrap;
    gap: 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
    width: 100%;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
    width: 100%;
    height: auto;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
    max-width: 100%;
    padding-right: 0;
  }
}
.section-head.center.wt-small-separator-outer.new {
  text-align: start;
  margin-left: 170px;
  margin-bottom: 20px;
}
.section-head.center.wt-small-separator-outer.new h2 {
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

.title-part-style.new p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}

.section-content {
  margin-top: -20px;
}
.section-content .twm-img-left {
  margin-right: 30px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 10px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
  width: 546px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: 32px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
  top: -10px;
  width: 62px;
  height: 62px;
  background: #F6F6F6;
  border-radius: 6px;
  position: relative;
  margin: auto;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
  width: 34px;
  height: 34px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
  font-family: OPPOSans-B;
  font-weight: B;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
  margin-bottom: 0px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
  text-align: left;
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  width: 100%;
}

.container.container-large .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style {
  background: #F6F6F6;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
  margin-bottom: 50px;
  text-align: left;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
  padding-left: 150px;
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title .text-primary {
  color: #3b72ff;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style {
  background: #F6F6F6;
  box-shadow: none;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 34px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
  flex: 0 0 auto;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
  width: 441px;
  height: 326px;
  display: block;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
  flex: 1 1 0;
  min-width: 0;
  max-width: 560px;
  padding-right: 0;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right h3 {
  font-family: OPPOSans-H;
  font-weight: 100;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right .learn-more-link {
  font-family: OPPOSans-H;
  font-weight: H;
  font-size: 14px;
  color: #5C7CEC;
  letter-spacing: -0.4px;
}

/* Mobile adaptations */
@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer.new {
    margin-left: 0;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 16px;
  }
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .container.container-large .section-content {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .section-content {
    margin-top: 0;
  }
  .section-content .twm-img-left {
    margin-right: 0;
    text-align: center;
  }
  .section-content .twm-img-left img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout {
    gap: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
    width: 100%;
    height: auto;
    padding: 12px;
    gap: 12px;
    align-items: center;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
    width: 48px;
    height: 48px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
    width: 28px;
    height: 28px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
    margin-bottom: 4px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
    line-height: 24px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
    padding: 0 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
    padding-left: 0;
    font-size: 28px;
    line-height: 40px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
    flex-wrap: wrap;
    gap: 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
    width: 100%;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
    width: 100%;
    height: auto;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.section-head.center.wt-small-separator-outer.new {
  text-align: start;
  margin-left: 170px;
  margin-bottom: 20px;
}
.section-head.center.wt-small-separator-outer.new h2 {
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

.title-part-style.new p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}

.section-content {
  margin-top: -20px;
}
.section-content .twm-img-left {
  margin-right: 30px;
}
.section-content .twm-img-left img {
  margin-top: 30px;
  width: 472px;
  height: 499px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 104px;
  margin-left: 10px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
  width: 546px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: 32px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
  top: -10px;
  width: 62px;
  height: 62px;
  background: #F6F6F6;
  border-radius: 6px;
  position: relative;
  margin: auto;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
  width: 34px;
  height: 34px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
  font-family: OPPOSans-B;
  font-weight: B;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
  margin-bottom: 0px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
  text-align: left;
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  width: 100%;
}

.container.container-large .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style {
  background: #ffffff;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
  margin-bottom: 50px;
  text-align: left;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
  padding-left: 150px;
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title .text-primary {
  color: #3b72ff;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style {
  background: #ffffff;
  box-shadow: none;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 34px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
  flex: 0 0 auto;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
  width: 441px;
  height: 326px;
  display: block;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
  flex: 1 1 0;
  min-width: 0;
  max-width: 560px;
  padding-right: 0;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right h3 {
  font-family: OPPOSans-H;
  font-weight: 100;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right .learn-more-link {
  font-family: OPPOSans-H;
  font-weight: H;
  font-size: 14px;
  color: #5C7CEC;
  letter-spacing: -0.4px;
}

.industry-solutions {
  background: #F6F6F6;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.industry-solutions .is-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industry-solutions .is-inner .is-title-line {
  width: 9;
  margin-bottom: 34px;
}
.industry-solutions .is-inner .is-title-line .is-title {
  margin-top: 80px;
  font-family: Impact;
  font-size: 34px;
  line-height: 54px;
  letter-spacing: 0.71px;
}
.industry-solutions .is-inner .is-title-line .is-title .is-title-black {
  color: #030327;
}
.industry-solutions .is-inner .is-title-line .is-title .is-title-blue {
  color: #3b72ff;
}
.industry-solutions .is-inner .is-title-line .is-subtitle {
  font-family: "OPPOSans B";
  font-size: 18px;
  color: #030327;
  text-align: left;
  margin-top: 10px;
}
.industry-solutions .is-inner .is-cards {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}
.industry-solutions .is-inner .is-cards .is-card {
  width: 305px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  overflow: hidden;
}
.industry-solutions .is-inner .is-cards .is-card .is-img {
  width: 305px;
  height: 167px;
  object-fit: cover;
}
.industry-solutions .is-inner .is-cards .is-card .is-body {
  width: 260px;
  margin: 20px auto 0;
}
.industry-solutions .is-inner .is-cards .is-card .is-body .is-card-h1 {
  font-family: "OPPOSans-H";
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.industry-solutions .is-inner .is-cards .is-card .is-body .is-card-h2 {
  font-family: "OPPOSans-M";
  font-size: 14px;
  color: #000000;
  line-height: 26px;
  margin-top: 6px;
}
.industry-solutions .is-inner .is-cards .is-card .is-body .is-card-text {
  font-family: "OPPOSans-M";
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin-top: 8px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .is-inner .is-title-line {
    width: auto;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
    padding: 0 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
    padding-left: 0;
    font-size: 28px;
    line-height: 40px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
    flex-wrap: wrap;
    gap: 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
    width: 100%;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
    width: 100%;
    height: auto;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
    max-width: 100%;
    padding-right: 0;
  }
}
.integrated-solution-container .e-integrated-solution-box .box-top.e-box-top-first.digitalhuman-box.retail-box-top-first {
  top: -30% !important;
}

.section-head.center.wt-small-separator-outer.new {
  text-align: start;
  margin-left: 170px;
  margin-bottom: 20px;
}
.section-head.center.wt-small-separator-outer.new h2 {
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

.title-part-style.new p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}

.digitalhuman-jobs-grid-wrap h4 {
  margin-top: 10px !important;
}

.section-content {
  margin-top: -20px;
}
.section-content .twm-img-left.digtalhuman {
  margin-right: 30px;
}
.section-content .twm-img-left.digtalhuman img {
  margin-top: 30px;
  width: 452px;
  height: 561px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 104px;
  margin-left: 10px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
  width: 546px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: 32px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
  top: -10px;
  width: 62px;
  height: 62px;
  background: #F6F6F6;
  border-radius: 6px;
  position: relative;
  margin: auto;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
  width: 34px;
  height: 34px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
  font-family: OPPOSans-B;
  font-weight: B;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
  margin-bottom: 0px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
  text-align: left;
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 100%;
}

.container.container-large .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wt-title.e-title-color.e-title-font.title-digitalhuman {
  font-size: 34px;
  color: #030327 !important;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

.section-head.center.wt-small-separator-outer .wt-title.e-title-color.e-title-font {
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer.new {
    margin-left: 0;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 16px;
  }
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .container.container-large .section-content {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .section-content {
    margin-top: 0;
  }
  .section-content .twm-img-left {
    margin-right: 0;
    text-align: center;
  }
  .section-content .twm-img-left img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout {
    gap: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
    width: 100%;
    height: auto;
    padding: 12px;
    gap: 12px;
    align-items: center;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
    width: 48px;
    height: 48px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
    width: 28px;
    height: 28px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
    margin-bottom: 4px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
    line-height: 24px;
  }
}
.integrated-solution-container.e-integrated-solution-container.aioutboundagent-container .retail-box-top-first {
  top: -30% !important;
}
.integrated-solution-container.e-integrated-solution-container.aioutboundagent-container .e-box-top {
  top: -50% !important;
}
.integrated-solution-container.e-integrated-solution-container.aioutboundagent-container .e-box-top-right {
  top: -30% !important;
}

.section-head.center.wt-small-separator-outer.new {
  text-align: start;
  margin-left: 170px;
  margin-bottom: 20px;
}
.section-head.center.wt-small-separator-outer.new h2 {
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

.title-part-style.new p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}

.section-content {
  margin-top: -20px;
}
.section-content .twm-img-left.aioutboundagent {
  margin-right: 30px;
}
.section-content .twm-img-left.aioutboundagent img {
  margin-top: 30px;
  width: 427px;
  height: 513px;
}
.section-content .twm-jobs-grid-wrap.twm-jobs-grid-line-height .vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 104px;
  margin-left: 10px;
}
.section-content .twm-jobs-grid-wrap.twm-jobs-grid-line-height .vertical-layout .layout-flex {
  width: 546px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: 32px;
}
.section-content .twm-jobs-grid-wrap.twm-jobs-grid-line-height .vertical-layout .layout-flex .twm-media {
  top: -10px;
  width: 62px;
  height: 62px;
  background: #F6F6F6;
  border-radius: 6px;
  position: relative;
  margin: auto;
}
.section-content .twm-jobs-grid-wrap.twm-jobs-grid-line-height .vertical-layout .layout-flex .twm-media img {
  width: 34px;
  height: 34px;
}
.section-content .twm-jobs-grid-wrap.twm-jobs-grid-line-height .vertical-layout .layout-flex .twm-mid-content {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-content .twm-jobs-grid-wrap.twm-jobs-grid-line-height .vertical-layout .layout-flex .twm-mid-content h4 {
  font-family: OPPOSans-B;
  font-weight: B;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.section-content .twm-jobs-grid-wrap.twm-jobs-grid-line-height .vertical-layout .layout-flex .twm-mid-content .m-b25 {
  margin-bottom: 0px;
}
.section-content .twm-jobs-grid-wrap.twm-jobs-grid-line-height .vertical-layout .layout-flex .twm-mid-content p {
  text-align: left;
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 100%;
}

.container.container-large .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wt-title.e-title-color.e-title-font.title-aioutboundagent {
  font-size: 34px;
  color: #030327 !important;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer.new {
    margin-left: 0;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 16px;
  }
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .container.container-large .section-content {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .section-content {
    margin-top: 0;
  }
  .section-content .twm-img-left {
    margin-right: 0;
    text-align: center;
  }
  .section-content .twm-img-left img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout {
    gap: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
    width: 100%;
    height: auto;
    padding: 12px;
    gap: 12px;
    align-items: center;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
    width: 48px;
    height: 48px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
    width: 28px;
    height: 28px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
    margin-bottom: 4px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
    line-height: 24px;
  }
}
.section-head.center.wt-small-separator-outer.new {
  text-align: start;
  margin-left: 170px;
  margin-bottom: 20px;
}
.section-head.center.wt-small-separator-outer.new h2 {
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

.title-part-style.new p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}

.section-content {
  margin-top: -20px;
}
.section-content .twm-img-left {
  margin-right: 30px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 10px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
  width: 546px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: 32px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
  top: -10px;
  width: 62px;
  height: 62px;
  background: #F6F6F6;
  border-radius: 6px;
  position: relative;
  margin: auto;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
  width: 34px;
  height: 34px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
  font-family: OPPOSans-B;
  font-weight: B;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
  margin-bottom: 0px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
  text-align: left;
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  width: 100%;
}

.container.container-large .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style {
  background: #F6F6F6;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
  margin-bottom: 50px;
  text-align: left;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
  padding-left: 150px;
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title .text-primary {
  color: #3b72ff;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style {
  background: #F6F6F6;
  box-shadow: none;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 34px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
  flex: 0 0 auto;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
  width: 441px;
  height: 326px;
  display: block;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
  flex: 1 1 0;
  min-width: 0;
  max-width: 560px;
  padding-right: 0;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right h3 {
  font-family: OPPOSans-H;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 26px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right p {
  font-family: OPPOSans-M;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right .learn-more-link {
  font-family: OPPOSans-H;
  font-weight: H;
  font-size: 14px;
  color: #5C7CEC;
  letter-spacing: -0.4px;
}

/* Mobile adaptations */
@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer.new {
    margin-left: 0;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 16px;
  }
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .container.container-large .section-content {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .section-content {
    margin-top: 0;
  }
  .section-content .twm-img-left {
    margin-right: 0;
    text-align: center;
  }
  .section-content .twm-img-left img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout {
    gap: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
    width: 100%;
    height: auto;
    padding: 12px;
    gap: 12px;
    align-items: center;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
    width: 48px;
    height: 48px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
    width: 28px;
    height: 28px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
    margin-bottom: 4px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
    line-height: 24px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style {
    padding: 0 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .title-part-style .wt-title {
    padding-left: 0;
    font-size: 28px;
    line-height: 40px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content {
    flex-wrap: wrap;
    gap: 16px;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left {
    width: 100%;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-left img {
    width: 100%;
    height: auto;
  }
  .section-full.p-t120.p-b90.site-bg-tint.twm-bg-ring-wrap2.new-style .card-content-style .card-main-content .card-main-right {
    max-width: 100%;
    padding-right: 0;
  }
}
.financial-card-style {
  background-color: initial;
  box-shadow: none;
  display: flex;
  align-items: center;
}

.financial-title-position {
  padding-left: 13%;
  text-align: unset !important;
}

.financial-title-position-2 {
  padding-left: 10%;
  text-align: unset !important;
}

.financial-box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 1270px) {
  .financial-box {
    width: 70%;
    align-items: center;
  }
}

.financial-margin {
  margin-top: 110px;
}

.financial-twm-jobs {
  display: flex;
  justify-content: unset !important;
  align-items: unset !important;
  padding-left: 5%;
  gap: 50px;
}
@media (max-width: 976px) {
  .financial-twm-jobs {
    width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 976px) {
  .financial-image-2 {
    width: 80%;
  }
}
@media (max-width: 976px) {
  .financial-image-2--1 {
    max-width: 100%;
  }
}

.financial-justify-content-center {
  display: flex;
  flex-direction: column;
}

.financial-col-lg-4 {
  width: 100%;
  margin-bottom: 40px;
}

.financial-twm-fixed-size {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 0px;
  box-shadow: none;
  background-color: initial;
}
.financial-twm-fixed-size .financial-twm-media {
  position: initial;
  background-color: #f6f6f6;
}
@media (max-width: 976px) {
  .financial-twm-fixed-size .financial-twm-media {
    margin-right: 8px;
  }
}
.financial-twm-fixed-size .financial-twm-mid-content {
  padding-top: 0;
  text-align: start;
}

.financial-challenges-solutions-card-main-content {
  width: 976px;
}

.financial-challenges-solution-image-container {
  width: unset;
}
@media (max-width: 1270px) {
  .financial-challenges-solution-image-container {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1270px) {
  .financial-challenges-solution-image-container .challenges-solution-image {
    width: 70%;
  }
}

.financial-four-w630-cards {
  display: flex;
  flex-direction: column;
  margin-left: 20%;
  gap: 92px;
}
@media (max-width: 1280px) {
  .financial-four-w630-cards {
    margin: 0 5%;
  }
}

.financial-chunk-card {
  width: 750px !important;
  height: unset !important;
  padding: 39px !important;
}
@media (max-width: 1280px) {
  .financial-chunk-card {
    width: 100% !important;
    padding: 0 !important;
  }
}

.financial-box-top-first {
  position: absolute;
  left: -26%;
  top: -10%;
}

.financial-box-top-left {
  position: absolute;
  left: -26%;
  top: -26%;
}

.financial-box-top-right-1 {
  position: absolute;
  right: -27%;
  top: -20%;
}

.financial-box-top-right {
  position: absolute;
  right: -27%;
  top: -9%;
}

.financial-twm-job-address {
  text-align: start !important;
  width: 520px !important;
  line-height: 24px !important;
}
@media (max-width: 976px) {
  .financial-twm-job-address {
    width: unset !important;
  }
}

.financial-site-button {
  margin-top: 100px !important;
}

@media (max-width: 1270px) {
  .challenges-solution-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1270px) {
  .challenges-solution-text-container p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 1270px) {
  .financial-box-title {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    line-height: 15px !important;
  }
}

@media (max-width: 1270px) {
  .financial-content {
    font-size: 7px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 976px) {
  .financial-image {
    display: none;
  }
}

.retail-title-position-left {
  margin-top: 0 !important;
  text-align: left !important;
  padding-left: 13%;
}

.retail-title-position {
  margin-top: 0 !important;
  text-align: right !important;
  margin-bottom: 50px !important;
}

.retail-top-card {
  width: 976px;
  min-height: initial;
}
.retail-top-card .retail-card-content {
  max-width: none;
  margin-bottom: 49px;
}

.retail-box-top-first {
  top: -50% !important;
}

.retail-box-top-right {
  top: -34% !important;
}

.section-head.center.wt-small-separator-outer h2 {
  font-weight: 600;
}

.section-head.center.wt-small-separator-outer.new {
  text-align: start;
  margin-left: 170px;
  margin-bottom: 20px;
}
.section-head.center.wt-small-separator-outer.new h2 {
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

.title-part-style.new p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}

.section-content {
  margin-top: -20px;
}
.section-content .twm-img-left.food {
  margin-right: 30px;
}
.section-content .twm-img-left.food img {
  margin-top: 30px;
  width: 428px;
  height: 418px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 104px;
  margin-left: 10px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
  width: 546px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: 32px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
  top: -10px;
  width: 62px;
  height: 62px;
  background: #F6F6F6;
  border-radius: 6px;
  position: relative;
  margin: auto;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
  width: 34px;
  height: 34px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
  font-family: OPPOSans-B;
  font-weight: B;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
  margin-bottom: 0px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
  text-align: left;
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  width: 100%;
}

.container.container-large .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wt-title.e-title-color.e-title-font {
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer.new {
    margin-left: 0;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 16px;
  }
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .container.container-large .section-content {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .section-content {
    margin-top: 0;
  }
  .section-content .twm-img-left {
    margin-right: 0;
    text-align: center;
  }
  .section-content .twm-img-left img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout {
    gap: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
    width: 100%;
    height: auto;
    padding: 12px;
    gap: 12px;
    align-items: center;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
    width: 48px;
    height: 48px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
    width: 28px;
    height: 28px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
    margin-bottom: 4px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
    line-height: 24px;
  }
}
.retail-title-position-left {
  margin-top: 0 !important;
  text-align: left !important;
  padding-left: 13%;
}

.retail-title-position {
  margin-top: 0 !important;
  text-align: right !important;
  margin-bottom: 50px !important;
}

.retail-top-card {
  width: 976px;
  min-height: initial;
}
.retail-top-card .retail-card-content {
  max-width: none;
  margin-bottom: 49px;
}

.retail-box-top-first {
  top: -50% !important;
}

.retail-box-top-right {
  top: -34% !important;
}

.retail-title-position-left {
  margin-top: 0 !important;
  text-align: left !important;
  padding-left: 13%;
}

.retail-title-position {
  margin-top: 0 !important;
  text-align: right !important;
  margin-bottom: 50px !important;
}

.retail-top-card {
  width: 976px;
  min-height: initial;
}
.retail-top-card .retail-card-content {
  max-width: none;
  margin-bottom: 49px;
}

.retail-box-top-first {
  top: -50% !important;
}

.retail-box-top-right {
  top: -34% !important;
}

.section-head.center.wt-small-separator-outer {
  margin-bottom: 80px;
}
.section-head.center.wt-small-separator-outer h2 {
  font-weight: 100;
}

.section-full.twm-promo-banner-area.e-twm-promo-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-full.twm-promo-banner-area.e-twm-promo-banner-content .twm-promo-banner-content {
  padding: 0px;
}
.section-full.twm-promo-banner-area.e-twm-promo-banner-content .twm-promo-banner-content .twm-promo-banner-title {
  margin-bottom: 28px;
}

.section-head.center.wt-small-separator-outer.new {
  text-align: start;
  margin-left: 170px;
  margin-bottom: 20px;
}
.section-head.center.wt-small-separator-outer.new h2 {
  font-family: Impact;
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

.title-part-style.new p {
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}

.section-content {
  margin-top: -20px;
}
.section-content .twm-img-left {
  margin-right: 30px;
}
.section-content .twm-img-left img {
  margin-top: 30px;
  width: 431px;
  height: 480px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 104px;
  margin-left: 10px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
  width: 546px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: 32px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
  top: -10px;
  width: 62px;
  height: 62px;
  background: #F6F6F6;
  border-radius: 6px;
  position: relative;
  margin: auto;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
  width: 34px;
  height: 34px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
  font-family: OPPOSans-B;
  font-weight: B;
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
  margin-bottom: 0px;
}
.section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
  text-align: left;
  font-family: OPPOSans-M;
  font-weight: M;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  width: 100%;
}

.container.container-large .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wt-title.e-title-color.e-title-font {
  font-size: 34px;
  color: #030327;
  letter-spacing: 0.71px;
  line-height: 54px;
  font-weight: 100;
}

@media (max-width: 991px) {
  .section-head.center.wt-small-separator-outer.new {
    margin-left: 0;
    margin-bottom: 16px;
    text-align: left;
    padding: 0 16px;
  }
  .section-head.center.wt-small-separator-outer.new h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .container.container-large .section-content {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .section-content {
    margin-top: 0;
  }
  .section-content .twm-img-left {
    margin-right: 0;
    text-align: center;
  }
  .section-content .twm-img-left img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout {
    gap: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex {
    width: 100%;
    height: auto;
    padding: 12px;
    gap: 12px;
    align-items: center;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media {
    width: 48px;
    height: 48px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-media img {
    width: 28px;
    height: 28px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content .m-b25 {
    margin-bottom: 4px;
  }
  .section-content .twm-jobs-grid-wrap .vertical-layout .layout-flex .twm-mid-content p {
    line-height: 24px;
  }
}
.twm-home7-selftop-section .container .e-title-font {
  margin-bottom: 80px;
}

.detail {
  display: flex;
  flex-direction: column;
}
.detail .detail-text {
  display: flex;
  gap: 60px;
}
@media (max-width: 976px) {
  .detail .detail-text {
    flex-wrap: wrap;
  }
}
.detail .detail-text .box-1 {
  flex: 1;
}
.detail .detail-text .box-1 .title-1 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #3b72ff;
  border-radius: 6px;
  font-weight: B;
  font-size: 16px;
  color: #ffffff;
  font-family: OPPOSans-B;
}
.detail .detail-text .box-1 .content-1 {
  font-weight: M;
  font-size: 14px;
  color: #666666;
}

.timeline-1-boder {
  position: relative;
}
.timeline-1-boder::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 29px;
  right: -81px;
  bottom: 0;
  box-sizing: border-box;
  border: 2px solid rgba(207, 216, 248, 0.7019607843);
  border-radius: 0 100px 100px 0;
  border-left: unset;
}

.timeline-1 {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  padding: 43px 0 164px 0;
}
.timeline-1__node {
  position: absolute;
  top: 0;
  transform: translateY(-54%);
}
.timeline-1__node--2 {
  left: 21.5%;
}
.timeline-1__node--3 {
  left: 50%;
}
.timeline-1__node--4 {
  left: 76%;
}
@media (max-width: 976px) {
  .timeline-1__node {
    display: none;
  }
}
.timeline-1__title {
  font-weight: H;
  font-size: 24px !important;
  color: #3b72ff !important;
}
.timeline-1__img {
  display: block;
  margin: 0 auto;
}
.timeline-1__content {
  flex: 1;
  width: 229.69px;
  height: 298px;
  background: #ffffff;
  padding: 18px 17px 20px 48px;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
  font-weight: M;
  font-size: 12px;
  color: #666666;
  line-height: 26px;
}
@media (max-width: 768px) {
  .timeline-1 {
    padding: 30px 20px 80px 20px;
    border-radius: 0 50px;
    flex-direction: column;
  }
  .timeline-1__content {
    height: auto;
    min-height: 200px;
    padding: 15px;
  }
  .timeline-1__title {
    font-size: 16px;
  }
  .timeline-1__image {
    margin-bottom: 12px;
  }
  .timeline-1__text {
    font-size: 13px;
  }
}

.timeline-2 {
  position: relative;
  margin-top: 35px;
  display: grid;
  grid-template-columns: 3.54fr 2.74fr 3.08fr;
  gap: 18px;
}
@media (max-width: 976px) {
  .timeline-2 {
    grid-template-columns: 1fr;
  }
}
.timeline-2__node {
  position: absolute;
  top: 0;
  transform: translateY(-74%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-2__node--1 {
  top: 53%;
  left: -6%;
}
.timeline-2__node--2 {
  left: 38%;
}
.timeline-2__node--3 {
  left: 65%;
  top: 45%;
}
@media (max-width: 976px) {
  .timeline-2__node {
    display: none;
  }
}
.timeline-2__title {
  font-weight: H;
  font-size: 24px !important;
  color: #3b72ff !important;
}
.timeline-2__content {
  flex: 1;
  height: 500px;
  padding: 23px 30px 0 48px;
  background: #ffffff;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
  font-weight: M;
  font-size: 12px;
  color: #666666;
  line-height: 26px;
}
.timeline-2__content--3 {
  padding-bottom: 20px;
}
@media (max-width: 976px) {
  .timeline-2__content {
    height: 100%;
    padding: 10%;
  }
}
.timeline-2 .timeline-2__img {
  position: absolute;
}
.timeline-2 .timeline-2__img--1 {
  top: 14.5%;
}
.timeline-2 .timeline-2__img--2 {
  top: 29.5%;
}
.timeline-2 .timeline-2__img--3 {
  top: 44%;
}
.timeline-2 .timeline-2__img--4 {
  top: 54%;
}
.timeline-2 .timeline-2__img--5 {
  top: 64%;
}
.timeline-2 .timeline-2__img--6 {
  top: 69%;
}
.timeline-2 .timeline-2__img--7 {
  top: 83.5%;
}
.timeline-2 .timeline-2__img--8 {
  top: 99%;
}
.timeline-2 .timeline-2__img--9 {
  top: 16%;
}
.timeline-2 .timeline-2__img--10 {
  top: 32.5%;
}
.timeline-2 .timeline-2__img--11 {
  top: 71%;
}
.timeline-2 .timeline-2__img--12 {
  top: 98.5%;
}
.timeline-2__line-1 {
  margin-top: 18px;
}
.timeline-2__line-2 {
  margin-top: 12px;
}

.awards {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
}
.awards__1 {
  display: flex;
  justify-content: center;
  gap: 44px;
}
@media (max-width: 976px) {
  .awards__1 {
    flex-wrap: wrap;
  }
}
.awards__2 {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 976px) {
  .awards__2 {
    flex-wrap: wrap;
  }
}
.awards__3 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-right: 185px;
}
@media (max-width: 976px) {
  .awards__3 {
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.awards .award_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 65px;
}
.awards .award-font {
  font-size: 14px !important;
}

.esg {
  background: #f6f6f6;
}
.esg .esg-box {
  position: relative;
  padding-left: 9%;
}
@media (max-width: 976px) {
  .esg .esg-box {
    padding-left: 0;
  }
}
.esg .esg-box .title-style {
  text-align: start !important;
  font-size: 38px !important;
  font-weight: 600 !important;
}
.esg .esg-box .content-style {
  font-weight: B;
  font-size: 18px;
  color: #030327;
  line-height: 26px;
}
.esg .esg-box .esg-img {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 976px) {
  .esg .esg-box .esg-img {
    align-items: center;
    justify-content: center;
  }
}
.esg .esg-box .esg-img .about-esg-item {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.esg .esg-box .esg-img .about-esg-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  pointer-events: none;
  width: 472px;
  height: 86px;
  border-radius: 0 0 8px 8px;
}
.esg .esg-box .img-text-1 {
  position: absolute;
  bottom: 47%;
  left: 16.5%;
}
@media (max-width: 976px) {
  .esg .esg-box .img-text-1 {
    position: unset;
    color: #000;
  }
}
.esg .esg-box .img-text-2 {
  position: absolute;
  bottom: 47%;
  left: 58.5%;
}
@media (max-width: 976px) {
  .esg .esg-box .img-text-2 {
    position: unset;
    color: #000;
  }
}
.esg .esg-box .img-text-3 {
  position: absolute;
  bottom: 19%;
  left: 20%;
}
@media (max-width: 976px) {
  .esg .esg-box .img-text-3 {
    position: unset;
    color: #000;
  }
}
.esg .esg-box .img-text-4 {
  position: absolute;
  bottom: 19%;
  left: 57%;
}
@media (max-width: 976px) {
  .esg .esg-box .img-text-4 {
    position: unset;
    color: #000;
  }
}
.esg .esg-box .img-title {
  text-align: center;
  font-weight: B;
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 976px) {
  .esg .esg-box .img-title {
    color: #000;
  }
}
.esg .esg-box .img-content {
  text-align: center;
  font-weight: M;
  font-size: 10px;
  color: #ffffff;
}
@media (max-width: 976px) {
  .esg .esg-box .img-content {
    color: #000;
  }
}

.aboutus-width {
  width: 976px;
}
@media (max-width: 976px) {
  .aboutus-width {
    width: 100%;
  }
}

@media (max-width: 976px) {
  .about-esg-img {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .e-commerce-card {
    height: 400px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .e-commerce-card {
    height: 500px;
  }
}
.e-commerce-card .card-header {
  border-bottom: none;
}
.e-commerce-card .card-header-img {
  margin: 16px 0;
  background-color: initial;
}
.e-commerce-card .item-icon-border {
  box-sizing: border-box;
  background: #f6f6f6;
  border-radius: 6px;
  padding: 12px;
}
.e-commerce-card .card-content {
  line-height: 26px;
}
.e-commerce-card .card-content-img {
  box-shadow: none;
}
.e-commerce-card .card-content-img .content-item-img {
  justify-content: flex-end;
  background-color: initial;
  box-shadow: none;
}
.e-commerce-card .img-position {
  object-fit: cover;
}
@media (max-width: 768px) {
  .e-commerce-card .img-position {
    margin: 0 auto;
    max-width: 90%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .e-commerce-card .img-position {
    max-width: 80%;
  }
}

.e-twm-promo-banner-content {
  background-color: #f6f6f6;
}

.e-twm-promo-banner-title {
  color: black;
}

.e-twm-promo-banner-content {
  color: black;
}

.e-title-position {
  text-align: unset !important;
  margin-bottom: 0 !important;
  padding: 5%;
}

.e-title-position-2 {
  text-align: unset !important;
}
@media (max-width: 1270px) {
  .e-title-position-2 {
    margin-bottom: 40px !important;
  }
}

.e-title-color {
  color: #3b72ff !important;
}

.e-container-box {
  background: #ffffff;
  padding: 39px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.0588235294);
  border-radius: 6px;
}
@media (max-width: 768px) {
  .e-container-box .e-box-title {
    font-size: 14px !important;
  }
  .e-container-box {
    padding: 0 30px;
    font-size: 8px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .e-container-box .e-box-title {
    font-size: 14px !important;
  }
  .e-container-box {
    padding: 0 30px;
    font-size: 10px;
  }
}

.e-content {
  margin-top: 0 !important;
  text-align: left !important;
  padding-left: 5%;
}

.e-content-right {
  margin-top: 0 !important;
  text-align: right !important;
  padding-right: 5%;
}

.e-container-large {
  width: 976px;
}
@media (max-width: 1280px) {
  .e-container-large {
    width: 100%;
  }
}

.e-carder-header {
  background-color: #f6f6f6 !important;
  color: #000000 !important;
  font-weight: bold !important;
}

.e-item-icon {
  width: 50px !important;
  height: 50px !important;
}

.e-integrated-solution-container {
  flex-direction: column;
  align-items: center;
  gap: 92px;
}
@media (max-width: 768px) {
  .e-integrated-solution-container {
    max-width: 400px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .e-integrated-solution-container {
    max-width: 700px;
  }
}

.e-integrated-solution-box {
  position: relative;
  width: 600px;
  display: flex;
}
@media (max-width: 768px) {
  .e-integrated-solution-box {
    max-width: 70%;
    max-height: 10%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .e-integrated-solution-box {
    max-width: 70%;
    max-height: 10%;
  }
}

.e-box-top {
  width: unset !important;
  height: unset !important;
  background-color: unset !important;
  margin: unset !important;
  display: unset !important;
  border-radius: unset !important;
  position: absolute !important;
  left: -35%;
  top: -40%;
}

.e-box-top-first {
  width: unset !important;
  height: unset !important;
  background-color: unset !important;
  margin: unset !important;
  display: unset !important;
  border-radius: unset !important;
  position: absolute !important;
  left: -35%;
  top: -30%;
}

.e-box-top-right {
  width: unset !important;
  height: unset !important;
  background-color: unset !important;
  margin: unset !important;
  display: unset !important;
  border-radius: unset !important;
  position: absolute !important;
  position: absolute;
  right: -35%;
  top: -50%;
}

.e-box-img {
  width: unset !important;
  height: unset !important;
}
@media (max-width: 976px) {
  .e-box-img {
    display: none;
  }
}

.e-box-title {
  font-size: 18px !important;
  font-weight: bold;
}

.e-width {
  width: 976px;
}
@media (max-width: 976px) {
  .e-width {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .e-twm-home1-banner-section {
    width: 100%;
    min-height: 500px;
    max-height: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .e-twm-home1-banner-section .e-banner-bg-img {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .e-twm-home1-banner-section .e-twm-bnr-title-large {
    width: 100% !important;
    height: 20% !important;
  }
}
@media (max-width: 1280px) {
  .e-twm-home1-banner-section .e-twm-bnr-left-section {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .e-twm-home1-banner-section .e-twm-bnr-right-section {
    display: none;
  }
}

.news-item {
  width: 976px;
  margin-bottom: 30px;
  padding: 28px;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px;
  display: flex;
  gap: 28px;
}
@media (max-width: 976px) {
  .news-item {
    width: 100%;
    flex-wrap: wrap;
  }
}
.news-item .news-image {
  width: 372px;
  height: 255px;
  overflow: hidden;
}
.news-item .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-item .news-content .news-title {
  text-align: start;
  line-height: 25px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.news-item .news-content .news-summary {
  text-align: start;
  font-weight: 350;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item .news-content .news-meta {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  line-height: normal;
}
.news-item .news-content .news-meta .news-date {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
.news-item .news-content .news-meta .news-more-link {
  color: #3b72ff;
  font-size: 14px;
  font-weight: 500;
}
.news-item .news-content .news-meta .news-more-link__icon {
  border-radius: 50%;
  padding: 2px;
  font-size: 10px;
  background-color: #3b72ff;
  color: #fff;
}
.news-item .news-content .news-meta .news-more-link .news-more-link-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.news-item .news-content .news-meta .news-more-link .news-more-link-flex img {
  width: 14px;
  height: 14px;
}

#more-news {
  color: #fff;
  background-color: #3b72ff;
  padding: 14px 40px;
  border: unset;
  border-radius: 6px;
  font-weight: B;
  font-size: 22px;
}

.hidden {
  display: none;
}

.news-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-detail {
  text-align: center;
}
.news-detail #news-title {
  font-size: 28px;
  line-height: 46px;
  margin-bottom: 20px;
}
.news-detail #news-date {
  margin-bottom: 50px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.news-detail #news-content img {
  margin: 50px auto;
}
@media (max-width: 976px) {
  .news-detail #news-content img {
    width: 100%;
  }
}
.news-detail #news-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: start;
}
.news-detail #news-content h4 {
  font-weight: bold;
}

.privacy-container {
  padding-top: 100px;
}
.privacy-container .part1 {
  height: 22.875rem;
  background-color: #fafafc;
}
.privacy-container .part1 .part1_main {
  margin: 0 auto;
  width: 65.75rem;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.privacy-container .part1 .part1_main .part1_title {
  width: 25.1875rem;
}
.privacy-container .part1 .part1_main .part1_title span {
  display: block;
  margin-bottom: 1.375rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.0625rem;
}
.privacy-container .part1 .part1_main .top_img {
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  right: -8.125rem;
  width: 43.25rem;
  border: none;
}
.privacy-container .part2 {
  padding-top: 74px;
  width: 100%;
}
.privacy-container .part2 .part2_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.privacy-container .part2 .part2_title img {
  margin-bottom: 20px;
  width: 54px;
  height: 65px;
}
.privacy-container .part2 .part2_title span {
  margin-bottom: 17px;
  font-size: 28px;
  font-weight: 700;
  color: #282828;
}
.privacy-container .part2 .part2_title p {
  font-size: 16px;
  font-weight: 500;
  color: #8c8c8c;
}
.privacy-container .part2 .p2_center {
  display: block;
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 33px;
  width: 965px;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #000;
  line-height: 30px;
}
.privacy-container .part2 .p2_main {
  margin: 0 auto;
  margin-bottom: 107px;
  width: 965px;
}
.privacy-container .part2 .p2_main .p2_item > span {
  display: block;
  margin-bottom: 31px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}
.privacy-container .part2 .p2_main .p2_item p {
  display: block;
  margin-bottom: 18px;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #000;
  line-height: 30px;
}
.privacy-container .part2 .p2_main .p2_item p .only_symbol {
  display: inline;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}

@media (max-width: 991px) {
  .privacy-container {
    padding-top: 100px;
  }
  .privacy-container .part1 {
    height: auto;
  }
  .privacy-container .part1 .part1_main {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
  }
  .privacy-container .part1 .part1_main .part1_title {
    width: 100%;
    text-align: center;
  }
  .privacy-container .part1 .part1_main .part1_title span {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .privacy-container .part1 .part1_main .top_img {
    position: static;
    width: 100%;
    height: auto;
    right: auto;
    top: auto;
    margin-top: 10px;
  }
  .privacy-container .part2 {
    padding-top: 40px;
  }
  .privacy-container .part2 .part2_title img {
    width: 48px;
    height: 58px;
  }
  .privacy-container .part2 .part2_title span {
    font-size: 24px;
  }
  .privacy-container .part2 .part2_title p {
    font-size: 14px;
  }
  .privacy-container .part2 .p2_center {
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
    line-height: 26px;
  }
  .privacy-container .part2 .p2_main {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 60px;
  }
  .privacy-container .part2 .p2_main .p2_item > span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .privacy-container .part2 .p2_main .p2_item p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .privacy-container .part1 .part1_main .part1_title span {
    font-size: 24px;
    line-height: 36px;
  }
  .privacy-container .part2 .part2_title span {
    font-size: 22px;
  }
  .privacy-container .part2 .p2_main .p2_item > span {
    font-size: 16px;
  }
}