.hero_area.traceability_hero_area {
  background-image: url(/assets/img/aboutUs/backgroundImgDesktop.webp);
  background-repeat: round;
  background-size: cover;
  max-width: 1500px;
  height: 765px;
  margin: 0 auto;
}
.hero_area.traceability_hero_area.team_wfx {
  background-image: url(/assets/img/aboutUs/WFX_team_desk.webp);
  height: 765px;
}
.btn-primary,
.hero_btns .btn.global-btn {
  background: linear-gradient(90deg, #0099c4 0, #00d1cf 100%);
}
.hero_area.traceability_hero_area .hero_content {
  margin-top: 55px;
  padding-top: 80px;
  width: 94%;
}
.hero_btns .btn.global-btn {
  width: 194px;
  height: 52px;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  box-shadow: none;
}
.btn-primary {
  border: none;
  border-radius: 5px;
  padding: 10px 36px;
  font-size: 18px;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.button--calypso:hover span {
  animation: 0.3s forwards MoveScaleUpInitial, 0.3s 0.3s forwards MoveScaleUpEnd;
  color: #02bace;
}
@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.button--calypso::before {
  content: "";
  background: #fff;
  width: 152%;
  height: 0;
  padding-bottom: 90%;
  top: -201%;
  left: -21%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  position: absolute;
}
.button--calypso:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button--calypso span {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}
.hero_heading,
.hero_text h1,
.tag {
  color: #0e0e0e;
  font-style: normal;
}
.button--calypso::after {
  content: "";
  background: #000;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.button--calypso:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 50ms;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.hero_heading {
  font-size: 41px;
  font-weight: 700;
  line-height: 62px;
}
.hero_text {
  padding: 14px 0;
  width: 87%;
}
.tag {
  display: flex;
  width: 144px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.99);
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.hero_text h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}
.Leading_with_Passion h3.container_heading,
p.leading_name,
p.leading_post {
  line-height: normal;
  text-align: center;
  font-style: normal;
}
.hero_text {
  color: rgba(14, 14, 14, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.Leading_with_Passion {
  margin-top: 60px;
  background: #242733;
  padding-bottom: 40px;
}
.Leading_with_Passion h3.container_heading {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 11px;
  margin-top: 43px;
}
.Leading_with_Passion p.container_subtext {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 54px;
}
.our_Journey h3.container_heading {
  margin-bottom: 10px;
}
.leading_box {
  overflow: hidden;
}
.leading_box img {
  width: 100%;
  transition: transform 0.5s;
}
.leading_box:hover img {
  transform: scale(1.1);
}
p.leading_name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 12px;
}
p.leading_post {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
}
.missionWFX,
.our_Journey,
.team_section.team_wfx {
  margin-top: 60px;
}
.missionWFX .container_heading {
  margin-bottom: 5px;
}
.mission_content p {
  color: rgba(0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 735px;
  text-align: center;
  margin: 0 auto;
}
.overview_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  max-width: 900px;
  margin: 0 auto;
}
.overview_area {
  margin-top: -150px;
}
.Our_Global_Presence img,
.our_Journey img,
.slick-slide img {
  width: 100%;
  object-fit: contain;
}
h3.container_heading {
  color: #242733;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.highlight-numbers .glance-list {
  display: inline-flex;
  padding: 22px 76px 23px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid rgba(160, 160, 160, 0.29);
  background: #fff;
  box-shadow: 0 179px 50px 0 transparent, 0 115px 46px 0 rgba(0, 0, 0, 0.01),
    0 65px 39px 0 rgba(0, 0, 0, 0.04), 0 29px 29px 0 rgba(0, 0, 0, 0.06),
    0 7px 16px 0 rgba(0, 0, 0, 0.07);
  margin-top: 20px;
}
.glance-list li {
  display: inline-block;
  text-align: center;
  padding: 0 30px;
}
.highlight-numbers {
  margin-top: -188px;
}
.glance-list li.customer {
  padding-left: 0;
}
.glance-list li.customer_number {
  padding: 0 30px;
}
.glance-list li.customer_number span {
  color: #e56666;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.glance-list li.country span,
.glance-list li.customer span {
  color: #efa64a;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.glance-list li p {
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.glance-list li.users span,
.glance-list li.users_employee span {
  color: #333;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.glance-list li.users_employee span {
  color: #02bace;
}
.glance-list li.innovation {
  padding-right: 0;
}
.glance-list li.innovation span {
  color: #02bace;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.our_mission_section {
  margin-top: 60px;
  padding: 25px;
  background: #f7f7f8;
}
.our_mission_section.team_wfx {
  padding: 0;
  margin-top: -123px;
}
.our_mission_section .row {
  justify-content: space-between;
}
.our_mission {
  width: 48%;
  padding-top: 30px;
}
.our_mission_section.team_wfx .our_mission {
  width: 42%;
  padding-top: 116px;
}
.Our_Backstory_img {
  width: 48%;
}
.our_mission_section.team_wfx .Our_Backstory_img {
  width: 51%;
}
.mainsliderdiv {
  width: 650px;
}
.our_mission_section.team_wfx .Our_Backstory_img .mission_img img {
  width: 100%;
  margin-top: 13px;
  object-fit: contain;
}
.our_mission_heading {
  color: rgba(36, 39, 51, 0.8);
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.our_mission p {
  color: rgba(51, 51, 51, 0.86);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.CoreValuesMob {
  display: none;
  width: 100%;
}
.team_heading h3 {
  color: #242733;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.CoreValuesDesk {
  display: block;
  width: 100%;
  margin: 50px 0;
}
.Our_Global_Presence {
  margin-bottom: 45px;
  margin-top: 50px;
}
.leading_person_box {
  width: 22%;
}
.Our_Backstory_img.team .myslider {
  background-image: url(/assets/img/aboutUs/teamBackgroundImg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 329px;
  width: 542px;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1390px) {
  .hero_area.traceability_hero_area {
    background-image: url(/assets/img/aboutUs/backgroundImgDesktop.webp);
    height: 613px;
  }
  .hero_area.traceability_hero_area.team_wfx {
    background-image: url(/assets/img/aboutUs/WFX_team_desk.webp);
    height: 680px;
  }
  .traceability_features_area .features_heading {
    font-size: 36px;
  }
  .nav-pills .nav-link,
  .nav-pills .nav-link.active {
    font-size: 16px;
  }
  .container {
    max-width: 1110px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero_heading {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .highlight-numbers .glance-list {
    padding: 22px 0 23px;
  }
  .glance-list li.country span,
  .glance-list li.customer span,
  .glance-list li.customer_number span,
  .glance-list li.innovation span,
  .glance-list li.users span,
  .glance-list li.users_employee span {
    font-size: 25px;
  }
  .glance-list li.customer {
    padding-left: 23px;
  }
  .glance-list li.innovation {
    padding-right: 23px;
  }
  .hero_area.traceability_hero_area {
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1500px;
    height: 542px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 768px) {
  .team_heading h3,
  h3.container_heading {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .case-study-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .Our_Backstory_img,
  .case-study-image .hide_for_lg,
  .leading_box img,
  .mission_content p,
  .our_mission_section.team_wfx .Our_Backstory_img {
    width: 100%;
  }
  .Our_Backstory_img.team .myslider {
    height: 228px;
    width: 100%;
  }
  .Leading_with_Passion h3.container_heading {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
  }
  .Leading_with_Passion p.container_subtext {
    font-size: 16px;
  }
  p.leading_name {
    font-size: 11.925px;
  }
  p.leading_post {
    font-size: 8.348px;
  }
  .overview_content {
    gap: 24px;
  }
  .glance-list li p {
    font-size: 9px;
  }
  .hero_area.traceability_hero_area .container {
    padding: 0 !important;
  }
  .hero_area.traceability_hero_area {
    background-image: url(/assets/img/smart-factory/SfBg.webp);
    background-repeat: round;
    background-size: cover;
    max-width: 1500px;
    height: 655px;
    margin: 0 auto;
  }
  .hero_area.traceability_hero_area.team_wfx {
    background-image: url(/assets/img/aboutUs/WFX_team_mob.webp);
    height: 753px;
  }
  .highlight-numbers {
    margin-top: -17px;
  }
  .hero_heading {
    color: #0e0e0e;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
  }
  .our_mission_heading,
  h3.container_heading {
    font-size: 32px;
    text-align: center;
  }
  .hero_area.traceability_hero_area .hero_content {
    padding: 35px 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 9px;
  }
  .hero_area.traceability_hero_area.team_wfx .hero_content {
    padding: 35px 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }
  .hero_text {
    text-align: center;
  }
  .hero_area.traceability_hero_area .hero_content .hero_btns {
    width: 100%;
    border-radius: 66px;
    background: linear-gradient(90deg, #00d1cf 0, #0099c4 100%);
  }
  .hero_btns .btn.global-btn {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    background: 0 0;
    font-size: 12px;
    height: 40px;
  }
  h3.container_heading {
    color: #242733;
    margin-bottom: 14px !important;
  }
  .leading_person_box {
    width: 45%;
  }
  .our_mission_section .row {
    flex-direction: column;
  }
  .our_mission_section.team_wfx .row {
    flex-direction: column-reverse;
  }
  .our_mission_section.team_wfx .our_mission {
    width: 100%;
    padding-top: 24px;
  }
  .our_mission {
    width: 100%;
    padding-top: 6px;
  }
  .our_mission p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .our_mission_section {
    padding: 25px 9px;
  }
  .traceability_features_area .features_heading_tag {
    margin-top: 40px;
  }
  .trusted_by_area {
    margin-top: -25px !important;
  }
  .free_whitepapers_area.free_whitepapers_area-plm {
    margin-top: 25px;
    margin-bottom: 42px;
  }
  .highlight-numbers .glance-list {
    display: flex;
    width: 100%;
    padding: 11px 25px 16.721px 22px;
    align-items: center;
    flex-wrap: wrap;
    height: 169px;
    justify-content: space-evenly;
    border-radius: 42px;
  }
  .glance-list li.country span,
  .glance-list li.customer span,
  .glance-list li.customer_number span,
  .glance-list li.innovation span,
  .glance-list li.users span,
  .glance-list li.users_employee span {
    font-size: 19px;
  }
  .glance-list li {
    padding: 0 4px;
    width: 92px;
  }
  .CoreValuesMob {
    display: block;
  }
  .CoreValuesDesk {
    display: none;
  }
  .our_mission_section.team_wfx {
    padding: 0;
    margin-top: -126px;
  }
  .team_heading h3 {
    color: rgba(36, 39, 51, 0.8);
    font-size: 32px;
    margin-bottom: 21px;
  }
  .team_section.team_wfx {
    margin-bottom: 38px;
  }
}
@media only screen and (min-width: 420px) and (max-width: 540px) {
  .team_heading h3,
  h3.container_heading {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .case-study-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .Our_Backstory_img,
  .case-study-image .hide_for_lg,
  .leading_box img,
  .mission_content p,
  .our_mission_section.team_wfx .Our_Backstory_img {
    width: 100%;
  }
  .Our_Backstory_img.team .myslider {
    height: 228px;
    width: 100%;
  }
  .Leading_with_Passion h3.container_heading {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
  }
  .Leading_with_Passion p.container_subtext {
    font-size: 16px;
  }
  p.leading_name {
    font-size: 11.925px;
  }
  p.leading_post {
    font-size: 8.348px;
  }
  .overview_content {
    gap: 24px;
  }
  .glance-list li p {
    font-size: 9px;
  }
  .hero_area.traceability_hero_area .container {
    padding: 0 !important;
  }
  .hero_area.traceability_hero_area {
    background-image: url(/assets/img/smart-factory/SfBg.webp);
    background-repeat: round;
    background-size: cover;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
  }
  .hero_area.traceability_hero_area.team_wfx {
    background-image: url(/assets/img/aboutUs/WFX_team_mob.webp);
    height: 753px;
  }
  .highlight-numbers {
    margin-top: -17px;
  }
  .hero_heading {
    color: #0e0e0e;
    text-align: center;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
  }
  .our_mission_heading,
  h3.container_heading {
    font-size: 32px;
    text-align: center;
  }
  .hero_area.traceability_hero_area .hero_content {
    padding: 35px 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 9px;
  }
  .hero_area.traceability_hero_area.team_wfx .hero_content {
    padding: 35px 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }
  .hero_text {
    text-align: center;
  }
  .hero_area.traceability_hero_area .hero_content .hero_btns {
    width: 100%;
    border-radius: 66px;
    background: linear-gradient(90deg, #00d1cf 0, #0099c4 100%);
  }
  .hero_btns .btn.global-btn {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    background: 0 0;
    font-size: 12px;
    height: 40px;
  }
  h3.container_heading {
    color: #242733;
    margin-bottom: 14px !important;
  }
  .leading_person_box {
    width: 45%;
  }
  .our_mission_section .row {
    flex-direction: column;
  }
  .our_mission_section.team_wfx .row {
    flex-direction: column-reverse;
  }
  .our_mission_section.team_wfx .our_mission {
    width: 100%;
    padding-top: 24px;
  }
  .our_mission {
    width: 100%;
    padding-top: 6px;
  }
  .our_mission p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .our_mission_section {
    padding: 25px 9px;
  }
  .traceability_features_area .features_heading_tag {
    margin-top: 40px;
  }
  .trusted_by_area {
    margin-top: -25px !important;
  }
  .free_whitepapers_area.free_whitepapers_area-plm {
    margin-top: 25px;
    margin-bottom: 42px;
  }
  .highlight-numbers .glance-list {
    display: flex;
    width: 100%;
    padding: 11px 25px 16.721px 22px;
    align-items: center;
    flex-wrap: wrap;
    height: 169px;
    justify-content: space-evenly;
    border-radius: 42px;
  }
  .glance-list li.country span,
  .glance-list li.customer span,
  .glance-list li.customer_number span,
  .glance-list li.innovation span,
  .glance-list li.users span,
  .glance-list li.users_employee span {
    font-size: 19px;
  }
  .glance-list li {
    padding: 0 4px;
    width: 92px;
  }
  .CoreValuesMob {
    display: block;
  }
  .CoreValuesDesk {
    display: none;
  }
  .our_mission_section.team_wfx {
    padding: 0;
    margin-top: -126px;
  }
  .team_heading h3 {
    color: rgba(36, 39, 51, 0.8);
    font-size: 32px;
    margin-bottom: 21px;
  }
  .team_section.team_wfx {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 420px) {
  .team_heading h3,
  h3.container_heading {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .case-study-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .Our_Backstory_img,
  .case-study-image .hide_for_lg,
  .leading_box img,
  .mission_content p,
  .our_mission_section.team_wfx .Our_Backstory_img {
    width: 100%;
  }
  .Our_Backstory_img.team .myslider {
    height: 228px;
    width: 100%;
  }
  .Leading_with_Passion h3.container_heading {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
  }
  .Leading_with_Passion p.container_subtext {
    font-size: 16px;
  }
  p.leading_name {
    font-size: 11.925px;
  }
  p.leading_post {
    font-size: 8.348px;
  }
  .overview_content {
    gap: 24px;
  }
  .glance-list li p {
    font-size: 9px;
  }
  .hero_area.traceability_hero_area .container {
    padding: 0 !important;
  }
  .hero_area.traceability_hero_area {
    background-image: url(/assets/img/smart-factory/SfBg.webp);
    background-repeat: round;
    background-size: cover;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
  }
  .hero_area.traceability_hero_area.team_wfx {
    background-image: url(/assets/img/aboutUs/WFX_team_mob.webp);
    height: 753px;
  }
  .highlight-numbers {
    margin-top: -17px;
  }
  .hero_heading {
    color: #0e0e0e;
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
  }
  .our_mission_heading,
  h3.container_heading {
    font-size: 32px;
    text-align: center;
  }
  .hero_area.traceability_hero_area .hero_content {
    padding: 35px 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 9px;
  }
  .hero_area.traceability_hero_area.team_wfx .hero_content {
    padding: 35px 14px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }
  .hero_text {
    text-align: center;
  }
  .hero_area.traceability_hero_area .hero_content .hero_btns {
    width: 100%;
    border-radius: 66px;
    background: linear-gradient(90deg, #00d1cf 0, #0099c4 100%);
  }
  .hero_btns .btn.global-btn {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    background: 0 0;
    font-size: 12px;
    height: 40px;
  }
  h3.container_heading {
    color: #242733;
    margin-bottom: 14px !important;
  }
  .leading_person_box {
    width: 45%;
  }
  .our_mission_section .row {
    flex-direction: column;
  }
  .our_mission_section.team_wfx .row {
    flex-direction: column-reverse;
  }
  .our_mission_section.team_wfx .our_mission {
    width: 100%;
    padding-top: 24px;
  }
  .our_mission {
    width: 100%;
    padding-top: 6px;
  }
  .our_mission p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .our_mission_section {
    padding: 25px 9px;
  }
  .traceability_features_area .features_heading_tag {
    margin-top: 40px;
  }
  .trusted_by_area {
    margin-top: -25px !important;
  }
  .free_whitepapers_area.free_whitepapers_area-plm {
    margin-top: 25px;
    margin-bottom: 42px;
  }
  .highlight-numbers .glance-list {
    display: flex;
    width: 100%;
    padding: 11px 25px 16.721px 22px;
    align-items: center;
    flex-wrap: wrap;
    height: 169px;
    justify-content: space-evenly;
    border-radius: 42px;
  }
  .glance-list li.country span,
  .glance-list li.customer span,
  .glance-list li.customer_number span,
  .glance-list li.innovation span,
  .glance-list li.users span,
  .glance-list li.users_employee span {
    font-size: 19px;
  }
  .glance-list li {
    padding: 0 4px;
    width: 92px;
  }
  .CoreValuesMob {
    display: block;
  }
  .CoreValuesDesk {
    display: none;
  }
  .our_mission_section.team_wfx {
    padding: 0;
    margin-top: -126px;
  }
  .team_heading h3 {
    color: rgba(36, 39, 51, 0.8);
    font-size: 32px;
    margin-bottom: 21px;
  }
  .team_section.team_wfx {
    margin-bottom: 38px;
  }
}
