@font-face {
  font-family: "RupeeForadian";
  src: url("../fonts/Rupee_Foradian.eot");
  src: url("../fonts/Rupee_Foradian.eot") format("embedded-opentype"), url("../fonts/Rupee_Foradian.woff2") format("woff2"), url("../fonts/Rupee_Foradian.woff") format("woff"), url("../fonts/Rupee_Foradian.ttf") format("truetype"), url("../fonts/Rupee_Foradian.svg#Rupee_Foradian") format("svg");
}
.rs {
  font-family: "RupeeForadian";
}

/* WEBKIT SCROLLBAR */
/* **************** */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(120, 120, 120, 0.6);
  -webkit-box-shadow: inset 0 0 4px rgba(120, 120, 120, 0.6);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(120, 120, 120, 0.4);
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 16px;
  line-height: 160%;
  color: #6E6E6E;
  font-weight: 400;
}

.small_title {
  font-size: 16px;
  font-weight: 500;
  color: #cc1414;
  letter-spacing: 0.5px;
  margin: 0px 0px 0px;
}

.common_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.18;
  color: #1a1a1a;
  margin: 0px 0px 20px;
}

.common_cta {
  display: inline-flex;
  align-items: center;
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 175px;
  height: 46px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 12px 5px 12px 12px;
  align-self: flex-start;
  transition: border-color 0.3s ease;
  position: relative;
}
.common_cta.dark_cta {
  color: #231F20;
}
.common_cta.dark_cta:hover {
  color: #fff;
}
.common_cta .cta_text {
  position: relative;
  z-index: 5;
}
.common_cta::before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(270deg, #E7262C -36.07%, #231F20 104.06%);
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 1;
  transition: 0.3s ease;
}
.common_cta:hover::before {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 0px 0px 20px 0px;
}
.common_cta:hover .arrw_cta {
  background: #fff;
}
.common_cta:hover .arrw_cta::after {
  background-image: url(../images/right-cta-arrw-red.png);
}
.common_cta .arrw_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: linear-gradient(270deg, #E7262C -36.07%, #231F20 104.06%);
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 20px;
  z-index: 3;
}
.common_cta .arrw_cta::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background-image: url(../images/right-cta-arrw.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.site-header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #fff;
  transition: 0.3s ease;
}
.site-header.nav-up {
  top: -75px;
}
.site-header.header-scrolled {
  background-color: #ffffff;
}
.site-header .header-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}
.site-header .header-inner .cvr {
  display: flex;
  align-items: center;
  gap: 0px 20px;
}
.site-header .header-inner .cvr .header_link {
  font-size: 12px;
  font-weight: 600;
  color: #231F20;
  line-height: 120%;
  text-decoration: none;
  display: inline-flex;
  background-image: url(../images/bnr-down-arrw.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  padding-left: 40px;
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.site-header .header-inner .logo-wrap {
  width: fit-content;
}
.site-header .header-inner .logo-wrap .site-logo {
  width: 185px;
}
.site-header .header-inner .hamburger-btn {
  background-color: transparent;
  border: none;
}
.site-header .header-inner .search-btn {
  background-color: transparent;
  border: none;
}

.hero_banner_wrp {
  width: 100%;
  height: calc(100vh - 25px);
  position: relative;
  overflow: hidden;
  margin-top: 75px;
}
.hero_banner_wrp .hero_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.hero_banner_wrp .hero_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero_banner_wrp .hero_img img.dektop_bnr {
  display: block;
}
.hero_banner_wrp .hero_img img.mobile_bnr {
  display: none;
}
.hero_banner_wrp .hero_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.hero_banner_wrp .hero_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hero_banner_wrp .hero_video video.desktop_video {
  display: block;
}
.hero_banner_wrp .hero_video video.mobile_video {
  display: none;
}
.hero_banner_wrp .hero_content_wrp {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 75px 0px 0px;
}
.hero_banner_wrp .hero_content_wrp .hero_headline {
  padding-top: 40px;
}
.hero_banner_wrp .hero_content_wrp .hero_headline .hero_title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.06;
  color: #1a1a1a;
  margin: 0 0 22px 0;
  letter-spacing: -1px;
}
.hero_banner_wrp .hero_content_wrp .hero_headline .hero_tagline {
  font-size: 14px;
  font-weight: 500;
  color: #cc1414;
  margin: 0;
  letter-spacing: 0.3px;
}
.hero_banner_wrp .hero_content_wrp .hero_report_info {
  width: fit-content;
  position: absolute;
  bottom: 140px;
  left: 40%;
}
.hero_banner_wrp .hero_content_wrp .hero_report_info .report_title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0 0 0px 0;
}
.hero_banner_wrp .hero_content_wrp .hero_report_info .download_btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}
.hero_banner_wrp .hero_content_wrp .hero_report_info .download_btn img {
  width: 40px;
  height: auto;
  display: block;
}
.hero_banner_wrp .hero_content_wrp .hero_report_info .download_btn:hover {
  transform: scale(1.08);
}
.hero_banner_wrp .hero_scroll_cta {
  position: absolute;
  bottom: 75px;
  right: 36px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero_banner_wrp .hero_scroll_cta .scroll_label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #1a1a1a;
  white-space: nowrap;
}
.hero_banner_wrp .hero_scroll_cta .scroll_btn {
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease;
  border: none;
}
.hero_banner_wrp .hero_scroll_cta .scroll_btn img {
  width: 40px;
  height: auto;
  display: block;
}

.introduction_wrp {
  width: 100%;
  background-color: #1a1a1a;
  padding: 70px 0px;
  height: auto;
  overflow: hidden;
}
.introduction_wrp .inner_container {
  max-width: 1280px;
  margin: 0px auto;
  height: 100%;
}
.introduction_wrp .small_title {
  font-size: 18px;
  font-weight: 500;
  color: #cc1414;
  letter-spacing: 0.5px;
  margin: 0px 0px 18px;
}
.introduction_wrp hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0px 0px 55px;
  opacity: 1;
}
.introduction_wrp .common_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.18;
  color: rgba(255, 255, 255, 0.28);
  margin: 0px;
  max-width: 755px;
}
.introduction_wrp .common_title span {
  color: #ffffff;
  font-weight: 500;
}
.introduction_wrp .desc_wrp {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  padding-top: 4\0 px;
  max-width: 412px;
}
.introduction_wrp .desc_wrp p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin: 0px 0px 36px;
}
.introduction_wrp .desc_wrp .common_cta {
  display: inline-flex;
  align-items: center;
  background-image: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 175px;
  height: 46px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 12px 5px 12px 12px;
  align-self: flex-start;
  transition: border-color 0.3s ease;
  position: relative;
}
.introduction_wrp .desc_wrp .common_cta .cta_text {
  position: relative;
  z-index: 5;
}
.introduction_wrp .desc_wrp .common_cta::before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(270deg, #E7262C -36.07%, #231F20 104.06%);
  position: absolute;
  top: 10px;
  right: 18px;
  z-index: 1;
  transition: 0.3s ease;
}
.introduction_wrp .desc_wrp .common_cta:hover::before {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  border-radius: 0px 0px 20px 0px;
}
.introduction_wrp .desc_wrp .common_cta:hover .arrw_cta {
  background: #fff;
}
.introduction_wrp .desc_wrp .common_cta:hover .arrw_cta::after {
  background-image: url(../images/right-cta-arrw-red.png);
}
.introduction_wrp .desc_wrp .common_cta .arrw_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: linear-gradient(270deg, #E7262C -36.07%, #231F20 104.06%);
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 20px;
  z-index: 3;
}
.introduction_wrp .desc_wrp .common_cta .arrw_cta::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background-image: url(../images/right-cta-arrw.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.year_in_review_wrp {
  padding: 0px 0px 0px;
}
.year_in_review_wrp .inner_container {
  max-width: 1280px;
  margin: 0 auto;
}
.year_in_review_wrp .inner_container .year_review_lhs {
  max-width: 412px;
  padding-top: 80px;
  position: sticky;
  top: 100px;
  padding-bottom: 80px;
}
.year_in_review_wrp .inner_container .year_review_rhs {
  width: 100%;
  height: 100%;
  border-left: 1px solid rgba(35, 31, 32, 0.15);
  padding-top: 80px;
}
.year_in_review_wrp .inner_container .year_review_rhs .cvr {
  max-width: 427px;
  margin: 0 auto;
}
.year_in_review_wrp .inner_container .year_review_rhs .cvr .year_desc_box {
  padding: 30px 0px 50px;
}
.year_in_review_wrp .inner_container .year_review_rhs .cvr .year_desc_box .q_txt {
  font-size: 42px;
  font-weight: 600;
  color: #231F20;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.year_in_review_wrp .inner_container .year_review_rhs .cvr .year_desc_box .ttle {
  font-size: 24px;
  font-weight: 500;
  color: #231F20;
  letter-spacing: -0.04em;
}
.year_in_review_wrp .inner_container .year_review_rhs .cvr .year_desc_box .desc {
  padding-left: 20px;
  background-image: url(../images/review_dwn_arrw.png);
  background-repeat: no-repeat;
  background-position: left top 5px;
}

.msg_section_wrp {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.msg_inner {
  display: flex;
  width: 100%;
  height: 100%;
}

.msg_lhs {
  width: 50%;
  background-color: #FEF5E7;
  position: relative;
  flex-shrink: 0;
}

.msg_slides_lhs {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 48px 60px 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.msg_slide_lhs {
  position: absolute;
  top: 0;
  right: 0;
  width: 640px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0px;
  opacity: 0;
  transition: opacity 0.65s ease;
  pointer-events: none;
}
.msg_slide_lhs.active {
  opacity: 1;
  pointer-events: auto;
}

.msg_label {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 18px;
  letter-spacing: 0.3px;
}

.msg_divider {
  border: 0;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
  margin: 0;
  opacity: 1;
}

.msg_quote_area {
  flex: 1;
  display: block;
  flex-wrap: wrap;
  align-items: center;
  padding: 32px 0;
}

.msg_quote {
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.35;
  color: #cc1414;
  margin: 0;
  max-width: 440px;
}

.msg_bottom_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0px 20px 0px 0px;
}
.msg_bottom_row .common_cta {
  width: 209px;
  height: 55px;
  background-size: cover;
}
.msg_bottom_row .common_cta:hover::before {
  top: 0px;
  right: 0px;
}
.msg_bottom_row .common_cta::before {
  top: 9px;
  right: 14px;
}

.msg_person_info .msg_name {
  font-size: 18px;
  font-weight: 600;
  color: #cc1414;
  margin: 0 0 0px;
  line-height: 1;
}
.msg_person_info .msg_designation {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0;
}

.msg_read_cta {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 30px;
}
.msg_read_cta .msg_cta_text {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.5;
}
.msg_read_cta .msg_cta_circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.msg_read_cta .msg_cta_circle img {
  width: fit-content;
  height: auto;
}
.msg_read_cta:hover .msg_cta_circle {
  transform: scale(1.1);
}

.msg_rhs {
  width: 50%;
  background-color: #F3BFB0;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.msg_nav_arrows {
  position: absolute;
  top: 48px;
  right: 48px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.msg_arr_btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
  padding: 0;
}
.msg_arr_btn img {
  width: fit-content;
  height: auto;
  display: block;
}
.msg_arr_btn:not(.active):hover {
  background: rgba(122, 25, 25, 0.15);
}

.msg_photos_wrap {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.msg_desg_rhs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  display: none;
}

.msg_slide_rhs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.65s ease;
}
.msg_slide_rhs::before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 100px;
}
.msg_slide_rhs::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 160px;
  left: 0px;
}
.msg_slide_rhs.active {
  opacity: 1;
}
.msg_slide_rhs img {
  margin: 0 auto;
  object-fit: contain;
  object-position: bottom center;
  position: absolute;
  left: 105px;
  bottom: 160px;
  max-width: 475px;
}

.msg_thumbs_wrap {
  position: absolute;
  bottom: 40px;
  left: 20%;
  display: flex;
  gap: 0px 50px;
  z-index: 10;
  width: 400px;
}

.msg_thumb_btn {
  width: 100px;
  height: 56px;
  border-radius: 50%;
  border: none;
  padding: 0px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent;
}
.msg_thumb_btn p {
  position: absolute;
  left: 50%;
  top: 65px;
  text-align: center;
  transform: translate(-50%, 0%);
  font-size: 12px;
  line-height: 120%;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.msg_thumb_btn p span {
  display: block;
  font-size: 10px;
  margin-top: 2px;
  font-weight: 600;
}
.msg_thumb_btn::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
}
.msg_thumb_btn.active img {
  background-color: #E7272B;
}
.msg_thumb_btn img {
  width: 60px;
  height: 60px;
  background: #fff;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
}

.lmel_glance_wrp {
  background-color: #F4F4F4;
  padding: 80px 0;
}
.lmel_glance_wrp .glance_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.lmel_glance_wrp .glance_lhs {
  padding-right: 40px;
  padding-bottom: 40px;
}
.lmel_glance_wrp .glance_lhs .small_title {
  margin-bottom: 0px;
  color: #E7262C;
  padding-bottom: 0px;
}
.lmel_glance_wrp .glance_lhs .common_title {
  margin-top: 0px;
  margin-bottom: 24px;
}
.lmel_glance_wrp .glance_lhs .glance_desc {
  font-size: 16px;
  line-height: 1.75;
  color: #6E6E6E;
  margin: 0;
  max-width: 500px;
}
.lmel_glance_wrp .vm_icon_wrap {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}
.lmel_glance_wrp .vm_icon_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lmel_glance_wrp .vm_card_head,
.lmel_glance_wrp .mission_card_head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.lmel_glance_wrp .vm_heading {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}
.lmel_glance_wrp .vm_card {
  background: #fff;
  border: 1px solid #E3E3E3;
  padding: 20px;
}
.lmel_glance_wrp .vm_card .vm_card_desc {
  font-size: 15px;
  line-height: 1.8;
  color: #6E6E6E;
  margin: 0;
}
.lmel_glance_wrp .mission_card {
  background: #fff;
  padding: 20px;
  margin-top: 0px;
}
.lmel_glance_wrp .mission_card .mission_card_head {
  margin-bottom: 32px;
}
.lmel_glance_wrp .mission_card .mission_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lmel_glance_wrp .mission_card .mission_list li {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  padding-left: 22px;
  background-image: url(../images/review_dwn_arrw.png);
  background-repeat: no-repeat;
  background-position: left top 5px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.lmel_glance_wrp .mission_card .mission_list li:last-child {
  margin-bottom: 0;
}
.lmel_glance_wrp .mission_card .glance_cta_row {
  margin-top: 48px;
}

.buss_review_wrp {
  position: relative;
  height: 100vh;
  overflow: hidden;
  padding: 80px 0px;
}
.buss_review_wrp .inner_container {
  max-width: 1280px;
  margin: 0 auto 30px;
}

.br_card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.br_card:first-child {
  border-top: none;
}
.br_card > .row {
  height: 100%;
}

.br_card_lhs {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 52px 48px 52px 80px;
  background-color: #fff;
  position: relative;
}
.br_card_lhs .cvr {
  width: 460px;
}
.br_card_lhs .cvr .common_cta {
  margin-top: 30px;
}

.br_card_header {
  margin-bottom: 32px;
}

.br_card_num {
  font-size: 16px;
  font-weight: 500;
  color: #cc1414;
  margin: 0 0 10px;
  position: absolute;
  top: 52px;
  left: 80px;
}

.br_card_title {
  font-size: clamp(20px, 1.8vw, 23px);
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}

.br_stats_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
  flex: 1;
  align-content: start;
}

.br_stat_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.br_stat_item.br_stat_full {
  grid-column: 1/-1;
}

.br_stat_val {
  font-size: clamp(26px, 2.6vw, 30px);
  font-weight: 700;
  line-height: 1.05;
  color: #1a1a1a;
  margin: 0 0 8px;
  font-variant-numeric: tabular-nums;
}
.br_stat_val .br_stat_unit {
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.br_stat_val_text {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 600;
}

.br_stat_label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #231F20;
  margin: 0 0 10px;
}

.br_stat_badge {
  display: inline-block;
  border: 1px solid #cc1414;
  border-radius: 20px;
  padding: 3px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  white-space: nowrap;
  margin-top: auto;
}

@media (min-width: 768px) {
  .br_swiper {
    height: 85%;
  }
  .br_swiper .swiper-wrapper {
    display: block;
    height: 100%;
    transform: none !important;
  }
  .br_swiper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
  }
}
.br_card_rhs {
  height: auto;
  width: fit-content;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 36px 36px;
}
.br_card_rhs .br_card_img {
  width: fit-content;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}
.br_card_rhs .br_design_el {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 55%;
  pointer-events: none;
  user-select: none;
  display: block;
}

.strategic_obj_wrp {
  padding: 80px 0px;
  overflow: hidden;
  overflow: clip;
}
.strategic_obj_wrp .inner_container {
  max-width: 1280px;
  margin: 0 auto;
}
.strategic_obj_wrp .inner_container .common_cta {
  margin-top: 0px;
  margin-bottom: 30px;
}
.strategic_obj_wrp .inner_container .arrow_wrp {
  width: 100%;
  height: 100%;
  position: relative;
}
.strategic_obj_wrp .inner_container .arrow_wrp .strat_next,
.strategic_obj_wrp .inner_container .arrow_wrp .strat_prev {
  width: 45px;
  height: 45px;
  top: 50%;
}
.strategic_obj_wrp .inner_container .arrow_wrp .strat_next::after,
.strategic_obj_wrp .inner_container .arrow_wrp .strat_prev::after {
  display: none;
}
.strategic_obj_wrp .inner_container .arrow_wrp .strat_next {
  background-image: url(../images/right-arrw.svg);
}
.strategic_obj_wrp .inner_container .arrow_wrp .strat_prev {
  background-image: url(../images/left-arrw.svg);
  left: inherit;
  right: 65px;
}
.strategic_obj_wrp .inner_container .strategic_swiper {
  overflow: visible;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box {
  position: relative;
  overflow: hidden;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box img {
  width: 100%;
  height: auto;
  transition: transform 0.7s ease;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box:hover img {
  transform: scale(1.08);
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box .so_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  overflow: hidden;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box .so_overlay .cvr_top {
  width: 100%;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box .so_overlay .cvr_top .s_numb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FBB040;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 20px;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box .so_overlay .cvr_top .ttle {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box .so_overlay .cvr {
  width: 100%;
  transform: translateY(110%);
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box .so_overlay .cvr .inofumb {
  margin: 20px 0px 0px;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box .so_overlay .cvr .inofumb h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin: 0px 0px 0px;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box .so_overlay .cvr .inofumb p {
  color: #fff;
  font-weight: 500;
  line-height: 120%;
  font-size: 15px;
  margin-left: 0px;
}
.strategic_obj_wrp .inner_container .strategic_swiper .swiper-wrapper .swiper-slide .so_box:hover .cvr {
  transform: translateY(0);
}

.business_model_wrp {
  padding: 80px 0px;
  background-color: #fff;
}
.business_model_wrp .inner_container {
  max-width: 1280px;
  margin: 0 auto;
}
.business_model_wrp .common_title {
  margin: 0px;
}

.business_model_tabs_wrp {
  margin-top: 40px;
}
.business_model_tabs_wrp .bm_val {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0 0 4px;
}
.business_model_tabs_wrp .bm_val small {
  font-size: 14px;
  font-weight: 600;
}
.business_model_tabs_wrp .bm_lbl {
  font-size: 13px;
  font-weight: 500;
  color: #231F20;
  line-height: 1.4;
  margin: 0;
}
.business_model_tabs_wrp .bm_mob_dropdown {
  display: none;
  position: relative;
  margin-bottom: 20px;
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_trigger .bm_mob_active {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_trigger .bm_mob_arrw {
  width: 14px;
  height: auto;
  transition: transform 0.3s ease;
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_trigger.open .bm_mob_arrw {
  transform: rotate(180deg);
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_menu.open {
  display: block;
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_menu .bm_mob_item {
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_menu .bm_mob_item:last-child {
  border-bottom: none;
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_menu .bm_mob_item.active {
  background: #6B1A1A;
  color: #fff;
}
.business_model_tabs_wrp .bm_mob_dropdown .bm_mob_menu .bm_mob_item:hover:not(.active) {
  background: #f5f5f5;
}
.business_model_tabs_wrp .bm_tabs_inner {
  display: flex;
  width: 100%;
  background-color: #F5E8D4;
  padding: 0px;
  transition: background-color 0.35s ease;
}
.business_model_tabs_wrp .bm_tabs_inner.is-process {
  background-color: #F2F2F2;
}
.business_model_tabs_wrp .bm_tabs_inner.is-process .bm_tab_btn:not(.active) {
  background-color: #fff;
}
.business_model_tabs_wrp .bm_tab_nav {
  width: 55px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.business_model_tabs_wrp .bm_tab_nav .bm_tab_btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: background 0.25s ease;
}
.business_model_tabs_wrp .bm_tab_nav .bm_tab_btn:last-child {
  border-bottom: none;
}
.business_model_tabs_wrp .bm_tab_nav .bm_tab_btn span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
}
.business_model_tabs_wrp .bm_tab_nav .bm_tab_btn.active {
  background: linear-gradient(180deg, #E7262C -36.07%, #231F20 104.06%);
}
.business_model_tabs_wrp .bm_tab_nav .bm_tab_btn.active span {
  color: #fff;
}
.business_model_tabs_wrp .bm_tab_nav .bm_tab_btn:hover:not(.active) {
  background: #fff;
}
.business_model_tabs_wrp .bm_tab_content {
  flex: 1;
  min-width: 0;
  padding: 0px 0px;
  display: grid;
}
.business_model_tabs_wrp .bm_tab_content .bm_pane {
  grid-column: 1;
  grid-row: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.business_model_tabs_wrp .bm_tab_content .bm_pane.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.business_model_tabs_wrp .bm_grid_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.business_model_tabs_wrp .bm_grid_outcomes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.business_model_tabs_wrp .bm_grid_outcomes .bm_cap_full {
  grid-column: 1/-1;
}
.business_model_tabs_wrp .bm_grid_outcomes .bm_cap_third {
  grid-column: span 2;
}
.business_model_tabs_wrp .bm_grid_outcomes .bm_cap_half {
  grid-column: span 3;
}
.business_model_tabs_wrp .bm_cap_card {
  padding: 10px 20px;
  background: #F5E8D4;
}
.business_model_tabs_wrp .bm_cap_head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0px;
}
.business_model_tabs_wrp .bm_cap_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.business_model_tabs_wrp .bm_cap_icon img {
  object-fit: contain;
}
.business_model_tabs_wrp .bm_cap_title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
  margin: 0;
}
.business_model_tabs_wrp .bm_hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 10px;
  opacity: 1;
}
.business_model_tabs_wrp .bm_stats_row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 30px;
}
.business_model_tabs_wrp .bm_stats_row .bm_stat {
  min-width: 90px;
}
.business_model_tabs_wrp .bm_process_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #F2F2F2;
}
.business_model_tabs_wrp .bm_proc_left,
.business_model_tabs_wrp .bm_proc_center,
.business_model_tabs_wrp .bm_proc_right {
  padding: 20px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.business_model_tabs_wrp .bm_proc_left:last-child,
.business_model_tabs_wrp .bm_proc_center:last-child,
.business_model_tabs_wrp .bm_proc_right:last-child {
  border-right: none;
}
.business_model_tabs_wrp .bm_proc_block {
  margin-bottom: 28px;
}
.business_model_tabs_wrp .bm_proc_block:last-child {
  margin-bottom: 0;
}
.business_model_tabs_wrp .bm_proc_heading {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
}
.business_model_tabs_wrp .bm_proc_heading.bm_mt {
  margin-top: 24px;
}
.business_model_tabs_wrp .bm_sub_red {
  font-size: 15px;
  font-weight: 600;
  color: #cc1414;
  margin: 0 0 14px;
  letter-spacing: 0.3px;
}
.business_model_tabs_wrp .bm_bullet_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.business_model_tabs_wrp .bm_bullet_list li {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  padding-left: 22px;
  background-image: url(../images/review_dwn_arrw.png);
  background-repeat: no-repeat;
  background-position: left top 4px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.business_model_tabs_wrp .bm_bullet_list li:last-child {
  margin-bottom: 0;
}
.business_model_tabs_wrp .bm_proc_center {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.business_model_tabs_wrp .bm_proc_box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.business_model_tabs_wrp .bm_proc_box .bm_proc_box_head {
  background: #E7262C;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px;
  line-height: 1.3;
}
.business_model_tabs_wrp .bm_proc_box .bm_proc_box_body {
  background: #fff;
  padding: 16px 18px;
}
.business_model_tabs_wrp .bm_proc_box .bm_proc_box_body .bm_val {
  font-size: 30px;
  font-weight: 700;
}
.business_model_tabs_wrp .bm_strategy_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.business_model_tabs_wrp .bm_strategy_list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.4;
}
.business_model_tabs_wrp .bm_strategy_list li:last-child {
  margin-bottom: 0;
}
.business_model_tabs_wrp .bm_s_badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FBB040;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .business_model_tabs_wrp .bm_cap_card {
    padding: 22px 20px;
  }
  .business_model_tabs_wrp .bm_cap_title {
    font-size: 18px;
  }
  .business_model_tabs_wrp .bm_val {
    font-size: 19px;
  }
  .business_model_tabs_wrp .bm_proc_left,
  .business_model_tabs_wrp .bm_proc_center,
  .business_model_tabs_wrp .bm_proc_right {
    padding: 24px 20px;
  }
}
@media (max-width: 991px) {
  .business_model_tabs_wrp .bm_grid_2col {
    grid-template-columns: 1fr;
  }
  .business_model_tabs_wrp .bm_grid_outcomes {
    grid-template-columns: repeat(2, 1fr);
  }
  .business_model_tabs_wrp .bm_grid_outcomes .bm_cap_full {
    grid-column: 1/-1;
  }
  .business_model_tabs_wrp .bm_grid_outcomes .bm_cap_third {
    grid-column: span 1;
  }
  .business_model_tabs_wrp .bm_grid_outcomes .bm_cap_half {
    grid-column: span 1;
  }
  .business_model_tabs_wrp .bm_process_grid {
    grid-template-columns: 1fr;
  }
  .business_model_tabs_wrp .bm_proc_left,
  .business_model_tabs_wrp .bm_proc_center,
  .business_model_tabs_wrp .bm_proc_right {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .business_model_tabs_wrp .bm_proc_left:last-child,
  .business_model_tabs_wrp .bm_proc_center:last-child,
  .business_model_tabs_wrp .bm_proc_right:last-child {
    border-bottom: none;
  }
  .business_model_tabs_wrp .bm_tab_nav {
    width: 45px;
  }
  .business_model_tabs_wrp .bm_tab_nav span {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1024px) {
  .business_model_tabs_wrp .bm_tabs_inner {
    border: none;
  }
  .business_model_tabs_wrp .bm_tab_nav {
    display: none;
  }
  .business_model_tabs_wrp .bm_mob_dropdown {
    display: block;
  }
  .business_model_tabs_wrp .bm_grid_2col,
  .business_model_tabs_wrp .bm_grid_outcomes {
    grid-template-columns: 1fr;
  }
  .business_model_tabs_wrp .bm_grid_2col .bm_cap_full,
  .business_model_tabs_wrp .bm_grid_2col .bm_cap_third,
  .business_model_tabs_wrp .bm_grid_2col .bm_cap_half,
  .business_model_tabs_wrp .bm_grid_outcomes .bm_cap_full,
  .business_model_tabs_wrp .bm_grid_outcomes .bm_cap_third,
  .business_model_tabs_wrp .bm_grid_outcomes .bm_cap_half {
    grid-column: span 1;
  }
  .business_model_tabs_wrp .bm_process_grid {
    grid-template-columns: 1fr;
  }
  .business_model_tabs_wrp .bm_cap_card {
    padding: 20px 16px;
  }
  .business_model_tabs_wrp .bm_cap_icon {
    width: 50px;
    height: 50px;
  }
  .business_model_tabs_wrp .bm_cap_icon img {
    width: 26px;
    height: 26px;
  }
  .business_model_tabs_wrp .bm_cap_title {
    font-size: 16px;
  }
  .business_model_tabs_wrp .bm_val {
    font-size: 18px;
  }
  .business_model_tabs_wrp .bm_proc_left,
  .business_model_tabs_wrp .bm_proc_center,
  .business_model_tabs_wrp .bm_proc_right {
    padding: 20px 16px;
  }
  .business_model_tabs_wrp .bm_proc_heading {
    font-size: 17px;
  }
}

.value_chain_wrp {
  padding: 80px 0px;
  overflow: hidden;
}
.value_chain_wrp .inner_container {
  max-width: 90%;
  margin: 0 auto;
}
.value_chain_wrp .inner_container .common_cta {
  margin-top: 30px;
}
.value_chain_wrp .inner_container .arrow_wrp {
  width: 100%;
  height: 100%;
  position: relative;
}
.value_chain_wrp .inner_container .arrow_wrp .value_next,
.value_chain_wrp .inner_container .arrow_wrp .value_prev {
  width: 45px;
  height: 45px;
  top: 50%;
}
.value_chain_wrp .inner_container .arrow_wrp .value_next::after,
.value_chain_wrp .inner_container .arrow_wrp .value_prev::after {
  display: none;
}
.value_chain_wrp .inner_container .arrow_wrp .value_next {
  background-image: url(../images/right-arrw.svg);
}
.value_chain_wrp .inner_container .arrow_wrp .value_prev {
  background-image: url(../images/left-arrw.svg);
  left: inherit;
  right: 65px;
}

.value_chain_sldr {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}
.value_chain_sldr .swiper-slide {
  height: auto;
}
.value_chain_sldr .vc_slide {
  padding-right: 0px;
  position: relative;
}
.value_chain_sldr .vc_slide::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #E6E7E8;
  position: absolute;
  top: 39px;
  left: 0px;
}
.value_chain_sldr .vc_top {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  max-width: 370px;
  position: relative;
}
.value_chain_sldr .vc_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
}
.value_chain_sldr .vc_icon img {
  width: 85px;
  height: 85px;
  object-fit: contain;
}
.value_chain_sldr .vc_arrow {
  flex: 1;
  padding: 0 8px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
}
.value_chain_sldr .vc_arrow img {
  width: auto;
  height: auto;
  display: block;
}
.value_chain_sldr .vc_arrow_hidden {
  visibility: hidden;
}
.value_chain_sldr .vc_title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
  max-width: 370px;
  min-height: 50px;
}
.value_chain_sldr .vc_desc {
  font-size: 16px;
  color: #6E6E6E;
  line-height: 160%;
  margin: 0;
  font-weight: 400;
  max-width: 370px;
}
@media (max-width: 767px) {
  .value_chain_sldr {
    overflow: hidden;
  }
  .value_chain_sldr .vc_arrow {
    display: none;
  }
  .value_chain_sldr .vc_icon {
    width: 64px;
    height: 64px;
  }
  .value_chain_sldr .vc_icon img {
    width: 34px;
    height: 34px;
  }
  .value_chain_sldr .vc_title {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .value_chain_sldr .vc_arrow {
    padding: 0 4px;
  }
  .value_chain_sldr .vc_icon {
    width: 68px;
    height: 68px;
  }
  .value_chain_sldr .vc_icon img {
    width: 36px;
    height: 36px;
  }
  .value_chain_sldr .vc_title {
    font-size: 16px;
  }
}

.stakeholder_wrp {
  padding: 80px 0px;
  background-color: #fff;
}
.stakeholder_wrp .inner_container {
  max-width: 1280px;
  margin: 0 auto;
}
.stakeholder_wrp .common_title {
  margin-bottom: 40px;
}

.stakeholder_box_wrp {
  overflow: visible;
}
.stakeholder_box_wrp .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stakeholder_box_wrp .swiper-slide {
  height: auto;
}
.stakeholder_box_wrp .se_pagination {
  display: none;
}
.stakeholder_box_wrp .se_card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 28px 26px;
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 240px;
}
.stakeholder_box_wrp .se_card::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E7272B;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.7s ease;
  z-index: 0;
}
.stakeholder_box_wrp .se_card:hover::before {
  transform: translateY(0);
}
.stakeholder_box_wrp .se_card:hover .se_icon {
  background-color: #fff;
}
.stakeholder_box_wrp .se_card:hover .se_title {
  color: #fff;
}
.stakeholder_box_wrp .se_card:hover .se_desc {
  color: #fff;
}
.stakeholder_box_wrp .se_icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: background-color 0.7s ease;
}
.stakeholder_box_wrp .se_icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.stakeholder_box_wrp .se_title {
  font-size: 20px;
  font-weight: 700;
  color: #231F20;
  margin: 0 0 12px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  transition: color 0.7s ease;
}
.stakeholder_box_wrp .se_desc {
  font-size: 16px;
  color: #6E6E6E;
  line-height: 160%;
  margin: 0;
  font-weight: 400;
  position: relative;
  z-index: 1;
  transition: color 0.7s ease;
}
@media (max-width: 991px) and (min-width: 768px) {
  .stakeholder_box_wrp .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .stakeholder_box_wrp {
    overflow: hidden;
  }
  .stakeholder_box_wrp .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .stakeholder_box_wrp .se_pagination {
    display: block;
    margin-top: 24px;
    text-align: center;
    position: static;
  }
  .stakeholder_box_wrp .swiper-pagination-bullet {
    background: #E7262C;
    opacity: 0.3;
  }
  .stakeholder_box_wrp .swiper-pagination-bullet-active {
    opacity: 1;
    background: #E7262C;
  }
  .stakeholder_box_wrp .se_card {
    padding: 24px 20px;
  }
}

.se_cta_wrp {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.three_grid_wrp {
  padding: 50px 0px;
  background-color: #fff;
}
.three_grid_wrp .inner_container {
  max-width: 1280px;
  margin: 0 auto;
}

.three_grid_cvr {
  overflow: visible;
}
.three_grid_cvr .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.three_grid_cvr .swiper-slide {
  height: auto;
}
.three_grid_cvr .tg_pagination {
  display: none;
}
.three_grid_cvr .tg_card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 3/4;
}
.three_grid_cvr .tg_card:hover .tg_img {
  transform: scale(1.06);
}
.three_grid_cvr .tg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s ease;
}
.three_grid_cvr .tg_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.15) 70%, transparent 100%);
}
.three_grid_cvr .tg_sub {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 8px;
  line-height: 1.4;
}
.three_grid_cvr .tg_title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1.25;
}
@media (max-width: 991px) and (min-width: 768px) {
  .three_grid_cvr .swiper-wrapper {
    gap: 16px;
  }
  .three_grid_cvr .tg_title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .three_grid_cvr {
    overflow: hidden;
  }
  .three_grid_cvr .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .three_grid_cvr .tg_pagination {
    display: block;
    margin-top: 20px;
    text-align: center;
    position: static;
  }
  .three_grid_cvr .swiper-pagination-bullet {
    background: #E7262C;
    opacity: 0.3;
  }
  .three_grid_cvr .swiper-pagination-bullet-active {
    background: #E7262C;
    opacity: 1;
  }
  .three_grid_cvr .tg_title {
    font-size: 24px;
  }
}

.capital_main_wrp {
  padding: 60px 0 80px;
  background-color: #fff;
  overflow: hidden;
}
.capital_main_wrp .inner_container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.capital_swiper {
  overflow: visible;
  max-width: 90%;
  margin: 0 auto;
}
.capital_swiper .swiper-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}
.capital_swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.cap_card {
  display: flex;
  height: 600px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cap_card {
    flex-direction: column;
    height: auto;
  }
}

.cap_img_col {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cap_img_col {
    flex: none;
    height: 240px;
  }
}

.cap_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s ease;
}
.cap_card:hover .cap_bg {
  transform: scale(1.05);
}

.cap_text_col {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 70px 50px;
}
.cap_text_col .common_cta {
  background-image: url(../images/cta-bg-white.png);
}
.cap_text_col .common_cta:hover {
  background-image: url(../images/cta-bg.png);
}
@media (max-width: 991px) {
  .cap_text_col {
    padding: 28px 28px 28px;
  }
}
@media (max-width: 767px) {
  .cap_text_col {
    flex: none;
    padding: 24px 20px 28px;
  }
}

.cap_card--1 .cap_text_col {
  background-color: #764c24;
}

.cap_card--2 .cap_text_col {
  background-color: #764c24;
}

.cap_card--3 .cap_text_col {
  background-color: #764c24;
}

.cap_card--4 .cap_text_col {
  background-color: #764c24;
}

.cap_card--5 .cap_text_col {
  background-color: #764c24;
}

.cap_card--6 .cap_text_col {
  background-color: #764c24;
}

.cap_header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  position: relative;
}

.cap_icon_wrp {
  width: 167px;
  height: 167px;
  flex-shrink: 0;
  position: absolute;
  top: -50px;
  left: -150px;
}
.cap_icon_wrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cap_type {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.cap_title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
  margin: 0 0 auto;
}
@media (max-width: 991px) {
  .cap_title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .cap_title {
    font-size: 26px;
  }
}

.cap_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.cta_cvr .common_cta {
  color: #fff;
}

.cap_kpi_label {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding-bottom: 15px;
}

.cap_kpis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
}

.cap_kpi {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cap_kpi_val {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}
.cap_kpi_val small {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.85;
}
@media (max-width: 991px) {
  .cap_kpi_val {
    font-size: 16px;
  }
}

.cap_kpi_lbl {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 10px;
}

.cap_kpi_growth {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.02em;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 20px;
  width: fit-content;
}
.cap_kpi_growth b {
  font-weight: 600;
}

.cap_cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  padding: 9px 18px;
  width: fit-content;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.cap_cta:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
  text-decoration: none;
}

.cap_cta_arrw {
  display: inline-block;
  width: 16px;
  height: 9px;
  background: url("../images/review_dwn_arrw.png") no-repeat center/contain;
  transform: rotate(-90deg);
  flex-shrink: 0;
}

.cap_next,
.cap_prev {
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease;
  background-size: cover;
}
.cap_next::after,
.cap_prev::after {
  content: "";
  display: none;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.cap_next:hover,
.cap_prev:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.cap_next.swiper-button-disabled,
.cap_prev.swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cap_next,
  .cap_prev {
    width: 36px;
    height: 36px;
  }
}

.cap_prev {
  left: inherit;
  right: 0px;
  background-image: url(../images/left-arrw.svg);
}
.cap_prev::after {
  transform: rotate(135deg) translate(-2px, -2px);
}
@media (max-width: 1099px) {
  .cap_prev {
    left: -44px;
  }
}
@media (max-width: 767px) {
  .cap_prev {
    left: 6px;
  }
}

.cap_next {
  right: -60px;
  background-image: url(../images/right-arrw.svg);
}
.cap_next::after {
  transform: rotate(-45deg) translate(-2px, -2px);
}
@media (max-width: 1099px) {
  .cap_next {
    right: -44px;
  }
}
@media (max-width: 767px) {
  .cap_next {
    right: 6px;
  }
}

.download_center_wrp {
  padding: 80px 0px;
  background-color: #231F20;
}
.download_center_wrp .inner_container {
  max-width: 90%;
  margin: 0 auto;
}
.download_center_wrp .inner_container .common_title {
  color: #fff;
}
.download_center_wrp .inner_container .dwnld_cntr_grid {
  margin-top: 40px;
}
.download_center_wrp .inner_container .dwnld_cntr_grid .cntr_dwnlod_link {
  display: block;
  text-align: center;
  text-decoration: none;
}
.download_center_wrp .inner_container .dwnld_cntr_grid .cntr_dwnlod_link p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 40px;
  background-image: url(../images/dc-link-pic.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: fit-content;
  margin: 20px auto 0px;
}
.download_center_wrp .inner_container .dwnld_cntr_grid ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}
.download_center_wrp .inner_container .dwnld_cntr_grid ul li a {
  display: block;
  min-height: 124px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid rgba(159, 159, 159, 0.2);
  display: flex;
  align-items: center;
  background-image: url(../images/dc-link-pic.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.footer_wrp {
  background-color: #231F20;
}
.footer_wrp p {
  padding: 20px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

.float_links_wrp {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 998;
}
.float_links_wrp .inner_container {
  position: relative;
  max-width: none;
  margin: 0;
  width: fit-content;
}
.float_links_wrp ul {
  position: absolute;
  bottom: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 6px 0 10px;
  background: rgba(35, 31, 32, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  min-width: 230px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s 0.25s;
}
.float_links_wrp ul.flt-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  visibility: visible;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s 0s;
}
.float_links_wrp li {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.float_links_wrp li.flt-li-visible {
  opacity: 1;
  transform: translateX(0);
}
.float_links_wrp .flt-menu-trigger {
  background: rgba(35, 31, 32, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  transition: background 0.2s ease;
}
.float_links_wrp .flt-menu-trigger:hover {
  background: rgb(35, 31, 32);
}
.float_links_wrp .flt-menu-trigger .flt-menu-text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.float_links_wrp .flt-menu-trigger .flt-menu-icon {
  display: flex;
  flex-direction: column;
  gap: 3.5px;
}
.float_links_wrp .flt-menu-trigger .flt-menu-icon span {
  display: block;
  width: 14px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.float_links_wrp .flt-menu-trigger.flt-trigger-active .flt-menu-icon span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.float_links_wrp .flt-menu-trigger.flt-trigger-active .flt-menu-icon span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.float_links_wrp .flt-menu-trigger.flt-trigger-active .flt-menu-icon span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.float_links_wrp .section_lnks {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 16px;
  transition: background 0.2s ease;
}
.float_links_wrp .section_lnks:hover {
  background: rgba(255, 255, 255, 0.05);
}
.float_links_wrp .section_lnks .lnk_dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  transition: background 0.2s ease;
}
.float_links_wrp .section_lnks .lnk_label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  transition: color 0.2s ease;
}
.float_links_wrp .section_lnks:hover .lnk_label {
  color: rgba(255, 255, 255, 0.9);
}
.float_links_wrp .section_lnks.active .lnk_label {
  color: #fff;
}
.float_links_wrp .section_lnks.active .lnk_dot {
  background: #cc1414;
}

.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 998;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #cc1414;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease, background 0.25s ease;
  box-shadow: 0 4px 18px rgba(204, 20, 20, 0.38);
}
.back-to-top.btt-visible {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.back-to-top:hover {
  background: rgb(157.5535714286, 15.4464285714, 15.4464285714);
}
.back-to-top .btt_icon {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: 4px;
}

.fs_menu_overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #231F20;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.fs_menu_overlay.fs_menu_open {
  opacity: 1;
  pointer-events: all;
}
.fs_menu_overlay.fs_menu_open .fs_col {
  opacity: 1;
  transform: translateY(0);
}
.fs_menu_overlay .fs_menu_inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.fs_menu_overlay .fs_menu_close {
  position: absolute;
  top: 28px;
  right: 36px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.fs_menu_overlay .fs_menu_close span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.fs_menu_overlay .fs_menu_close span:first-child {
  transform: translateY(1px) rotate(45deg);
}
.fs_menu_overlay .fs_menu_close span:last-child {
  transform: translateY(-1px) rotate(-45deg);
}
.fs_menu_overlay .fs_menu_close:hover span {
  background: #cc1414;
}
.fs_menu_overlay .fs_menu_container {
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 60px;
  max-height: 100vh;
}
.fs_menu_overlay .fs_col {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  padding-right: 40px;
}
.col-xl-4 .fs_menu_overlay .fs_col, .col-lg-4 .fs_menu_overlay .fs_col {
  transition-delay: 0.08s;
}
.col-xl-5 .fs_menu_overlay .fs_col, .col-lg-5 .fs_menu_overlay .fs_col {
  transition-delay: 0.16s;
}
.col-xl-6 .fs_menu_overlay .fs_col, .col-lg-6 .fs_menu_overlay .fs_col {
  transition-delay: 0.24s;
}
.fs_menu_overlay .col-xl-4:nth-child(1) .fs_col {
  transition-delay: 0.1s;
}
.fs_menu_overlay .col-xl-4:nth-child(2) .fs_col {
  transition-delay: 0.2s;
}
.fs_menu_overlay .col-xl-4:nth-child(3) .fs_col {
  transition-delay: 0.3s;
}
.fs_menu_overlay .fs_group {
  margin-bottom: 36px;
}
.fs_menu_overlay .fs_group .fs_group_title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #cc1414;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fs_menu_overlay .fs_group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fs_menu_overlay .fs_group li {
  line-height: 1;
  margin-bottom: 10px;
}
.fs_menu_overlay .fs_group li:last-child {
  margin-bottom: 0;
}
.fs_menu_overlay .fs_group a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.22s ease, padding-left 0.22s ease;
  display: inline-block;
}
.fs_menu_overlay .fs_group a:hover {
  color: #fff;
  padding-left: 6px;
}

.search_overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  background: rgba(20, 18, 18, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}
.search_overlay.search_open {
  opacity: 1;
  pointer-events: all;
}
.search_overlay.search_open .search_content {
  opacity: 1;
  transform: translateY(0);
}
.search_overlay .search_overlay_inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
.search_overlay .search_close_btn {
  position: absolute;
  top: 28px;
  right: 36px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.search_overlay .search_close_btn span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: background 0.25s ease;
}
.search_overlay .search_close_btn span:first-child {
  transform: rotate(45deg) translateY(1px);
}
.search_overlay .search_close_btn span:last-child {
  transform: rotate(-45deg) translateY(-1px);
}
.search_overlay .search_close_btn:hover span {
  background: #cc1414;
}
.search_overlay .search_content {
  width: 100%;
  max-width: 680px;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.42s ease 0.06s, transform 0.42s ease 0.06s;
}
.search_overlay .search_input_wrap {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 40px;
  transition: border-color 0.25s ease;
}
.search_overlay .search_input_wrap:focus-within {
  border-color: #fff;
}
.search_overlay .search_input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  padding: 10px 0;
  letter-spacing: -0.3px;
}
.search_overlay .search_input::placeholder {
  color: rgba(255, 255, 255, 0.45);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.search_overlay .search_input:-webkit-autofill, .search_overlay .search_input:-webkit-autofill:hover, .search_overlay .search_input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  transition: background-color 9999s ease-in-out;
}
.search_overlay .search_submit_btn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.22s ease;
}
.search_overlay .search_submit_btn:hover {
  color: #fff;
}
.search_overlay .search_section_label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin: 0 0 16px;
}
.search_overlay .search_chips_wrp {
  margin-bottom: 36px;
}
.search_overlay .search_chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search_overlay .search_chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 8px 18px;
  cursor: pointer;
  border-radius: 20px;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.18s ease;
  white-space: nowrap;
}
.search_overlay .search_chip:hover {
  background: #cc1414;
  border-color: #cc1414;
  color: #fff;
  transform: translateY(-1px);
}
.search_overlay .search_chip:active {
  transform: translateY(0);
}
.search_overlay .search_recent_wrp {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
}
.search_overlay .search_recent_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.search_overlay .search_recent_head .search_section_label {
  margin: 0;
}
.search_overlay .search_clear_recent {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
  padding: 0;
  transition: color 0.22s ease;
}
.search_overlay .search_clear_recent:hover {
  color: #cc1414;
}
.search_overlay .search_recent_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.search_overlay .search_recent_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
}
.search_overlay .search_recent_item:last-child {
  border-bottom: none;
}
.search_overlay .search_recent_item .recent_text {
  width: 95%;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search_overlay .search_recent_item .recent_text::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='6.5' stroke='rgba(255,255,255,0.3)' stroke-width='1.2'/%3E%3Cpolyline points='8,5 8,8 10,9.5' stroke='rgba(255,255,255,0.3)' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.search_overlay .search_recent_item .recent_remove {
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  line-height: 1;
  padding: 0 4px;
  transition: color 0.2s ease;
}
.search_overlay .search_recent_item .recent_remove:hover {
  color: #cc1414;
}
.search_overlay .search_recent_item:hover .recent_text {
  color: rgba(255, 255, 255, 0.9);
}
.search_overlay .search_no_result {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
  animation: fadeSlideUp 0.3s ease both;
}
.search_overlay .search_no_result .no_result_msg {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 10px;
}
.search_overlay .search_no_result .no_result_msg span {
  font-weight: 600;
  color: #fff;
}
.search_overlay .search_no_result .no_result_hint {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
  line-height: 1.6;
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.search_overlay .search_quick_answer {
  margin-bottom: 20px;
}
.search_overlay .search_quick_answer .sq_card {
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid #cc1414;
  border-radius: 3px;
  padding: 14px 18px;
}
.search_overlay .search_quick_answer .sq_card .sq_label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #cc1414;
  margin: 0 0 5px;
}
.search_overlay .search_quick_answer .sq_card .sq_value {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px;
  letter-spacing: -0.3px;
}
.search_overlay .search_quick_answer .sq_card .sq_sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
.search_overlay .search_results_wrp {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
  max-height: 320px;
  overflow-y: auto;
}
.search_overlay .search_results_wrp::-webkit-scrollbar {
  width: 3px;
}
.search_overlay .search_results_wrp::-webkit-scrollbar-track {
  background: transparent;
}
.search_overlay .search_results_wrp::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}
.search_overlay .search_result_item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: opacity 0.18s ease;
}
.search_overlay .search_result_item:last-child {
  border-bottom: none;
}
.search_overlay .search_result_item:hover {
  opacity: 0.75;
}
.search_overlay .search_result_item:hover .sri_title {
  color: #fff;
}
.search_overlay .search_result_item .sri_cat {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cc1414;
  white-space: nowrap;
  padding-top: 2px;
  min-width: 80px;
}
.search_overlay .search_result_item .sri_body {
  flex: 1;
  min-width: 0;
}
.search_overlay .search_result_item .sri_title {
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: 0 0 3px;
  cursor: pointer;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}
.search_overlay .search_result_item .sri_title:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.search_overlay .search_result_item .sri_snippet {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sri_cat {
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sri_title,
.sri_snippet {
  cursor: pointer;
}
.sri_title:hover,
.sri_snippet:hover {
  color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  color: #231f20;
  font-family: "Montserrat", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.intro {
  height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 6vh;
  text-align: center;
}
.intro__eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #e8222a;
  margin: 0 0 14px;
}
.intro__hint {
  font-size: 15px;
  font-weight: 500;
  color: #a7a9ac;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro__arrow {
  width: 22px;
  height: 22px;
  border: 1.5px solid #a7a9ac;
  border-radius: 50%;
  display: grid;
  place-items: center;
  animation: bob 1.6s ease-in-out infinite;
}

@keyframes bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}
.vc-section {
  min-height: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 60px 0px 60px;
}

.vc-scaler {
  width: 1200px;
  height: 650px;
  transform-origin: center center;
  will-change: transform;
}
.vc-scaler .text-center {
  margin-top: -90px;
}

.vc-stage {
  position: relative;
  width: 1200px;
  height: 650px;
  background: #f7f7f7;
  overflow: hidden;
}

.bg-contour {
  position: absolute;
  top: -10px;
  right: -40px;
  width: 683px;
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.bg-ground {
  position: absolute;
  left: 31px;
  top: 365px;
  width: 1110px;
  opacity: 0;
  pointer-events: none;
}

.bg-machine {
  position: absolute;
  right: 121px;
  top: 239px;
  width: 875px;
  height: auto;
}

.title {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
}
.title .kicker {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: #e8222a;
  opacity: 0;
}
.title h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #231f20;
  opacity: 0;
}

.track-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.track-path {
  fill: none;
  stroke: #e6e7e8;
  stroke-width: 11;
  stroke-linecap: round;
}

.track-flow {
  fill: none;
  stroke: #e8222a;
  stroke-width: 11;
  stroke-linecap: round;
  opacity: 0.9;
}

.chevron {
  fill: none;
  stroke: #808285;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}

.step {
  position: absolute;
  width: 206px;
  margin-left: -103px;
  text-align: center;
}

.badge {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.4);
  box-shadow: 0 10px 30px rgba(35, 31, 32, 0.06);
}
.badge .ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.badge .ring circle {
  fill: none;
  stroke: #bcbec0;
  stroke-width: 1.6;
}
.badge .icon {
  width: 52px;
  height: 52px;
  display: block;
  clip-path: inset(0 100% 0 0);
}
.badge .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.label {
  margin: 8px auto 0;
  max-width: 200px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: #231f20;
  opacity: 0;
}

.cta {
  position: absolute;
  left: 50%;
  top: 858px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 18px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", system-ui, sans-serif;
  opacity: 0;
}
.cta span {
  font-size: 16px;
  font-weight: 500;
  color: #231f20;
}
.cta .cta__circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e7262c 0%, #231f20 100%);
  display: grid;
  place-items: center;
  transition: transform 0.25s ease;
}
.cta:hover .cta__circle {
  transform: translateX(3px);
}

.vc-mobile-wrap {
  display: none;
}

@media (max-width: 1199px) {
  .vc-scaler {
    display: none !important;
  }
  .vc-section {
    min-height: auto;
    padding: 60px 0 40px;
    display: block;
  }
  .vc-mobile-wrap {
    display: block;
    width: 100%;
  }
  .vc-mob-header {
    text-align: center;
    padding: 0 20px 32px;
  }
  .vc-mob-header .vc-mob-kicker {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: #e8222a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .vc-mob-header .vc-mob-title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #231f20;
  }
  .vc-swiper {
    width: 100%;
    padding: 0 20px 52px !important;
    overflow: visible !important;
  }
  .vc-swiper .swiper-wrapper {
    align-items: stretch;
  }
  .vc-mob-slide {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(35, 31, 32, 0.08);
    padding: 40px 24px 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    height: 100%;
    min-height: 250px;
  }
  .vc-mob-badge {
    width: 100px;
    height: 100px;
    background: #f7f7f7;
    border-radius: 50%;
    border: 1.5px solid #bcbec0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .vc-mob-badge img {
    width: 56px;
    height: 56px;
    object-fit: contain;
  }
  .vc-mob-label {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.03em;
    color: #231f20;
    max-width: 260px;
  }
  .vc-swiper-pagination {
    bottom: 16px !important;
  }
  .vc-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #bcbec0;
    opacity: 1;
  }
  .vc-swiper-pagination .swiper-pagination-bullet-active {
    background: #e8222a;
    width: 24px;
    border-radius: 4px;
  }
  .vc-mob-cta {
    padding: 28px 20px 0;
  }
}