@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 124px;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 60px;
  }
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

::-webkit-scrollbar {
  display: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.title_56,
.title_40,
.title_32 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.title_56 {
  font-size: 56px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -1.4px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .title_56 {
    font-size: 28px;
  }
}

.title_40 {
  font-size: 40px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: -1px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .title_40 {
    font-size: 28px;
  }
}

.title_32 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  .title_32 {
    font-size: 28px;
  }
}

.para_18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}

.tags {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.08px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tags {
    font-size: 16px;
  }
}

.textDark {
  color: #091e42;
}

.textWhite {
  color: #ffffff;
}

.no-scroll {
  overflow: hidden;
}

.thrid__level__navbar__tabs {
  position: fixed;
  top: 18%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1024;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .thrid__level__navbar__tabs {
    top: 5.5%;
  }
}
@media screen and (max-width: 991px) {
  .thrid__level__navbar__tabs {
    top: 7%;
  }
}
@media screen and (max-width: 767px) {
  .thrid__level__navbar__tabs {
    top: 15%;
  }
}
.thrid__level__navbar__tabs .nav_list {
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: rgba(247, 248, 249, 0.8);
  backdrop-filter: blur(11px);
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.thrid__level__navbar__tabs .nav_list li {
  border-radius: 10px;
  padding: 12px 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .thrid__level__navbar__tabs .nav_list li {
    padding: 6px 16px;
  }
}
.thrid__level__navbar__tabs .nav_list li a {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .thrid__level__navbar__tabs .nav_list li a {
    font-size: 14px;
  }
}
.thrid__level__navbar__tabs .nav_list li.active {
  background: #091e42;
}
.thrid__level__navbar__tabs .nav_list li.active a {
  color: #ffffff;
  font-weight: 700;
}
.thrid__level__navbar__tabs.top {
  top: 9.5%;
}
@media screen and (max-width: 1024px) {
  .thrid__level__navbar__tabs.top {
    top: 5.5%;
  }
}
@media screen and (max-width: 991px) {
  .thrid__level__navbar__tabs.top {
    top: 6.5%;
  }
}
@media screen and (max-width: 767px) {
  .thrid__level__navbar__tabs.top {
    top: 8%;
  }
}

.breadcrumb_wrap {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1;
}
.breadcrumb_wrap .nav_breadcrumb {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.breadcrumb_wrap .nav_breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap .nav_breadcrumb ol {
    gap: 8px 32px;
  }
}
.breadcrumb_wrap .nav_breadcrumb ol li {
  position: relative;
  color: #9eabbb;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.14px;
  text-decoration: underline;
}
.breadcrumb_wrap .nav_breadcrumb ol li::after {
  content: "";
  background-image: url(../../assets/img/user-needs/arrow.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: -24px;
}
.breadcrumb_wrap .nav_breadcrumb ol li a {
  color: #9eabbb;
}
.breadcrumb_wrap .nav_breadcrumb ol li.active {
  color: #ffffff;
  font-weight: 600;
}
.breadcrumb_wrap .nav_breadcrumb ol li:last-child {
  text-decoration: none;
}
.breadcrumb_wrap .nav_breadcrumb ol li:last-child::after {
  display: none;
}
.breadcrumb_wrap .nav_breadcrumb ol .home {
  position: relative;
  cursor: pointer;
}
.breadcrumb_wrap .nav_breadcrumb ol .home a img {
  width: 16px;
  height: 16px;
}
.breadcrumb_wrap .nav_breadcrumb ol .home .home_dropdown {
  display: none;
  border-radius: 8px;
  background: #fff;
  padding: 24px 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 200px;
}
.breadcrumb_wrap .nav_breadcrumb ol .home .home_dropdown li {
  margin-bottom: 24px;
  text-decoration: none;
}
.breadcrumb_wrap .nav_breadcrumb ol .home .home_dropdown li::after {
  display: none;
}
.breadcrumb_wrap .nav_breadcrumb ol .home .home_dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #091e42;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.14px;
}
.breadcrumb_wrap .nav_breadcrumb ol .home .home_dropdown li a .text {
  color: #44546f;
}
.breadcrumb_wrap .nav_breadcrumb ol .home .home_dropdown li a .dots {
  width: 8px;
  height: 8px;
  background: #e30614;
  border-radius: 50%;
  margin-left: auto;
}
.breadcrumb_wrap .nav_breadcrumb ol .home .home_dropdown li:last-child {
  margin-bottom: 0;
}
.breadcrumb_wrap .nav_breadcrumb ol .home .home_dropdown.show {
  display: block;
}

.blueTag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1c7cdb;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #edf6ff;
  margin: 0 0 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (max-width: 767px) {
  .container {
    padding-inline: 16px;
  }
}

.loading .loader::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #007bff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bgLooking {
  background: #e0f4ff;
}

.header__main__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 1025;
}
.header__main__wrapper .navbar_top {
  background-color: #edf6ff;
}
.header__main__wrapper .navbar_top .nav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
}
.header__main__wrapper .navbar_top .nav_flex .brand {
  display: inline-block;
}
.header__main__wrapper .navbar_top .nav_flex .brand img {
  width: 108px;
  height: 48px;
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li {
    margin-right: 20px;
  }
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 2px;
  padding: 8px 4px 8px 24px;
  max-width: 76px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar {
    max-width: 20px;
    padding: 0;
  }
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_input {
  border: none;
  outline: none;
  color: #44546f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.21px;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_input {
    display: none;
  }
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_input::-webkit-input-placeholder {
    opacity: 0;
  }
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_input::-moz-placeholder {
    opacity: 0;
  }
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_input:-ms-input-placeholder {
    opacity: 0;
  }
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_input::-ms-input-placeholder {
    opacity: 0;
  }
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_input::placeholder {
    opacity: 0;
  }
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_button {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_button {
    left: -20px;
  }
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .searchBar .search_button img {
  width: 20px;
  height: 20px;
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .map_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .map_link span {
  color: #44546f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.21px;
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .language_link img {
  width: 24px;
  height: 24px;
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li .sideMenu_link img {
  width: 24px;
  height: 24px;
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li:nth-last-child(2) {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li:nth-last-child(2) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li:nth-child(2) {
    display: none;
  }
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex li:last-child {
  margin-right: 0;
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex .humbugerMenu {
  background-image: url(../../assets/img/header/humberger.svg);
  width: 24px;
  height: 24px;
}
.header__main__wrapper .navbar_top .nav_flex .navbar_top_flex .humbugerMenu.close {
  background-image: url(../../assets/img/header/x.svg);
}
.header__main__wrapper .navbar_bottom {
  background-color: #ffffff;
  width: 100%;
  position: relative;
}
.header__main__wrapper .navbar_bottom::after {
  content: "";
  background: #edf6ff;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -3px;
  z-index: -1024;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .nav_link {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .btnBlue {
  min-width: 120px;
  padding: 8px 0;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .btnBlue span {
  font-size: 16px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap {
  display: inline-block;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_toggle {
  cursor: pointer;
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  padding: 24px 24px 24px 0;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_toggle::after {
  content: "";
  background-image: url(../../assets/img/header/chevron_down.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_toggle.active {
  color: #1c7cdb;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_toggle.active::after {
  background-image: url(../../assets/img/header/chevron-blue.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu {
  position: absolute;
  top: 64px;
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100vw;
  left: 0;
  -webkit-transition: opacity 0.2s linear, height 0.3s linear;
  transition: opacity 0.2s linear, height 0.3s linear;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.show {
  opacity: 1;
  height: 100vh;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu {
  background: #ffffff;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu::before {
  content: "";
  background: rgba(68, 84, 111, 0.24);
  width: 100%;
  height: 1px;
  top: 0;
  position: absolute;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_buttons .tab_btn {
  padding: 12px 16px;
  border: 1px solid rgba(68, 84, 111, 0.24);
  background: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  width: 158px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_buttons .tab_btn img {
  width: 20px;
  height: 20px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_buttons .tab_btn.active {
  background: #ebf3f8;
  border: 1px solid transparent;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_buttons .tab_btn:first-child {
  margin-top: 14px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content {
  display: none;
  width: 100%;
  border-left: 1px solid rgba(68, 84, 111, 0.24);
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 16px 18px 24px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.24);
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .title .btnTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .title .btnTitle span {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .title .btnTitle img {
  width: 24px;
  height: 24px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .title a img {
  width: 24px;
  height: 24px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap {
  padding: 8px 24px;
  max-width: 310px;
  width: 100%;
  height: calc(100vh - 180px);
  overflow: auto;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap::-webkit-scrollbar-thumb {
  background: rgba(68, 84, 111, 0.24);
  border-radius: 10px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap .inner_link {
  position: relative;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap .inner_link span {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: capitalize;
  max-width: 240px;
}
@media screen and (max-width: 991px) {
  .header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap .inner_link span {
    max-width: 100%;
  }
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap .inner_link::after {
  content: "";
  background-image: url("../../assets/img/header/vector-1.svg");
  width: 8px;
  height: 13px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap .inner_link.active span {
  color: #1c7cdb;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap .inner_link.active::after {
  background-image: url(../../assets/img/header/vector.svg);
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap .inner_link:hover span {
  color: #1c7cdb;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_link_wrap .inner_link:hover::after {
  background-image: url(../../assets/img/header/vector.svg);
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_tab_content {
  display: none;
  width: 100%;
  padding: 16px 10px 16px 16px;
  border-left: 1px solid rgba(68, 84, 111, 0.24);
  margin-left: 4px;
  height: calc(100vh - 180px);
  overflow: auto;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_tab_content::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_tab_content::-webkit-scrollbar-thumb {
  background: rgba(68, 84, 111, 0.24);
  border-radius: 10px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_tab_content .headingFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
  margin-bottom: 16px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_tab_content .headingFlex h5 {
  color: #091e42;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.14px;
  margin: 0;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_tab_content .headingFlex .btn_Rm {
  color: #1c7cdb;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_tab_content .headingFlex .btn_Rm img {
  width: 24px;
  height: 24px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content .inner_tabs .inner_tab_content.active {
  display: block;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu .tabs_wrap .tab_content.active {
  display: block;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu2 {
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(16px);
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 32px 40px 0px rgba(176, 176, 176, 0.08);
  box-shadow: 0px 32px 40px 0px rgba(176, 176, 176, 0.08);
  min-height: 234px;
  padding-top: 16px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 262px;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap ul li a img {
  width: 100%;
  height: 100%;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap ul li a span {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-top: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__main__wrapper .navbar_bottom .navbar_bootom_flex li .dropdown_wrap .dropdown_menu.megaMenu2 .linksWrap ul li a:hover span {
  color: #1c7cdb;
}
.header__main__wrapper.top {
  top: -62px;
}
@media screen and (max-width: 1199px) {
  .header__main__wrapper.top {
    top: 0;
  }
}
.header__main__wrapper .product_grid {
  margin-bottom: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .product_grid {
    padding-bottom: 16px;
    margin-bottom: 4px;
  }
}
.header__main__wrapper .product_grid h3 {
  color: #44546f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 8px 0;
}
.header__main__wrapper .product_grid .product_card_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 12px;
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .product_grid .product_card_flex {
    width: 100%;
    padding-block: 12px;
  }
}
.header__main__wrapper .product_grid .product_card_flex .products_primary_card_wrap {
  max-width: 290px;
  min-width: 290px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .header__main__wrapper .product_grid .product_card_flex .products_primary_card_wrap {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .product_grid .product_card_flex .products_primary_card_wrap .products_primary_card {
    min-width: 100%;
    max-width: 100%;
  }
}
.header__main__wrapper .product_grid .product_card_flex .card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  max-width: 278px;
  position: relative;
}
.header__main__wrapper .product_grid .product_card_flex .card_wrap::after {
  content: "";
  border-right: 1px solid rgba(68, 84, 111, 0.24);
  position: absolute;
  right: -14px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .product_grid .product_card_flex .card_wrap::after {
    border-right: 0;
  }
}
.header__main__wrapper .product_grid .product_card_flex .card_wrap img {
  width: 106px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__main__wrapper .product_grid .product_card_flex .card_wrap p {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.16px;
  margin: 0;
}
.header__main__wrapper .product_grid .product_card_flex .card_wrap:nth-child(2)::after {
  display: none;
}
.header__main__wrapper .navbar__humbuger__wrap {
  position: fixed;
  top: 60px;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  padding-top: 32px;
}
.header__main__wrapper .navbar__humbuger__wrap::-webkit-scrollbar {
  display: block;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger {
  height: calc(100vh - 76px);
  overflow: auto;
  margin-right: 3px;
  padding-bottom: 160px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item {
  margin-bottom: 32px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_header {
  color: #44546f;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  width: 100%;
  text-align: left;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_header::after {
  content: "";
  background-image: url(../../assets/img/header/more.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_header.more::after {
  background-image: url(../../assets/img/header/plus.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content {
  height: 0;
  overflow: hidden;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner {
  padding: 0;
  margin: 0;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner li a {
  display: block;
  color: #091e42;
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
  text-transform: capitalize;
  padding: 12px 0;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner .flex_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner .flex_link img {
  width: 20px;
  height: 20px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner .accordion_item_more .accordion_header_more {
  color: #091e42;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 12px 0;
  margin-top: 8px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner .accordion_item_more .accordion_header_more::after {
  content: "";
  background-image: url(../../assets/img/header/more.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner .accordion_item_more .accordion_content_more {
  height: 0;
  overflow: hidden;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner .accordion_item_more .accordion_content_more ul {
  padding: 0;
  margin: 0;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner .accordion_item_more.active .accordion_header_more::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner .accordion_item_more.active .accordion_content_more {
  height: 100%;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .nav_list_inner.allVertical li {
  border-bottom: 1px solid rgba(68, 84, 111, 0.24);
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents {
  position: fixed;
  top: 60px;
  height: calc(100vh - 60px);
  width: 100%;
  background: #fff;
  right: -100%;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 2;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion {
  padding: 20px 16px;
  height: calc(100vh - 60px);
  overflow: auto;
  margin-right: 3px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion::-webkit-scrollbar-thumb {
  background: rgba(68, 84, 111, 0.24);
  border-radius: 10px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item {
  margin-bottom: 36px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item .inner_accordion_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 8px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item .inner_accordion_header .black,
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item .inner_accordion_header .blue {
  width: 20px;
  height: 20px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item .inner_accordion_header .blue {
  display: none;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item .inner_accordion_header span {
  color: #091e42;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item .inner_accordion_header span {
    max-width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item .inner_accordion_header span {
    max-width: 258px;
  }
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item .inner_accordion_header::after {
  content: "";
  background-image: url(../../assets/img/header/more.svg);
  width: 14px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item .inner_accordion_content {
  height: 0;
  overflow: hidden;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item.active .inner_accordion_header .blue {
  display: block;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item.active .inner_accordion_header .black {
  display: none;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item.active .inner_accordion_header span {
  color: #1c7cdb;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item.active .inner_accordion_header::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .inner_accodion .inner_accordion_item.active .inner_accordion_content {
  height: 100%;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .btnWrap {
  padding: 18px 16px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .btnWrap .btnBack {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .btnWrap .btnBack img {
  width: 14px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .btnWrap .exploreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 0 0 26px;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents .btnWrap .exploreBtn span {
  color: #44546f;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item .accordion_content .second_level_humburger .vertical_contents.open {
  right: 0;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item.active .accordion_header {
  color: #1c7cdb;
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item.active .accordion_header::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item.active .accordion_header.more::after {
  background-image: url(../../assets/img/header/minus.svg);
}
.header__main__wrapper .navbar__humbuger__wrap .nav_humbuger .humbuger_accordion .accordion_item.active .accordion_content {
  height: 100%;
}
.header__main__wrapper .navbar__humbuger__wrap.open {
  right: 0;
}
.header__main__wrapper .navbar__humbuger__wrap .btn_wrap {
  position: fixed;
  bottom: 0;
  padding: 16px;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__main__wrapper .navbar__humbuger__wrap .btn_wrap .map_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.header__main__wrapper .navbar__humbuger__wrap .btn_wrap .map_link span {
  color: #44546f;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.24px;
}
.header__main__wrapper .btnBlue:hover {
  gap: 4px;
}
.header__main__wrapper .btnBlue:hover img {
  width: 17px;
}

#scrollProgress {
  position: fixed;
  top: 64px;
  left: 0;
  height: 3px;
  background-color: #1c7cdb;
  width: 0%;
  z-index: -1024;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
@media screen and (max-width: 1199px) {
  #scrollProgress {
    top: 60px;
  }
}

.side_modal {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(16px);
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  z-index: 1025;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.side_modal .modal_menu {
  background: #ffffff;
  width: 546px;
  padding: 20px 32px 32px 32px;
  height: 100vh;
  margin-left: auto;
}
.side_modal .modal_menu .modal_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.24);
}
.side_modal .modal_menu .moreList,
.side_modal .modal_menu .link_list {
  padding: 0;
  margin: 0;
  position: relative;
}
.side_modal .modal_menu .moreList li a,
.side_modal .modal_menu .link_list li a {
  color: #44546f;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: block;
  position: relative;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side_modal .modal_menu .moreList li a:after,
.side_modal .modal_menu .link_list li a:after {
  content: "";
  background-image: url(../../assets/img/header/circle-arrow.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.side_modal .modal_menu .moreList li a:hover,
.side_modal .modal_menu .link_list li a:hover {
  color: #1c7cdb;
}
.side_modal .modal_menu .moreList .morelast,
.side_modal .modal_menu .link_list .morelast {
  border-top: 1px solid rgba(68, 84, 111, 0.24);
  padding: 24px 0 28px 0;
}
.side_modal .modal_menu .toggle_list .more_toggle {
  border-top: 1px solid rgba(68, 84, 111, 0.24);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0 28px 0;
}
.side_modal .modal_menu .toggle_list .more_toggle span {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  -webkit-transform: all 0.3s;
  transform: all 0.3s;
}
.side_modal .modal_menu .toggle_list .more_toggle img {
  width: 14px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.side_modal .modal_menu .toggle_list .more_toggle:hover span {
  color: #1c7cdb;
}
.side_modal .modal_menu .toggle_list .more_toggle.rotate img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.side_modal .modal_menu .toggle_list.link_toggle .more_toggle {
  padding: 0;
  margin-bottom: 24px;
  border-top: none;
}
.side_modal .modal_menu .more_content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s, opacity 0.2s;
  transition: height 0.3s, opacity 0.2s;
}
.side_modal .modal_menu .more_content.visible {
  opacity: 1;
  height: auto;
}
.side_modal.show {
  right: 0;
}

.searchModel-pop .modal-dialog {
  width: 100dvw;
  height: 100dvh;
  max-width: inherit;
  margin: 0;
}
.searchModel-pop .modal-dialog .modal-content {
  background-color: rgba(255, 255, 255, 0.64);
  backdrop-filter: blur(16px);
  height: 100%;
  border-radius: 0;
  padding: 40px 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .searchModel-pop .modal-dialog .modal-content {
    padding: 44px 16px;
    background-color: #fff;
    backdrop-filter: none;
  }
}
.searchModel-pop .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .searchModel-pop .modal-dialog .modal-content .modal-header {
    display: none;
  }
}
.searchModel-pop .modal-dialog .modal-content .modal-header .breadcrumb_wrap {
  position: static;
  margin: 0;
  width: 100%;
}
.searchModel-pop .modal-dialog .modal-content .modal-header .breadcrumb_wrap .nav_breadcrumb {
  border: 0;
}
.searchModel-pop .modal-dialog .modal-content .modal-header .breadcrumb_wrap .nav_breadcrumb ol li {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.14px;
}
.searchModel-pop .modal-dialog .modal-content .modal-header .breadcrumb_wrap .nav_breadcrumb ol li::after {
  background-image: url("../../assets/img/icons/header-breadcrumb-chevron.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.searchModel-pop .modal-dialog .modal-content .modal-header .breadcrumb_wrap .nav_breadcrumb ol li a {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.14px;
  opacity: 0.56;
}
.searchModel-pop .modal-dialog .modal-content .modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .searchModel-pop .modal-dialog .modal-content .modal-body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
}
@media screen and (max-height: 500px) {
  .searchModel-pop .modal-dialog .modal-content .modal-body {
    padding: 100px 0 0;
  }
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .searchTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .searchModel-pop .modal-dialog .modal-content .headerSearchBox .searchTitle .title_40 {
    padding-left: 20px;
    color: #091e42;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.45px;
    background-image: url("../../assets/img/icons/header-breadcrumb-chevron.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 9px 16px;
  }
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .searchTitle .btn-close {
  background-color: #fff;
  border: 1px solid rgba(68, 84, 111, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-image: none;
  height: 40px;
  width: 40px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .searchModel-pop .modal-dialog .modal-content .headerSearchBox .searchTitle .btn-close {
    height: 24px;
    width: 24px;
  }
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .searchTitle .btn-close img {
  height: 24px;
  width: 24px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .searchModel-pop .modal-dialog .modal-content .headerSearchBox .searchTitle .btn-close img {
    height: 16px;
    width: 16px;
  }
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .srch-box {
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 22px 22px 22px 54px;
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.27px;
  background-image: url("../../assets/img/icons/search-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  background-position: 22px center;
}
@media screen and (max-width: 767px) {
  .searchModel-pop .modal-dialog .modal-content .headerSearchBox .srch-box {
    padding: 14px 16px 14px 44px;
    background-position: 16px center;
    font-size: 16px;
    letter-spacing: -0.24px;
  }
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .srch-box::-webkit-input-placeholder {
  color: #44546f;
  opacity: 1;
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .srch-box::-moz-placeholder {
  color: #44546f;
  opacity: 1;
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .srch-box:-ms-input-placeholder {
  color: #44546f;
  opacity: 1;
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .srch-box::-ms-input-placeholder {
  color: #44546f;
  opacity: 1;
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .srch-box::placeholder {
  color: #44546f;
  opacity: 1;
}
.searchModel-pop .modal-dialog .modal-content .headerSearchBox .srch-box::-webkit-search-cancel-button {
  position: relative;
  right: 0px;
  background-image: url("../../assets/img/icons/close-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.modal-backdrop.white-blur-backdrop {
  background: transparent;
}

footer {
  text-align: left;
  padding-top: 56px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
}
footer .row {
  row-gap: 32px;
}
footer .col-12 {
  border-left: 1px solid rgba(68, 84, 111, 0.16);
}
footer .col-12:first-child {
  border-left: 0;
}
@media screen and (max-width: 991px) {
  footer .col-12:nth-child(3) {
    border-left: 0;
  }
}
@media screen and (max-width: 575px) {
  footer .col-12 {
    border-left: 0;
  }
}
@media screen and (max-width: 991px) {
  footer .col-12:last-child .footer-menu {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
footer .footer-logo {
  display: block;
  width: 202px;
  height: 80px;
  margin: 0 auto 26px;
}
footer .footer-logo img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px;
  margin: 0 0 88px;
}
footer .social-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .social-links li a img {
  height: 32px;
  width: 32px;
}
footer h4 {
  color: #091E42;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.45px;
  margin: 0 0 24px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  footer h4 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
footer .footer-top {
  padding: 54px 0 46px;
  position: relative;
}
footer .footer-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 54px;
  background-image: url("../../assets/img/footer/gradient-circle-border.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  footer .footer-top::before {
    height: 20px;
  }
}
footer .footer-bottom {
  padding: 80px 0 0;
  position: relative;
}
footer .footer-bottom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 722px;
  background-image: url(../../assets/img/footer/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom::before {
    background-image: url(../../assets/img/footer/bg-mobile.png);
    background-size: cover;
    background-position: center;
    height: 800px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .footer-menu {
    border-bottom: none;
    padding-bottom: 24px;
  }
}
footer .footer-menu {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575px) {
  footer .footer-menu {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(76, 80, 88, 0.2392156863);
  }
}
footer .footer-menu li {
  margin: 0 0 16px;
}
footer .footer-menu li:last-child {
  margin-bottom: 0;
}
footer .footer-menu li a {
  display: inline-block;
  color: #44546F;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  footer .footer-menu li a {
    font-size: 14px;
    line-break: anywhere;
  }
}
footer .footer-menu li a:hover {
  color: #1C7CDB;
}
footer .footer-menu li .mail {
  text-transform: lowercase;
}
footer .privecy-link-sec {
  border-top: 1px solid rgba(68, 84, 111, 0.24);
  margin-top: 108px;
}
@media screen and (max-width: 767px) {
  footer .privecy-link-sec {
    margin-top: 46px;
  }
}
footer .privecyLinks {
  padding: 24px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .privecyLinks li {
  color: #44546F;
}
footer .privecyLinks li::after {
  content: "|";
  margin: 0 3px;
}
footer .privecyLinks li:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .privecyLinks li:nth-child(2)::after {
    display: none;
  }
}
footer .privecyLinks li a {
  color: #44546F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
footer .privecyLinks li a:hover {
  color: #1C7CDB;
}

.btnBlue {
  padding: 18px 0;
  border-radius: 12px;
  background: linear-gradient(120deg, #fff -184.49%, #99deff -69.09%, #32a7fe 22.23%, #2772db 136.82%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 390px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .btnBlue {
    padding: 12px 0;
  }
}
.btnBlue span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.27px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .btnBlue span {
    font-size: 16px;
  }
}
.btnBlue img {
  width: 0;
  height: 24px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.btnBlue:hover {
  gap: 8px;
}
.btnBlue:hover img {
  width: 24px;
}
.btnBlue.btnOutline {
  background: transparent;
  border: 1.5px solid #fff;
  max-width: 156px;
  width: 100%;
  padding: 12px 0;
}
.btnBlue.outlineBlue {
  border: 1.5px solid #1c7cdb;
}
.btnBlue.outlineBlue span {
  color: #1c7cdb;
}
@media screen and (max-width: 767px) {
  .btnBlue.outlineBlue:hover span {
    color: #1c7cdb !important;
  }
}
.btnBlue.whitebtn {
  background: #ffffff;
}
.btnBlue.whitebtn span {
  color: #1c7cdb;
}

.btnFloating {
  padding: 12px 24px;
  border-radius: 8px;
  background: linear-gradient(120deg, #fff -184.49%, #99deff -69.09%, #32a7fe 22.23%, #2772db 136.82%);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  position: fixed;
  z-index: 1024;
  top: 40%;
  right: 0%;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  width: 198px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .btnFloating {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 80%;
    right: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.btnFloating span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .btnFloating {
    display: none;
  }
}

.testimonial__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, rgba(255, 255, 255, 0.64)), color-stop(20%, rgba(153, 222, 255, 0.64)), color-stop(71.27%, rgba(50, 167, 254, 0.64)), color-stop(80.91%, rgba(153, 222, 255, 0.64)), color-stop(93.95%, rgba(255, 255, 255, 0.64)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64) 4%, rgba(153, 222, 255, 0.64) 20%, rgba(50, 167, 254, 0.64) 71.27%, rgba(153, 222, 255, 0.64) 80.91%, rgba(255, 255, 255, 0.64) 93.95%);
  padding: 120px 0 144px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper {
    padding: 80px 0 40px;
  }
}
.testimonial__wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0px;
  background-image: url("../../assets/img/company-overview/company-test-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: center top;
}
.testimonial__wrapper h2 {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 64px;
  color: #091e42;
  max-width: 536px;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper h2 {
    margin-bottom: 40px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
  margin-bottom: 100px;
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide {
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 0.3s cubic-bezier(0, 0.3, 0, 1);
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards {
  background-image: url("../../assets/img/home/card-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 76px 30px rgba(28, 48, 72, 0.1));
  filter: drop-shadow(0px 76px 30px rgba(28, 48, 72, 0.1));
  padding: 40px 0 50px 0;
  border-radius: 12px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards {
    padding: 48px 39px;
    max-width: 328px;
    margin: 0 auto;
    background-image: url("../../assets/img/home/card-bg-mob.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 446px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content {
  max-width: 546px;
  width: calc(100% - 32px);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content {
    width: 100%;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content .icon {
    height: 46px;
    width: 46px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content p {
  color: #44546f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin: 0;
  max-height: 120px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  padding: 0;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content ul {
    gap: 16px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content ul li {
  position: relative;
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content ul li::after {
  content: "|";
  position: absolute;
  top: 4px;
  left: -17px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content ul li::after {
    top: 1px;
    left: -11px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content ul li:first-child::after {
  display: none;
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content ul li h5 {
  color: #091e42;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.2px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide .testimonial_cards .content ul li h5 {
    font-size: 16px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .testimonial_cards {
  opacity: 1;
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide.swiper-slide-prev .testimonial_cards {
  opacity: 0.6;
}
.testimonial__wrapper .testimonialSwiper .swiper-wrapper .swiper-slide.swiper-slide-next .testimonial_cards {
  opacity: 0.6;
}
.testimonial__wrapper .testimonialSwiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 48px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 12px 16px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-pagination {
    padding: 4px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    bottom: 40px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: block;
  background-color: #003cff;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .testimonialSwiper .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }
}
.testimonial__wrapper .testimonialSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1c7cdb;
  opacity: 1;
}
.testimonial__wrapper .aliaxis__wrapper {
  padding-top: 164px;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .aliaxis__wrapper {
    padding-top: 40px;
  }
}
.testimonial__wrapper .aliaxis__wrapper.testimonial_hidden {
  padding: 0;
}
.testimonial__wrapper .aliaxis__wrapper .aliaxis_card {
  border-radius: 56px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 324px 16px 56px 16px;
  border: 1px solid rgba(139, 193, 247, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .aliaxis__wrapper .aliaxis_card {
    padding: 290px 16px 40px 16px;
  }
}
@media screen and (max-width: 480px) {
  .testimonial__wrapper .aliaxis__wrapper .aliaxis_card {
    padding: 220px 16px 40px 16px;
  }
}
.testimonial__wrapper .aliaxis__wrapper .aliaxis_card .aliaxis {
  max-width: 568px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  top: -50%;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
.testimonial__wrapper .aliaxis__wrapper .aliaxis_card .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonial__wrapper .aliaxis__wrapper .aliaxis_card .contents .logo {
  width: 202px;
  height: 90px;
}
.testimonial__wrapper .aliaxis__wrapper .aliaxis_card .contents .home {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.testimonial__wrapper .aliaxis__wrapper .aliaxis_card .contents h4 {
  color: #44546f;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-bottom: 24px;
  max-width: 542px;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 767px) {
  .testimonial__wrapper .aliaxis__wrapper .aliaxis_card .contents h4 {
    font-size: 18px;
    margin-bottom: 36px;
  }
}
.testimonial__wrapper .aliaxis__wrapper .aliaxis_card .contents h4 span {
  font-weight: 700;
}
.testimonial__wrapper .aliaxis__wrapper .aliaxis_card .contents .btnBlue {
  max-width: 260px;
  padding: 11px 0;
}
.testimonial__wrapper .aliaxis__wrapper .aliaxis_card.rotate .aliaxis {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

h1 {
  font-size: 30px;
  font-weight: 700;
  color: red;
}

.hero__banner__wrapper {
  margin-top: 64px;
}
.hero__banner__wrapper .contents {
  margin: 0 auto 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero__banner__wrapper .contents .title_56 {
  margin: 40px 0 8px 0;
  text-wrap: balance;
}
@media screen and (max-width: 1024px) {
  .hero__banner__wrapper .contents .title_56 br {
    display: none;
  }
}
.hero__banner__wrapper .contents .icon {
  width: 100%;
  max-width: 422px;
  height: 100%;
}
.hero__banner__wrapper .contents p {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  max-width: 546px;
  margin-bottom: 24px;
  text-wrap: pretty;
}
.hero__banner__wrapper .bg_wrap {
  position: relative;
}
.hero__banner__wrapper .bg_wrap .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .bg_wrap .bg {
    height: 386px;
    -o-object-position: 56%;
    object-position: 56%;
  }
}
.hero__banner__wrapper .bg_wrap .bg_floating {
  background: -webkit-gradient(linear, left top, right top, color-stop(-69.43%, #fff), color-stop(-27.97%, #99deff), color-stop(4.16%, #32a7fe), color-stop(49.16%, #2772db));
  background: linear-gradient(90deg, #fff -69.43%, #99deff -27.97%, #32a7fe 4.16%, #2772db 49.16%);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 32px;
}
@media screen and (max-width: 991px) {
  .hero__banner__wrapper .bg_wrap .bg_floating {
    padding: 24px;
  }
}
.hero__banner__wrapper .bg_wrap .bg_floating .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hero__banner__wrapper .bg_wrap .bg_floating .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hero__banner__wrapper .bg_wrap .bg_floating .flex_box p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  max-width: 670px;
}
@media screen and (max-width: 767px) {
  .hero__banner__wrapper .bg_wrap .bg_floating .flex_box p {
    font-size: 16px;
    text-align: center;
  }
}
.hero__banner__wrapper .bg_wrap .bg_floating .flex_box .btnOutline {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about_sec {
  position: relative;
}
.about_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/home/about-sec-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about_sec::before {
    background-image: url("../../assets/img/home/about-sec-bg-mob.svg");
  }
}
@media screen and (max-width: 767px) {
  .about_sec .innovations_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about_sec .container {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .about_sec .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_sec .container .page-section-head h2 {
    padding-inline: 12px;
  }
}

.home_map .map-tool .tooltip .tooltip_img {
  height: 44px;
  width: 44px;
  position: relative;
}
.home_map .map-tool .tooltip .tooltip_img .normal_dot {
  opacity: 1;
}
.home_map .map-tool .tooltip .tooltip_img .hover_dot {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.home_map .map-tool .tooltip.active .tooltip_img .hover_dot {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .home_map .map-tool .tooltip.active .tooltip_img .hover_dot {
    opacity: 1;
  }
}
.home_map .map-tool .tooltip.active .tooltip_img .normal_dot {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .home_map .map-tool .tooltip.active .tooltip_img .normal_dot {
    opacity: 0;
  }
}

.products__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .products__wrapper {
    padding: 80px 0;
  }
}
.products__wrapper .inner_wrap {
  position: relative;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .products__wrapper .inner_wrap {
    text-align: center;
    margin-bottom: 40px;
  }
}
.products__wrapper .inner_wrap::after {
  content: "";
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 28px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(-4.1%, rgba(255, 255, 255, 0)), color-stop(51.19%, #e30613), color-stop(87.23%, rgba(229, 23, 35, 0.93)), color-stop(106.47%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) -4.1%, #e30613 51.19%, rgba(229, 23, 35, 0.93) 87.23%, rgba(255, 255, 255, 0) 106.47%);
}
@media screen and (max-width: 991px) {
  .products__wrapper .inner_wrap::after {
    bottom: 16%;
  }
}
@media screen and (max-width: 767px) {
  .products__wrapper .inner_wrap::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(-4.1%, rgba(255, 255, 255, 0)), color-stop(14.26%, #e30613), color-stop(87.23%, rgba(229, 23, 35, 0.93)), color-stop(106.47%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -4.1%, #e30613 14.26%, rgba(229, 23, 35, 0.93) 87.23%, rgba(255, 255, 255, 0) 106.47%);
    bottom: 10%;
  }
}
.products__wrapper .inner_wrap .title_40 {
  margin: 32px 0 0 0;
}
@media screen and (max-width: 767px) {
  .products__wrapper .inner_wrap .title_40 {
    margin: 24px 0 40px 0;
  }
}
.products__wrapper .inner_wrap figure img {
  width: 100%;
  height: 100%;
}
.products__wrapper .counter_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .products__wrapper .counter_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.products__wrapper .counter_flex .counter {
  width: 100%;
  max-width: 162px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .products__wrapper .counter_flex .counter {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.products__wrapper .counter_flex .counter::before {
  content: "";
  background-color: rgba(68, 84, 111, 0.24);
  width: 1px;
  height: 100%;
  position: absolute;
  left: -12px;
}
@media screen and (max-width: 767px) {
  .products__wrapper .counter_flex .counter::before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
  }
}
.products__wrapper .counter_flex .counter h4 {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .products__wrapper .counter_flex .counter h4 {
    font-size: 28px;
  }
}
.products__wrapper .counter_flex .counter p {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .products__wrapper .counter_flex .counter p {
    margin-bottom: 16px;
  }
}
.products__wrapper .counter_flex .counter:nth-child(1)::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .products__wrapper .counter_flex .counter:nth-child(1)::before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .products__wrapper .counter_flex .counter:last-child {
    margin-bottom: 0;
  }
}

.empowering_section {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .empowering_section {
    padding: 40px 0;
  }
}
.empowering_section h2 {
  color: #091e42;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 52px */
  letter-spacing: -1px;
  text-transform: capitalize;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .empowering_section h2 {
    font-size: 28px;
  }
}
.empowering_section p {
  color: #031749;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  max-width: 430px;
}
.empowering_section .empowering_swiper_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .empowering_section .empowering_swiper_wrap {
    padding-left: 16px;
  }
}
.empowering_section .empowering_swiper_wrap .empoweringSwiper {
  padding-top: 56px;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .empowering_section .empowering_swiper_wrap .empoweringSwiper {
    padding-block: 24px 40px;
  }
}
.empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-button-next,
.empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  top: -56px;
}
.empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-button-next::after,
.empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/home-new/arrow-right.svg");
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-button-next,
  .empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-button-prev {
    display: none;
  }
}
.empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-button-prev {
  left: auto;
  right: 60px;
}
.empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-pagination {
  bottom: 0px;
  display: none;
}
@media screen and (max-width: 767px) {
  .empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-pagination {
    display: block;
  }
}
.empowering_section .empowering_swiper_wrap .empoweringSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.feature_ready_section {
  padding-block: 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature_ready_section {
    padding-block: 0px;
    margin-top: 40px;
  }
}
.feature_ready_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/home-new/feature-ready-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .feature_ready_section::before {
    background-image: url("../../assets/img/home-new/feature-ready-bg-mob.png");
  }
}
.feature_ready_section .tabs__swiper__wrapper {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .feature_ready_section .tabs__swiper__wrapper {
    padding-block: 48px 0px;
  }
}
.feature_ready_section .tabs__swiper__wrapper::before {
  display: none;
}
.feature_ready_section .tabs__swiper__wrapper .tabContent .flex_wrap {
  padding: 24px 16px;
}
@media screen and (max-width: 767px) {
  .feature_ready_section .tabs__swiper__wrapper .tabContent .flex_wrap {
    padding-inline: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.feature_ready_section .tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex {
  height: 460px;
  padding: 12px 12px;
}
@media screen and (max-width: 767px) {
  .feature_ready_section .tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex {
    overflow-y: hidden;
  }
}
.feature_ready_section .tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex .empowering_card {
  min-height: 440px;
  min-width: 300px;
}

.empowering_card {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: relative;
  display: inline-block;
  max-width: 340px;
  max-height: 448px;
}
@media screen and (max-width: 767px) {
  .empowering_card {
    min-width: unset;
  }
}
.empowering_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.empowering_card .empowering_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  z-index: 3;
  padding: 16px;
}
.empowering_card .empowering_content h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: -0.8px;
  max-width: 220px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .empowering_card .empowering_content h3 {
    font-size: 28.8px;
  }
}
.empowering_card .empowering_content p {
  color: #edf6ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 767px) {
  .empowering_card .empowering_content p {
    font-size: 16px;
  }
}

.banner__breadcrumb__wrapper.user__need__banner {
  position: relative;
  z-index: 2;
  background: #e5f9fe;
}

.tabs__swiper__wrapper {
  padding: 120px 0;
  position: relative;
  background: #e1f7fd;
}
.tabs__swiper__wrapper .container {
  position: relative;
  z-index: 1;
}
.tabs__swiper__wrapper .bgImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper .bgImg {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper .container {
    padding: 0;
  }
}
.tabs__swiper__wrapper .title_40 {
  max-width: 560px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper .title_40 {
    padding: 0 12px;
    margin-bottom: 40px;
  }
}
.tabs__swiper__wrapper .main_tabs_wrap {
  border: 1px solid rgba(68, 84, 111, 0.16);
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .main_tabs_wrap {
    border-radius: 0;
  }
}
.tabs__swiper__wrapper .main_tabs_wrap .nav_tabs_wrap .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .main_tabs_wrap .nav_tabs_wrap .nav_list {
    overflow: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.tabs__swiper__wrapper .main_tabs_wrap .nav_tabs_wrap .nav_list li {
  margin-right: 56px;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .main_tabs_wrap .nav_tabs_wrap .nav_list li {
    white-space: nowrap;
    margin-right: 40px;
  }
}
.tabs__swiper__wrapper .main_tabs_wrap .nav_tabs_wrap .nav_list li a {
  color: #44546F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  position: relative;
  display: block;
}
.tabs__swiper__wrapper .main_tabs_wrap .nav_tabs_wrap .nav_list li a.active {
  font-weight: 600;
  color: #091E42;
}
.tabs__swiper__wrapper .main_tabs_wrap .nav_tabs_wrap .nav_list li a.active::before {
  content: "";
  width: 36px;
  height: 3px;
  background: #e30614;
  border-radius: 8px;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .main_tabs_wrap .nav_tabs_wrap .nav_list li a.active::before {
    bottom: -24px;
  }
}
.tabs__swiper__wrapper .main_tabs_wrap .nav_tabs_wrap .nav_list li:last-child {
  margin-right: 0;
}
.tabs__swiper__wrapper .tabContent {
  display: none;
}
.tabs__swiper__wrapper .tabContent .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 20px;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .tabContent .flex_wrap {
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex {
  height: 362px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex {
    height: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 24px 12px;
  }
}
.tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex::-webkit-scrollbar {
  display: block;
  width: 4px;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex::-webkit-scrollbar {
    display: none;
  }
}
.tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex::-webkit-scrollbar-thumb {
  background: rgba(68, 84, 111, 0.24);
  border-radius: 10px;
}
.tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex.useCaseOneCard {
  width: 100%;
}
.tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex.useCaseOneCard .products_primary_card {
  width: calc(33.3333333333% - 12px);
  max-width: unset;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex.useCaseOneCard .products_primary_card {
    width: 100%;
    min-width: 268px;
  }
}
.tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex.useCaseTwoCard .products_primary_card {
  width: calc(50% - 12px);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper .tabContent .flex_wrap .cards_flex.useCaseTwoCard .products_primary_card {
    width: 100%;
    min-width: 268px;
  }
}
.tabs__swiper__wrapper .tabContent .flex_wrap .swiper_product_card {
  max-width: 320px;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .tabContent .flex_wrap .swiper_product_card {
    max-width: 100%;
    padding: 0 12px;
    margin-top: 32px;
  }
}
.tabs__swiper__wrapper .tabContent.active {
  display: block;
}
.tabs__swiper__wrapper .cards_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .tabs__swiper__wrapper .cards_flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.tabs__swiper__wrapper .cards_flex .products_card {
  display: block;
  max-width: 344px;
  padding: 4px 4px 24px 4px;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper .cards_flex .products_card {
    width: 100%;
    min-width: 268px;
  }
}
.tabs__swiper__wrapper .cards_flex .products_card .img {
  border-radius: 16px;
  background: #d2dbe8;
  height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs__swiper__wrapper .cards_flex .products_card .img img {
  width: 238px;
  height: 164px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs__swiper__wrapper .cards_flex .products_card .contents {
  padding: 0 4px;
}
.tabs__swiper__wrapper .cards_flex .products_card .contents h6 {
  color: #091e42;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 24px 0 12px 0;
}
.tabs__swiper__wrapper .cards_flex .products_card .contents p {
  overflow: hidden;
  color: #44546f;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.tabs__swiper__wrapper .cards_flex .products_card:hover {
  background: #edf6ff;
}
.tabs__swiper__wrapper .cards_flex .products_card:hover .img {
  background: -webkit-gradient(linear, left top, left bottom, from(#2772db), color-stop(42.35%, #32a7fe), color-stop(76.1%, #99deff), color-stop(118.75%, #fff));
  background: linear-gradient(180deg, #2772db 0%, #32a7fe 42.35%, #99deff 76.1%, #fff 118.75%);
}
.tabs__swiper__wrapper .cards_flex .products_card:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tabs__swiper__wrapper .cards_flex .products_card:hover .contents h6 {
  color: #1c7cdb;
}
.tabs__swiper__wrapper .swiper_product_card {
  border-radius: 8px;
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  height: 362px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img {
    height: 200px;
  }
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 16px;
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img .slide_contents {
  position: absolute;
  padding: 0 16px;
  bottom: 84px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img .slide_contents {
    bottom: 48px;
  }
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img .slide_contents h5 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img .slide_contents h5 {
    font-size: 18px;
  }
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img .slide_contents p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  height: 24px;
  overflow: hidden;
  margin: 0;
  -webkit-transition: height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: height 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img .slide_contents p {
    font-size: 14px;
  }
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img:hover::after {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.3);
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-wrapper .swiper-slide .img:hover .slide_contents p {
  height: 72px;
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-pagination {
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.1);
  width: auto;
  padding: 6px 8px;
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  width: 8px;
  height: 8px;
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.tabs__swiper__wrapper .swiper_product_card .innerSwiper .swiper-pagination.swiper-pagination-horizontal {
  left: 16px;
  bottom: 16px;
}

.why__choose__wrapper {
  padding: 80px 0 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(225, 247, 253)), color-stop(12%, #fff));
  background: linear-gradient(180deg, rgb(225, 247, 253) 0%, #fff 12%);
}
@media screen and (max-width: 991px) {
  .why__choose__wrapper {
    padding: 80px 0;
  }
}
.why__choose__wrapper .title_40 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .why__choose__wrapper .title_40 {
    margin-bottom: 40px;
  }
}
.why__choose__wrapper .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 992px) {
  .why__choose__wrapper .flex_wrap {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .why__choose__wrapper .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
    padding: 0 12px;
  }
}
.why__choose__wrapper .flex_wrap::before, .why__choose__wrapper .flex_wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(68, 84, 111, 0.16);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .why__choose__wrapper .flex_wrap::before, .why__choose__wrapper .flex_wrap::after {
    display: none;
  }
}
.why__choose__wrapper .flex_wrap::after {
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.why__choose__wrapper .flex_wrap .choose_card {
  width: calc(50% - 48px);
}
@media screen and (max-width: 767px) {
  .why__choose__wrapper .flex_wrap .choose_card {
    width: 100%;
    border-bottom: 1px solid rgba(68, 84, 111, 0.16);
  }
}
.why__choose__wrapper .flex_wrap .choose_card .flex_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .why__choose__wrapper .flex_wrap .choose_card .flex_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.why__choose__wrapper .flex_wrap .choose_card .flex_inner .img img {
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.why__choose__wrapper .flex_wrap .choose_card .flex_inner .contents h4 {
  color: #091e42;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin-bottom: 16px;
}
.why__choose__wrapper .flex_wrap .choose_card .flex_inner .contents p {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
  height: 60px;
  overflow: hidden;
}
.why__choose__wrapper .flex_wrap .choose_card:hover .flex_inner .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-mask: linear-gradient(120deg, #000 30%, rgba(0, 0, 0, 0.3333333333), #000 70%) right/350% 100%;
  mask: linear-gradient(120deg, #000 30%, rgba(0, 0, 0, 0.3333333333), #000 70%) right/350% 100%;
}

.why__choose__useCaseFourCard {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3.04%, #e5f8fe), color-stop(12.46%, #fff));
  background: linear-gradient(180deg, #e5f8fe 3.04%, #fff 12.46%);
}
.why__choose__useCaseFourCard .title_40 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .why__choose__useCaseFourCard .title_40 {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .why__choose__useCaseFourCard .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.why__choose__useCaseFourCard .flex_cards_four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .why__choose__useCaseFourCard .flex_cards_four {
    overflow-y: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 12px;
  }
}
.why__choose__useCaseFourCard .flex_cards_four .choose_cards_4 {
  border-radius: 16px;
  background: #f8f7f7;
  padding: 32px 20px;
  width: calc(25% - 18px);
}
@media screen and (max-width: 991px) {
  .why__choose__useCaseFourCard .flex_cards_four .choose_cards_4 {
    min-width: 260px;
  }
}
.why__choose__useCaseFourCard .flex_cards_four .choose_cards_4 .img img {
  width: 56px;
  height: 56px;
}
.why__choose__useCaseFourCard .flex_cards_four .choose_cards_4 .content h4 {
  color: #091e42;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin: 36px 0 16px 0;
}
.why__choose__useCaseFourCard .flex_cards_four .choose_cards_4 .content p {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin-bottom: 0;
}

.water__wrapper {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .water__wrapper {
    padding: 80px 0 172px 0;
  }
}
.water__wrapper .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .water__wrapper .title_wrap {
    margin-bottom: 40px;
  }
}
.water__wrapper .water_pipe_card {
  padding: 4px 4px 16px 4px;
  display: block;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .water__wrapper .water_pipe_card {
    margin-bottom: 40px;
  }
}
.water__wrapper .water_pipe_card .img {
  overflow: hidden;
  border-radius: 16px;
  height: 304px;
}
.water__wrapper .water_pipe_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.water__wrapper .water_pipe_card .contents {
  padding: 20px 8px 0 8px;
}
.water__wrapper .water_pipe_card .contents .flex_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.water__wrapper .water_pipe_card .contents .flex_tag .tags {
  color: #1c7cdb;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 8px;
  background: #edf6ff;
  padding: 8px 12px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.water__wrapper .water_pipe_card .contents .flex_tag .tags::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #44546f;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.water__wrapper .water_pipe_card .contents .flex_tag p {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.water__wrapper .water_pipe_card .contents h3 {
  color: #091e42;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 16px 0 8px 0;
}
.water__wrapper .water_pipe_card .contents p {
  overflow: hidden;
  height: 50px;
  color: #44546f;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.water__wrapper .water_pipe_card.flex_pipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  gap: 16px;
  padding: 4px 0 4px 4px;
}
@media screen and (max-width: 991px) {
  .water__wrapper .water_pipe_card.flex_pipe {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .water__wrapper .water_pipe_card.flex_pipe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4px 4px 16px 4px;
    gap: 0;
  }
}
.water__wrapper .water_pipe_card.flex_pipe .img {
  width: 220px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .water__wrapper .water_pipe_card.flex_pipe .img {
    width: 100%;
    height: 180px;
  }
}
.water__wrapper .water_pipe_card.flex_pipe .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.water__wrapper .water_pipe_card.flex_pipe .contents {
  max-width: 300px;
  padding: 4px 0;
}
@media screen and (max-width: 1024px) {
  .water__wrapper .water_pipe_card.flex_pipe .contents {
    max-width: 246px;
  }
}
@media screen and (max-width: 991px) {
  .water__wrapper .water_pipe_card.flex_pipe .contents {
    max-width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .water__wrapper .water_pipe_card.flex_pipe .contents {
    padding: 20px 4px 0 4px;
    max-width: 100%;
  }
}
.water__wrapper .water_pipe_card.flex_pipe .contents h3 {
  font-size: 16px;
}
.water__wrapper .water_pipe_card.flex_pipe .contents p {
  height: 70px;
}
.water__wrapper .water_pipe_card.flex_pipe:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .water__wrapper .water_pipe_card:hover {
    background: #edf6ff;
  }
  .water__wrapper .water_pipe_card:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .water__wrapper .water_pipe_card:hover .contents .flex_tag .tags {
    background: #ffffff;
  }
  .water__wrapper .water_pipe_card:hover .contents h3 {
    color: #1c7cdb;
    text-decoration: underline;
  }
}
@media screen and (max-width: 991px) {
  .water__wrapper .outlineBlue {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.testimonials__Aliaxis__hidden .testimonial__wrapper {
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, rgba(255, 255, 255, 0.64)), color-stop(20%, rgba(153, 222, 255, 0.64)), color-stop(71.27%, rgba(50, 167, 254, 0.64)), color-stop(80.91%, rgba(153, 222, 255, 0.64)), color-stop(93.95%, rgba(255, 255, 255, 0.64)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64) 4%, rgba(153, 222, 255, 0.64) 20%, rgba(50, 167, 254, 0.64) 71.27%, rgba(153, 222, 255, 0.64) 80.91%, rgba(255, 255, 255, 0.64) 93.95%);
}
.testimonials__Aliaxis__hidden .testimonial__wrapper .title_40 {
  max-width: 536px;
  color: #091e42;
}
.testimonials__Aliaxis__hidden .testimonial__wrapper .aliaxis__wrapper {
  display: none;
}

.banner__breadcrumb__wrapper {
  position: relative;
}
.banner__breadcrumb__wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .banner__breadcrumb__wrapper figure img {
    height: 460px;
  }
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper figure img {
    height: 684px;
  }
}
.banner__breadcrumb__wrapper .floating_contents {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper .floating_contents {
    left: 0;
    padding: 0 12px;
  }
}
.banner__breadcrumb__wrapper .floating_contents .title_wrap {
  max-width: 584px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper .floating_contents .title_wrap {
    text-align: center;
  }
}
.banner__breadcrumb__wrapper .floating_contents .title_wrap .title_56 {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper .floating_contents .title_wrap .title_56 {
    text-wrap: balance;
  }
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper .floating_contents .title_wrap .para_18 {
    text-wrap: balance;
  }
}
.banner__breadcrumb__wrapper.leadership {
  background: #2773DC;
}
.banner__breadcrumb__wrapper.leadership .breadcrumb_wrap {
  top: 40px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.leadership .breadcrumb_wrap {
    top: 24px;
  }
}
.banner__breadcrumb__wrapper.leadership .title_56 {
  text-wrap: balance;
}

.faqs__accodion__wrapper {
  padding: 96px 0;
}
@media screen and (max-width: 767px) {
  .faqs__accodion__wrapper {
    padding: 48px 0;
  }
}
.faqs__accodion__wrapper .title_40 {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .faqs__accodion__wrapper .title_40 {
    margin-bottom: 40px;
    text-align: left;
  }
}
.faqs__accodion__wrapper .accordion {
  border: none;
}
.faqs__accodion__wrapper .accordion .accordion-item {
  border-bottom: 1px solid rgba(68, 84, 111, 0.16) !important;
  border: none;
  border-radius: 0px;
}
.faqs__accodion__wrapper .accordion .accordion-item:has(.accordion-button[aria-expanded=true]) {
  background: #FAF5F5;
  border-radius: 8px;
}
.faqs__accodion__wrapper .accordion .accordion-item .accordion-header .accordion-button {
  color: #091E42;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 40px 16px 24px 16px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .faqs__accodion__wrapper .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
  }
}
.faqs__accodion__wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../../assets/img/icons/plus.svg);
  width: 32px;
  height: 32px;
  background-size: 100%;
}
.faqs__accodion__wrapper .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  font-weight: 400;
  background-color: transparent;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .faqs__accodion__wrapper .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
    padding: 8px;
  }
}
.faqs__accodion__wrapper .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  background-image: url(../../assets/img/icons/minus.svg);
}
.faqs__accodion__wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faqs__accodion__wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faqs__accodion__wrapper .accordion .accordion-item .accordion-body {
  color: #091e42;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .faqs__accodion__wrapper .accordion .accordion-item .accordion-body {
    font-size: 16px;
    padding: 0 8px 8px 8px;
  }
}

.success__story__wrapper {
  background-image: url("../../assets/img/home/success-story/success-story-back.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .success__story__wrapper {
    padding: 80px 0;
    background-image: url("../../assets/img/home/success-story/success-story-back-mob.png");
  }
}
.success__story__wrapper h2 {
  text-align: center;
  max-width: 546px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 767px) {
  .success__story__wrapper h2 {
    margin: 0 auto 32px;
  }
}
.success__story__wrapper .section-head h4 {
  margin: 0 0 32px;
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .success__story__wrapper .section-head h4 {
    margin: 0 0 26px;
    font-size: 16px;
  }
}
.success__story__wrapper .section-head h4 img {
  height: 28px;
  width: 28px;
}
.success__story__wrapper .success__story__inn {
  max-width: 927px;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  display: grid;
  grid-template-columns: 453px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .success__story__wrapper .success__story__inn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .success__story__wrapper .success__story__inn {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }
}
.success__story__wrapper .success__story__inn .success__story__img {
  margin: 0;
}
.success__story__wrapper .success__story__inn .success__story__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.success__story__wrapper .success__story__inn h3 {
  color: #091E42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.6px;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .success__story__wrapper .success__story__inn h3 {
    font-size: 18px;
    margin: 0 0 8px;
  }
}
.success__story__wrapper .success__story__inn p {
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .success__story__wrapper .success__story__inn p {
    font-size: 16px;
  }
}
.success__story__wrapper .btnOutline {
  border: 1.5px solid #1C7CDB;
  margin: 40px auto 0;
  width: 100%;
  max-width: 272px;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .success__story__wrapper .btnOutline {
    margin: 32px auto 0;
  }
}
.success__story__wrapper .btnOutline span {
  color: #1C7CDB;
}

.leadership__about__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#2772DB), color-stop(50.71%, #32A7FE), color-stop(99.49%, #99DEFF), color-stop(164.74%, #FFF));
  background: linear-gradient(180deg, #2772DB 0%, #32A7FE 50.71%, #99DEFF 99.49%, #FFF 164.74%);
  padding: 120px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .leadership__about__wrapper {
    padding: 48px 0 80px 0;
  }
}
.leadership__about__wrapper .aliaxis_card {
  border-radius: 56px;
  border: 1px solid #8BC1F7;
  background: #EDF6FF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .leadership__about__wrapper .aliaxis_card {
    border-radius: 24px;
  }
}
.leadership__about__wrapper .aliaxis_card .circle {
  max-width: 568px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  top: -50%;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}
@media screen and (max-width: 767px) {
  .leadership__about__wrapper .aliaxis_card .circle {
    width: 250px;
  }
}
.leadership__about__wrapper .aliaxis_card .details_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 280px 0 60px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .leadership__about__wrapper .aliaxis_card .details_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 320px 16px 40px 16px;
  }
}
.leadership__about__wrapper .aliaxis_card .details_flex .img,
.leadership__about__wrapper .aliaxis_card .details_flex .contents {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .leadership__about__wrapper .aliaxis_card .details_flex .img,
  .leadership__about__wrapper .aliaxis_card .details_flex .contents {
    width: 100%;
  }
}
.leadership__about__wrapper .aliaxis_card .details_flex .img {
  position: relative;
}
.leadership__about__wrapper .aliaxis_card .details_flex .img::after {
  content: "";
  background-image: url(../../assets/img/leadership/img-gradient.png);
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.leadership__about__wrapper .aliaxis_card .details_flex .img img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.leadership__about__wrapper .aliaxis_card .details_flex .contents {
  max-width: 416px;
}
@media screen and (max-width: 767px) {
  .leadership__about__wrapper .aliaxis_card .details_flex .contents .title {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 34px;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .leadership__about__wrapper .aliaxis_card .details_flex .contents .title {
    top: 16%;
  }
}
.leadership__about__wrapper .aliaxis_card .details_flex .contents .title h6 {
  color: #091E42;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin-bottom: 12px;
}
.leadership__about__wrapper .aliaxis_card .details_flex .contents .title h3 {
  color: #091E42;
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .leadership__about__wrapper .aliaxis_card .details_flex .contents .title h3 {
    font-size: 28px;
  }
}
.leadership__about__wrapper .aliaxis_card .details_flex .contents p {
  color: #44546F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.leadership__about__wrapper .aliaxis_card .details_flex:hover .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.leadership__about__wrapper .aliaxis_card.rotate .circle {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.leadership__card__wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .leadership__card__wrapper {
    padding: 80px 0;
  }
}
.leadership__card__wrapper .leaders_card {
  padding: 12px 12px 16px 12px;
  background: #F7F8F9;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .leadership__card__wrapper .leaders_card {
    background: #EDF6FF;
  }
}
.leadership__card__wrapper .leaders_card .img {
  border-radius: 16px;
  border-radius: 16px;
  background-image: url(../../assets/img/leadership/img.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .leadership__card__wrapper .leaders_card .img {
    background-image: url(../../assets/img/leadership/img-c.png);
  }
}
.leadership__card__wrapper .leaders_card .img img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .leadership__card__wrapper .leaders_card .img img {
    -webkit-filter: none;
    filter: none;
  }
}
.leadership__card__wrapper .leaders_card .contents h4 {
  color: #091E42;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: -0.6px;
  margin: 32px 0 16px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .leadership__card__wrapper .leaders_card .contents h4 {
    color: #1C7CDB;
    text-decoration: none;
  }
}
.leadership__card__wrapper .leaders_card .contents p {
  color: #44546F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
  margin: 0 0 18px 0;
}
.leadership__card__wrapper .leaders_card .contents .btnBlue {
  max-width: 132px;
  border-radius: 8px;
  padding: 8px 24px;
}
.leadership__card__wrapper .leaders_card .contents .btnBlue span {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.24px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .leadership__card__wrapper .leaders_card .contents .btnBlue img {
    width: 24px;
  }
}
.leadership__card__wrapper .leaders_card:hover {
  background: #EDF6FF;
}
.leadership__card__wrapper .leaders_card:hover .img {
  background-image: url(../../assets/img/leadership/img-c.png);
}
.leadership__card__wrapper .leaders_card:hover .img img {
  -webkit-filter: none;
  filter: none;
}
.leadership__card__wrapper .leaders_card:hover .contents h4 {
  color: #1C7CDB;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .leadership__card__wrapper .leaders_card:hover .contents h4 {
    text-decoration: none;
  }
}
.leadership__card__wrapper .leaders_card:hover .contents .btnBlue img {
  width: 24px;
}

#leadership .modal-dialog .modal-content {
  padding: 44px;
  border-radius: 32px;
  background: #EDF6FF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 0;
}
@media screen and (max-width: 767px) {
  #leadership .modal-dialog .modal-content {
    padding: 16px;
    border-radius: 0;
  }
}
#leadership .modal-dialog .modal-content .modal-header {
  padding: 0 0 32px 0;
}
#leadership .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
}
#leadership .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#leadership .modal-dialog .modal-content .modal-body {
  padding: 44px 0 0 0;
}
@media screen and (max-width: 767px) {
  #leadership .modal-dialog .modal-content .modal-body {
    padding: 24px 0 0 0;
  }
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}
@media screen and (max-width: 991px) {
  #leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box .contents {
  max-width: 550px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box .contents h2 {
  color: #1C7CDB;
  font-family: "Gilroy", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box .contents h2 {
    font-size: 24px;
  }
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box .contents h6 {
  color: #44546F;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box .contents h6 {
    font-size: 14px;
  }
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box .contents p {
  color: #44546F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box .contents p {
    height: 450px;
    overflow: hidden;
  }
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box .img {
  max-width: 410px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-wrapper .swiper-slide .flex_box .img img {
  width: 100%;
  height: 100%;
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-button-next,
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-button-prev {
  width: 53px;
  height: 53px;
  top: 92%;
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-button-next::after,
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-button-prev::after {
  content: "";
  background-image: url(../../assets/img/leadership/arrow.svg);
  width: 100%;
  height: 100%;
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-button-next {
  right: 87%;
}
@media screen and (max-width: 1024px) {
  #leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-button-next {
    right: 82%;
  }
}
@media screen and (max-width: 991px) {
  #leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-button-next {
    right: 67%;
  }
}
@media screen and (max-width: 767px) {
  #leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-button-next {
    right: 60%;
  }
}
#leadership .modal-dialog .modal-content .modal-body .leadershipSwiper .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .contact-us-banner .floating_contents {
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
  }
}
.contact-us-banner .title_wrap .title_56 {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .contact-us-banner .title_wrap .title_56 {
    text-align: center;
    max-width: 100%;
  }
}
.contact-us-banner .title_wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contact-us-banner .title_wrap .btn-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contact-us-banner .title_wrap .btn-wrap .btnBlue {
  max-width: 208px;
}
.contact-us-banner .title_wrap .btn-wrap .btnBlue.btnOutline img {
  -webkit-filter: drop-shadow(0px 1000px 0 #fff);
  filter: drop-shadow(0px 1000px 0 #fff);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}

.contact__form__wrapper {
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper {
    padding: 80px 0;
  }
}
.contact__form__wrapper .title_40 {
  max-width: 436px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .title_40 {
    font-size: 28px;
    margin: 0 0 40px;
  }
}
.contact__form__wrapper .contact-info .contact-info-inn {
  padding: 24px;
}
.contact__form__wrapper .contact-info .contact-info-inn:last-child {
  border-top: 1px solid rgba(68, 84, 111, 0.16);
}
.contact__form__wrapper .contact-info h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.contact__form__wrapper .contact-info h4 img {
  height: 18px;
  width: 18px;
}
.contact__form__wrapper .contact-info h4 a {
  color: inherit;
  font-size: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  text-transform: none;
}
.contact__form__wrapper .contact-info h4 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/icons/chevron-right-grey.svg");
  background-repeat: no-repeat;
  background-position: right 5px;
  background-size: 24px 12px;
}
.contact__form__wrapper .contact-info h5 {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0 0 8px;
}
.contact__form__wrapper .contact-info ul {
  margin: 0 0 24px 17px;
  padding: 12px 0 0 17px;
  position: relative;
}
.contact__form__wrapper .contact-info ul::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #e30614;
  border-radius: 4px;
  left: 0;
  top: 0;
  bottom: 0;
}
.contact__form__wrapper .contact-info ul:last-child {
  margin: 0 0 0 9px;
}
.contact__form__wrapper .contact-info ul li {
  margin: 0 0 35px;
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 767px) {
  .contact__form__wrapper .contact-info ul li {
    margin: 0 0 32px;
  }
}
.contact__form__wrapper .contact-info ul li:last-child {
  margin: 0;
}
.contact__form__wrapper .contact-info ul li a,
.contact__form__wrapper .contact-info ul li p {
  display: inline-block;
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.16px;
  margin: 0;
}
.contact__form__wrapper .contact-info ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact__form__wrapper .contact-info ul li a:hover {
  color: #1c7cdb;
}
.contact__form__wrapper .contactFrm-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: #f7f8f9;
  position: relative;
}
.contact__form__wrapper .contactFrm-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #f7f8f9;
  width: 100vw;
  display: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper .contactFrm-wrapper::before {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .contact__form__wrapper .contactFrm-wrapper {
    margin-top: 32px;
    padding-block: 24px;
  }
}

.contact__map__wrapper {
  background: #f7f8f9;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .contact__map__wrapper {
    padding-block: 40px 80px;
    background-color: transparent;
  }
}
.contact__map__wrapper .title_40 {
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .contact__map__wrapper .title_40 {
    margin-bottom: 40px;
  }
}
.contact__map__wrapper .map_box_wrap {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 767px) {
  .contact__map__wrapper .map_box_wrap {
    border: none;
    background: transparent;
  }
}
.contact__map__wrapper .map_box_wrap .map_tabs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 46px;
  gap: 50px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 767px) {
  .contact__map__wrapper .map_box_wrap .map_tabs_list {
    padding: 20px;
    gap: 40px;
    border-top: 1px solid rgba(68, 84, 111, 0.16);
    width: 100vw;
    position: relative;
    left: -12px;
  }
}
@media screen and (max-width: 991px) {
  .contact__map__wrapper .map_box_wrap .map_tabs_list {
    overflow: auto;
  }
}
@media screen and (max-width: 991px) {
  .contact__map__wrapper .map_box_wrap .map_tabs_list li {
    white-space: nowrap;
  }
}
.contact__map__wrapper .map_box_wrap .map_tabs_list li .links {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__map__wrapper .map_box_wrap .map_tabs_list li .links {
    font-size: 16px;
  }
}
.contact__map__wrapper .map_box_wrap .map_tabs_list li .links.active {
  font-weight: 700;
}
.contact__map__wrapper .map_box_wrap .map_tabs_list li .links.active::after {
  content: "";
  height: 3px;
  width: 36px;
  background: #e30614;
  position: absolute;
  bottom: -28.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .contact__map__wrapper .map_box_wrap .map_tabs_list li .links.active::after {
    bottom: -22px;
  }
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap {
  padding: 24px 16px 16px;
}
@media screen and (max-width: 767px) {
  .contact__map__wrapper .map_box_wrap .contents_map_wrap {
    padding: 24px 0 0 0;
  }
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents {
  display: none;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator_form_wrap .select_dropdown_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator_form_wrap .select_dropdown_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator_form_wrap .select_dropdown_flex .locator_pincode .form-control {
  width: 285px;
  height: 48px;
}
@media screen and (max-width: 991px) {
  .contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator_form_wrap .select_dropdown_flex .locator_pincode .form-control {
    width: 100%;
  }
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator_form_wrap .select_dropdown_flex .find_dealer .btnBlue {
  width: 180px;
  height: 48px;
  padding: 12px 0;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator_form_wrap .select_dropdown_flex .find_dealer .btnBlue.disabled {
  opacity: 0.8;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator_form_wrap .select_dropdown_flex .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator__container__warehouse .form__locator__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator__container__warehouse .form__locator__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator__container__warehouse .form__locator__wrapper .form-control {
  height: 48px;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator__container__warehouse .form__locator__wrapper .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator__container__warehouse .form__locator__wrapper .locator__state__wrapper {
  width: 100%;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator__container__warehouse .form__locator__wrapper .locator__state__wrapper .select2-container {
  width: 100% !important;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator__container__warehouse .form__locator__wrapper .btn__find__dealer__wrapper .btnBlue {
  width: 228px;
  height: 48px;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents .locator__container__warehouse .form__locator__wrapper .btn__find__dealer__wrapper .btnBlue.big {
  width: 300px;
}
.contact__map__wrapper .map_box_wrap .contents_map_wrap .tab_contents.active {
  display: block;
}

.flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex_wrapper .map_wrap {
  width: 646px;
  height: 574px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .flex_wrapper .map_wrap {
    max-width: 100%;
    min-width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .flex_wrapper .map_wrap {
    height: 300px;
  }
}
.flex_wrapper .map_wrap #map,
.flex_wrapper .map_wrap #map--warehouse,
.flex_wrapper .map_wrap #map--regional,
.flex_wrapper .map_wrap #map--search {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.flex_wrapper .main {
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .flex_wrapper .main {
    max-width: 100%;
  }
}
.flex_wrapper .main .store_items {
  padding: 24px 6px 0 0;
  height: 574px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.flex_wrapper .main .store_items::-webkit-scrollbar {
  display: block;
  width: 8px;
  height: 80px;
}
.flex_wrapper .main .store_items::-webkit-scrollbar-thumb {
  background: #cacbcc;
  border-radius: 40px;
}
.flex_wrapper .main .store_items li {
  margin-bottom: 46px;
  position: relative;
}
.flex_wrapper .main .store_items li::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #d2daed;
  position: absolute;
  bottom: -18%;
  left: 0;
}
.flex_wrapper .main .store_items li h4 {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.45px;
  margin-bottom: 24px;
  cursor: pointer;
}
.flex_wrapper .main .store_items li .store_address,
.flex_wrapper .main .store_items li .store_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.flex_wrapper .main .store_items li .store_address img,
.flex_wrapper .main .store_items li .store_phone img {
  width: 24px;
  height: 24px;
}
.flex_wrapper .main .store_items li .store_address a,
.flex_wrapper .main .store_items li .store_phone a {
  display: block;
  color: #44546f;
}
.flex_wrapper .main .store_items li .mb_8 {
  margin-bottom: 8px;
}

.select2-container {
  width: 284px !important;
}
@media screen and (max-width: 991px) {
  .select2-container {
    width: 100% !important;
  }
}
.select2-container.select2-container--default .select2-selection--single {
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: #fff;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #758195;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../../assets/img/contact-us/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.thankYouMessage {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  max-width: 290px;
  margin-inline: auto;
  width: 100%;
}
.thankYouMessage img {
  width: 72px;
  height: 72px;
}
.thankYouMessage h3 {
  color: #091e42;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.6px;
}
.thankYouMessage p {
  color: #091e42;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}

.get_in_touch_form_wrap .form-grid,
.contact-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 24px;
}
@media screen and (max-width: 767px) {
  .get_in_touch_form_wrap .form-grid,
  .contact-form .form-grid {
    grid-template-columns: 1fr;
  }
}
.get_in_touch_form_wrap .form-grid .full-grid,
.contact-form .form-grid .full-grid {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .get_in_touch_form_wrap .form-grid .full-grid,
  .contact-form .form-grid .full-grid {
    grid-column: 1/2;
  }
}
.get_in_touch_form_wrap h3,
.contact-form h3 {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.18px;
  padding: 0 0 12px;
  margin: 0 0 8px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 991px) {
  .get_in_touch_form_wrap h3,
  .contact-form h3 {
    margin: 0 0 16px;
  }
}
.get_in_touch_form_wrap .form-group,
.contact-form .form-group {
  position: relative;
}
.get_in_touch_form_wrap .form-group textarea,
.contact-form .form-group textarea {
  height: 132px;
  resize: none;
}
.get_in_touch_form_wrap .form-group label,
.contact-form .form-group label {
  display: block;
  margin: 0 0 8px;
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.get_in_touch_form_wrap .form-group label span,
.contact-form .form-group label span {
  display: inline-block;
  color: #44546f;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.get_in_touch_form_wrap .form-group .form-control,
.contact-form .form-group .form-control {
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background-color: #fff;
  padding: 12px;
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.get_in_touch_form_wrap .form-group .form-control::-webkit-input-placeholder, .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #758195;
  opacity: 1;
}
.get_in_touch_form_wrap .form-group .form-control::-moz-placeholder, .contact-form .form-group .form-control::-moz-placeholder {
  color: #758195;
  opacity: 1;
}
.get_in_touch_form_wrap .form-group .form-control:-ms-input-placeholder, .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #758195;
  opacity: 1;
}
.get_in_touch_form_wrap .form-group .form-control::-ms-input-placeholder, .contact-form .form-group .form-control::-ms-input-placeholder {
  color: #758195;
  opacity: 1;
}
.get_in_touch_form_wrap .form-group .form-control::placeholder,
.contact-form .form-group .form-control::placeholder {
  color: #758195;
  opacity: 1;
}
.get_in_touch_form_wrap .form-group .form-control:focus,
.contact-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.get_in_touch_form_wrap .form-group .error-message,
.contact-form .form-group .error-message {
  position: absolute;
  top: 100%;
  color: #e30614;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  padding-left: 28px;
}
.get_in_touch_form_wrap .form-group .error-message::before,
.contact-form .form-group .error-message::before {
  content: "";
  display: none;
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url("../../assets/img/icons/error-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  top: 2px;
  left: 0;
}
.get_in_touch_form_wrap .form-group.errorField .form-control,
.contact-form .form-group.errorField .form-control {
  border-color: #e30614;
}
.get_in_touch_form_wrap .form-group.errorField .error-message::before,
.contact-form .form-group.errorField .error-message::before {
  display: block;
}
.get_in_touch_form_wrap .form-group .iti,
.contact-form .form-group .iti {
  width: 100%;
}
.get_in_touch_form_wrap .form-group .iti .iti__selected-dial-code,
.contact-form .form-group .iti .iti__selected-dial-code {
  color: #758195;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  padding-right: 8px;
  border-right: 1px solid rgba(68, 84, 111, 0.16);
}
.get_in_touch_form_wrap .form-group .iti .iti__dropdown-content,
.contact-form .form-group .iti .iti__dropdown-content {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #c5d1e5;
  border-top: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.get_in_touch_form_wrap .form-group .iti .iti__dropdown-content .iti__country-name,
.get_in_touch_form_wrap .form-group .iti .iti__dropdown-content .iti__dial-code,
.contact-form .form-group .iti .iti__dropdown-content .iti__country-name,
.contact-form .form-group .iti .iti__dropdown-content .iti__dial-code {
  color: #758195;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.get_in_touch_form_wrap .form-group .drop-zone,
.contact-form .form-group .drop-zone {
  height: 104px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  border-radius: 8px;
  border: 1px dashed rgba(68, 84, 111, 0.16);
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .get_in_touch_form_wrap .form-group .drop-zone,
  .contact-form .form-group .drop-zone {
    font-size: 0;
  }
}
.get_in_touch_form_wrap .form-group .drop-zone img,
.contact-form .form-group .drop-zone img {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .get_in_touch_form_wrap .form-group .drop-zone span,
  .contact-form .form-group .drop-zone span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.get_in_touch_form_wrap .form-group .drop-zone em,
.contact-form .form-group .drop-zone em {
  font-style: normal;
  color: #1c7cdb;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .get_in_touch_form_wrap .form-group .drop-zone em,
  .contact-form .form-group .drop-zone em {
    font-size: 16px;
  }
}
.get_in_touch_form_wrap .form-group .drop-zone--over,
.contact-form .form-group .drop-zone--over {
  border-style: solid;
}
.get_in_touch_form_wrap .form-group .drop-zone__input,
.contact-form .form-group .drop-zone__input {
  display: none;
}
.get_in_touch_form_wrap .form-group .drop-zone__thumb,
.contact-form .form-group .drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.get_in_touch_form_wrap .form-group .drop-zone__thumb::after,
.contact-form .form-group .drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.get_in_touch_form_wrap select,
.contact-form select {
  background-image: url("../../assets/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding-right: 35px !important;
}
.get_in_touch_form_wrap .btnBlue,
.contact-form .btnBlue {
  background: #1c7cdb;
  width: 100%;
  max-width: inherit;
  margin-top: 24px;
  border-radius: 12px;
}
.get_in_touch_form_wrap .btnBlue.notActive,
.contact-form .btnBlue.notActive {
  opacity: 0.32;
  background-color: #44546f;
  cursor: not-allowed;
}
.get_in_touch_form_wrap .btnBlue.notActive img,
.contact-form .btnBlue.notActive img {
  width: 0;
  display: none;
}

.generic_section_wrapper {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .generic_section_wrapper {
    padding: 56px 0 0;
  }
}
.generic_section_wrapper h1 {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.4px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
  margin-bottom: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .generic_section_wrapper h1 {
    font-size: 28px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.generic_section_wrapper h1 span {
  display: block;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .generic_section_wrapper h1 span {
    margin-top: 16px;
  }
}
.generic_section_wrapper h4 {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.generic_section_wrapper h2 {
  color: #e30614;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.6px;
}
.generic_section_wrapper h3 {
  margin: 16px 0;
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  /* 22px */
  letter-spacing: -0.5px;
}
.generic_section_wrapper h6 {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  text-decoration: underline;
  margin: 0 0 16px;
}
.generic_section_wrapper p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0 0 16px;
}
.generic_section_wrapper p:last-child {
  margin-bottom: 0;
}
.generic_section_wrapper p + h2 {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .generic_section_wrapper p + h2 {
    margin-top: 40px;
  }
}
.generic_section_wrapper a {
  color: #1c7cdb;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.generic_section_wrapper a:hover {
  color: #091e42;
  -webkit-text-decoration-color: #091e42;
  text-decoration-color: #091e42;
}
.generic_section_wrapper a:has(strong) {
  font-weight: 700;
  -webkit-text-decoration-color: #091e42;
  text-decoration-color: #091e42;
}
.generic_section_wrapper a:has(strong):hover {
  -webkit-text-decoration-color: #1c7cdb;
  text-decoration-color: #1c7cdb;
}
.generic_section_wrapper a:has(strong):hover strong {
  color: #1c7cdb;
}
.generic_section_wrapper ul,
.generic_section_wrapper ol,
.generic_section_wrapper dl {
  margin: 0 0 16px;
}
.generic_section_wrapper ul:last-child,
.generic_section_wrapper ol:last-child,
.generic_section_wrapper dl:last-child {
  margin-bottom: 0;
}
.generic_section_wrapper ul li,
.generic_section_wrapper ul dt,
.generic_section_wrapper ol li,
.generic_section_wrapper ol dt,
.generic_section_wrapper dl li,
.generic_section_wrapper dl dt {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin-bottom: 4px;
}
.generic_section_wrapper ul + h2,
.generic_section_wrapper ol + h2,
.generic_section_wrapper dl + h2 {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .generic_section_wrapper ul + h2,
  .generic_section_wrapper ol + h2,
  .generic_section_wrapper dl + h2 {
    margin-top: 40px;
  }
}
.generic_section_wrapper ol li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 32px;
}
.generic_section_wrapper ol li:last-child {
  margin-bottom: 0;
}
.generic_section_wrapper ol li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #44546f;
  border-radius: 50%;
}
.generic_section_wrapper strong {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.generic_section_wrapper dl dt {
  position: relative;
  padding-left: 25px;
}
.generic_section_wrapper dl dt::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #44546f;
  border-radius: 50%;
}

.doc-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 58px 32px;
  margin-top: 84px;
  padding-bottom: 208px;
}
@media screen and (max-width: 991px) {
  .doc-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 43px;
  }
}
@media screen and (max-width: 480px) {
  .doc-wrapper {
    grid-template-columns: 1fr;
  }
}
.doc-wrapper a {
  display: block;
}
.doc-wrapper a img {
  width: 100%;
  display: block;
  height: 165px;
  border-radius: 16px;
  margin: 0 0 14px;
}
.doc-wrapper a span {
  display: grid;
  grid-template-columns: 18px auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 6px;
  color: inherit;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.doc-wrapper a span img {
  width: 18px;
  height: 18px;
}
.doc-wrapper a:hover span {
  color: #1c7cdb;
}

.csr-banner .floating_contents .title_wrap {
  max-width: 736px;
}
.csr-banner .floating_contents .title_wrap .btnBlue {
  margin-top: 40px;
  max-width: 228px;
}
@media screen and (max-width: 767px) {
  .csr-banner .floating_contents .title_wrap .btnBlue {
    margin-inline: auto;
  }
}

.counter-sec {
  padding: 72px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .counter-sec.csr_counter {
    padding: 72px 0 48px 0;
  }
}
.counter-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 306px;
  top: -50px;
  background-image: url("../../assets/img/CSR/counter-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .counter-sec::before {
    background-image: url("../../assets/img/CSR/counter-bg-mob.png");
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .counter-sec {
    padding: 35px 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .counter-sec .row {
    row-gap: 30px;
  }
}
.counter-sec .counter-item {
  border-left: 1px solid rgba(68, 84, 111, 0.16);
  padding-left: 16px;
  height: 100%;
  max-width: 232px;
}
@media screen and (max-width: 767px) {
  .counter-sec .counter-item {
    border-left: 0;
    border-bottom: 1px solid rgba(68, 84, 111, 0.16);
    padding-bottom: 16px;
    padding-left: 0;
    max-width: 100%;
  }
}
.counter-sec .counter-item h3 {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .counter-sec .counter-item h3 {
    font-size: 28px;
  }
}
.counter-sec .counter-item p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}
.counter-sec .col-12:first-child .counter-item {
  border-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .counter-sec .col-12:nth-child(2n+1) .counter-item {
    border-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .csr-scroll-section {
    overflow: hidden;
  }
}
.csr-scroll-section .stickybar {
  position: sticky;
  left: 0;
  top: 70px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background-color: rgba(247, 248, 249, 0.8);
  backdrop-filter: blur(11px);
  padding: 6px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .csr-scroll-section .stickybar {
    display: none;
  }
}
.csr-scroll-section .stickybar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 24px;
  border-radius: 8px;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .csr-scroll-section .stickybar a {
    padding: 12px 16px;
  }
}
.csr-scroll-section .stickybar a img {
  display: block;
  height: 16px;
  width: 16px;
  -webkit-filter: drop-shadow(0px 1000px 0 #44546f);
  filter: drop-shadow(0px 1000px 0 #44546f);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
.csr-scroll-section .stickybar a.active, .csr-scroll-section .stickybar a:hover {
  background-color: #091e42;
  color: #fff;
}
.csr-scroll-section .stickybar a.active img, .csr-scroll-section .stickybar a:hover img {
  -webkit-filter: drop-shadow(0px 1000px 0 #ffffff);
  filter: drop-shadow(0px 1000px 0 #ffffff);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
.csr-scroll-section .page-section {
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .csr-scroll-section .page-section {
    padding: 48px 0;
  }
}
.csr-scroll-section .page-section .page-section-head {
  max-width: 525px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .csr-scroll-section .page-section .page-section-head {
    margin: 0 0 32px 0;
  }
}
.csr-scroll-section .page-section .page-section-head p {
  margin: 0;
}
.csr-scroll-section .page-section .row {
  row-gap: 48px;
}
.csr-scroll-section .page-section figure {
  margin: 0;
}
.csr-scroll-section .page-section figure img {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.csr-scroll-section .page-section#success-story {
  padding-block: 70px;
}
@media screen and (max-width: 767px) {
  .csr-scroll-section .page-section#success-story {
    padding-block: 40px;
  }
}
.csr-scroll-section .page-section#success-story .container {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .csr-scroll-section .page-section#success-story .title_32 {
    text-align: center;
  }
}
.csr-scroll-section .page-section#success-story a {
  display: block;
  position: relative;
  z-index: 1;
}
.csr-scroll-section .page-section#success-story a figure {
  height: 224px;
  margin: 0 0 24px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .csr-scroll-section .page-section#success-story a figure {
    height: 180px;
    margin: 0 0 8px;
  }
}
.csr-scroll-section .page-section#success-story a figure img {
  -o-object-fit: cover;
  object-fit: cover;
}
.csr-scroll-section .page-section#success-story a h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .csr-scroll-section .page-section#success-story a h3 {
    margin: 0 0 8px;
  }
}
.csr-scroll-section .page-section#success-story a p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.csr-scroll-section .page-section#success-story::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-image: url("../../assets/img/CSR/story-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .csr-scroll-section .page-section#success-story::before {
    background-image: url("../../assets/img/CSR/success-story-back-mob.png");
  }
}
.csr-scroll-section .page-section .partner-section {
  padding: 51px 0 112px;
}
@media screen and (max-width: 767px) {
  .csr-scroll-section .page-section .partner-section {
    padding: 0;
  }
}
.csr-scroll-section .page-section .partner-section .title_32 {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 700;
}
.csr-scroll-section .page-section .partner-section .partnerSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.csr-scroll-section .page-section .partner-section .partnerSlider .swiper-wrapper.swiperCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.csr-scroll-section .page-section .partner-section .partnerSlider .swiper-slide {
  padding: 21px;
  border-radius: 16px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.csr-scroll-section .page-section .partner-section .partnerSlider .swiper-slide img {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}
.csr-scroll-section .title_32 {
  font-weight: 700;
  font-family: "Gilroy", sans-serif;
  line-height: 130%;
  letter-spacing: -0.8px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .csr-scroll-section .title_32 {
    font-size: 28px;
    margin: 0 0 16px;
  }
}
.csr-scroll-section p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.csr-scroll-section .committee-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin: 32px 0 64px;
}
.csr-scroll-section .committee-grid:last-child {
  margin-bottom: 0;
}
.csr-scroll-section .committee-grid .committee-item {
  width: 100%;
  max-width: 255px;
  border-radius: 16px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: #fff;
  padding: 28px 20px;
}
.csr-scroll-section .committee-grid .committee-item img {
  display: block;
  margin: 0 0 12px;
  height: 18px;
  width: 18px;
}
.csr-scroll-section .committee-grid .committee-item h3 {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.5px;
  margin: 0 0 2px;
}
.csr-scroll-section .committee-grid .committee-item span {
  display: block;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
}

.getintouch-section {
  padding: 120px 0 80px;
  position: relative;
}
.getintouch-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/CSR/getintouch-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .getintouch-section {
    padding: 80px 0;
  }
}
.getintouch-section .getintouch-inner {
  padding: 46px 40px 62px 40px;
  border-radius: 16px;
  max-width: 926px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .getintouch-section .getintouch-inner {
    padding: 48px 40px 350px;
    text-align: center;
    max-width: 390px;
  }
}
.getintouch-section .getintouch-inner .back-img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.getintouch-section .getintouch-inner .title_32 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
  max-width: 493px;
}
.getintouch-section .getintouch-inner p {
  max-width: 493px;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .getintouch-section .getintouch-inner p {
    margin-top: 16px;
  }
}
.getintouch-section .getintouch-inner .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .getintouch-section .getintouch-inner .btn-wrap {
    margin: 16px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.getintouch-section .getintouch-inner .btn-wrap .btnBlue {
  max-width: inherit;
  max-width: 200px;
  margin: 0;
  padding-block: 11px;
  overflow: hidden;
}
.getintouch-section .getintouch-inner .btn-wrap .btnBlue.btnWhite {
  background: #dde9f5;
}
.getintouch-section .getintouch-inner .btn-wrap .btnBlue.btnWhite span {
  color: #1c7cdb;
}
.getintouch-section .getintouch-inner .btn-wrap .btnBlue.btnWhite img {
  -webkit-filter: drop-shadow(0px 1000px 0 #1c7cdb);
  filter: drop-shadow(0px 1000px 0 #1c7cdb);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
.getintouch-section .getintouch-inner .btnBlue {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  max-width: 137px;
}
@media screen and (max-width: 767px) {
  .getintouch-section .getintouch-inner .btnBlue {
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 991px) {
  #programs .desktop-show {
    display: none;
  }
}
#programs .mobile-show {
  display: none;
}
@media screen and (max-width: 991px) {
  #programs .mobile-show {
    display: block;
  }
}
#programs .tab {
  padding-right: 10px;
  overflow-y: scroll;
  max-height: 420px;
  /* Firefox scrollbar styling */
  scrollbar-width: thin;
  scrollbar-color: #44546f #f1f1f1;
  /* Optional: smooth scroll */
  scroll-behavior: smooth;
}
#programs .tab::-webkit-scrollbar {
  width: 8px;
}
#programs .tab::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
#programs .tab::-webkit-scrollbar-thumb {
  background-color: #44546f;
  border-radius: 4px;
}
#programs .tab::-webkit-scrollbar-thumb:hover {
  background-color: #44546f;
}
#programs .tab .tablinks {
  display: block;
  padding: 32px 0 16px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  #programs .tab .tablinks {
    padding: 0 0 20px;
  }
}
#programs .tab .tablinks::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  height: 1.2px;
  width: 100%;
  background-color: rgba(68, 84, 111, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
#programs .tab .tablinks h3 {
  position: relative;
  color: #44546f;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#programs .tab .tablinks h3 span {
  border-radius: 8px;
  background: #e5f2ff;
  padding: 4px 8px;
  color: #1c7cdb;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
  margin-right: 24px;
}
#programs .tab .tablinks h3 img {
  display: block;
  height: 30px;
  width: 30px;
  -webkit-filter: drop-shadow(0px 1000px 0 #44546f);
  filter: drop-shadow(0px 1000px 0 #44546f);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
#programs .tab .tablinks p {
  color: #44546f;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
  padding: 16px 0 0 38px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
}
#programs .tab .tablinks.active h3 {
  color: #091e42;
  font-weight: 700;
}
#programs .tab .tablinks.active h3 img {
  -webkit-filter: drop-shadow(0px 1000px 0 #e30614);
  filter: drop-shadow(0px 1000px 0 #e30614);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
#programs .tab .tablinks.active::after {
  background-color: #e30614;
  width: 100%;
}
#programs .tab .tablinks.active p {
  max-height: 2000px;
}
#programs .tabcontent figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  height: 430px;
}
#programs .tabcontent figure img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #programs .csr-slider {
    overflow: visible;
    padding-bottom: 56px;
  }
}
#programs .csr-slider .csr-inn h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0 0 8px;
}
#programs .csr-slider .csr-inn h3 span {
  border-radius: 8px;
  background: #e5f2ff;
  padding: 4px 8px;
  color: #1c7cdb;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
  margin-bottom: 18px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#programs .csr-slider .csr-inn h3 img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 12px;
  -webkit-filter: drop-shadow(0px 1000px 0 #44546f);
  filter: drop-shadow(0px 1000px 0 #44546f);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
#programs .csr-slider .csr-inn p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  position: relative;
  min-height: 180px;
}
#programs .csr-slider .csr-inn p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(68, 84, 111, 0.16);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#programs .csr-slider .csr-inn figure {
  border-radius: 16px;
  overflow: hidden;
  height: 206px;
}
#programs .csr-slider .csr-inn figure img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
#programs .csr-slider .swiper-pagination {
  bottom: 0;
}
#programs .csr-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
#programs .csr-slider .swiper-slide-active .csr-inn h3 img {
  -webkit-filter: drop-shadow(0px 1000px 0 #e30614);
  filter: drop-shadow(0px 1000px 0 #e30614);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
#programs .csr-slider .swiper-slide-active .csr-inn p::after {
  background-color: #e30614;
}

.csr_philosophy_sec {
  position: relative;
}
.csr_philosophy_sec .csr_philosophy_bg {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 125%;
}
@media screen and (max-width: 767px) {
  .csr_philosophy_sec .csr_philosophy_bg {
    top: 0;
  }
}
.csr_philosophy_sec .csr_philosophy_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.csr_philosophy_sec .csr_philosophy_bg .desktop_view {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .csr_philosophy_sec .csr_philosophy_bg .desktop_view {
    display: none;
  }
}
.csr_philosophy_sec .csr_philosophy_bg .mobile_view {
  display: none;
}
@media screen and (max-width: 767px) {
  .csr_philosophy_sec .csr_philosophy_bg .mobile_view {
    display: block;
    height: 420px;
  }
}

.banner__cpvc__wrapper {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-84.33%, #2772db), color-stop(-46.61%, #32a7fe), color-stop(-16.54%, #99deff), color-stop(21.45%, #fff));
  background: linear-gradient(0deg, #2772db -84.33%, #32a7fe -46.61%, #99deff -16.54%, #fff 21.45%);
  clip-path: ellipse(150% 100% at 50% 0%);
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper {
    clip-path: ellipse(270% 100% at 50% 0%);
    min-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper {
    clip-path: ellipse(312% 100% at 50% 0%);
  }
}
.banner__cpvc__wrapper::before {
  content: "";
  position: absolute;
  bottom: 8%;
  left: -7%;
  width: 240px;
  height: 240px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  background: url("../../assets/img/cpvc/cpvc-slide-left-mol.svg") no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .banner__cpvc__wrapper::before {
    left: -10%;
  }
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper::before {
    background: url("../../assets/img/cpvc/cpvc-slide-left-mol-mob.svg") no-repeat;
    left: -4%;
    top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper::before {
    top: 76%;
  }
}
.banner__cpvc__wrapper::after {
  content: "";
  position: absolute;
  bottom: 1%;
  right: -6%;
  width: 240px;
  height: 240px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  background: url("../../assets/img/cpvc/cpvc-slide-right-mol.svg") no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .banner__cpvc__wrapper::after {
    right: -10%;
  }
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper::after {
    background: url("../../assets/img/cpvc/cpvc-slide-right-mol-mob.svg") no-repeat;
    right: -18%;
    top: 93%;
  }
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper::after {
    top: 90%;
    right: -46%;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@media screen and (min-width: 1700px) {
  .banner__cpvc__wrapper::after {
    right: -5%;
  }
}
.banner__cpvc__wrapper .layer_top {
  background: url("../../assets/img/cpvc/cpvc-bg.png") no-repeat center/cover;
  clip-path: ellipse(150% 100% at 50% 0%);
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .layer_top {
    background: url("../../assets/img/cpvc/cpvc-bg-mobile.png") no-repeat center/cover;
    clip-path: ellipse(312% 100% at 50% 0%);
  }
}
.banner__cpvc__wrapper .layer_top .breadcrumb_wrap {
  top: 32px;
}
.banner__cpvc__wrapper .layer_top .contents_wraps {
  padding: 158px 0 244px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .layer_top .contents_wraps {
    padding: 152px 0 500px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper .layer_top .contents_wraps {
    padding: 152px 0 580px 0;
  }
}
.banner__cpvc__wrapper .layer_top .contents_wraps .title_wrap {
  max-width: 736px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .layer_top .contents_wraps .title_wrap {
    max-width: 500px;
    text-wrap: balance;
  }
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper .layer_top .contents_wraps .title_wrap {
    max-width: 100%;
  }
}
.banner__cpvc__wrapper .layer_top .contents_wraps .title_wrap .title_56 {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper .layer_top .contents_wraps .title_wrap .title_56 {
    margin-bottom: 16px;
  }
}
.banner__cpvc__wrapper .layer_top .contents_wraps .title_wrap .para_18 {
  max-width: 584px;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper .layer_top .contents_wraps .title_wrap .para_18 {
    margin-bottom: 0;
  }
}
.banner__cpvc__wrapper .img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 17%;
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .img_flex {
    bottom: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper .img_flex {
    bottom: 28%;
  }
}
.banner__cpvc__wrapper .img_flex .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .banner__cpvc__wrapper .img_flex .flex_wrap {
    position: absolute;
    width: 100%;
    max-width: 900px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .img_flex .flex_wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 0 8px;
    margin-bottom: 24px;
  }
}
.banner__cpvc__wrapper .img_flex .total_card {
  padding: 32px 16px;
  border-radius: 16px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.06) 4.45%, rgba(255, 255, 255, 0.11) 18.53%, rgba(255, 255, 255, 0.06) 98.05%);
  backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 68px;
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .img_flex .total_card {
    margin: 0;
    padding: 8px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.banner__cpvc__wrapper .img_flex .total_card img {
  width: 32px;
  height: 32px;
}
.banner__cpvc__wrapper .img_flex .total_card p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .img_flex .total_card.order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .img_flex .total_card.order_3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.banner__cpvc__wrapper .img_flex figure img {
  max-width: 450px;
  height: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .img_flex figure img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper .img_flex figure img {
    max-width: 100%;
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .banner__cpvc__wrapper .img_flex .btnFloating {
    position: relative;
    display: block;
  }
}
.banner__cpvc__wrapper .layer_bottom {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.banner__cpvc__wrapper .layer_bottom .swiperIso {
  padding: 150px 0 58px 0;
}
@media screen and (max-width: 991px) {
  .banner__cpvc__wrapper .layer_bottom .swiperIso {
    padding: 120px 0 62px 0;
  }
}
.banner__cpvc__wrapper .layer_bottom .swiperIso .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.banner__cpvc__wrapper .layer_bottom .swiperIso .swiper-wrapper .lessThanFour {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner__cpvc__wrapper .layer_bottom .swiperIso .swiper-wrapper .swiper-slide .iso_card {
  text-align: center;
}
.banner__cpvc__wrapper .layer_bottom .swiperIso .swiper-wrapper .swiper-slide .iso_card img {
  width: 64px;
  height: 64px;
}
.banner__cpvc__wrapper .layer_bottom .swiperIso .swiper-wrapper .swiper-slide .iso_card p {
  color: #44546f;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.14px;
  margin: 16px 0 0 0;
}
.banner__cpvc__wrapper .layer_bottom .swiperIso .swiper-wrapper.lessThanFour {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btnFloating {
  width: 150px;
}

.cpvc__pipies___fittings__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #f7f8f9));
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 34.48%);
  padding: 76px 0 112px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper {
    background: #fff;
    padding: 80px 0 40px;
  }
}
.cpvc__pipies___fittings__wrapper .cpvc_pipes_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.cpvc__pipies___fittings__wrapper .cpvc_pipes_bg .desktop_view {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
@media screen and (max-width: 767px) {
  .cpvc__pipies___fittings__wrapper .cpvc_pipes_bg .desktop_view {
    display: none;
  }
}
.cpvc__pipies___fittings__wrapper .cpvc_pipes_bg .mobile_view {
  display: none;
}
@media screen and (max-width: 767px) {
  .cpvc__pipies___fittings__wrapper .cpvc_pipes_bg .mobile_view {
    display: block;
    height: 520px;
  }
}
@media screen and (max-width: 767px) {
  .cpvc__pipies___fittings__wrapper .container {
    padding: 0;
  }
}
.cpvc__pipies___fittings__wrapper .main_tab_links {
  background: rgba(247, 248, 249, 0.8);
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  backdrop-filter: blur(11px);
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  position: sticky;
  top: 76px;
  z-index: 200;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .main_tab_links {
    display: none;
  }
}
.cpvc__pipies___fittings__wrapper .main_tab_links .tabBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16.6666666667%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 8px;
  cursor: pointer;
}
.cpvc__pipies___fittings__wrapper .main_tab_links .tabBtn span {
  color: #44546f;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.cpvc__pipies___fittings__wrapper .main_tab_links .tabBtn img {
  width: 16px;
  height: 16px;
}
.cpvc__pipies___fittings__wrapper .main_tab_links .tabBtn.active {
  border-radius: 8px;
  background: #091e42;
}
.cpvc__pipies___fittings__wrapper .main_tab_links .tabBtn.active span {
  color: #ffffff;
}
.cpvc__pipies___fittings__wrapper .main_tab_links .tabBtn.active img {
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(276deg) brightness(150%) contrast(101%);
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(276deg) brightness(150%) contrast(101%);
}
.cpvc__pipies___fittings__wrapper .main_tab_links .tabBtn:nth-child(5) {
  width: 264px;
}
.cpvc__pipies___fittings__wrapper .tabContent {
  padding: 80px 0 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .cpvc__pipies___fittings__wrapper .tabContent.active {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent {
    display: none;
    padding: 20px 0;
    border-bottom: 1px solid rgba(68, 84, 111, 0.16);
    margin: 0;
    background-color: #fff;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent:last-child {
    margin: 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .title_32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .title_32 {
    padding: 0 16px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid {
  display: grid;
  grid-template-columns: 306px auto;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid {
    display: block;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item {
  background-color: #fff;
  border-radius: 16px 0px 0px 16px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item:last-child {
  border-radius: 0px 16px 16px 0px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item.filter-wrapper {
    position: fixed;
    height: 100dvh;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item.filter-wrapper.mob-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .filter_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(68, 84, 111, 0.16);
  border-top-left-radius: 16px;
  padding: 0 24px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .filter_wrap .btnFiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  height: 57px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .filter_wrap .btnFiter .count_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .filter_wrap .btnFiter .count_wrap {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.16px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .filter_wrap .btnFiter .count_wrap .total_products {
  padding: 4px 10px;
  border-radius: 8px;
  background: #edf6ff;
  color: #44546f;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.14px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .filter_wrap .btnFiter .clearFilter {
  color: #e30614;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
  display: none;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap {
  border: 1px solid rgba(68, 84, 111, 0.16);
  border-top: none;
  border-bottom-left-radius: 16px;
  padding: 0 4px 0 24px;
  position: relative;
  overflow-x: hidden !important;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap {
    padding: 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 514px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion {
    height: calc(100dvh - 50px);
    padding-bottom: 78px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion::-webkit-scrollbar-thumb {
  background: #44546f;
  border-radius: 8px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #e1e4e8;
}
@media screen and (max-width: 767px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion {
    background: #ffffff;
    position: relative;
    z-index: 1024;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem {
  position: relative;
  margin-right: 12px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem {
    padding: 0 16px;
    margin-right: 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem::after {
  content: "";
  border-bottom: 1px solid #dcdfe4;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: -10%;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem::after {
    left: 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader {
  width: 100%;
  border: none;
  padding: 24px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader span {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
  text-align: left;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader span .count {
  color: #1c7cdb;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 14px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader .countInner {
  color: #1c7cdb;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents {
  height: 0;
  overflow: scroll;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 12px;
  overflow: hidden;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container .flexTitle {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container .flexTitle span {
  color: #44546f;
  display: inline-block;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container input {
  display: none;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container .custom-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #44546f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container input:checked + .custom-checkbox {
  background-color: #1c7cdb;
  border-color: #1c7cdb;
  position: relative;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container input:checked + .custom-checkbox::after {
  content: " ";
  display: block;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container:last-child {
  margin-bottom: 18px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem.active .accordionHeader img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem.active .accordionContents {
  height: 214px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .accordion .accordionItem.active .accordionContents::-webkit-scrollbar {
  display: block;
  width: 2px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .btn_filter_wrap {
  display: none;
  padding: 8px 24px;
  background: #f7f8f9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .btn_filter_wrap {
    z-index: 99999;
    padding: 16px 24px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter .btnBlue {
  max-width: 118px;
  padding: 12px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter .btnBlue span {
  font-size: 16px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter .btnClear {
  min-width: 118px;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter .btnClear span {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs {
  border: 1px solid rgba(68, 84, 111, 0.16);
  border-left: 0;
  border-radius: 0 16px 16px 0;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs {
    border: 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-left {
  list-style: none;
  position: sticky;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 28px;
  gap: 0 40px;
  margin: 0;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-left {
    gap: 0 32px;
    overflow-y: scroll;
    max-width: calc(100% - 70px);
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-left li {
  position: relative;
  color: #44546f;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  padding: 15px 0;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-left li {
    font-size: 16px;
    letter-spacing: -0.16px;
    padding: 22px 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-left li::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  background-color: #e30614;
  width: 40px;
  height: 4px;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-left li::after {
    bottom: 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-left li.active {
  font-weight: 700;
  color: #091e42;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-left li.active::after {
  opacity: 1;
  visibility: visible;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-right-radius: 16px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-header {
    border-top: 1px solid rgba(68, 84, 111, 0.16);
    position: sticky;
    top: 60px;
    z-index: 2;
    background-color: #fff;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .filter-mobile-icon {
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #edf6ff;
  height: 40px;
  width: 40px;
  position: sticky;
  right: 16px;
  display: none;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .filter-mobile-icon {
    display: block;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane {
  display: none;
  padding: 21px 12px;
  max-height: 505px;
  min-height: 460px;
  overflow: auto;
  position: relative;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane::-webkit-scrollbar-thumb {
  background: rgba(68, 84, 111, 0.5);
  border-radius: 8px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane {
    min-height: initial;
    max-height: inherit;
    overflow: unset;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane.active {
  display: block;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane .btnBlue {
  padding: 12px 17px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: sticky;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane .btnBlue {
    position: unset;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-inline: auto;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane .no-prod-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  height: 100%;
  min-height: inherit;
  width: 100%;
  max-width: 576px;
  margin-inline: auto;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane .no-prod-div img {
  display: block;
  max-width: 100%;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane .no-prod-div h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 22px 0 0;
}
.cpvc__pipies___fittings__wrapper .tabContent .tab_inner_grid .grid_item .custom-tabs .tab-pane .no-prod-div p {
  max-width: 416px;
  margin: 0 auto;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.cpvc__pipies___fittings__wrapper .tabContent.active {
  display: grid;
}
.cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper {
    padding: 40px 0 48px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper .title_32 {
  margin: 0 0 40px;
  padding: 0 16px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper .flex_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 24px;
    overflow-y: auto;
    padding: 0 16px;
  }
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper .flex_wrap::after, .cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper .flex_wrap::before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper .choose_card {
    width: 100%;
    min-width: 304px;
    border-right: 1px solid rgba(68, 84, 111, 0.24);
    padding-right: 24px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper .choose_card:last-child {
    border-right: 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper .choose_card .img img {
  height: 48px;
  width: 48px;
}
.cpvc__pipies___fittings__wrapper .tabContent .why__choose__wrapper .choose_card .contents h4 {
  margin-bottom: 8px;
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .solution_outer {
    padding: 40px 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .title_32 {
  margin: 0 0 48px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .solution_outer .title_32 {
    margin: 0 0 40px;
    padding: 0 16px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 16px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid .solution_grid_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 30px;
  border-radius: 16px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid .solution_grid_inn {
    min-width: 261px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid .solution_grid_inn figure {
  border-radius: 16px;
  height: 208px;
  overflow: hidden;
  margin: 0 0 4px;
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid .solution_grid_inn figure img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid .solution_grid_inn h4 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid .solution_grid_inn p {
  margin: 0;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid .solution_grid_inn:hover {
  background-color: #edf6ff;
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid .solution_grid_inn:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cpvc__pipies___fittings__wrapper .tabContent .solution_outer .solution_grid .solution_grid_inn:hover h4 {
  color: #1c7cdb;
}
.cpvc__pipies___fittings__wrapper .tabContent .download_pdf_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .cpvc__pipies___fittings__wrapper .tabContent .download_pdf_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .download_pdf_grid {
    padding: 40px 16px 48px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .download_pdf_grid .download_pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 261px;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
}
.cpvc__pipies___fittings__wrapper .tabContent .download_pdf_grid .download_pdf img {
  height: 40px;
  width: 40px;
}
.cpvc__pipies___fittings__wrapper .tabContent .download_pdf_grid .download_pdf h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0 0 24px;
  max-width: 194px;
}
.cpvc__pipies___fittings__wrapper .tabContent .download_pdf_grid .download_pdf .downloadBtn {
  margin-top: auto;
  border-radius: 12px;
  background-color: #1c7cdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px;
  gap: 8px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.cpvc__pipies___fittings__wrapper .tabContent .download_pdf_grid .download_pdf .downloadBtn img {
  height: 18px;
  width: 18px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab {
    padding: 40px 16px 48px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #f7f8f9));
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 34.48%);
  display: grid;
  grid-template-columns: 500px auto;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper {
    display: block;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab {
  max-height: 429px;
  overflow: auto;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab {
    max-height: inherit;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab::-webkit-scrollbar {
  display: block;
  width: 6px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab::-webkit-scrollbar {
    display: none;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab::-webkit-scrollbar-thumb {
  background: #44546f;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab::-webkit-scrollbar-thumb {
    display: none;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #e1e4e8;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab::-webkit-scrollbar-track {
    display: none;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab {
  display: grid;
  grid-template-columns: auto 365px;
  gap: 8px 24px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 0 0 32px;
  cursor: pointer;
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab:last-child {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab {
    display: block;
    min-width: 284px;
    margin: 0;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 4px;
  border-radius: 8px;
  background-color: #e5f2ff;
  color: #1c7cdb;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  min-width: 66px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  grid-column: 1;
  grid-row: 1/3;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab span {
    margin: 0 0 17px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
  grid-column: 2;
  grid-row: 1;
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab p {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
  grid-row: 2;
  grid-column: 2;
  position: relative;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab p {
    margin: 0 0 24px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab p::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #e30614;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab img {
  display: none;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 206px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
  }
}
@media screen and (min-width: 992px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab.active p::after {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab .each-tab.show-screen p::after {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab-img {
    display: none;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab-img .vertical-tab-content {
  display: none;
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab-img .vertical-tab-content.active {
  display: block;
}
.cpvc__pipies___fittings__wrapper .tabContent .install-maintain-tab .vertical-tab-wrapper .vertical-tab-img .vertical-tab-content img {
  display: block;
  width: 100%;
  max-width: 474px;
  height: auto;
  margin-left: auto;
  border-radius: 16px;
}
.cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0 48px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap .do_n_dont_inn {
  overflow: scroll;
}
.cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap .do_n_dont_inn h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 40px;
  position: sticky;
  left: 0;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap .do_n_dont_inn h2 {
    margin: 0 0 16px;
    padding: 0 16px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap .do_n_dont_inn .do_n_dont_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap .do_n_dont_inn .do_n_dont_grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 16px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap .do_n_dont_inn .do_n_dont_grid .do_n_dont_cont {
  display: grid;
  grid-template-columns: 56px auto;
  background-color: #fff;
  gap: 16px;
  border-radius: 16px;
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap .do_n_dont_inn .do_n_dont_grid .do_n_dont_cont {
    grid-template-columns: 1fr;
    min-width: 245px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap .do_n_dont_inn .do_n_dont_grid .do_n_dont_cont img {
  max-width: 100%;
}
.cpvc__pipies___fittings__wrapper .tabContent .do_n_dont_wrap .do_n_dont_inn .do_n_dont_grid .do_n_dont_cont h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}
.cpvc__pipies___fittings__wrapper .tabContent .accordion-header {
  display: none;
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.45px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 0 12px;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent .accordion-header::after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/cpvc/tabs-filtter/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
  right: 16px;
  top: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .accordion-header img {
    height: 32px;
    width: 32px;
  }
}
@media screen and (max-width: 991px) {
  .cpvc__pipies___fittings__wrapper .tabContent .accordion-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
}
.cpvc__pipies___fittings__wrapper .tabContent.accordion-open {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #f7f8f9));
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 34.48%);
}
.cpvc__pipies___fittings__wrapper .tabContent.accordion-open .accordion-header::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cpvc__pipies___fittings__wrapper .tabContent.accordion-open .accordion-body {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  .solution_prod_bim {
    padding-bottom: 160px !important;
  }
}

.tools_new_section {
  padding-block: 60px;
}
@media screen and (max-width: 991px) {
  .tools_new_section {
    padding-block: 40px;
  }
}
.tools_new_section .tools_new_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .tools_new_section .tools_new_content {
    padding-bottom: 40px;
  }
}
.tools_new_section .tools_new_content p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.18px;
}
.tools_new_section .tools_new_content .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .tools_new_section .tools_new_content .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tools_new_section .tools_new_content .btn_wrap .btnBlue {
  padding: 8px 0;
  width: 260px;
}
.tools_new_section .tools_new_content .btn_wrap .btnBlue span {
  font-size: 16px;
}
.tools_new_section .tools_new_content .btn_wrap .btnlight {
  border-radius: 12px;
  background: #dde9f5;
  width: 140px;
}
.tools_new_section .tools_new_content .btn_wrap .btnlight span {
  color: #1c7cdb;
}
.tools_new_section .tools_new_img img {
  width: 100%;
  border-radius: 16px;
}

.solutions_whyChoose {
  background: transparent !important;
  padding-block: 0 !important;
}
.solutions_whyChoose .choose_cards_4 {
  background: #fff !important;
}

.prod_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 8px;
}
@media screen and (max-width: 991.33px) {
  .prod_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .prod_grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .prod_grid .products_primary_card {
    margin: 0 auto;
  }
}
.prod_grid .prod-detail-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px;
  overflow: hidden;
  padding: 4px 4px 20px;
}
@media screen and (max-width: 576px) {
  .prod_grid .prod-detail-inn {
    max-width: 276px;
    margin-inline: auto;
  }
}
.prod_grid .prod-detail-inn figure {
  border-radius: 16px;
  background-color: #d2dbe8;
  margin: 0 0 12px;
  overflow: hidden;
  height: 175px;
}
@media screen and (max-width: 767px) {
  .prod_grid .prod-detail-inn figure {
    margin: 0 0 16px;
  }
}
.prod_grid .prod-detail-inn figure img {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  margin: 0 auto;
}
.prod_grid .prod-detail-inn h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  padding: 0 4px;
  margin: 0;
}
.prod_grid .prod-detail-inn p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 4px;
  margin: 0;
}
.prod_grid .prod-detail-inn:hover {
  background-color: #edf6ff;
}
.prod_grid .prod-detail-inn:hover figure {
  background: -webkit-gradient(linear, left top, left bottom, from(#2772db), color-stop(42.35%, #32a7fe), color-stop(76.1%, #99deff), color-stop(118.75%, #fff));
  background: linear-gradient(180deg, #2772db 0%, #32a7fe 42.35%, #99deff 76.1%, #fff 118.75%);
}
.prod_grid .prod-detail-inn:hover h3 {
  color: #1c7cdb;
}

.innovations__wrapper {
  padding: 120px 0 80px 0;
}
.innovations__wrapper.innovations__wrapper_aboutus {
  position: relative;
}
.innovations__wrapper.innovations__wrapper_aboutus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/company-overview/wedare-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper.innovations__wrapper_aboutus::before {
    background-image: url("../../assets/img/company-overview/wedare-bg-mob.png");
    background-position: right top;
  }
}
@media screen and (max-width: 767px) {
  .innovations__wrapper.innovations__wrapper_aboutus .innovations_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .innovations__wrapper {
    overflow: hidden;
    padding: 80px 0;
  }
}
.innovations__wrapper .container {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.innovations__wrapper .title_40 {
  max-width: 546px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .innovations__wrapper .title_40 {
    padding: 0 24px;
    margin-bottom: 40px;
  }
}

.bg__getInTouch {
  background: -webkit-gradient(linear, left top, right top, color-stop(-69.43%, #fff), color-stop(-27.97%, #99deff), color-stop(4.16%, #32a7fe), color-stop(49.16%, #2772db));
  background: linear-gradient(90deg, #fff -69.43%, #99deff -27.97%, #32a7fe 4.16%, #2772db 49.16%);
  width: 100%;
  padding: 32px;
}
@media screen and (max-width: 991px) {
  .bg__getInTouch {
    padding: 24px 12px;
  }
}
.bg__getInTouch .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .bg__getInTouch .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.bg__getInTouch .flex_box p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bg__getInTouch .flex_box p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
  }
}
.bg__getInTouch .flex_box .btnOutline {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.cpvc__faqs__wrapper {
  position: relative;
}
.cpvc__faqs__wrapper::before {
  content: "";
  background-image: url(../../assets/img/cpvc/gradient.png);
  width: 100%;
  height: 318px;
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

.innovations_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
  overflow: scroll;
}
@media screen and (max-width: 991px) {
  .innovations_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .innovations_grid {
    grid-template-columns: repeat(4, 302px);
    gap: 16px;
    padding: 0 16px;
  }
}

.innovation_cards {
  padding: 8px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(68, 84, 111, 0.12);
}
.innovation_cards .contents {
  overflow: hidden;
  height: 394px;
}
@media screen and (max-width: 767px) {
  .innovation_cards .contents {
    height: 100%;
  }
}
.innovation_cards .contents img {
  width: 100%;
  height: 306px;
  border-radius: 16px;
  -webkit-transition: height 0.3s cubic-bezier(0, 0.3, 0, 1);
  transition: height 0.3s cubic-bezier(0, 0.3, 0, 1);
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .innovation_cards .contents img {
    width: 284px;
    height: 206px;
  }
}
.innovation_cards .contents h4 {
  margin: 26px 16px 12px 16px;
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.innovation_cards .contents p {
  overflow: hidden;
  color: #44546f;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  height: 120px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .innovation_cards .contents p {
    opacity: 1;
  }
}
.innovation_cards:hover .contents img {
  height: 190px;
}
@media screen and (max-width: 767px) {
  .innovation_cards:hover .contents img {
    height: 206px;
  }
}
.innovation_cards:hover .contents p {
  opacity: 1;
}

.export-banner {
  position: relative;
  min-height: 695px;
  padding-top: 127px;
}
.export-banner .floating_contents {
  max-width: 100%;
  position: relative;
}
.export-banner .floating_contents .row {
  min-width: 100%;
}
.export-banner .floating_contents .banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  text-transform: uppercase;
  color: #edf6ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.08px;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .export-banner .floating_contents .banner-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 16px;
  }
}
.export-banner .floating_contents .banner-title img {
  height: 28px;
  width: 28px;
  display: block;
}
.export-banner .floating_contents .title_48 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  margin: 0 0 8px;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .export-banner .floating_contents .title_48 {
    margin: 0 0 16px;
    font-size: 28px;
  }
}
.export-banner .floating_contents .para_18 {
  color: #edf6ff;
}
.export-banner figure {
  height: 100%;
  min-height: inherit;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.export-banner figure img {
  display: block;
  min-height: inherit;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.export-banner .btnBlue {
  margin-top: 40px;
  max-width: 228px;
}
@media screen and (max-width: 767px) {
  .export-banner .btnBlue {
    margin: 16px auto 0;
  }
}

.form-main-outer {
  padding: 16px;
  border-radius: 16px;
  background-color: #f7f8f9;
  position: relative;
  max-width: 641px;
  min-height: 501px;
}
@media screen and (max-width: 991px) {
  .form-main-outer {
    min-height: 805px;
  }
}
.form-main-outer .contact-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
@media screen and (max-width: 991px) {
  .form-main-outer .contact-form .form-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.form-main-outer .contact-form .form-grid .full-grid {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .form-main-outer .contact-form .form-grid .full-grid {
    grid-column: 1/2;
  }
}
.form-main-outer .contact-form h3 {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.18px;
  padding: 0 0 12px;
  margin: 0 0 8px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 991px) {
  .form-main-outer .contact-form h3 {
    margin: 0 0 16px;
  }
}
.form-main-outer .contact-form .form-group {
  position: relative;
}
.form-main-outer .contact-form .form-group textarea {
  height: 64px;
  resize: none;
}
@media screen and (max-width: 991px) {
  .form-main-outer .contact-form .form-group textarea {
    height: 132px;
  }
}
.form-main-outer .contact-form .form-group label {
  display: block;
  margin: 0 0 8px;
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.form-main-outer .contact-form .form-group label span {
  display: inline-block;
  color: #44546f;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.form-main-outer .contact-form .form-group .form-control {
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background-color: #fff;
  padding: 12px;
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.form-main-outer .contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #758195;
  opacity: 1;
}
.form-main-outer .contact-form .form-group .form-control::-moz-placeholder {
  color: #758195;
  opacity: 1;
}
.form-main-outer .contact-form .form-group .form-control:-ms-input-placeholder {
  color: #758195;
  opacity: 1;
}
.form-main-outer .contact-form .form-group .form-control::-ms-input-placeholder {
  color: #758195;
  opacity: 1;
}
.form-main-outer .contact-form .form-group .form-control::placeholder {
  color: #758195;
  opacity: 1;
}
.form-main-outer .contact-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-main-outer .contact-form .form-group .error-message {
  position: absolute;
  top: 100%;
  color: #e30614;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  padding-left: 22px;
}
.form-main-outer .contact-form .form-group .error-message::before {
  content: "";
  display: none;
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url("../../assets/img/icons/error-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  top: 2px;
  left: 0;
}
.form-main-outer .contact-form .form-group.errorField .form-control {
  border-color: #e30614;
}
.form-main-outer .contact-form .form-group.errorField .error-message::before {
  display: block;
}
.form-main-outer .contact-form .form-group .iti {
  width: 100%;
}
.form-main-outer .contact-form .form-group .iti .iti__selected-dial-code {
  color: #758195;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  padding-right: 8px;
  border-right: 1px solid rgba(68, 84, 111, 0.16);
}
.form-main-outer .contact-form .form-group .iti .iti__dropdown-content {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #c5d1e5;
  border-top: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-main-outer .contact-form .form-group .iti .iti__dropdown-content .iti__country-name,
.form-main-outer .contact-form .form-group .iti .iti__dropdown-content .iti__dial-code {
  color: #758195;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.form-main-outer .contact-form select {
  background-image: url("../../assets/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding-right: 35px !important;
}
.form-main-outer .contact-form .btnBlue {
  background: #1c7cdb;
  width: 100%;
  max-width: inherit;
  margin-top: 24px;
  border-radius: 12px;
}
.form-main-outer .contact-form .btnBlue.disabled {
  opacity: 0.32;
  background-color: #44546f;
  cursor: not-allowed;
}
.form-main-outer .contact-form .btnBlue.disabled img {
  width: 0;
  display: none;
}
.form-main-outer .thankYouMessage {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 290px;
  width: 100%;
}
.form-main-outer .thankYouMessage img {
  width: 72px;
  height: 72px;
}
.form-main-outer .thankYouMessage h3 {
  color: #091e42;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.6px;
}
.form-main-outer .thankYouMessage p {
  color: #091e42;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}

.form-mobile-holder {
  background-color: #f7f8f9;
  margin-top: 24px;
  display: none;
}
@media screen and (max-width: 991px) {
  .form-mobile-holder {
    display: block;
  }
}
.form-mobile-holder .form-main-outer {
  margin: 0 auto;
  padding: 24px 0;
}

.map_section_outer {
  padding: 80px 0 40px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .map_section_outer {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #f7f8f9));
    background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 34.48%);
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer {
    padding: 40px 0;
  }
}
.map_section_outer .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.map_section_outer .row .col-12 {
  border-left: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 991px) {
  .map_section_outer .row .col-12 {
    border-left: 0;
  }
}
.map_section_outer .row .col-12 p {
  padding-left: 12px;
}
@media screen and (max-width: 991px) {
  .map_section_outer .row .col-12 p {
    padding-left: 0;
  }
}
.map_section_outer .title_40 {
  margin: 0;
  max-width: 292px;
}
@media screen and (max-width: 767px) {
  .map_section_outer .title_40 {
    max-width: 100%;
  }
}
.map_section_outer .aliaxix-img {
  display: block;
  width: 84px;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: auto;
}
@media screen and (max-width: 767px) {
  .map_section_outer .aliaxix-img {
    width: 67px;
    height: auto;
  }
}
.map_section_outer p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .map_section_outer p {
    margin: 32px 0 0;
  }
}
.map_section_outer .map-wrap {
  max-width: 926px;
  margin: 55px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap {
    margin: 40px 0;
  }
}
.map_section_outer .map-wrap .map-back {
  display: block;
  width: 100%;
}
.map_section_outer .map-wrap .location {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location:last-child .loc_name {
    left: -40px;
  }
}
.map_section_outer .map-wrap .location .loc_name {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 8px;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: -33px;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  z-index: 10;
}
.map_section_outer .map-wrap .location .loc_name img {
  height: 14px;
  width: 15px;
  display: block;
}
.map_section_outer .map-wrap .location .loc_dot {
  display: inline-block;
  height: 44px;
  width: 44px;
  position: relative;
  cursor: pointer;
  background-image: url("../../assets/img/export/red-dot.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 44px 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location .loc_dot {
    height: 34px;
    width: 34px;
    background-size: 34px 34px;
  }
}
.map_section_outer .map-wrap .location .loc_dot:hover {
  background-image: url("../../assets/img/export/red-dot-hover.svg");
}
.map_section_outer .map-wrap .location .loc_dot:hover + .loc_name {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.map_section_outer .map-wrap .location.loc_1 {
  left: 28%;
  top: 32%;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap .location.loc_1 {
    left: 27%;
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location.loc_1 {
    left: 25%;
    top: 27%;
  }
}
.map_section_outer .map-wrap .location.loc_2 {
  left: 43.6%;
  top: 28%;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap .location.loc_2 {
    left: 43%;
    top: 27%;
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location.loc_2 {
    left: 41%;
    top: 24%;
  }
}
.map_section_outer .map-wrap .location.loc_3 {
  left: 43%;
  top: 37%;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap .location.loc_3 {
    top: 35%;
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location.loc_3 {
    left: 41%;
    top: 32%;
  }
}
.map_section_outer .map-wrap .location.loc_4 {
  left: 46%;
  top: 34%;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap .location.loc_4 {
    left: 46%;
    top: 34%;
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location.loc_4 {
    left: 44%;
    top: 29%;
  }
}
.map_section_outer .map-wrap .location.loc_5 {
  left: 47%;
  top: 28%;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap .location.loc_5 {
    left: 47%;
    top: 28%;
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location.loc_5 {
    left: 45%;
    top: 24%;
  }
}
.map_section_outer .map-wrap .location.loc_6 {
  left: 49%;
  top: 28%;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap .location.loc_6 {
    left: 49%;
    top: 28%;
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location.loc_6 {
    left: 48%;
    top: 24%;
  }
}
.map_section_outer .map-wrap .location.loc_7 {
  left: 77%;
  top: 76%;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap .location.loc_7 {
    left: 76%;
    top: 74%;
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location.loc_7 {
    left: 75%;
    top: 70%;
  }
}
.map_section_outer .map-wrap .location.loc_8 {
  left: 83%;
  top: 77%;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap .location.loc_8 {
    left: 83%;
    top: 77%;
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location.loc_8 {
    left: 83%;
    top: 77%;
  }
}
.map_section_outer .map-wrap .location.loc_9 {
  left: 91%;
  top: 82%;
}
@media screen and (max-width: 991px) {
  .map_section_outer .map-wrap .location.loc_9 {
    left: 90%;
    top: 81%;
  }
}
@media screen and (max-width: 767px) {
  .map_section_outer .map-wrap .location.loc_9 {
    left: 88%;
    top: 78%;
  }
}
.map_section_outer .map-wrap .location:hover {
  z-index: 20;
}

.certification-sec {
  text-align: center;
  position: relative;
  z-index: 10;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .certification-sec {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .certification-sec .container {
    padding: 0;
  }
}
.certification-sec .certification-sec-inn {
  padding: 40px 44px;
  border-radius: 16px;
  max-width: 735px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .certification-sec .certification-sec-inn {
    border-radius: 0;
    padding: 32px 0 42px;
  }
}
.certification-sec .certification-sec-inn .swiperIso .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.certification-sec .head-sec {
  max-width: 546px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .certification-sec .head-sec {
    padding: 0 12px;
  }
}
.certification-sec .title_24 {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.6px;
  margin: 0 0 8px;
}
.certification-sec p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.certification-sec .iso_card p {
  color: #44546f;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.12px;
  margin: 13px 0 0;
}

.map_certificate_wrap {
  position: relative;
  overflow: hidden;
}
.map_certificate_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/export/certificate-map.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .map_certificate_wrap::before {
    background-image: url("../../assets/img/export/certificate-map-mob.png");
    height: 960px;
    top: auto;
    bottom: 2%;
    background-position: bottom;
    background-size: cover;
  }
}

.export_tab_section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.export_tab_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/export/solution-glob.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .export_tab_section::before {
    background-image: url("../../assets/img/export/solution-glob-mob.svg");
    height: 40%;
  }
}
@media screen and (max-width: 767px) {
  .export_tab_section {
    padding: 80px 0 40px;
  }
}
.export_tab_section .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .export_tab_section .container {
    padding: 0;
  }
}
.export_tab_section .title_40 {
  text-align: center;
  max-width: inherit;
}
@media screen and (max-width: 991px) {
  .export_tab_section .main_tabs_wrap {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
.export_tab_section .main_tabs_wrap .nav_tabs_wrap .nav_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 64px;
}
@media screen and (max-width: 991px) {
  .export_tab_section .main_tabs_wrap .nav_tabs_wrap .nav_list {
    padding: 24px 16px;
  }
}
.export_tab_section .main_tabs_wrap .nav_tabs_wrap .nav_list li a {
  color: #44546f;
  letter-spacing: -0.18px;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .export_tab_section .main_tabs_wrap .nav_tabs_wrap .nav_list li a {
    font-size: 16px;
  }
}
.export_tab_section .main_tabs_wrap .nav_tabs_wrap .nav_list li a.active {
  color: #091e42;
}
.export_tab_section .main_tabs_wrap .nav_tabs_wrap .nav_list li a.active::before {
  bottom: -24px;
}
.export_tab_section .tabContent .flex_wrap {
  max-height: 530px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .flex_wrap {
    max-height: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.export_tab_section .tabContent .flex_wrap .cards_flex {
  height: 420px;
}
@media screen and (max-width: 1024px) {
  .export_tab_section .tabContent .flex_wrap .cards_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .flex_wrap .cards_flex {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .export_tab_section .tabContent .flex_wrap .cards_flex {
    padding: 0 12px;
  }
}
.export_tab_section .tabContent .flex_wrap .cards_flex .products_card {
  padding: 4px 4px 16px;
}
.export_tab_section .tabContent .flex_wrap .cards_flex .products_card.prod_full_img .img {
  width: 100% !important;
  overflow: hidden;
}
.export_tab_section .tabContent .flex_wrap .cards_flex .products_card.prod_full_img .img img {
  width: 100% !important;
  height: 100% !important;
}
.export_tab_section .tabContent .flex_wrap .cards_flex .products_card.prod_full_img .img:hover {
  background: transparent !important;
}
.export_tab_section .tabContent .flex_wrap .cards_flex .products_card.prod_full_img:hover .contents h6 {
  text-decoration: underline;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card {
  background-color: #f7f8f9;
  padding: 20px 10px;
  border-radius: 0 0 12px 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card:hover {
  background: #edf6ff;
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .flex_wrap .swiper_product_card {
    position: relative;
  }
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card::before {
  content: "";
  position: absolute;
  width: calc(100vw - 7px);
  height: 100%;
  left: calc(50% + 7px);
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f7f8f9;
  display: none;
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .flex_wrap .swiper_product_card::before {
    display: block;
  }
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right .main-img {
  display: block;
  width: 100%;
  height: 172px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 20px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right .main-img.mob-show {
  display: none;
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right .main-img.mob-show {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right .main-img.desk-show {
    display: none;
  }
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right:hover .main-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right:hover .tab_slide_inner_right-cont h5 {
  color: #1c7cdb;
  text-decoration: underline;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right .tab_slide_inner_right-cont {
  padding: 0 14px;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right .tab_slide_inner_right-cont h4 {
  color: #e30614;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
  border-radius: 8px;
  background: #fff;
  padding: 8px;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right .tab_slide_inner_right-cont h4 img {
  display: block;
  height: 20px;
  width: 20px;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right .tab_slide_inner_right-cont h5 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0 0 8px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .tab_slide_inner_right .tab_slide_inner_right-cont p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
  height: 50px;
  overflow: hidden;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .innerSwiper {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .flex_wrap .swiper_product_card .innerSwiper {
    padding-bottom: 64px;
  }
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .innerSwiper .swiper-pagination {
  background: transparent;
  padding: 0;
  left: 14px;
  bottom: 10px;
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .flex_wrap .swiper_product_card .innerSwiper .swiper-pagination {
    left: 0;
    width: 100%;
  }
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .innerSwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(68, 84, 111, 0.24);
  height: 8px;
  width: 8px;
  margin: 0 4px;
}
.export_tab_section .tabContent .flex_wrap .swiper_product_card .innerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #091e42;
}
.export_tab_section .tabContent .card_flex_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 16px 8px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .card_flex_head {
    padding: 32px 0 8px;
  }
}
.export_tab_section .tabContent .card_flex_head .title_18 {
  color: #091e42;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
.export_tab_section .tabContent .card_flex_head .btn_Rm {
  color: #1c7cdb;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
}
.export_tab_section .tabContent .overflow-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 16px;
  padding: 0 16px 16px;
}
@media screen and (max-width: 991px) {
  .export_tab_section .tabContent .overflow-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .export_tab_section .tabContent .overflow-section {
    padding: 0;
  }
}

.success_section {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .success_section {
    padding: 40px 0 198px;
  }
}
.success_section .succes_head-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 56px;
}
.success_section .succes_head-sec .title_40 {
  max-width: 547px;
}
@media screen and (max-width: 767px) {
  .success_section .succes_head-sec .title_40 {
    text-align: center;
  }
}
.success_section .succes_head-sec .btnBlue {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .success_section .succes_head-sec .btnBlue {
    position: absolute;
    bottom: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.success_section .succes_head-sec .btnBlue img {
  -webkit-filter: drop-shadow(0px 100px 0 #1c7cdb);
  filter: drop-shadow(0px 100px 0 #1c7cdb);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.success_section .row {
  row-gap: 32px;
}
.success_section .success_grid {
  display: block;
  padding: 12px;
  border-radius: 16px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 100%;
  background: conic-gradient(#fff 0 0) padding-box, -webkit-gradient(linear, left top, left bottom, from(rgba(227, 6, 19, 0.3215686275)), to(rgba(130, 161, 213, 0.3215686275))) border-box;
  background: conic-gradient(#fff 0 0) padding-box, linear-gradient(rgba(227, 6, 19, 0.3215686275), rgba(130, 161, 213, 0.3215686275)) border-box;
}
.success_section .success_grid figure {
  margin: 0 0 16px;
  width: 100%;
  height: 192px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
}
.success_section .success_grid figure img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.success_section .success_grid .content h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0 0 8px;
  position: relative;
  z-index: 2;
}
.success_section .success_grid .content p {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}

.reachout-section {
  padding: 80px 0 48px;
}
@media screen and (max-width: 767px) {
  .reachout-section {
    padding: 48px 0;
  }
}
.reachout-section .btnBlue {
  max-width: 145px;
  padding-block: 12px;
}
@media screen and (max-width: 991px) {
  .reachout-section .btnBlue {
    margin: 0 0 56px;
  }
}
.reachout-section .title_40 {
  margin: 0 0 8px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .reachout-section .title_40 {
    margin: 0 0 16px;
  }
}
.reachout-section p {
  margin: 0 0 40px;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.reachout-section .cont-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 40px;
  padding-left: 16px;
  border-left: 2px solid #e30614;
}
.reachout-section .cont-links:last-child {
  margin-bottom: 0;
}
.reachout-section .cont-links figure {
  overflow: hidden;
  height: 18px;
  width: 18px;
  margin: 0;
}
.reachout-section .cont-links img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-filter: drop-shadow(0px 100px 0 #1c7cdb);
  filter: drop-shadow(0px 100px 0 #1c7cdb);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.reachout-section .cont-links a {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.reachout-section .cont-links a:hover {
  color: #1c7cdb;
}

.program_detail_ban .floating_contents .title_wrap .ban_tag {
  border-radius: 16px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.1) 4.45%, rgba(255, 255, 255, 0.2) 18.53%, rgba(255, 255, 255, 0.1) 98.05%);
  backdrop-filter: blur(20px);
  margin-bottom: 24px;
  padding: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .program_detail_ban .floating_contents .title_wrap .ban_tag {
    margin: 0 auto 24px auto;
  }
}
.program_detail_ban .floating_contents .title_wrap .ban_tag span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 991px) {
  .program_detail_ban .floating_contents .title_wrap .title_56 {
    font-size: 28px;
  }
}

.program_counter {
  padding: 160px 0;
  height: 100%;
  background-image: url("../../assets/img/program-detail/bg-pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .program_counter {
    padding-block: 48px;
  }
}
.program_counter::before {
  background-image: url("../../assets/img/program-detail/bg-1.png");
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 100%;
}

.facilities_section_wrap {
  padding-block: 0px 80px;
}
@media screen and (max-width: 767px) {
  .facilities_section_wrap {
    padding-block: 0px 40px;
  }
}
.facilities_section_wrap .title_40 {
  position: relative;
  z-index: 2;
}
.facilities_section_wrap .facilities_cards_wrap {
  margin-top: 56px;
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card {
  position: relative;
  width: 100%;
  height: 242px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card .img_wrap {
  border-radius: 16px;
  position: relative;
  height: 100%;
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card .img_wrap img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card .icon_wrap {
  position: absolute;
  top: 32px;
  left: 24px;
  z-index: 2;
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card .title_wrap {
  position: absolute;
  bottom: 32px;
  left: 24px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card .title_wrap {
    opacity: 1;
  }
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card .title_wrap .title_32 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 44.8px */
  margin: 0;
}
@media screen and (min-width: 992px) {
  .facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card:hover .img_wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  .facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card:hover .desc_wrap {
    height: 100%;
    z-index: 6;
  }
  .facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card:hover .desc_wrap ul li {
    opacity: 1;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
  }
  .facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card:hover .title_wrap {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  .facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .facilities_card:hover .title_wrap {
    opacity: 1;
  }
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .desc_wrap {
  position: absolute;
  left: 0;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .desc_wrap {
    position: relative;
    padding-top: 32px;
  }
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .desc_wrap ul {
  margin: 0;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .desc_wrap ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 991px) {
  .facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .desc_wrap ul li {
    opacity: 1;
    color: #44546f;
  }
}
.facilities_section_wrap .facilities_cards_wrap .facilities_card_main_wrap .desc_wrap ul li::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 2px;
  top: 8px;
  background: #1c7cdb;
  left: -16px;
}

.learning_section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .learning_section {
    padding: 0px 40px;
  }
}
.learning_section .title_40 {
  margin-bottom: 56px;
}
.learning_section .learning_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.learning_section .learning_list_item {
  padding-bottom: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.learning_section .learning_list_item span {
  border-radius: 8px;
  background: #e5f2ff;
  padding: 4px 8px;
  color: #1c7cdb;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.learning_section .learning_list_item p {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .learning_section .learning_list_item p {
    height: 60px;
  }
}
.learning_section .learning_list_item.learning_active {
  color: #091e42;
  border-bottom: 1px solid #e30614;
}
.learning_section .learning_list_images {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.learning_section .learning_img_item {
  width: 100%;
  height: 325px;
  display: none;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .learning_section .learning_img_item {
    display: block;
  }
}
.learning_section .learning_img_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 16px;
}
.learning_section .learning_img_item.learning_active {
  display: block;
}
.learning_section .learningSwiper .swiper-wrapper .swiper-slide,
.learning_section .bimToolsSwiper .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.learning_section .learningSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .learning_list_item,
.learning_section .bimToolsSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .learning_list_item {
  border-bottom: 1px solid #e30614;
}
.learning_section .learningSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .learning_list_item p,
.learning_section .bimToolsSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .learning_list_item p {
  color: #091e42;
}

.courses__section {
  padding-block: 0px 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #f7f8f9)), #fff;
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 34.48%), #fff;
}
@media screen and (max-width: 767px) {
  .courses__section {
    padding-block: 40px;
  }
}
.courses__section .title_40 {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .courses__section .title_40 {
    margin-bottom: 40px;
  }
}

.courses_card_main_wrap {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  min-height: 520px;
  max-height: 520px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .courses_card_main_wrap {
    min-height: 100%;
    max-height: 100%;
  }
}
.courses_card_main_wrap .courses_card_image {
  width: 100%;
  height: 350px;
  -webkit-transition: height 0.3s cubic-bezier(0, 0.3, 0, 1);
  transition: height 0.3s cubic-bezier(0, 0.3, 0, 1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .courses_card_main_wrap .courses_card_image {
    height: 100%;
  }
}
.courses_card_main_wrap .courses_card_image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.courses_card_main_wrap .courses_card_image .courses_tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
  border-radius: 8px;
  background: #edf6ff;
  padding: 8px 12px;
}
.courses_card_main_wrap .courses_card_image .courses_tag span {
  color: #1c7cdb;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
}
.courses_card_main_wrap .courses_card_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear, opacity 0s linear;
  transition: all 0.3s linear, opacity 0s linear;
}
.courses_card_main_wrap .courses_card_title_wrap .courses_card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding-top: 16px;
}
.courses_card_main_wrap .courses_card_title_wrap .courses_card_title h4 {
  color: #091e42;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: -0.6px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .courses_card_main_wrap .courses_card_title_wrap .courses_card_title h4 {
    font-size: 18px;
  }
}
.courses_card_main_wrap .courses_card_title_wrap p {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.16px;
  height: 60px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .courses_card_main_wrap .courses_card_title_wrap p {
    height: 100%;
  }
}
.courses_card_main_wrap .courses_card_desc_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 0 12px 0;
}
.courses_card_main_wrap .courses_card_desc_wrap ul li {
  padding-block: 12px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
.courses_card_main_wrap .courses_card_desc_wrap ul li:last-child {
  border: none;
}
.courses_card_main_wrap .courses_card_desc_wrap ul li .card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.courses_card_main_wrap .courses_card_desc_wrap ul li .card_title h5 {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.16px;
  margin: 0;
}
.courses_card_main_wrap .courses_card_desc_wrap ul li p {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.16px;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .courses_card_main_wrap:hover .courses_card_image {
    height: 200px;
  }
  .courses_card_main_wrap:hover .courses_card_title_wrap {
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}

.get_intouch_section {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .get_intouch_section {
    padding-block: 40px;
  }
}
.get_intouch_section .title_40 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .get_intouch_section .title_40 {
    margin-bottom: 40px;
  }
}
.get_intouch_section .get_in_address_wrap {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .get_intouch_section .get_in_address_wrap {
    padding-bottom: 56px;
  }
}
.get_intouch_section .get_in_address_wrap .accordion {
  border: none;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item {
  border: none;
  margin: 8px;
  border-bottom: 2px solid rgba(68, 84, 111, 0.16);
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item:last-child {
  border: none;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-header .accordion-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  padding-top: 16px;
  border: none;
  border-radius: 0;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-header .accordion-button h4 {
  color: #44546f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-header .accordion-button h4 {
    font-size: 18px;
  }
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 16px;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-collapse {
  padding-left: 26px;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-collapse .accordion-body {
  border-left: 1px solid #e30614;
  padding: 0px 0 18px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-collapse .accordion-body address {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.16px;
  margin: 0;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-collapse .accordion-body .card_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-collapse .accordion-body .card_wrapper .card_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-collapse .accordion-body .card_wrapper .card_title_wrap h5 {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.16px;
  margin: 0;
}
.get_intouch_section .get_in_address_wrap .accordion .accordion-item .accordion-collapse .accordion-body .card_wrapper a {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.16px;
}
.get_intouch_section .get_in_touch_form_wrap {
  border-radius: 16px;
  background: #f7f8f9;
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .get_intouch_section .get_in_touch_form_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: #f7f8f9;
    width: 100vw;
    z-index: -1;
  }
}
.get_intouch_section .get_in_touch_form_wrap select.empty-selected {
  color: #758195;
}

.video_section_wrapper {
  padding: 80px 0;
  background: url("../../assets/img/program-detail/bg-video.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .video_section_wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .video_section_wrapper {
    padding-block: 16px 40px;
    background: url("../../assets/img/video/bg-mobile.png");
    background-size: contain;
  }
}
.video_section_wrapper .video_title_wrap {
  border-radius: 12px;
  background: #fff;
  padding: 12px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.video_section_wrapper .video_title_wrap h2 {
  color: #030303;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.6px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video_section_wrapper .video_title_wrap h2 {
    font-size: 16px;
  }
}
.video_section_wrapper .video_title_wrap .title_40 {
  margin: 0;
}

.video_wrapper {
  border-radius: 16px;
  background: rgba(68, 84, 111, 0.16);
  padding: 12px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .video_wrapper {
    padding: 6px 6px 0px 6px;
    margin-top: 40px;
  }
}
.video_wrapper iframe {
  height: 520px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .video_wrapper iframe {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .video_wrapper iframe {
    height: 182px;
  }
}

.bim_ban_section {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-84.33%, #2772db), color-stop(-46.61%, #32a7fe), color-stop(-16.54%, #99deff), color-stop(21.45%, #fff));
  background: linear-gradient(0deg, #2772db -84.33%, #32a7fe -46.61%, #99deff -16.54%, #fff 21.45%);
  clip-path: ellipse(150% 100% at 50% 0%);
}
@media screen and (max-width: 991px) {
  .bim_ban_section {
    clip-path: ellipse(270% 100% at 50% 0%);
  }
}
@media screen and (max-width: 767px) {
  .bim_ban_section {
    clip-path: ellipse(312% 100% at 50% 0%);
  }
}
.bim_ban_section::before {
  content: "";
  position: absolute;
  bottom: 8%;
  left: -7%;
  width: 240px;
  height: 240px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  background: url("../../assets/img/cpvc/cpvc-slide-left-mol.svg") no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .bim_ban_section::before {
    left: -10%;
  }
}
@media screen and (max-width: 991px) {
  .bim_ban_section::before {
    background: url("../../assets/img/cpvc/cpvc-slide-left-mol-mob.svg") no-repeat;
    left: -4%;
    top: 80%;
  }
}
@media screen and (max-width: 767px) {
  .bim_ban_section::before {
    top: 76%;
  }
}
.bim_ban_section::after {
  content: "";
  position: absolute;
  bottom: 1%;
  right: -6%;
  width: 240px;
  height: 240px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  background: url("../../assets/img/cpvc/cpvc-slide-right-mol.svg") no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .bim_ban_section::after {
    right: -10%;
  }
}
@media screen and (max-width: 991px) {
  .bim_ban_section::after {
    background: url("../../assets/img/cpvc/cpvc-slide-right-mol-mob.svg") no-repeat;
    right: -18%;
    top: 93%;
  }
}
@media screen and (max-width: 767px) {
  .bim_ban_section::after {
    top: 90%;
    right: -46%;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@media screen and (min-width: 1700px) {
  .bim_ban_section::after {
    right: -5%;
  }
}
.bim_ban_section .floating_contents {
  top: -300px;
}
.bim_ban_section .floating_contents .ban_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .bim_ban_section .floating_contents .ban_tag {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .bim_ban_section .floating_contents .ban_tag {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bim_ban_section .floating_contents .ban_tag {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.bim_ban_section .floating_contents .ban_tag h4 {
  color: #edf6ff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .bim_ban_section .floating_contents .title_56 {
    font-size: 28px;
  }
}
.bim_ban_section .floating_contents .btnBlue {
  width: 220px;
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .bim_ban_section .floating_contents .btnBlue {
    margin-top: 18px;
  }
}
@media screen and (max-width: 991px) {
  .bim_ban_section .floating_contents .btnBlue {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bim_ban_section .floating_contents .btnBlue {
    margin-top: 40px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .bim_ban_cards_wrap {
    padding: 0;
  }
}
.bim_ban_cards_wrap .bim_ban_cards {
  position: relative;
  padding-block: 60px 74px;
  height: 100%;
  width: 100%;
}
.bim_ban_cards_wrap .bim_ban_cards .bimCardsSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.bim_ban_cards_wrap .bim_ban_cards .bimCardsSwiper .swiper-wrapper.less-than-4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bim_ban_cards_wrap .bim_ban_cards .bim_ban_card {
  border-radius: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 32px 8px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.bim_ban_cards_wrap .bim_ban_cards .bim_ban_card p {
  color: #091e42;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.5px;
}

.Library_section_wrapper {
  padding-block: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Library_section_wrapper {
    padding-block: 48px 40px;
  }
}
.Library_section_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/bim/bim-intro-bg.png") no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .Library_section_wrapper::before {
    height: 40%;
  }
}
@media screen and (max-width: 767px) {
  .Library_section_wrapper::before {
    background: url("../../assets/img/bim/bim-intro-bg-mob.png") no-repeat;
    background-size: unset;
    height: 40%;
  }
}
.Library_section_wrapper span {
  border-radius: 8px;
  padding: 8px 12px;
  background: #edf6ff;
  color: #1c7cdb;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.Library_section_wrapper h2 {
  margin-block: 16px 12px;
  max-width: 616px;
}
.Library_section_wrapper p {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.18px;
  max-width: 642px;
  padding-bottom: 50px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Library_section_wrapper .library_list {
    padding-bottom: 40px;
  }
}
.Library_section_wrapper .library_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Library_section_wrapper .library_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding-block: 24px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 767px) {
  .Library_section_wrapper .library_list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.Library_section_wrapper .library_list ul li h5 {
  color: #091e42;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  letter-spacing: -0.2px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Library_section_wrapper .library_list ul li h5 {
    font-size: 24px;
  }
}
.Library_section_wrapper .library_list ul li:first-child {
  padding-top: 0;
}
.Library_section_wrapper .library_list ul li:last-child {
  border: none;
}
.Library_section_wrapper .video_wrapper {
  margin-top: 0;
}
.Library_section_wrapper .video_wrapper iframe {
  height: 368px;
}
@media screen and (max-width: 991px) {
  .Library_section_wrapper .video_wrapper iframe {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .Library_section_wrapper .video_wrapper iframe {
    height: 182px;
  }
}

.learning_section.bim_tools {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .learning_section.bim_tools {
    padding: 48px 0;
  }
}
.learning_section.bim_tools .title_40 {
  max-width: 340px;
}
@media screen and (max-width: 991px) {
  .learning_section.bim_tools .title_40 {
    max-width: 100%;
  }
}
.learning_section.bim_tools .bimToolsSwiper .swiper-wrapper .swiper-slide .learning_img_item {
  height: 206px;
}
.learning_section.bim_tools .bimToolsSwiper .swiper-wrapper .swiper-slide .learning_img_item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.smarter_section {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .smarter_section {
    padding-block: 40px 0px;
  }
}
.smarter_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/bim/smarter-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .smarter_section::before {
    background-image: url("../../assets/img/bim/smarter-bg-mob.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.smarter_section h2 {
  text-align: center;
  margin-bottom: 14px;
}
.smarter_section p {
  color: #44546f;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.18px;
  max-width: 736px;
  margin-bottom: 48px;
  margin-inline: auto;
}
.smarter_section img {
  height: 100%;
  width: 100%;
}

.bim_design_section {
  padding: 0px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .bim_design_section {
    padding: 0 0 120px 0;
  }
}
.bim_design_section h2 {
  margin-bottom: 16px;
}
.bim_design_section p {
  padding-block: 16px 40px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bim_design_section p {
    padding-block: 16px 20px;
  }
}
.bim_design_section .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .bim_design_section .btn_wrap {
    position: absolute;
    bottom: -30%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .bim_design_section .btn_wrap {
    bottom: -42%;
  }
}
.bim_design_section .btn_wrap .btnBlue {
  padding: 8px 0;
  width: 190px;
}
.bim_design_section .btn_wrap .btnBlue span {
  font-size: 16px;
}
.bim_design_section .btn_wrap .btnlight {
  border-radius: 12px;
  background: #dde9f5;
  width: 140px;
}
.bim_design_section .btn_wrap .btnlight span {
  color: #1c7cdb;
}
.bim_design_section figure {
  padding-top: 74px;
}
@media screen and (max-width: 991px) {
  .bim_design_section figure {
    padding-top: 0;
  }
}

.compOverview-page-wrapper .thrid__level__navbar__tabs {
  top: 140px;
}
@media screen and (max-width: 1199px) {
  .compOverview-page-wrapper .thrid__level__navbar__tabs {
    top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .thrid__level__navbar__tabs {
    display: none;
  }
}
.compOverview-page-wrapper .thrid__level__navbar__tabs.top {
  top: 80px;
}
@media screen and (max-width: 1199px) {
  .compOverview-page-wrapper .thrid__level__navbar__tabs.top {
    top: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .compOverview-page-wrapper .thrid__level__navbar__tabs .nav_list li {
    padding: 10px 16px;
  }
}
.compOverview-page-wrapper .banner__breadcrumb__wrapper {
  min-height: 695px;
}
.compOverview-page-wrapper .banner__breadcrumb__wrapper .nav_breadcrumb {
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  .compOverview-page-wrapper .banner__breadcrumb__wrapper .nav_breadcrumb {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .banner__breadcrumb__wrapper .nav_breadcrumb {
    padding-top: 0;
  }
}
.compOverview-page-wrapper .banner__breadcrumb__wrapper .banner-video {
  height: 100%;
  width: 100%;
  min-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  clip-path: ellipse(150% 100% at 50% 0%);
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .banner__breadcrumb__wrapper .banner-video {
    clip-path: ellipse(270% 100% at 50% 0%);
  }
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .banner__breadcrumb__wrapper .banner-video {
    clip-path: ellipse(312% 100% at 50% 0%);
  }
}
.compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents {
  left: 50%;
  top: 127px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents {
    max-width: 700px;
    width: 100%;
    top: 65px;
  }
}
.compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents .bannerLogo {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 48px;
}
@media screen and (max-width: 1199px) {
  .compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents .bannerLogo {
    margin: 0 auto 15px;
  }
}
.compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents .title_wrap {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents .title_wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents .title_wrap {
    margin-right: 0;
    padding: 0 12px;
  }
}
.compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents .title_wrap .btnBlue {
  max-width: 185px;
  margin: 48px auto 0;
  background: #fff;
  overflow: hidden;
}
.compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents .title_wrap .btnBlue span {
  color: #1c7cdb;
}
.compOverview-page-wrapper .banner__breadcrumb__wrapper .floating_contents .title_wrap .btnBlue img {
  -webkit-filter: drop-shadow(0px 100px 0 #1c7cdb);
  filter: drop-shadow(0px 100px 0 #1c7cdb);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.compOverview-page-wrapper .timeline__wrapper {
  padding: 166px 0 88px;
  background-image: url("../../assets/img/company-overview/timeline-back-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .timeline__wrapper {
    padding: 84px 0 40px;
  }
}
.compOverview-page-wrapper .timeline__wrapper .timeline_head {
  display: grid;
  grid-template-columns: 134px auto;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .timeline__wrapper .timeline_head {
    grid-template-columns: 88px auto;
    gap: 24px;
    margin: 0 0 40px;
  }
}
.compOverview-page-wrapper .timeline__wrapper .timeline_head img {
  display: block;
  max-width: 100%;
}
.compOverview-page-wrapper .timeline__wrapper .timeline_head .title_40 {
  margin: 0;
  max-width: 340px;
  color: #091e42;
}
.compOverview-page-wrapper .timeline__wrapper .timelineImgSlider .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}
.compOverview-page-wrapper .timeline__wrapper .timelineImgSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider {
  padding-top: 180px;
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider {
    padding-top: 24px;
  }
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .arrow-wrap {
  top: 70px;
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .arrow-wrap {
    display: none;
  }
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .timeline-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-right: 10px;
  border-right: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .timeline-cont h3 {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .timeline-cont figure {
  margin: 0;
  height: 30px;
  max-width: 216px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .timeline-cont figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .timeline-cont figure img:last-child {
  opacity: 0;
  visibility: hidden;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .timeline-cont h4 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin: 68px 0 0;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .timeline-cont h4 {
    margin-top: 36px;
  }
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .timeline-cont p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  opacity: 0.4;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .swiper-slide-active .timeline-cont {
  border-color: rgba(68, 84, 111, 0.16);
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .swiper-slide-active .timeline-cont h3 {
  color: #091e42;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .swiper-slide-active .timeline-cont figure img:first-child {
  opacity: 0;
  visibility: hidden;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .swiper-slide-active .timeline-cont figure img:last-child {
  opacity: 1;
  visibility: visible;
}
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .swiper-slide-active .timeline-cont h4,
.compOverview-page-wrapper .timeline__wrapper .timelinecontentSlider .swiper-slide-active .timeline-cont p {
  opacity: 1;
}
.compOverview-page-wrapper .water_access_wrapper {
  padding: 80px 0 110px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(11.41%, #f7f8f9), to(rgba(247, 248, 249, 0)));
  background: linear-gradient(180deg, #fff 0%, #f7f8f9 11.41%, rgba(247, 248, 249, 0) 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper {
    padding: 80px 0 40px;
  }
}
.compOverview-page-wrapper .water_access_wrapper .head-sec {
  max-width: 420px;
  margin: 0 0 56px;
}
.compOverview-page-wrapper .water_access_wrapper .head-sec .title_40 {
  margin: 0 0 40px;
  color: #091e42;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .head-sec .title_40 {
    margin: 0 0 16px;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider {
  overflow: visible;
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main {
  display: grid;
  grid-template-columns: auto 260px;
  gap: 14px 24px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main {
    grid-template-columns: 1fr;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main .slideIcon {
  position: absolute;
  height: 32px;
  width: 32px;
  background-color: rgba(237, 246, 255, 0.16);
  z-index: 2;
  border-radius: 8px;
  top: 32px;
  left: 32px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main .slideIcon {
    left: 16px;
    top: 16px;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main .water_access_cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 24px;
  height: 469px;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main .water_access_cont {
    height: auto;
    padding: 157px 0 0;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main .water_access_cont .water_access_cont {
  position: absolute;
  height: 32px;
  width: 32px;
  display: block;
  top: 40px;
  left: 32px;
  z-index: 1;
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main .water_access_cont .water-acc-main-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main .water_access_cont .water-acc-main-img {
    height: 206px;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main h3 {
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.8px;
  margin: 0;
  position: relative;
  z-index: 2;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main h3 {
    padding-inline: 16px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main p {
  color: #edf6ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
  position: relative;
  z-index: 2;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main p {
    max-width: none;
    color: #44546f;
    font-weight: normal;
    margin-top: 26px;
    letter-spacing: 0;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main figure {
    display: none;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .water_access_main figure img {
  display: block;
  height: 147px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .swiper-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .swiper-slide {
    opacity: 1;
    visibility: visible;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .swiper-slide.swiper-slide-active .water_access_main .water_access_cont .water-acc-main-img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .swiper-slide.swiper-slide-active .water_access_main figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .autoplay-progress-bar {
  position: absolute;
  bottom: 7px;
  left: 32px;
  width: calc(100% - 350px);
  height: 8px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .autoplay-progress-bar {
    display: none;
  }
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .autoplay-progress-bar .progress-bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.compOverview-page-wrapper .water_access_wrapper .waterAccesSlider .autoplay-progress-bar .progress-bg .progress-fill {
  background-color: #1c7cdb;
  width: 0%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: width 0s;
  transition: width 0s;
}
.compOverview-page-wrapper .globalPartners {
  padding: 120px 0 184px;
  overflow: hidden;
  position: relative;
}
.compOverview-page-wrapper .globalPartners::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../assets/img/company-overview/global-part.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .globalPartners {
    padding: 80px 0;
  }
}
.compOverview-page-wrapper .globalPartners .title_40 {
  text-align: center;
  margin: 0 0 56px;
  color: #091e42;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .globalPartners .title_40 {
    margin: 0 0 65px;
  }
}
.compOverview-page-wrapper .globalPartners .partnerSlider {
  overflow: visible;
}
.compOverview-page-wrapper .globalPartners .partnerSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.compOverview-page-wrapper .globalPartners .partnerSlider .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
  max-width: 166px;
}
.compOverview-page-wrapper .testimonial__wrapper {
  padding: 0 0 144px 0;
}
@media screen and (min-width: 1025px) {
  .compOverview-page-wrapper .testimonial__wrapper .aliaxis__wrapper {
    padding-top: 0;
  }
}
.compOverview-page-wrapper .testimonial__wrapper .aliaxis__wrapper .aliaxis_card .contents h4 {
  max-width: 420px;
}
.compOverview-page-wrapper .testimonial__wrapper .aliaxis__wrapper .aliaxis_card .contents .btnBlue {
  max-width: 146px;
}
.compOverview-page-wrapper .award-section-wrapper {
  padding: 64px 0 48px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .award-section-wrapper {
    padding: 48px 0 80px;
  }
}
.compOverview-page-wrapper .award-section-wrapper .head-sec {
  max-width: 420px;
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .award-section-wrapper .head-sec {
    margin: 0 0 40px;
  }
}
.compOverview-page-wrapper .award-section-wrapper .head-sec .title_40 {
  margin: 0 0 14px;
  color: #091e42;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .award-section-wrapper .head-sec .title_40 {
    margin: 0 0 16px;
  }
}
.compOverview-page-wrapper .award-section-wrapper .head-sec p {
  color: #031749;
}
.compOverview-page-wrapper .award-section-wrapper .awardSlider {
  overflow: visible;
}
.compOverview-page-wrapper .award-section-wrapper .awardSlider .swiper-slide {
  height: auto;
}
.compOverview-page-wrapper .award-section-wrapper .awardSlider .award-inn {
  padding: 24px;
  border-radius: 16px;
  background: #edf6ff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.compOverview-page-wrapper .award-section-wrapper .awardSlider .award-inn img {
  width: auto;
  max-width: 127px;
  height: 110px;
  display: block;
  margin: 0 0 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .award-section-wrapper .awardSlider .award-inn img {
    height: 106px;
    margin: 0 0 16px;
  }
}
.compOverview-page-wrapper .award-section-wrapper .awardSlider .award-inn h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .award-section-wrapper .awardSlider .award-inn h3 {
    margin: 0 0 12px;
  }
}
.compOverview-page-wrapper .award-section-wrapper .awardSlider .award-inn p {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .award-section-wrapper .awardSlider .award-inn p {
    color: #44546f;
  }
}
.compOverview-page-wrapper .strength-section-wrapper {
  padding: 64px 0 0px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .strength-section-wrapper {
    padding: 48px 0 80px;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .head-sec {
  max-width: 420px;
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .strength-section-wrapper .head-sec {
    margin: 0 0 40px;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .head-sec .title_40 {
  margin: 0 0 14px;
  color: #091e42;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .strength-section-wrapper .head-sec .title_40 {
    margin: 0 0 16px;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .head-sec p {
  color: #031749;
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider {
  overflow: visible;
  padding: 0 80px;
}
@media screen and (max-width: 1199px) {
  .compOverview-page-wrapper .strength-section-wrapper .strengthSlider {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide {
  min-height: 455px;
  width: 362px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide {
    width: 328px;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide .strength-inn {
  padding: 0;
  border-radius: 16px;
  background-color: #f7f8f9;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide .strength-inn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide .strength-inn h3,
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide .strength-inn p {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide .strength-inn h3 {
  color: #091e42;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide .strength-inn h3 {
    margin: 0 0 12px;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide .strength-inn p {
  color: #44546f;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide.swiper-slide-active {
    width: 546px;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide.swiper-slide-active .strength-inn {
  padding: 16px;
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide.swiper-slide-active .strength-inn img {
  height: 299px;
  margin: 0 0 16px;
  border-radius: 16px;
}
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide.swiper-slide-active .strength-inn h3,
.compOverview-page-wrapper .strength-section-wrapper .strengthSlider .swiper-slide.swiper-slide-active .strength-inn p {
  opacity: 1;
}
.compOverview-page-wrapper .strength-section-wrapper .network-wrapper {
  margin-top: 80px;
  border-radius: 24px;
  background-color: #f7f8f9;
  padding: 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .strength-section-wrapper .network-wrapper {
    padding: 56px 24px 486px;
  }
}
@media screen and (max-width: 575px) {
  .compOverview-page-wrapper .strength-section-wrapper .network-wrapper {
    margin-inline: -12px;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .network-wrapper .title_40 {
  max-width: 360px;
  margin: 0;
  color: #091e42;
}
.compOverview-page-wrapper .strength-section-wrapper .network-wrapper .network-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 84px 48px;
  margin-top: 56px;
  max-width: 360px;
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .strength-section-wrapper .network-wrapper .network-detail-grid {
    gap: 0 20px;
    margin-top: 28px;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .network-wrapper .network-detail-grid .network-detail-inn {
  border-left: 2px solid #1c7cdb;
  padding-left: 16px;
}
.compOverview-page-wrapper .strength-section-wrapper .network-wrapper .network-detail-grid .network-detail-inn .title_32 {
  color: #091e42;
  line-height: 110%;
  letter-spacing: -0.8px;
  margin: 0 0 8px;
}
.compOverview-page-wrapper .strength-section-wrapper .network-wrapper .network-detail-grid .network-detail-inn span {
  display: block;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .strength-section-wrapper .network-wrapper .network-detail-grid .network-detail-inn:nth-child(2n+1) {
    border-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .strength-section-wrapper .network-wrapper .network-detail-grid .network-detail-inn:nth-last-child(-n+2) {
    padding-top: 30px;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .network-wrapper .map-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: calc(100% - 450px);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .strength-section-wrapper .network-wrapper .map-img {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: inherit;
    height: 486px;
    -o-object-position: center top;
    object-position: center top;
  }
}
.compOverview-page-wrapper .strength-section-wrapper .network-wrapper .map-img.mob-show {
  display: none;
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .strength-section-wrapper .network-wrapper .map-img.mob-show {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .compOverview-page-wrapper .strength-section-wrapper .network-wrapper .map-img.desk-show {
    display: none;
  }
}
.compOverview-page-wrapper .arrow-wrap {
  width: 120px;
  height: 48px;
  right: 0;
  top: auto;
  position: absolute;
  bottom: calc(100% + 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .compOverview-page-wrapper .arrow-wrap {
    display: none;
  }
}
.compOverview-page-wrapper .arrow-wrap .circle-arrow {
  font-size: 0;
  color: transparent;
  background-image: url("../../assets/img/icons/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
}
.compOverview-page-wrapper .arrow-wrap .circle-arrow.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.guide_section_wrapper {
  padding: 80px 0;
  position: relative;
}
.guide_section_wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../../assets/img/company-overview/guided-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper {
    padding: 48px 0;
  }
}
.guide_section_wrapper .title_40 {
  margin: 0 0 56px;
  max-width: 450px;
  color: #091e42;
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper .title_40 {
    margin: 0 0 44px;
  }
}
.guide_section_wrapper .guide_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 576px) {
  .guide_section_wrapper .guide_grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.guide_section_wrapper .guide_grid .build_cards_wrap {
  max-height: 26.8rem;
}
@media screen and (max-width: 991px) {
  .guide_section_wrapper .guide_grid .build_cards_wrap {
    max-height: 100%;
  }
}
.guide_section_wrapper .guide_grid .build_cards_wrap .inner {
  height: 100%;
}
.guide_section_wrapper .guide_grid .build_cards_wrap .inner h4 {
  max-width: 54%;
}
@media screen and (max-width: 1024px) {
  .guide_section_wrapper .guide_grid .build_cards_wrap .inner h4 {
    max-width: 100%;
  }
}
.guide_section_wrapper .guide_grid .build_cards_wrap .inner .img p {
  padding: 16px;
  margin-inline: 0;
  max-width: 28rem;
}
@media screen and (min-width: 991px) {
  .guide_section_wrapper .guide_grid .build_cards_wrap .inner .img p {
    -webkit-transform: translateY(6%);
    transform: translateY(6%);
  }
}
.guide_section_wrapper .guide_grid .build_cards_wrap .inner .img p .btnBlue {
  max-width: 180px;
  margin-top: 24px;
}
.guide_section_wrapper .guide_grid .build_cards_wrap .inner .img p .btnBlue img {
  height: 24px;
  width: 24px;
}
.guide_section_wrapper .guide_grid .build_cards_wrap .inner .img p .btnBlue span {
  text-wrap: nowrap;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper .guide_grid .build_cards_wrap .inner .img p .btnOutline span {
    color: #1c7cdb;
  }
}
@media screen and (min-width: 991px) {
  .guide_section_wrapper .guide_grid .build_cards_wrap:hover .inner .img p {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.guide_section_wrapper .why__choose__wrapper {
  padding: 64px 0 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper .why__choose__wrapper {
    padding: 48px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper .why__choose__wrapper .flex_inner {
    padding-bottom: 16px;
  }
}

.overview_testimonial {
  position: relative;
  background: transparent;
}
.overview_testimonial::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("../../assets/img/company-overview/company-test-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: center top;
}

.map_wrapper {
  background-image: url("../../assets/img/company-overview/map-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.map_wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("../../assets/img/company-overview/map-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.7;
  z-index: -1;
  background-position: center top;
}

.calculator__tabs__wrapper {
  padding: 116px 0 72px 0;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper {
    padding: 24px 0 68px 0;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_list {
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: rgba(247, 248, 249, 0.8);
  backdrop-filter: blur(11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  text-align: center;
  padding: 6px;
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_list {
    background: transparent;
    border: none;
    padding: 0;
    gap: 40px;
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(68, 84, 111, 0.16);
    border-radius: 0;
    margin-bottom: 32px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_list .tabBtn {
  max-width: 214px;
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
}
.calculator__tabs__wrapper .tabs_wrap .tab_list .tabBtn a {
  color: #44546F;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 12px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_list .tabBtn {
    white-space: nowrap;
    padding: 0;
    position: relative;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_list .tabBtn.active {
  background: #091E42;
}
.calculator__tabs__wrapper .tabs_wrap .tab_list .tabBtn.active a {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_list .tabBtn.active {
    background: transparent;
  }
  .calculator__tabs__wrapper .tabs_wrap .tab_list .tabBtn.active a {
    color: #000000;
  }
  .calculator__tabs__wrapper .tabs_wrap .tab_list .tabBtn.active::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 8px;
    background: #E30614;
    width: 36px;
    height: 3px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent {
  display: none;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .pluming_contents .tag {
  color: #1C7CDB;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding: 12px 16px;
  background: #EDF6FF;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .pluming_contents h2 {
  margin: 16px 0 8px 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .pluming_contents p {
  color: #44546F;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .pluming_contents {
    margin-bottom: 16px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .img-fluid {
  border-radius: 16px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap {
  border-radius: 16px;
  background: #F7F8F9;
  margin-top: 40px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .title {
    padding: 16px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .title img {
  width: 24px;
  height: 24px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .title h4 {
  color: #091E42;
  leading-trim: both;
  text-edge: cap;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.6px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .title h4 {
    font-size: 20px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap {
  max-width: 426px;
  width: 100%;
  padding: 24px;
  border-right: 1px solid rgba(68, 84, 111, 0.16);
  height: 688px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap {
    padding: 16px;
    height: 660px;
    border-bottom: 1px solid rgba(68, 84, 111, 0.16);
    border-right: none;
    max-width: 100%;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 26px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields label {
  color: #091E42;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 8px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields label sup {
  color: #E30614;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .decrease,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .increase,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .decreasePapa,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .decreaseDrainage,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .increasePapa,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .increaseDrainage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .decrease img,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .increase img,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .decreasePapa img,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .decreaseDrainage img,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .increasePapa img,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .increaseDrainage img {
  width: 24px;
  height: 24px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .decrease.disabled img,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .decreasePapa.disabled img,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .decreaseDrainage.disabled img {
  opacity: 0.2;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .increase,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .increasePapa,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .increaseDrainage {
  right: 12px;
  left: auto;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValue,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValuePapa,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValueDrainage {
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: #FFF;
  color: #091E42;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  width: 100%;
  padding: 12px 46px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValue::-webkit-input-placeholder, .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValuePapa::-webkit-input-placeholder, .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValueDrainage::-webkit-input-placeholder {
  color: #758195;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValue::-moz-placeholder, .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValuePapa::-moz-placeholder, .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValueDrainage::-moz-placeholder {
  color: #758195;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValue:-ms-input-placeholder, .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValuePapa:-ms-input-placeholder, .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValueDrainage:-ms-input-placeholder {
  color: #758195;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValue::-ms-input-placeholder, .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValuePapa::-ms-input-placeholder, .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValueDrainage::-ms-input-placeholder {
  color: #758195;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValue::placeholder,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValuePapa::placeholder,
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .numberInput .numberValueDrainage::placeholder {
  color: #758195;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .radio_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .radio_group .custom_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  min-width: 180px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .radio_group .custom_radio {
    min-width: 100%;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .radio_group .custom_radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #44546F;
  border-radius: 50%;
  position: relative;
  margin-left: 12px;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .radio_group .custom_radio input[type=radio]:checked {
  border-color: #1C7CDB;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .radio_group .custom_radio input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #1C7CDB;
  border-radius: 50%;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .radio_group .custom_radio .labelText {
  color: #091E42;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .calc_fields .formControl {
  padding: 12px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .scroller_wrap {
  max-height: 600px;
  overflow: auto;
  padding: 0 9px 56px 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .scroller_wrap::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .scroller_wrap::-webkit-scrollbar-thumb {
  background: rgba(68, 84, 111, 0.24);
  border-radius: 30px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .floatingBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  width: 100%;
  border-top: 1px solid rgba(68, 84, 111, 0.16);
  background: #F7F8F9;
  -webkit-box-shadow: 0px -26px 32px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px -26px 32px 0px rgba(0, 0, 0, 0.06);
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .floatingBtn .btnBlue {
  width: 100%;
  position: initial;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .btnBlue {
  position: absolute;
  bottom: 24px;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .btnBlue {
    max-width: 330px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 360px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .btnBlue {
    max-width: 264px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .btnBlue:disabled {
  background: #BEC4CD;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .btnBlue:hover {
  gap: 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap .btnBlue:hover:disabled img {
  width: 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .calculates_wrap.drainage {
  padding: 24px 9px 24px 24px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .cost_breakdown_wrap {
  padding: 24px;
  max-width: 100%;
  width: 100%;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .cost_breakdown_wrap .cost_default {
  max-width: 348px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .cost_breakdown_wrap .cost_default img {
  width: 96px;
  height: 96px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .cost_breakdown_wrap .cost_default h5 {
  color: #091E42;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.27px;
  margin: 40px 0 8px 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .cost_breakdown_wrap .cost_default p {
  color: #44546F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap {
  width: 100%;
  padding: 24px;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap {
    padding: 16px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .title_flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .title_flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .title_flex_wrap h6 {
  color: #091E42;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.27px;
  margin: 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .title_flex_wrap .links_inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .title_flex_wrap .links_inner_flex a img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .title_flex_wrap .links_inner_flex a span {
  color: #1C7CDB;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.27px;
}
@media screen and (max-width: 767px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .title_flex_wrap .links_inner_flex a span {
    font-size: 16px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .papa_contents {
  background: #ffffff;
  max-height: 212px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .papa_contents {
    padding: 56px 12px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .papa_contents h3 {
  color: #091E42;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .papa_contents p {
  color: #44546F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .editBtn {
  border-radius: 8px;
  border: 1.5px solid #44546F;
  width: 100%;
  padding: 12px 24px;
  margin-top: 24px;
  display: none;
}
@media screen and (max-width: 767px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .editBtn {
    display: block;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .editBtn img {
  width: 20px;
  height: 20px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_data_wrap .editBtn span {
  color: #44546F;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap {
  max-height: 600px;
  overflow: auto;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap::-webkit-scrollbar {
  display: block;
  width: 6px;
  height: 6px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap::-webkit-scrollbar-thumb {
  background: rgba(68, 84, 111, 0.24);
  border-radius: 30px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable thead th {
  background-color: #44546F;
  color: #ffffff;
  padding: 14px;
  text-align: left;
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 991px) {
  .calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable thead th {
    min-width: 180px;
  }
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable thead th:nth-child(1) {
  border-top-left-radius: 12px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable thead th:last-child {
  border-top-right-radius: 12px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable tbody tr {
  height: 40px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable tbody tr td {
  padding: 12px 14px;
  color: #091E42;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  border-top: 1px solid rgba(68, 84, 111, 0.16);
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable tfoot th {
  background-color: #44546F;
  color: #ffffff;
  padding: 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  text-align: left;
  position: sticky;
  bottom: 0;
  z-index: 1;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable tfoot th:nth-child(1) {
  border-bottom-left-radius: 12px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .value_estimator_wrap .calculate_estimate_flex .table_wrap .estimateTable tfoot th:last-child {
  border-bottom-right-radius: 12px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .assumptions {
  padding: 24px 22px;
  border-radius: 16px;
  background: #FAF7EB;
  margin-top: 16px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .assumptions .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .assumptions .title img {
  width: 24px;
  height: 24px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .assumptions .title h4 {
  color: #091E42;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .assumptions .assumptions_list {
  padding-left: 18px;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .assumptions .assumptions_list li {
  color: #091E42;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
  list-style-type: auto;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent .assumptions .assumptions_list li:last-child {
  margin: 0;
}
.calculator__tabs__wrapper .tabs_wrap .tab_contents .tabContent.active {
  display: block;
}

.selectDropdown {
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: #ffffff;
  color: #091E42;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  width: 100%;
  padding: 0 12px;
}
.selectDropdown select {
  background: url(../../assets/img/calculator/arrow.svg) right 0 center no-repeat;
  background-repeat: no-repeat;
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 0;
}

.resources_wrapper {
  padding: 16px 0 80px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper {
    padding: 16px 0 40px;
  }
}
.resources_wrapper .tab_grid {
  display: grid;
  grid-template-columns: 356px auto;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .resources_wrapper .tab_grid {
    grid-template-columns: 300px auto;
  }
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid {
    display: block;
  }
}
.resources_wrapper .tab_grid .search-box {
  padding: 15px 12px 15px 40px;
  background-image: url("../../assets/img/icons/search-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px 20px;
  margin: 24px 0;
  max-width: calc(100% - 24px);
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources_wrapper .tab_grid .search-box:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #091e42;
}
.resources_wrapper .tab_grid .grid_item.filter-wrapper {
  border-right: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item.filter-wrapper {
    position: fixed;
    height: 100dvh;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item.filter-wrapper .search-box {
    display: none;
  }
}
.resources_wrapper .tab_grid .grid_item.filter-wrapper.mob-show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.resources_wrapper .tab_grid .grid_item.filter-wrapper .filter-sticky {
  position: sticky;
  top: 70px;
  left: 0;
}
.resources_wrapper .tab_grid .grid_item .filter_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resources_wrapper .tab_grid .grid_item .filter_wrap .btnFiter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  max-width: calc(100% - 24px);
  height: 48px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .filter_wrap .btnFiter {
    padding: 0 16px;
  }
}
.resources_wrapper .tab_grid .grid_item .filter_wrap .btnFiter .count_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .filter_wrap .btnFiter .count_wrap {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.16px;
  }
}
.resources_wrapper .tab_grid .grid_item .filter_wrap .btnFiter .count_wrap .total_products {
  padding: 4px 10px;
  border-radius: 8px;
  background: #edf6ff;
  color: #44546f;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.14px;
}
.resources_wrapper .tab_grid .grid_item .filter_wrap .btnFiter .clearFilter {
  color: #e30614;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
  display: none;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap {
  border-right: 1px solid rgba(68, 84, 111, 0.16);
  position: relative;
  overflow-x: hidden !important;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 514px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion {
    height: calc(100dvh - 50px);
    padding-bottom: 78px;
  }
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion::-webkit-scrollbar {
  display: block;
  width: 6px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion::-webkit-scrollbar-thumb {
  background: #44546f;
  border-radius: 8px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #e1e4e8;
}
@media screen and (max-width: 767px) {
  .resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion {
    background: #ffffff;
    position: relative;
    z-index: 1024;
  }
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem {
  position: relative;
  margin-right: 12px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem:first-child .accordionHeader {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem {
    padding: 0 16px;
    margin-right: 0;
  }
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem::after {
  content: "";
  border-bottom: 1px solid #dcdfe4;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: -10%;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem::after {
    left: 0;
  }
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader {
  width: 100%;
  border: none;
  padding: 24px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader span {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader span .count {
  color: #1c7cdb;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 14px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionHeader .countInner {
  color: #1c7cdb;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.45px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents {
  height: 0;
  overflow: scroll;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 12px;
  overflow: hidden;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container .flexTitle {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container .flexTitle span {
  color: #44546f;
  display: inline-block;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container input {
  display: none;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container .custom-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #44546f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container input:checked + .custom-checkbox {
  background-color: #1c7cdb;
  border-color: #1c7cdb;
  position: relative;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container input:checked + .custom-checkbox::after {
  content: " ";
  display: block;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem .accordionContents .checkbox-container:last-child {
  margin-bottom: 18px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem.active .accordionHeader img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem.active .accordionContents {
  height: 214px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .accordion .accordionItem.active .accordionContents::-webkit-scrollbar {
  display: block;
  width: 2px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .btn_filter_wrap {
  display: none !important;
  padding: 8px 24px;
  background-color: #f7f8f9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .accodion_wrap .btn_filter_wrap {
    z-index: 99999;
    padding: 16px 24px;
    display: inline-block !important;
  }
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter .btnBlue {
  max-width: 118px;
  padding: 12px 0;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter .btnBlue span {
  font-size: 16px;
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter .btnClear {
  min-width: 118px;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
}
.resources_wrapper .tab_grid .grid_item .accodion_wrap .btn_filter_wrap .btn_filter .btnClear span {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs {
  border-left: 0;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs {
    padding-left: 0;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left {
  list-style: none;
  position: sticky;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-radius: 8px;
  background-color: #f7f8f9;
  gap: 16px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 6px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left {
    gap: 0 16px;
    overflow-y: scroll;
    max-width: inherit;
    width: 100%;
    background-color: transparent;
    padding: 16px 6px;
    border: 1px solid rgba(68, 84, 111, 0.16);
    border-radius: 0;
    border-inline: 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left {
    width: 100vw;
    margin: 0 -12px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left li {
  color: #44546f;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left li a {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left li {
    white-space: nowrap;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.16px;
    border-radius: 0;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left li::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 3px;
  border-radius: 8px;
  background-color: #e30614;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left li.active {
  background-color: #091e42;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left li.active {
    color: #000;
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-left li.active::after {
    opacity: 1;
    visibility: visible;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  background-color: #fff;
  position: sticky;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 99;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-header {
    top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-header .tab-sortFiler-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 8px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-header .tab-sortFiler-box .search-box {
  display: none;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-header .tab-sortFiler-box .search-box {
    display: block;
    width: 100%;
    margin: 0;
    max-width: inherit;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-header .tab-sortFiler-box select {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background-color: #fff;
  background-image: url("../../assets/img/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 12px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-header .tab-sortFiler-box select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #091e42;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-header .tab-sortFiler-box select {
    width: calc(100% - 48px);
    padding-block: 14px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-header .tab-sortFiler-box select::-ms-expand {
  display: none;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .filter-mobile-icon {
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #edf6ff;
  height: 40px;
  width: 40px;
  position: sticky;
  right: 16px;
  display: none;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .filter-mobile-icon {
    display: block;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane {
  display: none;
  padding: 18px 0 36px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane {
    padding: 0 0 36px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane.active {
  display: block;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .tab-text {
  text-align: center;
  padding: 12px;
  background-color: #edf6ff;
  border-radius: 8px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .tab-text {
    text-align: left;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 8px 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background-color: #fff;
  position: sticky;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont {
    top: 81%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 28px;
  letter-spacing: -0.21px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont p {
    line-height: 120%;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont p::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  background-color: #1c7cdb;
  left: 0;
  top: -3px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont p::before {
    top: 0;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont p::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  position: absolute;
  left: 4px;
  top: 2px;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont p::after {
    top: 5px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont .btnBlue {
  overflow: hidden;
  gap: 8px;
  max-width: 155px;
  padding: 12px 16px;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .sticky-cont .btnBlue img {
  width: 24px;
  -webkit-filter: drop-shadow(0px 100px 0 #fff);
  filter: drop-shadow(0px 100px 0 #fff);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 55px 24px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid {
    gap: 16px 24px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-chk {
  position: absolute;
  opacity: 0;
  height: 32px;
  width: 32px;
  z-index: 3;
  left: 19px;
  top: 19px;
  cursor: pointer;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-chk + figure::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-chk + figure:after {
  content: "";
  width: 13px;
  height: 8px;
  border: 2px solid #e1e1e1;
  position: absolute;
  left: 25px;
  top: 26px;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-chk:checked + figure::before {
  background-color: #1c7cdb;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-chk:checked + figure::after {
  border-color: #fff;
}
@media screen and (max-width: 576px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid {
    grid-template-columns: 1fr;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px;
  padding: 4px 4px 12px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn {
    max-width: 100%;
    width: 100%;
    margin-inline: unset;
    border-bottom: 1px solid rgba(68, 84, 111, 0.16);
    padding-bottom: 16px;
    border-radius: 0;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn:last-child {
  border-bottom: 0;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .full-link {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure {
  border-radius: 16px;
  background-color: #d2dbe8;
  margin: 0 0 12px;
  overflow: hidden;
  height: 224px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure {
    margin: 0;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure .views,
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure .event {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.88);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px 8px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure .event {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  right: auto;
  left: 8px;
  white-space: nowrap;
  max-width: calc(100% - 16px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure .event li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure .event li {
    font-size: 14px;
    padding-left: 10px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure .event li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  height: 5px;
  width: 5px;
  background-color: #44546f;
  border-radius: 50%;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure .event li:first-child {
  padding-left: 0;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure .event li:first-child::before {
  display: none;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure img {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  margin: 0 auto;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont {
  padding: 0 6px;
  position: relative;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .tagOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .tagOuter {
    margin: 0 0 16px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .tagOuter .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .tagOuter .tags span {
  display: inline-block;
  border-radius: 8px;
  background-color: #edf6ff;
  padding: 8px 12px;
  color: #1c7cdb;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  max-width: 196px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .tagOuter .tags li::before {
  top: 18px;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .shareLink {
  display: block;
  margin-top: 6px;
  position: relative;
  z-index: 2;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .shareLink img {
  display: block;
  height: 24px;
  width: 24px;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share_option {
  position: absolute;
  right: -70%;
  top: 0;
  z-index: 2;
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: #edf6ff;
  padding: 12px 16px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share_option {
    right: -100%;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share_option .mediaLink {
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share_option .mediaLink {
    margin-right: 16px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share_option .mediaLink .img {
  width: 32px;
  height: 32px;
  -webkit-filter: unset;
  filter: unset;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share_option .mediaLink:last-child {
  margin: 0;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share_option.visible {
  display: block;
  opacity: 1;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont h3 {
    margin: 0 0 16px;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont ul li {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  padding-left: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  height: 5px;
  width: 5px;
  background-color: #44546f;
  border-radius: 50%;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont ul li:first-child {
  padding-left: 0;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont ul li:first-child::before {
  display: none;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
  position: relative;
  z-index: 2;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont ul li a img {
  -webkit-filter: drop-shadow(0px 100px 0 #1c7cdb);
  filter: drop-shadow(0px 100px 0 #1c7cdb);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont ul li a:hover {
  color: #1c7cdb;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share-wrapper .shareLink {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share-wrapper .shareLink div {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share-wrapper .share_option {
  right: 0;
  top: -56px;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .share-wrapper .share_option .share_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .btnBlue {
  padding: 12px;
  font-size: 16px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .btnBlue img {
  -webkit-filter: drop-shadow(0px 100px 0 #fff);
  filter: drop-shadow(0px 100px 0 #fff);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .readMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  background-color: #f7f8f9;
  overflow: hidden;
  color: #1c7cdb;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .readMore img {
  height: 24px;
  width: 24px;
  -webkit-filter: drop-shadow(0px 100px 0 #1c7cdb);
  filter: drop-shadow(0px 100px 0 #1c7cdb);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  text-align: center;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .readMore:hover {
  background-color: #1c7cdb;
  color: #fff;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .readMore:hover img {
  -webkit-filter: drop-shadow(0px 100px 0 #fff);
  filter: drop-shadow(0px 100px 0 #fff);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .view-detail {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  margin-top: 21px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .view-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn .blog-cont .view-detail span {
  text-decoration: underline;
  color: #1c7cdb;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn:hover {
  background-color: #edf6ff;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn:hover figure {
  background: url("../../assets/img/resources/resource-hover.png") no-repeat center center;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn:hover h3 {
  color: #1c7cdb;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .prod_grid .prod-detail-inn:hover .tagOuter .tags span {
  background-color: #fff;
  color: #1c7cdb;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .no-prod-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  height: 100%;
  min-height: inherit;
  width: 100%;
  max-width: 576px;
  margin-inline: auto;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .no-prod-div img {
  display: block;
  max-width: 100%;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .no-prod-div h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 22px 0 0;
}
.resources_wrapper .tab_grid .grid_item .custom-tabs .tab-pane .no-prod-div p {
  max-width: 416px;
  margin: 0 auto;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.resources_wrapper .tab_grid .tab-content {
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 991px) {
  .resources_wrapper .tab_grid .tab-content {
    padding-top: 16px;
  }
}
.resources_wrapper .pagination {
  margin: 64px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .pagination {
    margin: 40px auto 0;
  }
}
.resources_wrapper .pagination .page-item .page-link {
  display: block;
  border: 0;
  padding: 0;
  color: #44546f;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.3px;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.resources_wrapper .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.resources_wrapper .pagination .page-item .page-link.disabled {
  background-color: transparent;
}
.resources_wrapper .pagination .page-item .page-link:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.resources_wrapper .pagination .page-item .page-link.prev, .resources_wrapper .pagination .page-item .page-link.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .resources_wrapper .pagination .page-item .page-link.prev, .resources_wrapper .pagination .page-item .page-link.next {
    font-size: 0;
  }
}
.resources_wrapper .pagination .page-item .page-link.prev img, .resources_wrapper .pagination .page-item .page-link.next img {
  display: block;
  height: 32px;
  width: 32px;
}
.resources_wrapper .pagination .page-item .page-link.prev img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.resources_wrapper .pagination .page-item.active .page-link {
  background-color: #f7f8f9;
  color: #091e42;
}
.resources_wrapper .pagination .page-item.disable {
  opacity: 0.5;
  background-color: transparent;
}

.blog-detail-banner {
  padding: 32px 0;
  position: relative;
  background-image: url("../../assets/img/resource-detail/blog/blog-banner-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .blog-detail-banner {
    padding: 40px 0;
    background-image: url("../../assets/img/resource-detail/blog/blog-banner-back-mob.png");
  }
}
.blog-detail-banner .breadcrumb_wrap {
  position: static;
}
@media screen and (max-width: 767px) {
  .blog-detail-banner .breadcrumb_wrap {
    border-bottom: 1px solid rgba(68, 84, 111, 0.16);
  }
}
.blog-detail-banner .breadcrumb_wrap .nav_breadcrumb .home .home_dropdown li a {
  color: rgba(68, 84, 111, 0.5607843137);
}
.blog-detail-banner .breadcrumb_wrap .nav_breadcrumb ol li {
  color: #44546F;
}
.blog-detail-banner .breadcrumb_wrap .nav_breadcrumb ol li a {
  color: rgba(68, 84, 111, 0.56);
}
.blog-detail-banner .breadcrumb_wrap .nav_breadcrumb ol li::after {
  background-image: url("../../assets/img/resource-detail/chevron-right.svg");
  background-repeat: no-repeat;
}
.blog-detail-banner .title_40 {
  color: #091E42;
  text-align: center;
  line-height: 130%;
  /* 52px */
  letter-spacing: -1px;
  margin: 76px auto 84px;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .blog-detail-banner .title_40 {
    margin: 0 0 48px;
  }
}
.blog-detail-banner .title_40 .back-icon {
  left: 0;
  top: 12px;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .blog-detail-banner .title_40 .back-icon {
    position: static;
    margin: 48px auto 16px;
  }
}
.blog-detail-banner .title_40 .back-icon img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.blog-detail-banner .title_40 span {
  display: block;
  max-width: 730px;
  margin: 0 auto;
}
.blog-detail-banner .banner-img {
  max-width: 926px;
  height: 380px;
  margin: 0 auto 32px;
}
.blog-detail-banner .banner-img img {
  display: block;
  max-width: 100%;
  height: 100%;
  border-radius: 16px;
  margin: 0 auto;
}
.blog-detail-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}
.blog-detail-banner ul li {
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
  padding-left: 15px;
}
.blog-detail-banner ul li:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  display: block;
  background-color: #44546F;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.blog-detail-banner ul li:first-child {
  padding-left: 0;
}
.blog-detail-banner ul li:first-child::before {
  display: none;
}
.blog-detail-banner ul li div {
  color: #1C7CDB;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #EDF6FF;
}
.blog-detail-banner:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 365px;
  background-color: rgba(68, 84, 111, 0.16);
}
.blog-detail-banner.news-banner .title_40 {
  margin-bottom: 32px;
}
.blog-detail-banner.news-banner .title_40 span {
  max-width: 546px;
}
.blog-detail-banner.news-banner .banner-img img {
  border-radius: 16px;
}

.blog-detail_wrap {
  padding: 32px 0;
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .blog-detail_wrap {
    padding: 40px 0;
  }
}
.blog-detail_wrap .container {
  max-width: 750px;
}
.blog-detail_wrap ol {
  counter-reset: list-countrer;
  padding-left: 16px;
}
.blog-detail_wrap ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4px;
}
.blog-detail_wrap ol li::before {
  counter-increment: list-countrer;
  content: counter(list-countrer) ". ";
  font-size: inherit;
}
.blog-detail_wrap h3 {
  color: #091E42;
  font-family: "Gilroy", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.7px;
  margin: 56px 0 16px;
  max-width: 546px;
}
@media screen and (max-width: 767px) {
  .blog-detail_wrap h3 {
    margin: 56px 0 24px;
  }
}
.blog-detail_wrap h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .blog-detail_wrap p {
    margin-bottom: 24px;
  }
}
.blog-detail_wrap figure {
  max-width: 737px;
  margin: 0 0 24px;
  border-radius: 16px;
  overflow: hidden;
}
.blog-detail_wrap figure img {
  display: block;
  width: 100%;
  border-radius: 16px;
  max-width: 100%;
}
.blog-detail_wrap a {
  color: #1C7CDB;
  font-weight: 700;
}
.blog-detail_wrap .contactFrm-wrapper {
  border-radius: 16px;
  background-color: #F7F8F9;
  padding: 16px;
  position: relative;
  min-height: 392px;
  margin: 52px 0 80px;
}
@media screen and (max-width: 767px) {
  .blog-detail_wrap .contactFrm-wrapper {
    min-height: 604px;
    margin: 56px 0;
    border-radius: 0;
    padding: 16px 0 16px 0;
  }
}
.blog-detail_wrap .contactFrm-wrapper::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #F7F8F9;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 767px) {
  .blog-detail_wrap .contactFrm-wrapper::before {
    display: block;
    z-index: -1;
  }
}
.blog-detail_wrap .contactFrm-wrapper h3 {
  color: #091E42;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.18px;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
.blog-detail_wrap .contactFrm-wrapper .error-message {
  background-image: url("../../assets/img/icons/error-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px;
}
.blog-detail_wrap .contactFrm-wrapper .btnSubmit {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  .blog-detail_wrap .contactFrm-wrapper .btnSubmit {
    grid-column: 1/2;
  }
}
.blog-detail_wrap .contactFrm-wrapper .thankYouMessage {
  max-width: inherit;
}
.blog-detail_wrap .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 32px;
  border-radius: 8px;
  background-color: #F7F8F9;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .blog-detail_wrap .social-links {
    padding: 24px 16px;
    gap: 10px;
    margin-top: 56px;
  }
}
.blog-detail_wrap .social-links h4 {
  color: #091E42;
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.5px;
  margin: 0;
}
.blog-detail_wrap .social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
}
.blog-detail_wrap .social-links ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.blog-detail_wrap .social-links ul li a img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog__water__wrapper {
  background-color: #F7F8F9;
  padding: 56px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .blog__water__wrapper {
    padding: 48px 0 146px;
    margin-bottom: 0px;
    background-color: #fff;
  }
}

.case-study-detail-banner figure img {
  height: 695px;
}
@media screen and (max-width: 767px) {
  .case-study-detail-banner figure img {
    height: 632px;
  }
}
@media screen and (max-width: 767px) {
  .case-study-detail-banner .breadcrumb_wrap {
    top: 25px;
  }
}
.case-study-detail-banner .breadcrumb_wrap .nav_breadcrumb ol li {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.56);
  text-decoration-color: rgba(255, 255, 255, 0.56);
}
.case-study-detail-banner .breadcrumb_wrap .nav_breadcrumb ol li span {
  color: #fff;
}
.case-study-detail-banner .floating_contents {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 200px;
  left: 50%;
  width: 100%;
  max-width: 736px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.case-study-detail-banner .floating_contents .title_wrap {
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .case-study-detail-banner .floating_contents .title_wrap {
    padding: 0 12px;
  }
}
.case-study-detail-banner .floating_contents .title_wrap .back-link {
  display: block;
  height: 40px;
  width: 40px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .case-study-detail-banner .floating_contents .title_wrap .back-link {
    margin: 0 auto 40px;
  }
}
.case-study-detail-banner .floating_contents .title_wrap .title_48 {
  color: #fff;
  text-align: center;
  font-family: "Gilroy", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.2px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .case-study-detail-banner .floating_contents .title_wrap .title_48 {
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -0.7px;
    margin: 0 0 16px;
  }
}

.product-detail-wrapper {
  position: relative;
  z-index: 1;
}
.product-detail-wrapper .prod-outer {
  border-radius: 16px;
  background-color: #edf6ff;
  max-width: 736px;
  margin: -150px auto 0;
  padding: 8px 8px 8px 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .product-detail-wrapper .prod-outer {
    display: block;
    padding: 24px 8px 8px;
  }
}
.product-detail-wrapper .prod-outer .prod-l {
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .product-detail-wrapper .prod-outer .prod-l {
    padding: 0 8px;
  }
}
.product-detail-wrapper .prod-outer .prod-l .prod-inn {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
.product-detail-wrapper .prod-outer .prod-l .prod-inn:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.product-detail-wrapper .prod-outer .prod-l .prod-inn .title {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 8px;
  margin: 0 0 4px;
}
.product-detail-wrapper .prod-outer .prod-l .prod-inn .title img {
  height: 20px;
  width: 20px;
}
.product-detail-wrapper .prod-outer .prod-l .prod-inn .title span {
  color: #44546f;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.product-detail-wrapper .prod-outer .prod-l .prod-inn .prod-desc {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.product-detail-wrapper .prod-outer .prod-r {
  padding: 16px 16px 22px;
  background-color: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .product-detail-wrapper .prod-outer .prod-r {
    margin-top: 24px;
    padding: 24px 8px 14px;
  }
}
.product-detail-wrapper .prod-outer .prod-r .prod-slider-head {
  color: #091e42;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.4px;
  margin: 0 0 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-detail-wrapper .prod-outer .prod-r .prod-slider-head {
    margin: 0 0 8px;
  }
}
.product-detail-wrapper .prod-outer .prod-r .prod-slider-head img {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  margin-right: 8px;
}
.product-detail-wrapper .prod-outer .prod-r .productUsedSwiper {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .product-detail-wrapper .prod-outer .prod-r .productUsedSwiper {
    padding-bottom: 40px;
  }
}
.product-detail-wrapper .prod-outer .prod-r .productUsedSwiper .swiper-slide img {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  max-height: 172px;
}
.product-detail-wrapper .prod-outer .prod-r .productUsedSwiper .swiper-slide h3 {
  color: #091e42;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}
.product-detail-wrapper .prod-outer .prod-r .productUsedSwiper .swiper-pagination-bullets {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-detail-wrapper .prod-outer .prod-r .productUsedSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(68, 84, 111, 0.24);
  opacity: 1;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.product-detail-wrapper .prod-outer .prod-r .productUsedSwiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #091e42;
}

.case-study-detail-wrapper {
  padding: 50px 0 150px;
}
@media screen and (max-width: 767px) {
  .case-study-detail-wrapper {
    overflow: hidden;
    padding: 52px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .case-study-detail-wrapper .container {
    overflow: hidden;
  }
}
.case-study-detail-wrapper img {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .case-study-detail-wrapper h3 {
    margin: 88px 0 24px;
  }
}
.case-study-detail-wrapper .featueSwiper {
  overflow: visible;
}
.case-study-detail-wrapper .featueSwiper .swiperArrows {
  width: 100%;
  max-width: 85px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  top: auto;
  bottom: calc(100% + 17px);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .case-study-detail-wrapper .featueSwiper .swiperArrows {
    display: none;
  }
}
.case-study-detail-wrapper .featueSwiper .swiperArrows .swiper-button-next,
.case-study-detail-wrapper .featueSwiper .swiperArrows .swiper-button-prev {
  height: 34px;
  width: 34px;
  background-image: url("../../assets/img/icons/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34px 34px;
  display: block;
  position: static;
  top: 0;
  margin-top: 0;
}
.case-study-detail-wrapper .featueSwiper .swiperArrows .swiper-button-next::after,
.case-study-detail-wrapper .featueSwiper .swiperArrows .swiper-button-prev::after {
  font-size: 0;
}
.case-study-detail-wrapper .featueSwiper .swiperArrows .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.case-study-detail-wrapper .featueSwiper .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 8px;
  background-color: #fff;
  width: auto !important;
  max-width: none;
  border-radius: 16px;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .case-study-detail-wrapper .featueSwiper .swiper-pagination-bullets {
    display: none;
  }
}
.case-study-detail-wrapper .featueSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(68, 84, 111, 0.24);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-study-detail-wrapper .featueSwiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #091e42;
}

.success__story__wrapper.case-study-story {
  position: relative;
}
.success__story__wrapper.case-study-story::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 73px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .success__story__wrapper.case-study-story::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .success__story__wrapper.case-study-story {
    padding: 48px 0;
  }
}
.success__story__wrapper.case-study-story h4 {
  text-transform: capitalize;
}
.success__story__wrapper.case-study-story .success__story__inn {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  background: conic-gradient(#fff 0 0) padding-box, -webkit-gradient(linear, left top, left bottom, from(rgba(227, 6, 19, 0.3215686275)), to(rgba(130, 161, 213, 0.3215686275))) border-box;
  background: conic-gradient(#fff 0 0) padding-box, linear-gradient(rgba(227, 6, 19, 0.3215686275), rgba(130, 161, 213, 0.3215686275)) border-box;
}
@media screen and (max-width: 767px) {
  .success__story__wrapper.case-study-story .success__story__inn {
    padding: 16px 14px;
  }
}
.success__story__wrapper.case-study-story .success__story__inn .success__story__content {
  padding-inline: 9px;
}

.tech-support-banner .banner-img {
  height: 622px;
}
@media screen and (max-width: 767px) {
  .tech-support-banner .banner-img {
    height: 647px;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}
@media screen and (max-width: 575px) {
  .tech-support-banner .floating_contents {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .tech-support-banner .floating_contents .title_wrap {
    margin-right: 0;
    padding: 0 12px;
  }
}

.advantage_wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper {
    overflow: hidden;
    padding: 64px 0 40px;
  }
}
.advantage_wrapper.tech_advantage_wrapper {
  position: relative;
}
.advantage_wrapper.tech_advantage_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/technical-service-support/tech-advan-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper.tech_advantage_wrapper::before {
    background-image: url("../../assets/img/technical-service-support/tech-advan-bg-mob.png");
    background-position: right top;
  }
}
@media screen and (max-width: 767px) {
  .advantage_wrapper.tech_advantage_wrapper .advantageSwiper .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.advantage_wrapper.tech_advantage_wrapper .advantageSwiper .swiper-pagination {
  display: none;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper.tech_advantage_wrapper .advantageSwiper .swiper-pagination {
    display: block;
  }
}
.advantage_wrapper.tech_advantage_wrapper .advantageSwiper .swiper-slide .advantage_inn {
  background-color: #fff;
}
.advantage_wrapper.tech_advantage_wrapper .advantageSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.advantage_wrapper .container {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper .container {
    overflow: visible;
  }
}
.advantage_wrapper .advantag-head {
  max-width: 500px;
  margin: 0 0 43px;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper .advantag-head {
    margin: 0 0 40px;
  }
}
.advantage_wrapper .advantag-head .title_40 {
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper .advantag-head .title_40 {
    margin: 0 0 16px;
  }
}
.advantage_wrapper .advantag-head p {
  margin: 0;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper .advantag-head p {
    letter-spacing: 0;
  }
}
.advantage_wrapper .advantageSwiper {
  overflow: visible;
}
.advantage_wrapper .advantageSwiper .swiper-slide {
  max-width: 351px;
  height: auto;
}
.advantage_wrapper .advantageSwiper .advantage_inn {
  border-radius: 16px;
  background-color: #fff;
  padding: 4px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(68, 84, 111, 0.12);
}
@media screen and (max-width: 767px) {
  .advantage_wrapper .advantageSwiper .advantage_inn {
    padding: 9px 9px 16px;
    background-color: transparent;
  }
}
.advantage_wrapper .advantageSwiper .advantage_inn figure {
  height: 224px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper .advantageSwiper .advantage_inn figure {
    height: 206px;
  }
}
.advantage_wrapper .advantageSwiper .advantage_inn figure img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: inherit;
}
.advantage_wrapper .advantageSwiper .advantage_inn .content {
  padding: 20px 8px 8px;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper .advantageSwiper .advantage_inn .content {
    padding: 24px 8px 8px;
  }
}
.advantage_wrapper .advantageSwiper .advantage_inn h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 4px;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper .advantageSwiper .advantage_inn h3 {
    margin: 0 0 12px;
  }
}
.advantage_wrapper .advantageSwiper .advantage_inn p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.advantage_wrapper .advantageSwiper .arrow-wrap {
  width: 120px;
  height: 48px;
  right: 0;
  top: auto;
  position: absolute;
  bottom: calc(100% + 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .advantage_wrapper .advantageSwiper .arrow-wrap {
    display: none;
  }
}
.advantage_wrapper .advantageSwiper .arrow-wrap .circle-arrow {
  font-size: 0;
  color: transparent;
  background-image: url("../../assets/img/icons/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
}
.advantage_wrapper .advantageSwiper .arrow-wrap .circle-arrow.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.support_wrapper {
  padding: 166px 0 80px;
  position: relative;
}
.support_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
  background-image: url("../../assets/img/technical-service-support/technical-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .support_wrapper {
    padding: 40px 0;
    background-image: none;
  }
}
.support_wrapper .support-head {
  max-width: 500px;
  margin: 0 0 43px;
}
@media screen and (max-width: 767px) {
  .support_wrapper .support-head {
    margin: 0 0 32px;
  }
}
.support_wrapper .support-head .title_40 {
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .support_wrapper .support-head .title_40 {
    margin: 0 0 16px;
  }
}
.support_wrapper .support-head p {
  margin: 0;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 767px) {
  .support_wrapper .support-head p {
    letter-spacing: 0;
  }
}
.support_wrapper .support-grid {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .support_wrapper .support-grid {
    gap: 32px;
  }
}
.support_wrapper .support-grid .support-inn {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 16px;
  padding: 24px;
  background: conic-gradient(#fff 0 0) padding-box, -webkit-gradient(linear, left top, left bottom, from(rgba(227, 6, 19, 0.3215686275)), to(rgba(130, 161, 213, 0.3215686275))) border-box;
  background: conic-gradient(#fff 0 0) padding-box, linear-gradient(rgba(227, 6, 19, 0.3215686275), rgba(130, 161, 213, 0.3215686275)) border-box;
  display: grid;
  grid-template-columns: 585px auto;
  gap: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .support_wrapper .support-grid .support-inn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .support_wrapper .support-grid .support-inn {
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.support_wrapper .support-grid .support-inn figure {
  margin: 0;
  height: 330px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .support_wrapper .support-grid .support-inn figure {
    border-radius: 16px;
    height: 168px;
  }
}
.support_wrapper .support-grid .support-inn figure img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.support_wrapper .support-grid .support-inn .support-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.support_wrapper .support-grid .support-inn .support-cont .support-icon {
  height: 48px;
  width: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .support_wrapper .support-grid .support-inn .support-cont .support-icon {
    display: none;
  }
}
.support_wrapper .support-grid .support-inn .support-cont h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.24px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .support_wrapper .support-grid .support-inn .support-cont h3 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
  }
}
.support_wrapper .support-grid .support-inn .support-cont p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .support_wrapper .support-grid .support-inn .support-cont p {
    letter-spacing: 0;
  }
}
.support_wrapper .support-grid .support-inn .support-cont .btnBlue {
  max-width: 245px;
  margin-top: auto;
}
.support_wrapper .support-grid .support-inn:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video__banner__wrapper {
  height: calc(100dvh - 130px);
  min-height: 695px;
  position: relative;
  overflow: hidden;
  -webkit-transition: clip-path 0.8s ease-in-out;
  transition: clip-path 0.8s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .video__banner__wrapper {
    height: calc(100dvh - 60px);
    min-height: 450px;
  }
}
.video__banner__wrapper .videoSlider {
  height: 100%;
}
.video__banner__wrapper .videoSlider .swiper-slide {
  position: relative;
}
.video__banner__wrapper .videoSlider .swiper-slide::before {
  content: "";
  position: absolute;
  border-radius: 16px;
  background-image: url("../../assets/img/home/gradient.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .video__banner__wrapper .videoSlider .swiper-slide::before {
    border-radius: 0px;
  }
}
.video__banner__wrapper .videoSlider .banner-video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video__banner__wrapper .videoSlider .banner-cont {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 736px;
  left: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  padding: 70px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .video__banner__wrapper .videoSlider .banner-cont {
    text-align: left;
  }
}
.video__banner__wrapper .videoSlider .banner-cont h3 {
  color: #edf6ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .video__banner__wrapper .videoSlider .banner-cont h3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.video__banner__wrapper .videoSlider .banner-cont h3 img {
  height: 28px;
  width: 28px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.video__banner__wrapper .videoSlider .banner-cont .btnBlue {
  max-width: 260px;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .video__banner__wrapper .videoSlider .banner-cont .btnBlue {
    margin-inline: unset;
  }
}
.video__banner__wrapper .videoSlider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.video__banner__wrapper .videoSlider .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 40px;
  opacity: 0.2;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.video__banner__wrapper .videoSlider .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 0;
  height: 6px;
  background-color: #1c7cdb;
  left: 0;
  top: 0;
  bottom: 0;
}
.video__banner__wrapper .videoSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.video__banner__wrapper .videoSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
}
.video__banner__wrapper.active {
  clip-path: ellipse(150% 100% at 50% 0%);
}
@media screen and (max-width: 991px) {
  .video__banner__wrapper.active {
    clip-path: ellipse(270% 100% at 50% 0%);
  }
}
@media screen and (max-width: 767px) {
  .video__banner__wrapper.active {
    clip-path: ellipse(312% 100% at 50% 0%);
  }
}
.video__banner__wrapper.active .videoSliderNav {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .video__banner__wrapper.active .videoSliderNav {
    opacity: 1;
    visibility: visible;
  }
}
.video__banner__wrapper .nav_slider_wrapper {
  position: absolute;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .video__banner__wrapper .nav_slider_wrapper {
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .video__banner__wrapper .nav_slider_wrapper {
    bottom: 32px;
  }
}
.video__banner__wrapper .nav_slider_wrapper .videoSliderNav {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide {
    width: 40px !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide h3 {
  color: #edf6ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 27px;
  position: relative;
  opacity: 0.56;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide h3 {
    font-size: 0;
    padding-bottom: 6px;
  }
}
.video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide h3::before {
  content: "";
  position: absolute;
  height: 6px;
  border-radius: 3px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: #1c7cdb;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 2;
}
.video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #fff;
  opacity: 0.2;
  border-radius: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide.swiper-slide-thumb-active {
    width: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide.swiper-slide-thumb-active {
    width: 80px !important;
  }
}
.video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide.swiper-slide-thumb-active h3 {
  opacity: 1;
}
.video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide.swiper-slide-thumb-active h3::before {
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  width: 100%;
}
.video__banner__wrapper .nav_slider_wrapper .videoSliderNav .swiper-slide.swiper-slide-thumb-active h3::after {
  opacity: 1;
}

.home-cont-wrapper {
  padding-top: 76px;
}
@media screen and (max-width: 767px) {
  .home-cont-wrapper {
    padding-top: 0;
  }
}
.home-cont-wrapper .thrid__level__navbar__tabs {
  position: sticky;
  top: 70px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media screen and (max-width: 991px) {
  .home-cont-wrapper .thrid__level__navbar__tabs {
    display: none;
  }
}
.home-cont-wrapper .thrid__level__navbar__tabs .nav_list {
  margin-inline: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .home-cont-wrapper .thrid__level__navbar__tabs .nav_list li {
    padding: 12px 14px;
  }
}

#about-sec {
  padding: 54px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #about-sec {
    padding: 48px 0;
  }
}
#about-sec .title_40 {
  max-width: 540px;
  margin: 0 0 38px;
  color: #091e42;
}
#about-sec .tab-outer {
  display: grid;
  grid-template-columns: auto 608px;
  gap: 0 59px;
}
@media screen and (max-width: 1199px) {
  #about-sec .tab-outer {
    grid-template-columns: auto 450px;
  }
}
#about-sec .tab-outer .tab {
  overflow: hidden;
}
#about-sec .tab-outer .tab .tablinks {
  display: block;
  margin: 0 0 24px;
  padding: 0 0 24px;
  text-align: left;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
  position: relative;
}
#about-sec .tab-outer .tab .tablinks::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e30614;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #about-sec .tab-outer .tab .tablinks {
    margin: 0 0 20px;
  }
}
#about-sec .tab-outer .tab .tablinks:last-child {
  margin-bottom: 0;
}
#about-sec .tab-outer .tab .tablinks h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 8px;
}
#about-sec .tab-outer .tab .tablinks p {
  color: #44546f;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  text-align: left;
}
#about-sec .tab-outer .tab .tablinks.active::after {
  width: 100%;
}
#about-sec .tab-outer .tab .tablinks.active h3 {
  color: #091e42;
  font-weight: 700;
}
#about-sec .tab-outer .tab .tablinks.active h3::after {
  background-color: #e30614;
  height: 100%;
}
#about-sec .tab-outer .tab .tablinks.active h3 img {
  -webkit-filter: drop-shadow(0px 1000px 0 #e30614);
  filter: drop-shadow(0px 1000px 0 #e30614);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
#about-sec .tab-outer .tab .tablinks.active p {
  max-height: 2000px;
}
#about-sec .tab-outer .tabcontent {
  display: none;
}
#about-sec .tab-outer .tabcontent figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  height: 343px;
  width: 100%;
}
#about-sec .tab-outer .tabcontent figure img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #about-sec .csr-slider {
    overflow: visible;
  }
}
#about-sec .csr-slider .csr-inn h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0 0 8px;
}
#about-sec .csr-slider .csr-inn p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  padding-bottom: 12px;
  margin-bottom: 16px;
  position: relative;
  min-height: 85px;
}
#about-sec .csr-slider .csr-inn p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(68, 84, 111, 0.16);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#about-sec .csr-slider .csr-inn figure {
  border-radius: 16px;
  overflow: hidden;
  height: 206px;
}
#about-sec .csr-slider .csr-inn figure img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#about-sec .csr-slider .swiper-slide-active .csr-inn h3 img {
  -webkit-filter: drop-shadow(0px 1000px 0 #e30614);
  filter: drop-shadow(0px 1000px 0 #e30614);
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}
#about-sec .csr-slider .swiper-slide-active .csr-inn p::after {
  background-color: #e30614;
}
@media screen and (max-width: 991px) {
  #about-sec .desktop-show {
    display: none;
  }
}
#about-sec .mobile-show {
  display: none;
}
@media screen and (max-width: 991px) {
  #about-sec .mobile-show {
    display: block;
  }
}

#map-sec {
  position: relative;
  padding: 58px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  #map-sec {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #map-sec {
    padding: 40px 0;
  }
}
#map-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 122px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2772db), color-stop(35.66%, #32a7fe), color-stop(64.08%, #99deff), to(#fff));
  background: linear-gradient(180deg, #2772db 0%, #32a7fe 35.66%, #99deff 64.08%, #fff 100%);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(0.98, 0.01, 1, 0.7);
  transition: all 0.5s cubic-bezier(0.98, 0.01, 1, 0.7);
}
@media screen and (max-width: 991px) {
  #map-sec::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#2772db), color-stop(35.66%, #32a7fe), color-stop(64.08%, #99deff), to(#fff));
    background: linear-gradient(180deg, #2772db 0%, #32a7fe 35.66%, #99deff 64.08%, #fff 100%);
    border-radius: 0;
  }
}
#map-sec::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 568px;
  background-image: url("../../assets/img/home/map-bg.png");
  left: 50%;
  bottom: -38px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
#map-sec .row {
  row-gap: 24px;
  -webkit-transform: translateY(56px);
  transform: translateY(56px);
  opacity: 0.56;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#map-sec .map-inner {
  padding: 0 0 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #map-sec .map-inner {
    padding: 0;
  }
}
#map-sec.active .row {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#map-sec.active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
}
#map-sec .title_40,
#map-sec p {
  color: #fff;
  margin: 0;
}
#map-sec .title_40 {
  letter-spacing: -0.1px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  #map-sec .title_40 {
    letter-spacing: -0.7px;
  }
}
#map-sec p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.18px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #map-sec p {
    padding: 0px 0px 16px 0px;
  }
}
#map-sec .map-tool {
  position: relative;
  z-index: 1;
}
#map-sec .map-tool .map-img {
  display: block;
  width: 100%;
  max-width: calc(100% - 90px);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #map-sec .map-tool .map-img {
    max-width: inherit;
  }
}
#map-sec .map-tool .tooltip {
  position: absolute;
  opacity: 1;
  z-index: 2;
}
#map-sec .map-tool .tooltip img {
  display: block;
  height: 52px;
  width: 52px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  #map-sec .map-tool .tooltip img {
    width: 34px;
    height: 34px;
  }
}
#map-sec .map-tool .tooltip .map-address {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7.21px 19.226px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7.21px 19.226px 0px rgba(0, 0, 0, 0.16);
  padding: 14px 19px;
  width: 279px;
  z-index: 10000;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  #map-sec .map-tool .tooltip .map-address {
    width: 269px;
  }
}
#map-sec .map-tool .tooltip .map-address h3,
#map-sec .map-tool .tooltip .map-address p {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.144px;
  margin: 0 0 5px;
  padding: 0px;
}
#map-sec .map-tool .tooltip .map-address p {
  font-weight: 400;
  margin: 0;
  padding: 0px;
}
#map-sec .map-tool .tooltip.active .map-address {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#map-sec .map-tool .tooltip.tooltip1 {
  left: 26%;
  top: 35%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #map-sec .map-tool .tooltip.tooltip1 {
    left: 17%;
    top: 34%;
  }
}
#map-sec .map-tool .tooltip.tooltip1 .map-address {
  right: -60px;
}
@media screen and (max-width: 991px) {
  #map-sec .map-tool .tooltip.tooltip1 .map-address {
    right: auto;
    left: -40px;
  }
}
#map-sec .map-tool .tooltip.tooltip2 {
  left: 48%;
  top: 23%;
}
@media screen and (max-width: 767px) {
  #map-sec .map-tool .tooltip.tooltip2 {
    left: 46%;
    top: 23%;
  }
}
#map-sec .map-tool .tooltip.tooltip2 .map-address {
  top: auto;
  bottom: 0;
  right: auto;
  left: 100%;
}
@media screen and (max-width: 991px) {
  #map-sec .map-tool .tooltip.tooltip2 .map-address {
    bottom: 35px;
    left: -100px;
  }
}
#map-sec .map-tool .tooltip.tooltip3 {
  right: 31%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  #map-sec .map-tool .tooltip.tooltip3 {
    right: 24%;
    top: 50%;
  }
}
#map-sec .map-tool .tooltip.tooltip3 .map-address {
  right: auto;
  left: 100%;
  top: 0;
}
@media screen and (max-width: 1199px) {
  #map-sec .map-tool .tooltip.tooltip3 .map-address {
    left: -70%;
    top: auto;
    bottom: 100%;
  }
}
@media screen and (max-width: 991px) {
  #map-sec .map-tool .tooltip.tooltip3 .map-address {
    left: -140px;
    top: 100%;
    bottom: auto;
  }
}
#map-sec .global-info {
  max-width: 924px;
  border-radius: 16px;
  border: 1px solid rgba(130, 161, 213, 0.2);
  background-color: #fff;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #map-sec .global-info {
    padding: 32px 24px 48px;
  }
}
@media screen and (max-width: 767px) {
  #map-sec .global-info {
    margin: 120px 0 0;
  }
}
#map-sec .global-info h3 {
  color: #1c7cdb;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  #map-sec .global-info h3 {
    text-align: left;
    font-size: 20px;
    margin: 0 0 35px;
  }
}
#map-sec .global-info .global-center {
  display: grid;
  grid-template-columns: 120px 126px 200px 150px;
  gap: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #map-sec .global-info .global-center {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 479px) {
  #map-sec .global-info .global-center {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 479px) {
  #map-sec .global-info .global-center .global-center-inn {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(68, 84, 111, 0.24);
  }
}
#map-sec .global-info .global-center .global-center-inn:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#map-sec .global-info .global-center .global-center-inn h4 {
  color: #091e42;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 4px;
}
@media screen and (max-width: 767px) {
  #map-sec .global-info .global-center .global-center-inn h4 {
    letter-spacing: -1.12px;
    margin: 0 0 16px;
  }
}
#map-sec .global-info .global-center .global-center-inn p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #map-sec .global-info .global-center .global-center-inn p {
    font-size: 18px;
    font-weight: 500;
  }
}

.award-section-wrapper {
  padding: 64px 0 48px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper {
    padding: 48px 0 80px;
  }
}
.award-section-wrapper .head-sec {
  max-width: 420px;
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper .head-sec {
    margin: 0 0 40px;
  }
}
.award-section-wrapper .head-sec .title_40 {
  margin: 0 0 14px;
  color: #091e42;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper .head-sec .title_40 {
    margin: 0 0 16px;
  }
}
.award-section-wrapper .head-sec p {
  color: #031749;
}
.award-section-wrapper .awardSlider {
  overflow: visible;
}
.award-section-wrapper .awardSlider .swiper-slide {
  height: auto;
}
.award-section-wrapper .awardSlider .award-inn {
  padding: 24px;
  border-radius: 16px;
  background: #edf6ff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.award-section-wrapper .awardSlider .award-inn img {
  width: auto;
  max-width: 160px;
  height: 170px;
  display: block;
  margin: 0 0 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper .awardSlider .award-inn img {
    height: 106px;
    margin: 0 0 16px;
  }
}
.award-section-wrapper .awardSlider .award-inn h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0 0 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper .awardSlider .award-inn h3 {
    margin: 0 0 12px;
  }
}
.award-section-wrapper .awardSlider .award-inn p {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper .awardSlider .award-inn p {
    color: #44546f;
  }
}

.prestigious__projects__wrapper {
  overflow: hidden;
  padding: 80px 0 50px 0px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prestigious__projects__wrapper {
    overflow: unset;
  }
}
.prestigious__projects__wrapper .swiper_wrap {
  position: relative;
  height: 100%;
}
.prestigious__projects__wrapper .swiper_wrap .title_wrap {
  position: absolute;
  top: -48px;
}
.prestigious__projects__wrapper .swiper_wrap .title_wrap .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.prestigious__projects__wrapper .swiper_wrap .title_wrap .tag h6 {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.08px;
  margin: 0;
}
.prestigious__projects__wrapper .swiper_wrap .title_wrap p {
  color: #031749;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 546px;
  margin: 16px 0 0 0;
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper {
  height: 100%;
  overflow: unset;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    height: 1422px;
    overflow: hidden;
  }
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide {
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  min-height: 444px;
  width: 340px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    max-height: 444px;
  }
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide .project_card {
  height: 444px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide .project_card {
    height: 100%;
    padding: 24px;
    border: 1px solid #d3daeb;
    background: #f7f8f9;
  }
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide .project_card img {
  max-width: 100%;
  width: 100%;
  height: 444px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide .project_card img {
    height: 100%;
    min-height: 220px;
    max-height: 220px;
  }
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide .project_card h3 {
  color: #091e42;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.6px;
  margin: 16px 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide .project_card h3 {
    font-size: 18px;
  }
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide .project_card p {
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide .project_card p {
    font-size: 16px;
  }
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 546px !important;
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .project_card {
  padding: 24px;
  border: 1px solid rgba(211, 218, 235, 0.5);
  background: #f7f8f9;
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide.swiper-slide-active .project_card img {
  width: 100%;
  height: 232px;
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 66.6666666667%;
}
@media screen and (max-width: 1024px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 50%;
  }
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-button-next,
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  top: 16px;
}
@media screen and (max-width: 767px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-button-next,
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-button-prev {
    display: none;
  }
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-button-next::after,
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-button-prev::after {
  content: "";
  background-image: url(../../assets/img/home-new/projects/arrow.svg);
  width: 100%;
  height: 100%;
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: unset;
  left: 88%;
}
@media screen and (max-width: 1024px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-button-prev {
    left: 85%;
  }
}
@media screen and (max-width: 991px) {
  .prestigious__projects__wrapper .swiper_wrap .projectsSwiper .swiper-button-prev {
    left: 82%;
  }
}
.prestigious__projects__wrapper .swiper_wrap .projectsSwiper.companySwiper {
  padding-top: 170px;
}
.prestigious__projects__wrapper .cta_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  z-index: 200;
  width: 100%;
  left: 0;
  bottom: 0;
}
.prestigious__projects__wrapper .cta_wrap .outlineBlue {
  max-width: 140px;
  text-align: center;
  padding: 12px 24px;
}
.prestigious__projects__wrapper .cta_wrap .outlineBlue img {
  display: none;
}

#services {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #services {
    padding: 48px 0;
  }
}
#services .title_40 {
  margin: 0 0 48px;
  max-width: 450px;
  color: #091e42;
  letter-spacing: -0.1px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  #services .title_40 {
    letter-spacing: -0.7px;
    margin: 0 0 32px;
  }
}
#services .waterFlow_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #services .waterFlow_grid {
    padding: 0 12px;
    margin: 0 -12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#services .waterFlow_grid .waterFlow_grid_inn {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 386px;
}
@media screen and (min-width: 991px) {
  #services .waterFlow_grid .waterFlow_grid_inn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: -webkit-box-flex 0.4s ease;
    transition: -webkit-box-flex 0.4s ease;
    transition: flex 0.4s ease;
    transition: flex 0.4s ease, -webkit-box-flex 0.4s ease, -ms-flex 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  #services .waterFlow_grid .waterFlow_grid_inn {
    background-color: #fff;
    border-radius: 0;
    overflow: unset;
    padding: 0;
    display: block;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #services .waterFlow_grid .waterFlow_grid_inn {
    width: 100%;
    min-width: 284px;
  }
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_title .waterFlow_icon {
  height: 32px;
  width: 32px;
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_title h3 {
  color: #091e42;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: -0.6px;
  margin: 0 0;
}
@media screen and (max-width: 767px) {
  #services .waterFlow_grid .waterFlow_grid_inn .waterflow_title h3 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    padding-inline: 0px;
  }
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 100%;
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 16px;
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media screen and (max-width: 991px) {
  #services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.162px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transform: translateY(48%);
  transform: translateY(48%);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img p {
    max-width: 292px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    color: #44546f;
    max-width: 100%;
    padding: 16px 8px 8px 8px;
  }
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img p .btnBlue {
  max-width: 180px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img p .btnBlue {
    max-width: 160px;
    padding-block: 8px;
  }
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img p .btnBlue img {
  height: 24px;
  width: 24px;
}
#services .waterFlow_grid .waterFlow_grid_inn .waterflow_content_wrap .img p .btnBlue span {
  text-wrap: nowrap;
  padding-left: 16px;
  font-weight: 600;
}
@media screen and (min-width: 991px) {
  #services .waterFlow_grid .waterFlow_grid_inn:hover {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
#services .waterFlow_grid .waterFlow_grid_inn:hover .img::after {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 991px) {
  #services .waterFlow_grid .waterFlow_grid_inn:hover .img::after {
    backdrop-filter: none;
    background: transparent;
  }
}
#services .waterFlow_grid .waterFlow_grid_inn:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  #services .waterFlow_grid .waterFlow_grid_inn:hover .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#services .waterFlow_grid .waterFlow_grid_inn:hover .img p {
  -webkit-transform: translateY(-32%);
  transform: translateY(-32%);
}
@media screen and (max-width: 991px) {
  #services .waterFlow_grid .waterFlow_grid_inn:hover .img p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#services .waterFlow_grid .waterFlow_grid_inn:hover .img p span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #services .waterFlow_grid .waterFlow_grid_inn:hover .img p span {
    color: #44546f;
  }
}
@media screen and (max-width: 767px) {
  #services .waterFlow_grid .waterFlow_grid_inn:hover .img p .btnBlue span {
    color: #1c7cdb;
  }
}

#innovation {
  padding: 120px 0 74px;
  overflow: hidden;
  position: relative;
}
#innovation .container {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #innovation .container {
    padding: 0;
  }
}
#innovation::after {
  content: "";
  background-image: url("../../assets/img/home-new/innovatin-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #innovation::after {
    background-image: url("../../assets/img/home-new/innovation-bg-mob.png");
  }
}
@media screen and (max-width: 767px) {
  #innovation {
    padding: 40px 0;
  }
}
#innovation .title_40 {
  max-width: 546px;
  margin: 0 0 48px;
  color: #091e42;
  letter-spacing: -0.1px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  #innovation .title_40 {
    letter-spacing: -0.7px;
    margin: 0 0 32px;
    padding-inline: 16px;
  }
}
#innovation .solution-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  overflow: auto;
}
@media screen and (max-width: 991px) {
  #innovation .solution-grid {
    margin: 0 -12px;
    padding: 0 24px;
  }
}
#innovation .solution-grid .solution-inn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 509px;
  min-width: 302px;
}
@media screen and (max-width: 767px) {
  #innovation .solution-grid .solution-inn {
    min-height: 431px;
  }
}
#innovation .solution-grid .solution-inn::before {
  content: "";
  position: absolute;
  border-radius: 16px;
  background: -webkit-gradient(linear, right top, left top, from(#2772db), color-stop(35.66%, #32a7fe), color-stop(64.08%, #99deff), to(#fff));
  background: linear-gradient(-90deg, #2772db 0%, #32a7fe 35.66%, #99deff 64.08%, #fff 100%);
  height: 100%;
  width: 95%;
  left: 5px;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#innovation .solution-grid .solution-inn figure {
  position: absolute;
  height: calc(100% - 10px);
  width: 100%;
  top: 5px;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 16px;
  overflow: hidden;
}
#innovation .solution-grid .solution-inn figure img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#innovation .solution-grid .solution-inn .solution-cont h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.8px;
  margin: 0 0 8px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#innovation .solution-grid .solution-inn .solution-cont h3::after {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/icons/chevron-right.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#innovation .solution-grid .solution-inn .solution-cont p {
  color: #edf6ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#innovation .solution-grid .solution-inn .solution-cont h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.6px;
  margin: 0 0 2px;
}
#innovation .solution-grid .solution-inn .solution-cont span {
  display: block;
  color: #edf6ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.14px;
}
#innovation .solution-grid .solution-inn:hover::before {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  #innovation .solution-grid .solution-inn:hover::before {
    display: none;
  }
}
#innovation .solution-grid .solution-inn:hover figure img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
#innovation .solution-grid .solution-inn:hover .solution-cont h3 {
  gap: 8px;
}
#innovation .solution-grid .solution-inn:hover .solution-cont h3::after {
  opacity: 1;
  visibility: visible;
}

.leadership-sec {
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .leadership-sec {
    padding: 40px 0;
  }
}
.leadership-sec h2 {
  color: #091e42;
  letter-spacing: -0.1px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .leadership-sec h2 {
    letter-spacing: -0.7px;
    text-align: left;
  }
}
.leadership-sec::after, .leadership-sec::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(82%, #fff));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 82%);
  height: 100%;
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .leadership-sec::after, .leadership-sec::before {
    display: none;
  }
}
.leadership-sec::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.leadership-sec .leadershipSlider {
  margin: 48px 0 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .leadership-sec .leadershipSlider {
    margin: 40px 0 0;
  }
}
.leadership-sec .leadershipSlider .leadershipInn {
  padding: 20px 90px;
  position: relative;
}
.leadership-sec .leadershipSlider .leadershipInn::before, .leadership-sec .leadershipSlider .leadershipInn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 82px;
  height: 158px;
  background-image: url("../../assets/img/home-new/services/leaf-image.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 82px 158px;
}
.leadership-sec .leadershipSlider .leadershipInn::after {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.leadership-sec .leadershipSlider .leadershipInn h3 {
  color: #091e42;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.4px;
  margin: 0 0 2px;
}
.leadership-sec .leadershipSlider .leadershipInn h4 {
  color: #091e42;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.45px;
  margin: 0 0 8px;
  padding: 0 0 8px;
  position: relative;
}
.leadership-sec .leadershipSlider .leadershipInn h4::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 1px;
  background-color: rgba(68, 84, 111, 0.16);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.leadership-sec .leadershipSlider .leadershipInn h5 {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.12px;
  margin: 0 0 2px;
}
.leadership-sec .leadershipSlider .leadershipInn p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.12px;
  margin: 0;
}

.home_water_wrapper {
  padding: 80px 0;
}
.home_water_wrapper .title_wrap .outlineBlue {
  max-width: 108px;
}
@media screen and (max-width: 767px) {
  .home_water_wrapper .title_wrap .outlineBlue {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 767px) {
  .home_water_wrapper .title_wrap .outlineBlue img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .home_water_wrapper .outlineBlue {
    bottom: 20px;
  }
}
.home_water_wrapper .title_40 {
  letter-spacing: -0.1px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .home_water_wrapper .title_40 {
    letter-spacing: -0.7px;
  }
}

.social-media-sec {
  padding: 80px 0;
  overflow: hidden;
}
.social-media-sec.home_social_media_wrapper {
  position: relative;
}
.social-media-sec.home_social_media_wrapper::before {
  content: "";
  background-image: url("../../assets/img/home-new/home-social-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.social-media-sec.home_social_media_wrapper .container {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .social-media-sec {
    padding: 40px 0;
  }
}
.social-media-sec .container {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .social-media-sec .container {
    overflow: visible;
  }
}
.social-media-sec .title_40 {
  max-width: 546px;
  margin: 0 0 48px;
  color: #091e42;
  letter-spacing: -0.1px;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .social-media-sec .title_40 {
    letter-spacing: -0.7px;
    margin: 0 0 49px;
  }
}
.social-media-sec .socialMediaSlider {
  overflow: visible;
}
.social-media-sec .socialMediaSlider .social-media-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 10px 10px 16px 10px;
  border-radius: 16px;
  background: #fff;
}
.social-media-sec .socialMediaSlider .social-media-box figure {
  height: 224px;
  border-radius: 16px;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .social-media-sec .socialMediaSlider .social-media-box figure {
    height: 206px;
  }
}
.social-media-sec .socialMediaSlider .social-media-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-media-sec .socialMediaSlider .social-media-box .tags {
  display: block;
  color: #1c7cdb;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #edf6ff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .social-media-sec .socialMediaSlider .social-media-box .tags {
    margin-top: 12px;
  }
}
.social-media-sec .socialMediaSlider .social-media-box p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.social-media-sec .socialMediaSlider .social-media-box:hover figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.social-media-sec .socialMediaSlider .arrow-wrap {
  width: 120px;
  height: 48px;
  right: 0;
  top: auto;
  position: absolute;
  bottom: calc(100% + 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .social-media-sec .socialMediaSlider .arrow-wrap {
    display: none;
  }
}
.social-media-sec .socialMediaSlider .arrow-wrap .circle-arrow {
  font-size: 0;
  color: transparent;
  background-image: url("../../assets/img/icons/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
}
.social-media-sec .socialMediaSlider .arrow-wrap .circle-arrow.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.future-sec {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/home-new/feature-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 120px 0 40px;
}
@media screen and (max-width: 767px) {
  .future-sec {
    padding-block: 0px 80px;
  }
}
.future-sec .future-inn {
  border-radius: 56px;
  border: 1px solid rgba(178, 214, 250, 0.3);
  background-color: rgba(255, 255, 255, 0.9);
  display: grid;
  grid-template-columns: auto 435px;
  gap: 24px;
  padding: 0 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .future-sec .future-inn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .future-sec .future-inn {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 47px 24px 0;
    text-align: center;
    border-radius: 32px;
  }
}
.future-sec .future-inn .future-left {
  padding: 24px 15px 24px 0;
}
@media screen and (max-width: 991px) {
  .future-sec .future-inn .future-left {
    padding: 0;
  }
}
.future-sec .future-inn .future-left .title_40 {
  margin: 0 0 8px;
  color: #091e42;
  letter-spacing: -0.1px;
  line-height: 130%;
}
@media screen and (max-width: 991px) {
  .future-sec .future-inn .future-left .title_40 {
    letter-spacing: -0.7px;
    margin: 0 0 24px;
  }
}
.future-sec .future-inn .future-left p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .future-sec .future-inn .future-left p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.future-sec .future-inn .future-left .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .future-sec .future-inn .future-left .btn-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .future-sec .future-inn .future-left .btn-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.future-sec .future-inn .future-left .btn-wrap .btnBlue {
  max-width: 170px;
}
.future-sec .future-inn .future-left .btn-wrap .outlineBlue {
  background: transparent;
  overflow: hidden;
}
.future-sec .future-inn .future-left .btn-wrap .outlineBlue img {
  -webkit-filter: drop-shadow(0px 100px 0 #1c7cdb);
  filter: drop-shadow(0px 100px 0 #1c7cdb);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.future-sec .future-inn figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  padding: 24px 0 0;
  margin-top: auto;
}
@media screen and (max-width: 991px) {
  .future-sec .future-inn figure {
    max-width: 400px;
    margin: 0 auto;
  }
}
.future-sec .future-inn figure img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.future-sec .future-inn figure .desktop_view {
  display: block;
}
@media screen and (max-width: 767px) {
  .future-sec .future-inn figure .desktop_view {
    display: none;
  }
}
.future-sec .future-inn figure .mobile_view {
  display: none;
}
@media screen and (max-width: 767px) {
  .future-sec .future-inn figure .mobile_view {
    display: block;
  }
}

.home_awards .head-sec {
  width: 100%;
  max-width: 100%;
}
.home_awards .head-sec .title_40 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .home_awards .head-sec .title_40 {
    text-align: left;
  }
}
.home_awards .awardSlider .award-inn {
  background: #edf6ff !important;
}

@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.sustainability-banner img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.sustainability-banner .floating_contents {
    left: 0;
  }
}
.banner__breadcrumb__wrapper.sustainability-banner .floating_contents .title_wrap {
  max-width: 675px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.sustainability-banner .floating_contents .title_wrap {
    margin-right: 0;
    padding: 0 16px;
  }
}
.banner__breadcrumb__wrapper.sustainability-banner .floating_contents .title_wrap .bannerTag {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  margin: 0 0 29px;
  border-radius: 8px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.1) 4.45%, rgba(255, 255, 255, 0.2) 18.53%, rgba(255, 255, 255, 0.1) 98.05%);
  backdrop-filter: blur(20px);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 14px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.sustainability-banner .floating_contents .title_wrap .bannerTag {
    margin: 0 auto 16px;
  }
}

.positive_impect_wrap {
  padding: 56px 0;
  position: relative;
}
.positive_impect_wrap::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/sustainability/positive-impact-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .positive_impect_wrap::before {
    background-image: url("../../assets/img/sustainability/positive-impact-bg-mob.svg");
  }
}
@media screen and (max-width: 767px) {
  .positive_impect_wrap {
    padding: 48px 0 40px;
  }
}
.positive_impect_wrap .positive_impectTop {
  max-width: 736px;
}
.positive_impect_wrap .positive_impectTop p {
  color: #44546f;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.2px;
  margin: 0;
}
.positive_impect_wrap .positive_impectBottom {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .positive_impect_wrap .positive_impectBottom {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 88px;
  }
}
.positive_impect_wrap .positive_impectBottom .positiveImpectInn {
  padding-left: 16px;
  border-left: 1px solid rgba(68, 84, 111, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .positive_impect_wrap .positive_impectBottom .positiveImpectInn {
    padding: 0 0 16px 8px;
    border-left: 0;
    border-bottom: 1px solid rgba(68, 84, 111, 0.24);
    gap: 8px;
  }
}
.positive_impect_wrap .positive_impectBottom .positiveImpectInn:first-child {
  padding-left: 0;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .positive_impect_wrap .positive_impectBottom .positiveImpectInn:first-child {
    padding-left: 8px;
  }
}
.positive_impect_wrap .positive_impectBottom .positiveImpectInn:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.positive_impect_wrap .positive_impectBottom .positiveImpectInn .title_32 {
  margin: 0;
  margin-top: 16px;
}
.positive_impect_wrap .positive_impectBottom .positiveImpectInn span {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
.positive_impect_wrap .positive_impectBottom .positiveImpectInn p {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #44546f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  margin: 0;
}

.guide_section_wrapper.sustainabilty-guide-sec {
  position: relative;
  overflow: hidden;
}
.guide_section_wrapper.sustainabilty-guide-sec::before {
  content: "";
  top: 0;
  left: 0;
  background-image: url("../../assets/img/sustainability/sustain-area-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  width: 100%;
  height: 85%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.sustainabilty-guide-sec::before {
    background-image: url("../../assets/img/sustainability/sustain-area-mob.png");
    height: 36%;
  }
}
.guide_section_wrapper.sustainabilty-guide-sec .title_40 {
  max-width: 535px;
}
.guide_section_wrapper.sustainabilty-guide-sec .guide_grid .guide_grid_inn {
  position: relative;
  padding-top: 36px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.sustainabilty-guide-sec .guide_grid .guide_grid_inn .guide_cont {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.sustainabilty-guide-sec .guide_grid .guide_grid_inn .guide_cont h3 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.guide_section_wrapper.sustainabilty-guide-sec .guide_grid .guide_grid_inn .btnBlue {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.sustainabilty-guide-sec .guide_grid .guide_grid_inn .btnBlue {
    display: block;
    border-color: #1c7cdb;
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.sustainabilty-guide-sec .guide_grid .guide_grid_inn .btnBlue span {
    color: #1c7cdb;
  }
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.sustainabilty-guide-sec .guide_grid .guide_grid_inn .btnBlue img {
    -webkit-filter: drop-shadow(0px 100px 0 #1c7cdb);
    filter: drop-shadow(0px 100px 0 #1c7cdb);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.guide_section_wrapper.sustainabilty-guide-sec .guide_grid .build_cards_wrap .inner h4 {
  font-weight: 700;
}
@media screen and (min-width: 991px) {
  .guide_section_wrapper.sustainabilty-guide-sec .guide_grid .build_cards_wrap .inner .img p {
    -webkit-transform: translateY(12%);
    transform: translateY(12%);
  }
}
@media screen and (min-width: 991px) {
  .guide_section_wrapper.sustainabilty-guide-sec .guide_grid .build_cards_wrap:hover .inner .img p {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}

.success_sustainabilty_sec .succes_head-sec .title_40 {
  max-width: 525px;
}

.banner__breadcrumb__wrapper.innovetion_banner {
  height: 726px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.innovetion_banner {
    height: 620px;
  }
}
.banner__breadcrumb__wrapper.innovetion_banner figure {
  height: 100%;
}
.banner__breadcrumb__wrapper.innovetion_banner figure img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.innovetion_banner figure img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.innovetion_banner .floating_contents {
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banner__breadcrumb__wrapper.innovetion_banner .floating_contents .title_wrap {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.innovetion_banner .floating_contents .title_wrap {
    padding: 0 16px;
  }
}
.banner__breadcrumb__wrapper.innovetion_banner .floating_contents .title_wrap h3 {
  color: #edf6ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  margin: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.innovetion_banner .floating_contents .title_wrap h3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 16px;
  }
}
.banner__breadcrumb__wrapper.innovetion_banner .floating_contents .title_wrap h3 img {
  height: 28px;
  width: 28px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner__breadcrumb__wrapper.innovetion_banner .floating_contents .title_wrap .btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.innovetion_banner .floating_contents .title_wrap .btn-wrap {
    margin: 16px auto 0;
  }
}
.banner__breadcrumb__wrapper.innovetion_banner .floating_contents .title_wrap .btn-wrap .btnBlue {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb__wrapper.innovetion_banner .floating_contents .title_wrap .btn-wrap .btnBlue {
    margin: 0 auto;
  }
}

.counter_wrapper {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .counter_wrapper {
    padding: 50px 0 90px;
  }
}
.counter_wrapper::before {
  content: "";
  width: 200%;
  height: 300%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-84.33%, #2772db), color-stop(-50.28%, #32a7fe), color-stop(-23.15%, #99deff), color-stop(11.14%, #fff));
  background: linear-gradient(0deg, #2772db -84.33%, #32a7fe -50.28%, #99deff -23.15%, #fff 11.14%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .counter_wrapper::before {
    -webkit-transform: translateX(-50%) scale(1.4);
    transform: translateX(-50%) scale(1.4);
    bottom: 60%;
  }
}
.counter_wrapper .counter_bg_wrap {
  position: relative;
}
.counter_wrapper .counter_bg_wrap::before {
  content: "";
  position: absolute;
  bottom: -8%;
  left: -7%;
  width: 240px;
  height: 240px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  background: url("../../assets/img/cpvc/cpvc-slide-left-mol.svg") no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .counter_wrapper .counter_bg_wrap::before {
    left: -10%;
    bottom: -10%;
  }
}
@media screen and (max-width: 991px) {
  .counter_wrapper .counter_bg_wrap::before {
    background: url("../../assets/img/cpvc/cpvc-slide-left-mol-mob.svg") no-repeat;
    left: -4%;
    top: -80%;
  }
}
@media screen and (max-width: 767px) {
  .counter_wrapper .counter_bg_wrap::before {
    top: -182%;
  }
}
.counter_wrapper .counter_bg_wrap::after {
  content: "";
  position: absolute;
  bottom: -60%;
  right: -8%;
  width: 240px;
  height: 240px;
  -webkit-transform: rotate(20deg);
  transform: rotate(0);
  background: url(../../assets/img/cpvc/cpvc-slide-right-mol.svg) no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .counter_wrapper .counter_bg_wrap::after {
    right: -10%;
    bottom: -120%;
  }
}
@media screen and (max-width: 991px) {
  .counter_wrapper .counter_bg_wrap::after {
    background: url("../../assets/img/cpvc/cpvc-slide-right-mol-mob.svg") no-repeat;
    right: -18%;
    top: 48%;
  }
}
@media screen and (max-width: 767px) {
  .counter_wrapper .counter_bg_wrap::after {
    top: 90%;
    right: -37%;
    -webkit-transform: rotate(-6deg);
    transform: rotate(23deg);
  }
}
@media screen and (min-width: 1700px) {
  .counter_wrapper .counter_bg_wrap::after {
    right: -5%;
  }
}
.counter_wrapper .counter_bg_wrap .counter_outer {
  display: grid;
  position: relative;
  z-index: 100;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .counter_wrapper .counter_bg_wrap .counter_outer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .counter_wrapper .counter_bg_wrap .counter_outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .counter_wrapper .counter_bg_wrap .counter_outer {
    margin: 0 -12px;
    padding: 0 12px;
  }
}
.counter_wrapper .counter_bg_wrap .counter_outer .counter_inner {
  display: grid;
  grid-template-columns: 56px auto;
  gap: 4px 10px;
  padding-left: 8px;
  border-left: 1px solid rgba(68, 84, 111, 0.24);
}
@media screen and (max-width: 767px) {
  .counter_wrapper .counter_bg_wrap .counter_outer .counter_inner {
    min-width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .counter_wrapper .counter_bg_wrap .counter_outer .counter_inner:nth-child(2n+1) {
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .counter_wrapper .counter_bg_wrap .counter_outer .counter_inner:nth-child(2n+1) {
    padding-left: 8px;
    border-left: 1px solid rgba(68, 84, 111, 0.24);
  }
}
.counter_wrapper .counter_bg_wrap .counter_outer .counter_inner:first-child {
  border-left: 0;
  padding-left: 0;
}
.counter_wrapper .counter_bg_wrap .counter_outer .counter_inner img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 56px;
  width: 56px;
  grid-row: 1/3;
  grid-column: 1;
}
.counter_wrapper .counter_bg_wrap .counter_outer .counter_inner h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.24px;
  margin: 0;
}
.counter_wrapper .counter_bg_wrap .counter_outer .counter_inner p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
  height: 54px;
  overflow: hidden;
}

.innovation__products {
  padding: 80px 0 62px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #F7F8F9), to(#FFF));
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #F7F8F9 34.48%, #FFF 100%);
}
.innovation__products .inner_wrap {
  margin: 0;
}
.innovation__products .inner_wrap::after {
  bottom: 0;
  z-index: 0;
}
.innovation__products .inner_wrap .title_40 {
  margin: 0 0 8px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .innovation__products .inner_wrap .title_40 {
    padding-top: 0;
    margin: 0 0 24px;
  }
}
.innovation__products .inner_wrap p {
  margin: 0;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 767px) {
  .innovation__products .inner_wrap p {
    margin: 0 0 24px;
  }
}
.innovation__products .inner_wrap figure {
  position: relative;
}
.innovation__products .inner_wrap figure::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../../assets/img/innovetion/product/ellipse.png");
  background-size: 90% 90%;
  z-index: 0;
}
.innovation__products .inner_wrap figure img {
  position: relative;
  z-index: 1;
}

#map-sec.innovation_map {
  padding: 160px 0 120px 0;
}
@media screen and (max-width: 767px) {
  #map-sec.innovation_map {
    padding: 40px 0 0;
  }
}
#map-sec.innovation_map::before {
  background: transparent;
  background-image: url("../../assets/img/innovetion/innovent-map.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  -webkit-transform: none;
  transform: none;
  z-index: 0;
}
#map-sec.innovation_map::after {
  display: none;
}
#map-sec.innovation_map .title_40 {
  color: #091e42;
}
#map-sec.innovation_map p {
  color: #44546f;
}
#map-sec.innovation_map .global-info {
  text-align: center;
  border-radius: 16px;
  max-width: 1116px;
  background-color: transparent;
  border: none;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #map-sec.innovation_map .global-info {
    text-align: left;
  }
}
#map-sec.innovation_map .global-info h3 {
  color: #091E42;
}
@media screen and (min-width: 768px) {
  #map-sec.innovation_map .global-info .global-center {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#map-sec.innovation_map .global-info .global-center .global-center-inn {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #map-sec.innovation_map .global-info .global-center .global-center-inn {
    max-width: inherit;
  }
}
#map-sec.innovation_map .global-info .global-center .global-center-inn img {
  display: block;
  max-width: 100%;
  margin: 0 auto 16px;
  height: 56px;
  width: 56px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #map-sec.innovation_map .global-info .global-center .global-center-inn img {
    margin: 0 0 16px;
  }
}
#map-sec.innovation_map .global-info .global-center .global-center-inn p {
  color: #031749;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-wrap: pretty;
}
@media screen and (max-width: 767px) {
  #map-sec.innovation_map .global-info .global-center .global-center-inn p {
    color: #44546f;
    font-size: 18px;
    font-weight: 500;
  }
}
#map-sec.innovation_map.active::before {
  -webkit-transform: none;
  transform: none;
}

.award-section-wrapper {
  overflow: hidden;
}
.award-section-wrapper.innovetion-award {
  padding: 40px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper.innovetion-award {
    padding: 48px 0 80px;
  }
}
.award-section-wrapper.innovetion-award .head-sec {
  max-width: 546px;
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper.innovetion-award .head-sec {
    margin: 0 0 40px;
  }
}
.award-section-wrapper.innovetion-award .head-sec .title_40 {
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper.innovetion-award .head-sec .title_40 {
    margin: 0 0 16px;
  }
}
.award-section-wrapper.innovetion-award .awardSlider .award-inn {
  background: #EDF6FF;
}
.award-section-wrapper.innovetion-award .awardSlider .award-inn h3 {
  margin: 0;
}
.award-section-wrapper .awardSlider {
  overflow: visible;
}
.award-section-wrapper .awardSlider .swiper-slide {
  height: auto;
}
.award-section-wrapper .awardSlider .award-inn {
  padding: 24px;
  border-radius: 16px;
  background-color: #f7f8f9;
  height: 100%;
}
.award-section-wrapper .awardSlider .award-inn img {
  width: auto;
  max-width: 160px;
  height: 170px;
  display: block;
  margin: 0 0 32px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper .awardSlider .award-inn img {
    height: 106px;
    margin: 0 0 16px;
  }
}
.award-section-wrapper .awardSlider .award-inn h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper .awardSlider .award-inn h3 {
    margin: 0 0 12px;
  }
}
.award-section-wrapper .awardSlider .award-inn p {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper .awardSlider .award-inn p {
    color: #44546f;
  }
}
.award-section-wrapper .arrow-wrap {
  width: 120px;
  height: 48px;
  right: 0;
  top: auto;
  position: absolute;
  bottom: calc(100% + 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper .arrow-wrap {
    display: none;
  }
}
.award-section-wrapper .arrow-wrap .circle-arrow {
  font-size: 0;
  color: transparent;
  background-image: url("../../assets/img/icons/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
}
.award-section-wrapper .arrow-wrap .circle-arrow.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.tabs__swiper__wrapper {
  padding-block: 120px 0px;
}
.tabs__swiper__wrapper.innovetion-tab {
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper.innovetion-tab {
    padding: 40px 0;
  }
}
.tabs__swiper__wrapper.innovetion-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/export/solution-glob.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper.innovetion-tab::before {
    background-image: url("../../assets/img/export/solution-glob-mob.svg");
    height: 40%;
  }
}
.tabs__swiper__wrapper.innovetion-tab .container {
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper.innovetion-tab .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.tabs__swiper__wrapper.innovetion-tab .container .row p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}
.tabs__swiper__wrapper.innovetion-tab .title_40 {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper.innovetion-tab .title_40 {
    margin: 0 0 24px;
  }
}
.tabs__swiper__wrapper.innovetion-tab .main_tabs_wrap {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper.innovetion-tab .main_tabs_wrap {
    margin-top: 24px;
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper.innovetion-tab .main_tabs_wrap .nav_tabs_wrap {
    border-top: 1px solid rgba(68, 84, 111, 0.16);
  }
}
@media screen and (max-width: 575px) {
  .tabs__swiper__wrapper.innovetion-tab .main_tabs_wrap .nav_tabs_wrap {
    margin: 0 -12px;
  }
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper.innovetion-tab .main_tabs_wrap .nav_tabs_wrap .nav_list {
    padding: 22px 18px;
  }
}
.tabs__swiper__wrapper.innovetion-tab .main_tabs_wrap .nav_tabs_wrap .nav_list li a {
  color: #44546f;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper.innovetion-tab .main_tabs_wrap .nav_tabs_wrap .nav_list li a {
    font-size: 16px;
    font-weight: 700;
  }
}
.tabs__swiper__wrapper.innovetion-tab .main_tabs_wrap .nav_tabs_wrap .nav_list li a.active {
  color: #091e42;
}
@media screen and (max-width: 767px) {
  .tabs__swiper__wrapper.innovetion-tab .main_tabs_wrap .nav_tabs_wrap .nav_list li a.active:before {
    bottom: -22px;
  }
}
.tabs__swiper__wrapper.innovetion-tab .tabContent {
  max-height: 513px;
  overflow: auto;
}
@media screen and (max-width: 575px) {
  .tabs__swiper__wrapper.innovetion-tab .tabContent {
    margin: 0 -12px;
  }
}
.tabs__swiper__wrapper.innovetion-tab .tabContent .prod_grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 16px;
}
@media screen and (max-width: 991.33px) {
  .tabs__swiper__wrapper.innovetion-tab .tabContent .prod_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .tabs__swiper__wrapper.innovetion-tab .tabContent .prod_grid {
    grid-template-columns: 1fr;
  }
}

#innovation.career-innovation .title_40 {
  margin: 0;
}
#innovation.career-innovation p {
  margin: 0;
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
#innovation.career-innovation .row {
  row-gap: 24px;
}
#innovation.career-innovation .solution-grid {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  #innovation.career-innovation .solution-grid {
    margin-top: 24px;
  }
}
#innovation.career-innovation .solution-grid .solution-inn .solution-cont h3 {
  width: 100%;
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin: 0 0 24px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#innovation.career-innovation .solution-grid .solution-inn .solution-cont h4 {
  color: #FFF;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.6px;
  margin: 0 0 8px;
  text-transform: capitalize;
}
#innovation.career-innovation .solution-grid .solution-inn .solution-cont p {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.great_place_wrapper {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F7F8F9));
  background: linear-gradient(180deg, #FFF 0%, #F7F8F9 100%);
}
@media screen and (max-width: 767px) {
  .great_place_wrapper {
    padding: 80px 0 32px;
  }
}
.great_place_wrapper .row {
  row-gap: 40px;
}
.great_place_wrapper .great_place_cont img {
  width: 88px;
  height: 150px;
  display: inline-block;
}
.great_place_wrapper .great_place_cont .title_40 {
  margin: 48px 0 8px;
}
@media screen and (max-width: 767px) {
  .great_place_wrapper .great_place_cont .title_40 {
    margin: 16px 0;
  }
}
@media screen and (max-width: 991px) {
  .great_place_wrapper .great_place_cont .title_40 br {
    display: none;
  }
}
.great_place_wrapper .great_place_cont p {
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}
.great_place_wrapper figure {
  height: 409px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .great_place_wrapper figure {
    height: auto;
  }
}
.great_place_wrapper figure img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.well-being_wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .well-being_wrapper {
    padding: 80px 0 40px;
  }
}
.well-being_wrapper .title_40 {
  max-width: 510px;
  margin: 0 0 52px;
}
@media screen and (max-width: 767px) {
  .well-being_wrapper .title_40 {
    margin: 0 0 40px;
  }
}
.well-being_wrapper .well_being_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .well-being_wrapper .well_being_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .well-being_wrapper .well_being_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 16px;
  }
}
@media screen and (max-width: 575px) {
  .well-being_wrapper .well_being_grid {
    margin: 0 -12px;
    padding: 0 12px;
  }
}
.well-being_wrapper .well_being_grid .well_being_inn {
  padding: 4px;
  border-radius: 16px;
  background-color: #F7F8F9;
}
@media screen and (max-width: 767px) {
  .well-being_wrapper .well_being_grid .well_being_inn {
    min-width: 302px;
    padding: 9px;
  }
}
.well-being_wrapper .well_being_grid .well_being_inn figure {
  border-radius: 12px;
  height: 224px;
  overflow: hidden;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .well-being_wrapper .well_being_grid .well_being_inn figure {
    height: 206px;
    margin: 0 0 12px;
  }
}
.well-being_wrapper .well_being_grid .well_being_inn figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.well-being_wrapper .well_being_grid .well_being_inn .well_being_cont {
  padding: 0 4px 4px;
}
.well-being_wrapper .well_being_grid .well_being_inn .well_being_cont h3 {
  color: #091E42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 4px;
}
@media screen and (max-width: 767px) {
  .well-being_wrapper .well_being_grid .well_being_inn .well_being_cont h3 {
    margin: 0 0 12px;
  }
}
.well-being_wrapper .well_being_grid .well_being_inn .well_being_cont p {
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.our_people_wrapper {
  padding: 80px 0;
  background-image: url("../../assets/img/career/our-people/our-people-back.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our_people_wrapper {
    padding: 80px 0 40px;
    background-image: url("../../assets/img/career/our-people/our-people-back-mob.png");
  }
}
.our_people_wrapper .our_people_head {
  max-width: 546px;
  margin: 0 auto 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .our_people_wrapper .our_people_head {
    margin: 0 0 40px;
    text-align: left;
  }
}
.our_people_wrapper .our_people_head .title_40 {
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .our_people_wrapper .our_people_head .title_40 {
    margin: 0 0 24px;
  }
}
.our_people_wrapper .our_people_head p {
  margin: 0;
}
.our_people_wrapper .our_people_slider_wrap {
  padding: 0 90px;
}
@media screen and (max-width: 767px) {
  .our_people_wrapper .our_people_slider_wrap {
    padding: 0;
  }
}
.our_people_wrapper .our_people_slider_wrap .our_people_slider {
  margin: 0 0 16px;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .our_people_wrapper .our_people_slider_wrap .our_people_slider {
    margin: 0;
  }
}
.our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-slide .swiperInnTop {
  border-radius: 16px;
  margin: 0 auto;
  height: 540px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-slide .swiperInnTop {
    min-height: 180px;
    height: auto;
  }
}
.our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-slide .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 64px;
  width: 64px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-slide .playBtn {
    height: 48px;
    width: 48px;
  }
}
.our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-slide img, .our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-button-next, .our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-button-prev {
  height: 48px;
  width: 48px;
  background-image: url("../../assets/img/icons/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
  right: -75px;
}
.our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-button-next::after, .our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-button-prev::after {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-button-next, .our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-button-prev {
    display: none;
  }
}
.our_people_wrapper .our_people_slider_wrap .our_people_slider .swiper-button-prev {
  right: auto;
  left: -75px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .our_people_wrapper .our_people_slider_wrap .our_poeple_slider_nav {
    display: none;
  }
}
.our_people_wrapper .our_people_slider_wrap .our_poeple_slider_nav .swiperInnBottom {
  position: relative;
  cursor: pointer;
}
.our_people_wrapper .our_people_slider_wrap .our_poeple_slider_nav .swiperInnBottom img {
  width: 100%;
  height: 97px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.our_people_wrapper .our_people_slider_wrap .our_poeple_slider_nav .swiperInnBottom img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.our_people_wrapper .our_people_slider_wrap .our_poeple_slider_nav .swiperInnBottom.videoSlide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 24px;
  width: 24px;
  background-image: url("../../assets/img/icons/play-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.career-testimonial-wrapper .testimonial__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#2772DB), color-stop(30%, #32A7FE), color-stop(60%, #99DEFF), to(#FFF));
  background: linear-gradient(180deg, #2772DB 0%, #32A7FE 30%, #99DEFF 60%, #FFF 100%);
}
@media screen and (min-width: 768px) {
  .career-testimonial-wrapper .testimonial__wrapper {
    padding: 80px 0;
  }
}
.career-testimonial-wrapper .aliaxis__wrapper {
  display: none;
}

.getintouch-section.career_get_in_touch {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F7F8F9));
  background: linear-gradient(180deg, #FFF 0%, #F7F8F9 100%);
}
@media screen and (min-width: 768px) {
  .getintouch-section.career_get_in_touch .getintouch-inner {
    padding: 64px 40px;
  }
}
.getintouch-section.career_get_in_touch .getintouch-inner .btn-wrap .btnBlue {
  max-width: 240px;
}

.search_result_wrapper {
  padding: 0 0 114px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper {
    padding: 0 0 56px;
  }
}
.search_result_wrapper .search-bar {
  padding: 40px 0;
  position: relative;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .search-bar {
    margin: 0 0 16px;
    padding: 12px 0 8px;
  }
}
.search_result_wrapper .search-bar::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: #EDF6FF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .search-bar::before {
    display: none;
  }
}
.search_result_wrapper .search-bar .srch-box {
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background-color: #FFF;
  display: block;
  width: 100%;
  padding: 22px 22px 22px 54px;
  color: #091E42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.27px;
  background-image: url("../../assets/img/icons/search-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  background-position: 22px center;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .search-bar .srch-box {
    padding: 14px 16px 14px 44px;
    background-position: 16px center;
    font-size: 16px;
    letter-spacing: -0.24px;
  }
}
.search_result_wrapper .search-bar .srch-box::-webkit-input-placeholder {
  color: #44546F;
  opacity: 1;
}
.search_result_wrapper .search-bar .srch-box::-moz-placeholder {
  color: #44546F;
  opacity: 1;
}
.search_result_wrapper .search-bar .srch-box:-ms-input-placeholder {
  color: #44546F;
  opacity: 1;
}
.search_result_wrapper .search-bar .srch-box::-ms-input-placeholder {
  color: #44546F;
  opacity: 1;
}
.search_result_wrapper .search-bar .srch-box::placeholder {
  color: #44546F;
  opacity: 1;
}
.search_result_wrapper .search-bar .srch-box::-webkit-search-cancel-button {
  position: relative;
  right: 0px;
  background-image: url("../../assets/img/icons/close-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.search_result_wrapper .tabContent {
  padding: 80px 0 0;
}
@media screen and (min-width: 992px) {
  .search_result_wrapper .tabContent.active {
    display: block !important;
  }
}
.search_result_wrapper .tabContent.active {
  display: grid;
}
.search_result_wrapper .custom-tabs {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .search_result_wrapper .custom-tabs {
    border: 0;
  }
}
.search_result_wrapper .custom-tabs .tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .search_result_wrapper .custom-tabs .tab-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.search_result_wrapper .custom-tabs .tab-header .tab-left {
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .search_result_wrapper .custom-tabs .tab-header .tab-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .custom-tabs .tab-header .tab-left {
    font-size: 14px;
  }
}
.search_result_wrapper .custom-tabs .tab-header .tab-left span {
  color: #1C7CDB;
}
.search_result_wrapper .custom-tabs .tab-header .tab-right {
  list-style: none;
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  gap: 0 40px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .search_result_wrapper .custom-tabs .tab-header .tab-right {
    gap: 0 32px;
    overflow-y: scroll;
    width: 100%;
    border-radius: 0;
    border-inline: 0;
  }
}
@media screen and (max-width: 575px) {
  .search_result_wrapper .custom-tabs .tab-header .tab-right {
    margin: 0 -12px;
    width: 100vw;
  }
}
.search_result_wrapper .custom-tabs .tab-header .tab-right li {
  position: relative;
  color: #44546F;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding: 14px 0;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .search_result_wrapper .custom-tabs .tab-header .tab-right li {
    font-size: 16px;
    letter-spacing: -0.16px;
    padding: 22px 0;
    white-space: nowrap;
  }
}
.search_result_wrapper .custom-tabs .tab-header .tab-right li::after {
  content: "";
  position: absolute;
  border-radius: 8px;
  background-color: #E30614;
  width: 40px;
  height: 4px;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .search_result_wrapper .custom-tabs .tab-header .tab-right li::after {
    bottom: 0;
  }
}
.search_result_wrapper .custom-tabs .tab-header .tab-right li.active {
  color: #091E42;
}
.search_result_wrapper .custom-tabs .tab-header .tab-right li.active::after {
  opacity: 1;
  visibility: visible;
}
.search_result_wrapper .custom-tabs .tab-pane {
  display: none;
  padding: 24px 0 56px;
  position: relative;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .custom-tabs .tab-pane {
    padding: 44px 0 24px;
  }
}
@media screen and (max-width: 575px) {
  .search_result_wrapper .custom-tabs .tab-pane {
    padding: 44px 0 0;
  }
}
.search_result_wrapper .custom-tabs .tab-pane.active {
  display: block;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 991.33px) {
  .search_result_wrapper .custom-tabs .tab-pane .prod_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .search_result_wrapper .custom-tabs .tab-pane .prod_grid {
    grid-template-columns: 1fr;
  }
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px;
  overflow: hidden;
  padding: 4px 4px 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn {
    border-bottom: 1px solid rgba(68, 84, 111, 0.16);
    border-radius: 0;
    padding: 4px 4px 20px;
  }
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn:last-child {
  border-bottom: 0;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .full-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure {
  border-radius: 16px;
  background-color: #D2DBE8;
  margin: 0;
  overflow: hidden;
  height: 224px;
}
@media screen and (max-width: 575px) {
  .search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure {
    height: 180px;
    margin: 0 0 8px;
  }
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn figure img {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont {
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont {
    gap: 8px;
    padding: 0 8px;
  }
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont .tags {
    margin: 0 0 12px;
  }
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont .tags li {
  line-height: 0;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont .tags li span {
  display: inline-block;
  border-radius: 8px;
  background-color: #EDF6FF;
  padding: 8px 12px;
  color: #1C7CDB;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  max-width: 196px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont .tags li::before {
  top: 18px;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont h3 {
  color: #091E42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont p {
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont .view-detail {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  margin-top: 13px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont .view-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn .prod-cont .view-detail span {
  text-decoration: underline;
  color: #1C7CDB;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn:hover {
  background-color: #EDF6FF;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn:hover .tags li span {
  background-color: #fff;
}
.search_result_wrapper .custom-tabs .tab-pane .prod_grid .prod-detail-inn:hover h3 {
  color: #1C7CDB;
  text-decoration: underline;
}
.search_result_wrapper .custom-tabs .tab-pane .pagination {
  margin: 64px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}
@media screen and (max-width: 991px) {
  .search_result_wrapper .custom-tabs .tab-pane .pagination {
    margin: 40px auto 0;
  }
}
.search_result_wrapper .custom-tabs .tab-pane .pagination .page-item .page-link {
  display: block;
  border: 0;
  padding: 16px;
  color: #44546F;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.3px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_result_wrapper .custom-tabs .tab-pane .pagination .page-item .page-link.prev, .search_result_wrapper .custom-tabs .tab-pane .pagination .page-item .page-link.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 991px) {
  .search_result_wrapper .custom-tabs .tab-pane .pagination .page-item .page-link.prev, .search_result_wrapper .custom-tabs .tab-pane .pagination .page-item .page-link.next {
    font-size: 0;
  }
}
.search_result_wrapper .custom-tabs .tab-pane .pagination .page-item .page-link.prev img, .search_result_wrapper .custom-tabs .tab-pane .pagination .page-item .page-link.next img {
  display: block;
  height: 32px;
  width: 32px;
}
.search_result_wrapper .custom-tabs .tab-pane .pagination .page-item .page-link.prev img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.search_result_wrapper .custom-tabs .tab-pane .pagination .page-item.active .page-link {
  background-color: #F7F8F9;
  color: #091E42;
  font-weight: 700;
}
.search_result_wrapper .custom-tabs .tab-pane .pagination .page-item.disable {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .no-prod-div-outer {
    padding: 0;
  }
}
.search_result_wrapper .no-prod-div-outer .search-txt-main {
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .no-prod-div-outer .search-txt-main {
    font-size: 14px;
  }
}
.search_result_wrapper .no-prod-div-outer .search-txt-main span {
  color: #1C7CDB;
}
.search_result_wrapper .no-prod-div-outer .no-prod-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 0 40px;
  height: 100%;
  min-height: inherit;
  width: 100%;
  max-width: 546px;
  margin-inline: auto;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .no-prod-div-outer .no-prod-div {
    padding: 100px 0 68px;
  }
}
.search_result_wrapper .no-prod-div-outer .no-prod-div img {
  display: block;
  max-width: 100%;
}
.search_result_wrapper .no-prod-div-outer .no-prod-div h3 {
  color: #091E42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .no-prod-div-outer .no-prod-div h3 {
    margin: 43px 0 16px;
    font-size: 18px;
    font-weight: 600;
  }
}
.search_result_wrapper .no-prod-div-outer .no-prod-div p {
  max-width: 416px;
  margin: 0 auto;
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.search_result_wrapper .suggestion-box {
  position: relative;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .suggestion-box {
    gap: 24px;
    padding: 24px 0 40px;
  }
}
.search_result_wrapper .suggestion-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F7F8F9;
  z-index: -1;
}
.search_result_wrapper .suggestion-box span {
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .suggestion-box span {
    padding: 0;
  }
}
.search_result_wrapper .suggestion-box .suggestion-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .search_result_wrapper .suggestion-box .suggestion-inn {
    gap: 16px;
  }
}
.search_result_wrapper .suggestion-box a {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background-color: #FFF;
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_result_wrapper .suggestion-box a:hover {
  background-color: #EDF6FF;
}

.sku-banner {
  padding: 80px 0 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .sku-banner {
    padding: 36px 0 48px;
  }
}
.sku-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/sku/banner/sku-ban-bg.svg") no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sku-banner::before {
    background: url("../../assets/img/sku/banner/sku-ban-bg-mob.svg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
.sku-banner .breadcrumb_wrap {
  position: static;
  margin: 0;
  width: 100%;
  margin: 0 0 48px;
}
@media screen and (max-width: 991px) {
  .sku-banner .breadcrumb_wrap {
    margin: 0 0 24px;
  }
}
.sku-banner .breadcrumb_wrap .nav_breadcrumb {
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 991px) {
  .sku-banner .breadcrumb_wrap .nav_breadcrumb {
    border-bottom-color: rgba(255, 255, 255, 0.24);
    overflow: hidden;
  }
}
.sku-banner .breadcrumb_wrap .nav_breadcrumb ol li {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.14px;
}
.sku-banner .breadcrumb_wrap .nav_breadcrumb ol li::after {
  background-image: url("../../assets/img/icons/header-breadcrumb-chevron.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .sku-banner .breadcrumb_wrap .nav_breadcrumb ol li::after {
    background-image: url("../../assets/img/icons/chevron-right-blue-light.svg");
  }
}
.sku-banner .breadcrumb_wrap .nav_breadcrumb ol li a {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.14px;
  opacity: 0.56;
}
@media screen and (max-width: 991px) {
  .sku-banner .breadcrumb_wrap .nav_breadcrumb ol li a img {
    -webkit-filter: drop-shadow(0px 100px 0 #a0c1ef);
    filter: drop-shadow(0px 100px 0 #a0c1ef);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.sku-banner .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .sku-banner .row .col-12:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media screen and (max-width: 991px) {
  .sku-banner .sku-cont {
    margin-top: 26px;
    text-align: center;
  }
}
.sku-banner .sku-cont .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 16px;
}
@media screen and (max-width: 991px) {
  .sku-banner .sku-cont .tags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sku-banner .sku-cont .tags li {
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: #fff;
}
.sku-banner .sku-cont .tags li span {
  margin: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .sku-banner .sku-cont .tags li span {
    padding: 10px 12px;
  }
}
.sku-banner .sku-cont .title_40 {
  margin: 0 0 8px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .sku-banner .sku-cont .title_40 {
    letter-spacing: -0.7px;
    margin: 0 0 16px;
  }
}
.sku-banner .sku-cont p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sku-banner .sku-cont p {
    letter-spacing: 0;
  }
}
.sku-banner .sku-cont .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .sku-banner .sku-cont .btn-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.sku-banner .sku-cont .btn-wrap .btnBlue {
  max-width: 180px;
  overflow: hidden;
  padding: 12px 0;
}
@media screen and (max-width: 991px) {
  .sku-banner .sku-cont .btn-wrap .btnBlue {
    max-width: 160px;
  }
}
.sku-banner .sku-cont .btn-wrap .btnBlue.outlineBlue {
  background: #fff;
}
@media screen and (max-width: 991px) {
  .sku-banner .sku-cont .btn-wrap .btnBlue.outlineBlue {
    background: transparent;
  }
}
.sku-banner .sku-cont .btn-wrap .btnBlue.outlineBlue img {
  -webkit-filter: drop-shadow(0px 100px 0 #1c7cdb);
  filter: drop-shadow(0px 100px 0 #1c7cdb);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
@media screen and (max-width: 991px) {
  .sku-banner .sku-cont .btn-wrap .btnBlue.outlineBlue img {
    -webkit-filter: drop-shadow(0px 100px 0 #fff);
    filter: drop-shadow(0px 100px 0 #fff);
  }
}
.sku-banner .productUsedSwiper {
  border-radius: 16px;
  position: relative;
}
.sku-banner .productUsedSwiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/sku/sku-ban-card-bg.svg") no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .sku-banner .productUsedSwiper {
    background: transparent;
  }
}
.sku-banner .productUsedSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 316px;
}
@media screen and (max-width: 767px) {
  .sku-banner .productUsedSwiper .swiper-slide img {
    max-height: unset;
  }
}
.sku-banner .productUsedSwiper .swiper-nav {
  height: 40px;
  width: 40px;
  overflow: hidden;
}
.sku-banner .productUsedSwiper .swiper-nav img {
  -webkit-filter: drop-shadow(0px 100px 0 #fff);
  filter: drop-shadow(0px 100px 0 #fff);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.sku-banner .productUsedSwiper .swiper-nav.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sku-banner .productUsedSwiper .swiper-nav::after {
  font-size: 0;
}
.sku-banner .productUsedSwiper .swiper-pagination {
  padding: 5px 6px;
  border-radius: 28.8px;
  background: rgba(0, 0, 0, 0.1);
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 991px) {
  .sku-banner .productUsedSwiper .swiper-pagination {
    display: none;
  }
}
.sku-banner .productUsedSwiper .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #fff;
  opacity: 0.24;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sku-banner .productUsedSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.sku-banner .swiper-button-next {
  right: 40px;
}
.sku-banner .swiper-button-prev {
  left: 40px;
}

.looking_section {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .looking_section {
    min-height: 460px;
  }
}
.looking_section .container {
  position: relative;
  z-index: 10;
}
.looking_section .looking_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.looking_section .looking_bg_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 380px;
}
.looking_section .looking_bg_wrap .desktop_view {
  display: block;
}
@media screen and (max-width: 991px) {
  .looking_section .looking_bg_wrap .desktop_view {
    display: none;
  }
}
.looking_section .looking_bg_wrap .mobile_view {
  display: none;
}
@media screen and (max-width: 991px) {
  .looking_section .looking_bg_wrap .mobile_view {
    display: block;
  }
}
.looking_section .looking_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .looking_section .looking_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.looking_section .looking_content h2 {
  color: #091e42;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}
@media screen and (max-width: 767px) {
  .looking_section .looking_content h2 {
    max-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .looking_section .looking_img {
    padding-top: 40px;
  }
}
.looking_section .looking_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 360px;
}

.sku-page-wrapper {
  padding-top: 76px;
}
@media screen and (max-width: 991px) {
  .sku-page-wrapper {
    padding-top: 0;
  }
}
.sku-page-wrapper .thrid__level__navbar__tabs {
  position: sticky;
  left: unset;
  right: unset;
  -webkit-transform: unset;
  transform: unset;
  top: 70px;
}
@media screen and (max-width: 991px) {
  .sku-page-wrapper .thrid__level__navbar__tabs {
    display: none;
  }
}
.sku-page-wrapper .thrid__level__navbar__tabs .nav_list {
  width: 100%;
}
.sku-page-wrapper .thrid__level__navbar__tabs .nav_list li {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 12px;
}
.sku-page-wrapper .why__choose__useCaseFourCard {
  background: transparent;
}

.bg__getInTouch.sku_getInTouch {
  padding-inline: 0;
}
.bg__getInTouch.sku_getInTouch .flex_box {
  row-gap: 24px;
}
.bg__getInTouch.sku_getInTouch .flex_box p {
  margin: 0;
}
.bg__getInTouch.sku_getInTouch .btnBlue {
  max-width: 230px;
}

.technical_specification_wrapper {
  padding: 48px 0;
}
.technical_specification_wrapper .head-sec {
  max-width: 420px;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .technical_specification_wrapper .head-sec {
    margin: 0 0 32px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .technical_specification_wrapper .head-sec .title_40 {
    letter-spacing: -0.7px;
  }
}
@media screen and (max-width: 991px) {
  .technical_specification_wrapper .row {
    row-gap: 16px;
  }
}
.technical_specification_wrapper .row .col-12 p {
  border-radius: 12px;
  background: #f9f9fa;
  padding: 16px;
}
@media screen and (max-width: 575px) {
  .technical_specification_wrapper .table-responsive {
    margin: 0 -12px;
    padding: 0 12px;
  }
}
.technical_specification_wrapper .more_detail {
  color: #091e42;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
  text-transform: capitalize;
  padding-bottom: 16px;
}
.technical_specification_wrapper .table {
  margin: 0 0 40px;
  border-collapse: separate;
  border-spacing: 0px;
}
@media screen and (max-width: 991px) {
  .technical_specification_wrapper .table {
    width: 936px;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 575px) {
  .technical_specification_wrapper .table {
    width: 690px;
  }
}
.technical_specification_wrapper .table tr th {
  background-color: #44546f;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.16px;
  border-color: rgba(68, 84, 111, 0.16);
  padding: 12px 24px;
}
@media screen and (max-width: 767px) {
  .technical_specification_wrapper .table tr th {
    font-weight: 500;
    vertical-align: top;
  }
}
.technical_specification_wrapper .table tr th:first-child {
  border-left-width: 1px;
}
.technical_specification_wrapper .table tr th:last-child {
  border-right-width: 1px;
}
@media screen and (max-width: 575px) {
  .technical_specification_wrapper .table tr th {
    border: 0;
  }
}
.technical_specification_wrapper .table tr td {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  border-color: rgba(68, 84, 111, 0.16);
  padding: 16px 24px;
  background-color: transparent;
}
@media screen and (max-width: 575px) {
  .technical_specification_wrapper .table tr td {
    width: 130px;
  }
}
.technical_specification_wrapper .table tr td:first-child {
  width: 350px;
  border-left-width: 1px;
}
@media screen and (max-width: 575px) {
  .technical_specification_wrapper .table tr td:first-child {
    width: 140px;
    padding: 20px 16px;
  }
}
.technical_specification_wrapper .table tr td:last-child {
  border-right-width: 1px;
}
.technical_specification_wrapper .table tr:first-child th:first-child {
  border-top-left-radius: 16px;
}
.technical_specification_wrapper .table tr:first-child th:last-child {
  border-top-right-radius: 16px;
}
.technical_specification_wrapper .table tr:nth-child(3) {
  background: #edf6ff;
}
.technical_specification_wrapper .table tr:nth-child(2n+1) {
  background: #edf6ff;
}
.technical_specification_wrapper .table tr:nth-child(2) {
  background: #fff;
}
.technical_specification_wrapper .table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
.technical_specification_wrapper .table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
.technical_specification_wrapper p {
  margin: 0;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}

.solution_outer.pipeDetailWrapper {
  overflow: hidden;
  background-color: #f7f8f9;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .solution_outer.pipeDetailWrapper {
    padding: 48px 0;
  }
}
.solution_outer.pipeDetailWrapper .title_32 {
  margin: 0 0 8px;
}
@media screen and (max-width: 991px) {
  .solution_outer.pipeDetailWrapper .title_32 {
    letter-spacing: -0.7px;
  }
}
.solution_outer.pipeDetailWrapper p {
  margin: 0;
  color: #44546f;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
.solution_outer.pipeDetailWrapper .solution_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 48px 0 0;
}
@media screen and (max-width: 991px) {
  .solution_outer.pipeDetailWrapper .solution_grid {
    margin: 32px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 16px;
  }
}
@media screen and (max-width: 575px) {
  .solution_outer.pipeDetailWrapper .solution_grid {
    margin: 32px -12px 0;
  }
}
.solution_outer.pipeDetailWrapper .solution_grid .solution_grid_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 30px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .solution_outer.pipeDetailWrapper .solution_grid .solution_grid_inn {
    min-width: 261px;
  }
}
.solution_outer.pipeDetailWrapper .solution_grid .solution_grid_inn figure {
  border-radius: 16px;
  height: 208px;
  overflow: hidden;
  margin: 0 0 4px;
}
.solution_outer.pipeDetailWrapper .solution_grid .solution_grid_inn figure img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solution_outer.pipeDetailWrapper .solution_grid .solution_grid_inn h4 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solution_outer.pipeDetailWrapper .solution_grid .solution_grid_inn p {
  margin: 0;
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.solution_outer.pipeDetailWrapper .solution_grid .solution_grid_inn:hover {
  background-color: #edf6ff;
}
.solution_outer.pipeDetailWrapper .solution_grid .solution_grid_inn:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.solution_outer.pipeDetailWrapper .solution_grid .solution_grid_inn:hover h4 {
  color: #1c7cdb;
}

.why__choose__wrapper.sku-choose {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .why__choose__wrapper.sku-choose {
    padding: 48px 0;
  }
}
.why__choose__wrapper.sku-choose .head-sec {
  max-width: 480px;
  margin: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .why__choose__wrapper.sku-choose .head-sec {
    max-width: 100%;
    margin: 0 0 32px;
  }
}
.why__choose__wrapper.sku-choose .head-sec .title_32 {
  margin: 0 0 8px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .why__choose__wrapper.sku-choose .head-sec .title_32 {
    letter-spacing: -0.7px;
  }
}
.why__choose__wrapper.sku-choose .head-sec p {
  color: #44546f;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.18px;
}
@media screen and (max-width: 991px) {
  .why__choose__wrapper.sku-choose .flex_wrap {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .why__choose__wrapper.sku-choose .flex_wrap .choose_card .flex_inner {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .why__choose__wrapper.sku-choose .flex_wrap .choose_card .flex_inner h4 {
    letter-spacing: -0.96px;
    margin: 0 0 8px;
  }
}
.why__choose__wrapper.sku-choose .flex_wrap .choose_card .flex_inner p {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .why__choose__wrapper.sku-choose .flex_wrap .choose_card .flex_inner p {
    font-weight: 500;
    letter-spacing: 0;
  }
}

.award-section-wrapper.sku-award {
  padding: 80px 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-2.61%, rgba(247, 248, 249, 0)), color-stop(32.77%, #f7f8f9));
  background: linear-gradient(0deg, rgba(247, 248, 249, 0) -2.61%, #f7f8f9 32.77%);
}
@media screen and (max-width: 767px) {
  .award-section-wrapper.sku-award {
    padding: 48px 0;
  }
}
.award-section-wrapper.sku-award .award-inn {
  background: #fff;
}
.award-section-wrapper.sku-award .head-sec {
  max-width: 540px;
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper.sku-award .head-sec {
    max-width: 100%;
    margin: 0 0 32px;
  }
}
.award-section-wrapper.sku-award .head-sec .title_32 {
  letter-spacing: -0.7px;
}
.award-section-wrapper.sku-award .head-sec p {
  color: #44546f;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .award-section-wrapper.sku-award .head-sec p {
    font-weight: 500;
  }
}

.guide_section_wrapper.resourcesGuide {
  background-color: #f7f8f9;
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.resourcesGuide {
    background-color: #fff;
  }
}
.guide_section_wrapper.resourcesGuide .title_32 {
  margin: 0 0 40px;
}
@media screen and (max-width: 991px) {
  .guide_section_wrapper.resourcesGuide .title_32 {
    margin: 0 0 36px;
    letter-spacing: -0.7px;
  }
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.resourcesGuide .guide_grid .guide_grid_inn .guide_cont {
    padding: 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.resourcesGuide .guide_grid .guide_grid_inn .guide_cont h3 {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .guide_section_wrapper.resourcesGuide .guide_grid .guide_grid_inn .guide_cont .btnBlue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: #1c7cdb;
    max-width: 135px;
    overflow: hidden;
    padding: 8px 0;
    margin-top: 0;
  }
  .guide_section_wrapper.resourcesGuide .guide_grid .guide_grid_inn .guide_cont .btnBlue span {
    color: #1c7cdb;
  }
  .guide_section_wrapper.resourcesGuide .guide_grid .guide_grid_inn .guide_cont .btnBlue img {
    width: 0;
    -webkit-filter: drop-shadow(0px 100px 0 #1c7cdb);
    filter: drop-shadow(0px 100px 0 #1c7cdb);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.guide_section_wrapper.resourcesGuide .guide_grid .guide_grid_inn .guide_cont .btnBlue:hover img {
  width: 24px;
}

.resources_section {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .resources_section {
    padding-block: 40px;
  }
}
.resources_section .resources_list_wrap {
  border-radius: 16px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: #fff;
  padding: 0px 24px;
  margin-top: 40px;
}
.resources_section .resources_list_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding-block: 36px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
@media screen and (max-width: 767px) {
  .resources_section .resources_list_wrap li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.resources_section .resources_list_wrap li .resources_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .resources_section .resources_list_wrap li .resources_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.resources_section .resources_list_wrap li .resources_content .file_img {
  width: 56px;
  height: 56px;
}
.resources_section .resources_list_wrap li .resources_content h5 {
  color: #091e42;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
  text-transform: capitalize;
  margin: 0;
}
.resources_section .resources_list_wrap li .btnBlue {
  max-width: 270px;
}
.resources_section .resources_list_wrap li .btnBlue img {
  width: 24px;
}
.resources_section .resources_list_wrap li .btnBlue span {
  padding-left: 12px;
}

.plumbing_solution_wrapper {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plumbing_solution_wrapper {
    padding: 48px 0;
  }
}
.plumbing_solution_wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/sku/products-bg.svg") no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .plumbing_solution_wrapper::before {
    background: url("../../assets/img/sku/product-bg-mob.svg") no-repeat;
    background-size: cover;
    z-index: -1;
    height: 40%;
    top: 0;
    left: 0;
  }
}
.plumbing_solution_wrapper .head-sec {
  max-width: 540px;
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .plumbing_solution_wrapper .head-sec {
    max-width: 100%;
    margin: 0 0 32px;
  }
}
.plumbing_solution_wrapper .head-sec .title_40 {
  margin: 0 0 16px;
}
.plumbing_solution_wrapper .head-sec p {
  margin: 0;
  color: #44546f;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .plumbing_solution_wrapper .head-sec p {
    font-weight: 500;
  }
}
.plumbing_solution_wrapper .container {
  overflow: hidden;
}
.plumbing_solution_wrapper .plumbingSlider {
  overflow: visible;
}
.plumbing_solution_wrapper .plumbingSlider .swiper-wrapper .swiper-slide {
  height: unset;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0 0 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.12);
  background: #fff;
  height: 100%;
  padding: 4px 4px 16px;
}
@media screen and (max-width: 767px) {
  .plumbing_solution_wrapper .plumbingSlider .prod-detail-inn {
    padding: 4px 4px 16px;
  }
}
@media screen and (max-width: 575px) {
  .plumbing_solution_wrapper .plumbingSlider .prod-detail-inn {
    border-bottom: 1px solid rgba(68, 84, 111, 0.16);
    padding: 4px 4px 20px;
  }
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn:last-child {
  border-bottom: 0;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .full-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn figure {
  border-radius: 16px;
  background-color: #D2DBE8;
  margin: 0;
  overflow: hidden;
  height: 175px;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn figure img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .prod-cont {
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .prod-cont {
    padding: 0 8px;
  }
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .prod-cont .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .prod-cont .tags {
    margin: 0 0 0;
  }
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .prod-cont .tags li {
  line-height: 0;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .prod-cont .tags li span {
  display: inline-block;
  color: #44546f;
  leading-trim: both;
  text-edge: cap;
  font-family: "Plus Jakarta Sans";
  padding: 10px 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: #fff;
  max-width: 196px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .prod-cont .tags li::before {
  top: 18px;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .prod-cont h3 {
  color: #091e42;
  font-family: "Plus Jakarta Sans", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn .prod-cont p {
  color: #44546f;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn:hover {
  background-color: #edf6ff;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn:hover .tags li span {
  background-color: #fff;
}
.plumbing_solution_wrapper .plumbingSlider .prod-detail-inn:hover h3 {
  color: #1c7cdb;
}
.plumbing_solution_wrapper .plumbingSlider .arrow-wrap {
  width: 120px;
  height: 48px;
  right: 0;
  top: auto;
  position: absolute;
  bottom: calc(100% + 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .plumbing_solution_wrapper .plumbingSlider .arrow-wrap {
    display: none;
  }
}
.plumbing_solution_wrapper .plumbingSlider .arrow-wrap .circle-arrow {
  font-size: 0;
  color: transparent;
  background-image: url("../../assets/img/icons/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
  height: 48px;
  width: 48px;
}
.plumbing_solution_wrapper .plumbingSlider .arrow-wrap .circle-arrow.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.not-found-wrapper {
  padding: 40px 0;
  min-height: calc(100dvh - 64px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.not-found-wrapper .not-found-inner {
  display: block;
  max-width: 577px;
  margin: 0 auto;
}
.not-found-wrapper .not-found-inner .not-found-img {
  display: block;
  max-width: 100%;
  height: 169px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .not-found-wrapper .not-found-inner .not-found-img {
    margin: 0 auto 32px;
    height: 85px;
  }
}
.not-found-wrapper .not-found-inner h1 {
  color: #091E42;
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .not-found-wrapper .not-found-inner h1 {
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 16px;
  }
}
.not-found-wrapper .not-found-inner p {
  color: #44546F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0 auto 40px;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .not-found-wrapper .not-found-inner p {
    line-height: 140%;
  }
}
.not-found-wrapper .not-found-inner .btnBlue {
  max-width: 170px;
  margin: 0 auto;
}

.science_positioning__wrapper {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #f7f8f9)), -webkit-gradient(linear, left bottom, left top, from(#ecf9fe), color-stop(57.73%, #d1f1fc));
  background: linear-gradient(360deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 34.48%), linear-gradient(360deg, #ecf9fe 0%, #d1f1fc 57.73%);
}
.science_positioning__wrapper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  .science_positioning__wrapper figure img {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .science_positioning__wrapper figure img {
    height: 647px;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
.science_positioning__wrapper .contens_floating {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.science_positioning__wrapper .contens_floating .science_title h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.2px;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .science_positioning__wrapper .contens_floating .science_title h1 {
    font-size: 1.75rem;
  }
}
.science_positioning__wrapper .contens_floating .science_title p {
  color: #edf6ff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.18px;
  max-width: 546px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .science_positioning__wrapper .contens_floating .science_title p {
    padding-right: 12px;
  }
}
.science_positioning__wrapper .contens_floating .btnBlue {
  max-width: 162px;
}

.build__last__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #f7f8f9)), -webkit-gradient(linear, left top, left bottom, from(#ecf9fe), color-stop(57.73%, #d1f1fc));
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 34.48%), linear-gradient(180deg, #ecf9fe 0%, #d1f1fc 57.73%);
  padding: 80px 0;
  position: relative;
}
.build__last__wrapper::before {
  content: "";
  background-image: url("../../assets/img/science/build/bg.svg");
  width: 100%;
  height: 654px;
  position: absolute;
  top: -6%;
  right: 0;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  .build__last__wrapper::before {
    top: -0.8%;
    background-image: url("../../assets/img/science/build/bg-1.svg");
  }
}
.build__last__wrapper .main_wrap {
  max-height: 1120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .build__last__wrapper .main_wrap {
    max-height: 956px;
  }
}
@media screen and (max-width: 991px) {
  .build__last__wrapper .main_wrap {
    max-height: 1420px;
  }
}
@media screen and (max-width: 767px) {
  .build__last__wrapper .main_wrap {
    max-height: 2832px;
  }
}
.build__last__wrapper .main_wrap .title {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .build__last__wrapper .main_wrap .title {
    margin-bottom: 32px;
  }
}
.build__last__wrapper .main_wrap .title h2 {
  margin-bottom: 8px;
}
.build__last__wrapper .main_wrap .title p {
  color: #091e42;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}
.build__last__wrapper .main_wrap.show {
  max-height: 100%;
}
.build__last__wrapper .outlineBlue {
  margin: 24px auto 0 auto;
}

.build_cards_wrap {
  border-radius: 24.342px;
  background: #fff;
  padding: 24px 8px 8px 8px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .build_cards_wrap {
    overflow: unset;
  }
}
.build_cards_wrap .inner h4 {
  color: #091e42;
  font-family: "Poppins", sans-serif;
  font-size: 1.26781rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.507px;
  margin: 0 0 16px 20px;
  max-width: 264px;
  min-height: 86px;
}
@media screen and (max-width: 1024px) {
  .build_cards_wrap .inner h4 {
    max-width: 100%;
    margin: 0 0 16px 16px;
  }
}
@media screen and (max-width: 991px) {
  .build_cards_wrap .inner h4 {
    max-width: 264px;
    margin: 0 0 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .build_cards_wrap .inner h4 {
    font-size: 1.125rem;
    margin: 0 0 16px 10px;
    min-height: unset;
  }
}
.build_cards_wrap .inner .img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .build_cards_wrap .inner .img {
    overflow: unset;
  }
}
.build_cards_wrap .inner .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 16px;
}
.build_cards_wrap .inner .img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .build_cards_wrap .inner .img img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.build_cards_wrap .inner .img p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.162px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 292px;
  margin: 0 auto;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 1;
  max-height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .build_cards_wrap .inner .img p {
    max-width: 258px;
    max-height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .build_cards_wrap .inner .img p {
    max-width: 292px;
  }
}
@media screen and (max-width: 767px) {
  .build_cards_wrap .inner .img p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    color: #44546f;
    max-width: 100%;
    padding: 16px 8px 8px 8px;
    overflow: unset;
  }
}
.build_cards_wrap .inner .img p span {
  color: transparent;
}
@media screen and (max-width: 767px) {
  .build_cards_wrap .inner .img p span {
    color: #44546f;
  }
}
.build_cards_wrap .inner .img .product_tag {
  color: #E30614;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding: 8px 12px;
  border-radius: 8px;
  background: #EDF6FF;
  position: absolute;
  top: 32px;
  left: 16px;
  /* z-index: 1024; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .build_cards_wrap .inner .img .product_tag {
    z-index: 1024;
  }
}
.build_cards_wrap:hover .inner .img::after {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .build_cards_wrap:hover .inner .img::after {
    backdrop-filter: none;
    background: none;
  }
}
.build_cards_wrap:hover .inner .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .build_cards_wrap:hover .inner .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.build_cards_wrap:hover .inner .img p {
  -webkit-transform: translateY(-36%);
  transform: translateY(-36%);
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .build_cards_wrap:hover .inner .img p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.build_cards_wrap:hover .inner .img p span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .build_cards_wrap:hover .inner .img p span {
    color: #44546f;
  }
}

.testing__validation__wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .testing__validation__wrapper {
    padding: 48px 0;
  }
}
.testing__validation__wrapper .title_tag {
  margin-bottom: 56px;
}
.testing__validation__wrapper .title_tag .tag {
  background: #edf6ff;
  color: #1c7cdb;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 12px;
  border-radius: 8px;
}
.testing__validation__wrapper .title_tag h2 {
  margin-bottom: 8px;
}
.testing__validation__wrapper .title_tag p {
  margin: 0;
  max-width: 600px;
}
.testing__validation__wrapper .testing_cards {
  padding: 8px;
  border-radius: 16px;
  background: #f7f8f9;
}
.testing__validation__wrapper .testing_cards .main_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .testing__validation__wrapper .testing_cards .main_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.testing__validation__wrapper .testing_cards .main_flex .img,
.testing__validation__wrapper .testing_cards .main_flex .contents {
  width: calc(50% - 8px);
}
@media screen and (max-width: 991px) {
  .testing__validation__wrapper .testing_cards .main_flex .img,
  .testing__validation__wrapper .testing_cards .main_flex .contents {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .testing__validation__wrapper .testing_cards .main_flex .img {
    height: 180px;
  }
}
.testing__validation__wrapper .testing_cards .main_flex .img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .testing__validation__wrapper .testing_cards .main_flex .contents {
    padding: 8px;
  }
}
.testing__validation__wrapper .testing_cards .main_flex .contents .title_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(68, 84, 111, 0.16);
}
.testing__validation__wrapper .testing_cards .main_flex .contents .title_flex img {
  width: 45px;
  height: 46px;
}
.testing__validation__wrapper .testing_cards .main_flex .contents .title_flex h4 {
  color: #091e42;
  font-size: 1.125rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.18px;
  margin: 0;
  max-width: 138px;
}
@media screen and (max-width: 991px) {
  .testing__validation__wrapper .testing_cards .main_flex .contents .title_flex h4 {
    max-width: 100%;
  }
}
.testing__validation__wrapper .testing_cards .main_flex .contents h6 {
  color: #091e42;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  margin-bottom: 4px;
}
.testing__validation__wrapper .testing_cards .main_flex .contents h5 {
  color: #091e42;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.507px;
  margin-bottom: 4px;
}
.testing__validation__wrapper .testing_cards .main_flex .contents p {
  color: #44546f;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 24px;
}
.testing__validation__wrapper .testing_cards .main_flex .contents p:last-child {
  margin-bottom: 0;
}

.globally__recognized__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #f7f8f9)), #fff;
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 34.48%), #fff;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .globally__recognized__wrapper {
    padding: 48px 0;
  }
}
.globally__recognized__wrapper .tabs_wrap .tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: rgba(247, 248, 249, 0.8);
  backdrop-filter: blur(11px);
  margin: 34px 0 58px 0;
  max-width: 1092px;
  margin: 34px auto 58px auto;
}
@media screen and (max-width: 1024px) {
  .globally__recognized__wrapper .tabs_wrap .tab_nav {
    max-width: 936px;
    overflow: auto;
  }
}
@media screen and (max-width: 991px) {
  .globally__recognized__wrapper .tabs_wrap .tab_nav {
    max-width: 100%;
    border-radius: 0;
    padding: 13px 6px;
    gap: 16px;
    margin: 40px auto;
  }
}
.globally__recognized__wrapper .tabs_wrap .tab_nav .tabLink {
  color: #44546f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .globally__recognized__wrapper .tabs_wrap .tab_nav .tabLink {
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .globally__recognized__wrapper .tabs_wrap .tab_nav .tabLink {
    padding: 8px 12px;
    font-weight: 700;
  }
}
.globally__recognized__wrapper .tabs_wrap .tab_nav .tabLink.active {
  color: #fff;
  background: #091e42;
}
@media screen and (max-width: 991px) {
  .globally__recognized__wrapper .tabs_wrap .tab_nav .tabLink.active {
    background: transparent;
    color: #000;
  }
  .globally__recognized__wrapper .tabs_wrap .tab_nav .tabLink.active::before {
    content: "";
    border-radius: 8px;
    background: #e30614;
    width: 36px;
    height: 3px;
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .globally__recognized__wrapper .tabs_wrap .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
.globally__recognized__wrapper .tabs_wrap .tab_content {
  display: none;
}
.globally__recognized__wrapper .tabs_wrap .tab_content .flex_wrap {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .globally__recognized__wrapper .tabs_wrap .tab_content .flex_wrap {
    overflow: auto;
    padding: 0 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .globally__recognized__wrapper .tabs_wrap .tab_content .flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.globally__recognized__wrapper .tabs_wrap .tab_content .flex_wrap .globally_cards {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .globally__recognized__wrapper .tabs_wrap .tab_content .flex_wrap .globally_cards {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .globally__recognized__wrapper .tabs_wrap .tab_content .flex_wrap .globally_cards {
    width: auto;
    min-width: 308px;
  }
}
.globally__recognized__wrapper .tabs_wrap .tab_content .flex_wrap .globally_cards img {
  width: 56px;
  height: 56px;
}
.globally__recognized__wrapper .tabs_wrap .tab_content .flex_wrap .globally_cards h4 {
  color: #091e42;
  font-size: 18px;
  font-style: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 20px 0 4px 0;
}
.globally__recognized__wrapper .tabs_wrap .tab_content .flex_wrap .globally_cards p {
  color: #091e42;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin: 0;
}
.globally__recognized__wrapper .tabs_wrap .tab_content.active {
  display: block;
}

.build__form__wrapper {
  padding: 80px 0;
  background-image: url("../../assets/img/science/build-form/form-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .build__form__wrapper {
    padding: 48px 0;
  }
}
@media screen and (max-width: 991px) {
  .build__form__wrapper .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .build__form__wrapper .floating_icons {
    display: none;
  }
}
.build__form__wrapper .floating_icons .img {
  position: absolute;
}
.build__form__wrapper .floating_icons .img.one {
  top: 4%;
  left: 14%;
}
.build__form__wrapper .floating_icons .img.two {
  top: 4%;
  left: 76%;
}
.build__form__wrapper .floating_icons .img.three {
  top: 14%;
  left: 93%;
}
.build__form__wrapper .floating_icons .img.four {
  top: 48%;
  left: -1%;
}
.build__form__wrapper .floating_icons .floating {
  -webkit-animation: floationIcon 12s linear infinite;
  animation: floationIcon 12s linear infinite;
}
@-webkit-keyframes floationIcon {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(32px, 16px);
    transform: translate(32px, 16px);
  }
  40% {
    -webkit-transform: translate(35px, 40px);
    transform: translate(35px, 40px);
  }
  60% {
    -webkit-transform: translate(32px, 16px);
    transform: translate(32px, 16px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes floationIcon {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(32px, 16px);
    transform: translate(32px, 16px);
  }
  40% {
    -webkit-transform: translate(35px, 40px);
    transform: translate(35px, 40px);
  }
  60% {
    -webkit-transform: translate(32px, 16px);
    transform: translate(32px, 16px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.build__form__wrapper .form_main_wrap {
  border-radius: 16px;
  background: #fff;
  padding: 32px 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .build__form__wrapper .form_main_wrap {
    padding: 32px 0;
  }
}
.build__form__wrapper .form_main_wrap h3 {
  color: #091e42;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .build__form__wrapper .form_main_wrap h3 {
    font-size: 1.75rem;
    text-align: center;
    max-width: 230px;
    margin-inline: auto;
  }
}
.build__form__wrapper .form_main_wrap .from_inner {
  border-radius: 16px;
  background: #f7f8f9;
  padding: 16px;
  max-width: 514px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .build__form__wrapper .form_main_wrap .from_inner {
    margin: 0 12px;
    max-width: 100%;
  }
}
.build__form__wrapper .form_main_wrap .from_inner form .field_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .build__form__wrapper .form_main_wrap .from_inner form .field_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.build__form__wrapper .form_main_wrap .from_inner form .field_flex .form_fields {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .build__form__wrapper .form_main_wrap .from_inner form .field_flex .form_fields {
    width: 100%;
  }
}
.build__form__wrapper .form_main_wrap .from_inner form .form_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  position: relative;
}
.build__form__wrapper .form_main_wrap .from_inner form .form_fields label {
  color: #091e42;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 8px;
}
.build__form__wrapper .form_main_wrap .from_inner form .form_fields .fieldControl {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  width: 100%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.build__form__wrapper .form_main_wrap .from_inner form .form_fields .fieldControl:focus {
  border: 1px solid #091e42;
}
.build__form__wrapper .form_main_wrap .from_inner form .form_fields .iti .iti__selected-dial-code {
  border-right: 1px solid rgba(68, 84, 111, 0.16);
  color: #758195;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  padding-right: 4px;
}
.build__form__wrapper .form_main_wrap .from_inner form .form_fields .fieldError {
  color: #e74c3c;
  font-size: 12px;
  font-weight: 500;
  display: none;
  position: absolute;
  bottom: -20px;
}
.build__form__wrapper .form_main_wrap .from_inner form .form_fields .fieldError.show {
  display: block;
}
.build__form__wrapper .form_main_wrap .from_inner form .btnBlue {
  max-width: 100%;
}
.build__form__wrapper .form_main_wrap .from_inner form .btnBlue.disabled {
  background: #44546f;
  opacity: 0.32;
}
.build__form__wrapper .form_main_wrap .from_inner form .btnBlue.disabled:hover img {
  width: 0;
}
.build__form__wrapper .form_main_wrap .from_inner #thankuMessage {
  background: #fff;
  border-radius: 16px;
  padding: 12px 24px;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  z-index: 999;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.build__form__wrapper .form_main_wrap .from_inner #thankuMessage h3 {
  color: #091e42;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.18px;
  margin: 0;
}
.build__form__wrapper .form_main_wrap .man {
  width: 642px;
  height: 590px;
  position: absolute;
  top: -14%;
  right: 0;
}
@media screen and (max-width: 991px) {
  .build__form__wrapper .form_main_wrap .man {
    width: 100%;
    height: 100%;
  }
}
.build__form__wrapper .form_main_wrap .man_m {
  width: 100%;
  height: 100%;
}

.products_primary_card {
  max-width: 298px;
  height: auto;
  display: block;
}
.products_primary_card .img {
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.89%, #d2dbe8), color-stop(110.44%, #fff)), #d2dbe8;
  background: linear-gradient(180deg, #d2dbe8 27.89%, #fff 110.44%), #d2dbe8;
  -webkit-transition: opacity 480s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 480s cubic-bezier(0, 0.3, 0, 1);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .products_primary_card .img {
    max-height: 170px;
  }
}
.products_primary_card .img img {
  max-width: 172px;
  height: auto;
  margin: 0 auto;
  padding: 22px 0;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: -webkit-transform 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: transform 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: transform 0.48s cubic-bezier(0, 0.3, 0, 1), -webkit-transform 0.48s cubic-bezier(0, 0.3, 0, 1);
}
.products_primary_card .img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: url("../../assets/img/products/light-blue.png") center/cover no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1);
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .products_primary_card .img::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .products_primary_card .img .one,
  .products_primary_card .img .two,
  .products_primary_card .img .three {
    display: none;
  }
}
.products_primary_card .img .one {
  background: url("../../assets/img/products/icon-1.svg") center/cover no-repeat;
  width: 108px;
  height: 84px;
  position: absolute;
  top: -34px;
  left: -32px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), top 0.48s cubic-bezier(0, 0.3, 0, 1), left 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), top 0.48s cubic-bezier(0, 0.3, 0, 1), left 0.48s cubic-bezier(0, 0.3, 0, 1);
}
.products_primary_card .img .two {
  background: url("../../assets/img/products/icon-2.svg") center/cover no-repeat;
  width: 98px;
  height: 78px;
  position: absolute;
  top: -32px;
  right: -40px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), top 0.48s cubic-bezier(0, 0.3, 0, 1), right 0.48s cubic-bezier(0, 0.3, 0, 1), -webkit-transform 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), top 0.48s cubic-bezier(0, 0.3, 0, 1), right 0.48s cubic-bezier(0, 0.3, 0, 1), -webkit-transform 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), top 0.48s cubic-bezier(0, 0.3, 0, 1), right 0.48s cubic-bezier(0, 0.3, 0, 1), transform 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), top 0.48s cubic-bezier(0, 0.3, 0, 1), right 0.48s cubic-bezier(0, 0.3, 0, 1), transform 0.48s cubic-bezier(0, 0.3, 0, 1), -webkit-transform 0.48s cubic-bezier(0, 0.3, 0, 1);
}
.products_primary_card .img .three {
  background: url("../../assets/img/products/icon-3.svg") center/cover no-repeat;
  width: 80px;
  height: 64px;
  position: absolute;
  bottom: -42px;
  right: 40px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), bottom 0.48s cubic-bezier(0, 0.3, 0, 1), right 0.48s cubic-bezier(0, 0.3, 0, 1), -webkit-transform 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), bottom 0.48s cubic-bezier(0, 0.3, 0, 1), right 0.48s cubic-bezier(0, 0.3, 0, 1), -webkit-transform 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), bottom 0.48s cubic-bezier(0, 0.3, 0, 1), right 0.48s cubic-bezier(0, 0.3, 0, 1), transform 0.48s cubic-bezier(0, 0.3, 0, 1);
  transition: opacity 0.48s cubic-bezier(0, 0.3, 0, 1), bottom 0.48s cubic-bezier(0, 0.3, 0, 1), right 0.48s cubic-bezier(0, 0.3, 0, 1), transform 0.48s cubic-bezier(0, 0.3, 0, 1), -webkit-transform 0.48s cubic-bezier(0, 0.3, 0, 1);
}
.products_primary_card h5 {
  color: #091e42;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 16px 0 0 0;
  text-wrap: balance;
}
.products_primary_card p {
  overflow: hidden;
  color: #44546f;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products_primary_card:hover h5 {
  color: #1c7cdb;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .products_primary_card:hover h5 {
    color: #091e42;
    text-decoration: none;
  }
}
.products_primary_card:hover .img::after {
  opacity: 1;
}
.products_primary_card:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .products_primary_card:hover .img img {
    -webkit-transform: none;
    transform: none;
  }
}
.products_primary_card:hover .img .one {
  opacity: 1;
  top: -20px;
  left: -24px;
}
.products_primary_card:hover .img .two {
  top: -18px;
  right: -22px;
  opacity: 1;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}
.products_primary_card:hover .img .three {
  bottom: -30px;
  -webkit-transform: rotate(-29deg);
  transform: rotate(-29deg);
  opacity: 1;
}

.cpvs_getintouch_section {
  height: 100%;
  width: 100%;
  background: url("../../assets/img/cpvc/cpvc-getintouch.svg") no-repeat center/cover;
}
.cpvs_getintouch_section .cpvc_getin_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  padding-top: 62px;
}
.cpvs_getintouch_section .cpvc_getin_content_wrap h2 {
  color: #091e42;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  max-width: 440px;
}
.cpvs_getintouch_section .cpvc_getintouch_img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cpvs_getintouch_section .cpvc_getintouch_img {
    padding-top: 32px;
  }
}
.cpvs_getintouch_section .cpvc_getintouch_img img {
  width: 100%;
  height: auto;
}

.loyality_content_sec {
  padding-block: 80px;
}
.loyality_content_sec .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border-radius: 12px;
  padding: 6px;
  border: 1px solid rgba(68, 84, 111, 0.16);
  background: rgba(247, 248, 249, 0.8);
  backdrop-filter: blur(11px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-inline: auto;
  overflow-x: scroll;
  position: sticky;
  top: 100px;
  left: 100px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .nav {
    padding-bottom: 3px;
    background: #fff;
    top: 60px;
  }
}
.loyality_content_sec .nav .nav-item .nav-link {
  padding: 12px 16px;
  color: #44546f;
  leading-trim: both;
  text-edge: cap;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  position: relative;
  border: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    border-radius: 8px;
    background-color: #e30614;
    width: 40px;
    height: 4px;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}
.loyality_content_sec .nav .nav-item .nav-link:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.loyality_content_sec .nav .nav-item .nav-link:hover {
  border: none;
}
.loyality_content_sec .nav .nav-item .nav-link.active {
  border-radius: 8px;
  background: #091e42;
  padding: 12px 16px;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .nav .nav-item .nav-link.active {
    background-color: transparent;
    color: #000;
  }
  .loyality_content_sec .nav .nav-item .nav-link.active::after {
    opacity: 1;
    visibility: visible;
  }
}
.loyality_content_sec .plumbers_section {
  padding-block: 40px;
  position: relative;
}
.loyality_content_sec .plumbers_section .plumbers_bg_wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -21%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .plumbers_section .plumbers_bg_wrap {
    top: 0%;
  }
}
.loyality_content_sec .plumbers_section .plumbers_bg_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.loyality_content_sec .plumbers_section .title_40 {
  max-width: 540px;
}
.loyality_content_sec .plumbers_section p {
  color: #44546f;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
  max-width: 600px;
}
.loyality_content_sec .plumbers_section .plumbers_img_wrap {
  padding-top: 40px;
  width: 100%;
  position: relative;
}
.loyality_content_sec .plumbers_section .plumbers_img_wrap img {
  width: 100%;
}
.loyality_content_sec .plumbers_section .plumbers_img_wrap .plumb_tag {
  position: absolute;
  top: 56px;
  left: 16px;
  border-radius: 8px;
  background: #edf6ff;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .plumbers_section .plumbers_img_wrap .plumb_tag {
    top: auto;
    bottom: 16px;
  }
}
.loyality_content_sec .plumbers_section .plumbers_img_wrap .plumb_tag img {
  height: 24px;
  width: 24px;
}
.loyality_content_sec .plumbers_section .plumbers_img_wrap .plumb_tag span {
  color: #091e42;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}
.loyality_content_sec .benefits_section {
  padding-block: 80px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 248, 249, 0)), color-stop(34.48%, #f7f8f9)), #fff;
  background: linear-gradient(180deg, rgba(247, 248, 249, 0) 0%, #f7f8f9 34.48%), #fff;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section {
    padding-block: 56px 0px;
  }
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section .title_40 {
    text-align: center;
  }
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section .benifits_swiper_wrap {
    padding-left: 16px;
  }
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper {
  padding-top: 56px;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper {
    padding-block: 24px 0px;
  }
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-wrapper .swiper-slide {
    height: unset;
  }
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-wrapper .swiper-slide .benifits_card {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: relative;
  display: inline-block;
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-wrapper .swiper-slide .benifits_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-wrapper .swiper-slide .benifits_card .benifits_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  z-index: 3;
  padding: 16px;
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-wrapper .swiper-slide .benifits_card .benifits_content h3 {
  color: #fff;
  font-family: " Gilroy-Bold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.8px;
  max-width: 220px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-wrapper .swiper-slide .benifits_card .benifits_content h3 {
    font-size: 28.8px;
  }
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-wrapper .swiper-slide .benifits_card .benifits_content p {
  color: #edf6ff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-wrapper .swiper-slide .benifits_card .benifits_content p {
    font-size: 16px;
  }
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-pagination {
  display: none;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-pagination {
    display: block;
  }
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-button-next,
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  top: -56px;
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-button-next::after,
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/home-new/arrow-right.svg");
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-button-next,
  .loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-button-prev {
    display: none;
  }
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-button-prev {
  left: auto;
  right: 60px;
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-pagination {
  bottom: 0px;
  display: none;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-pagination {
    display: block;
  }
}
.loyality_content_sec .benefits_section .benifits_swiper_wrap .benifitsSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .loyality_video_section {
    padding-block: 40px;
  }
}
.loyality_content_sec .loyality_video_section .video_title_wrap {
  background-color: transparent;
}
.loyality_content_sec .loyality_video_section .videoSwiper {
  padding-bottom: 40px;
}
.loyality_content_sec .loyality_video_section .swiper-button-next,
.loyality_content_sec .loyality_video_section .swiper-button-prev {
  width: 48px;
  height: 48px;
}
.loyality_content_sec .loyality_video_section .swiper-button-next::after,
.loyality_content_sec .loyality_video_section .swiper-button-prev::after {
  content: "";
  background-image: url("../../assets/img/home-new/arrow-right.svg");
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .loyality_video_section .swiper-button-next,
  .loyality_content_sec .loyality_video_section .swiper-button-prev {
    display: none;
  }
}
.loyality_content_sec .loyality_video_section .swiper-button-prev::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loyality_content_sec .loyality_video_section .swiper-pagination {
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .loyality_video_section .swiper-pagination {
    display: block;
  }
}
.loyality_content_sec .loyality_video_section .swiper-pagination-bullet-active {
  background-color: #091e42;
}
.loyality_content_sec .how_its_work_section {
  padding-block: 80px;
  overflow: hidden;
  background: #f7f8f9;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .how_its_work_section {
    padding-block: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F8F9), color-stop(6.48%, #FFF));
    background: linear-gradient(180deg, #F7F8F9 0%, #FFF 6.48%);
  }
}
.loyality_content_sec .how_its_work_section .how_its_work_wrap .page-section-head {
  padding-bottom: 32px;
}
.loyality_content_sec .how_its_work_section .how_its_work_wrap .desktop-show .tab .tablinks h3 {
  color: #091e42 !important;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.18px;
}
.loyality_content_sec .how_its_work_section .how_its_work_wrap .desktop-show .tab .tablinks p {
  color: #091e42 !important;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  padding-left: 88px !important;
}
.loyality_content_sec .how_its_work_section .how_its_work_wrap .desktop-show .tab .tablinks.active h3 {
  color: #091e42 !important;
}
.loyality_content_sec .loyality_get_in_touch .getintouch-inner .btn-wrap .btnBlue {
  max-width: 260px;
}
.loyality_content_sec .loyality_get_in_touch .getintouch-inner .btn-wrap .btnBlue img {
  min-height: auto;
  max-height: auto;
}
.loyality_content_sec .loyality_get_in_touch .getintouch-inner img {
  min-height: 292px;
  max-height: 292px;
}
@media screen and (max-width: 767px) {
  .loyality_content_sec .loyality_get_in_touch .getintouch-inner img {
    min-height: 100%;
  }
}