/* --- Global CSS Starts --- */
html {
    -webkit-text-size-adjust: none;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
  }
  body {
    background-color: var(--mono1);
    color: var(--primary-color-6);
    /*font-family: var(--font-light);*/
    font-family: var(--font-NextBook-regular);
    font-size: var(--body-fontsize);
    line-height: var(--body-lineheight);
    margin: 0;
    overflow-x: hidden;
  }
  .container {
    max-width: var(--container-width);
    padding-left: var(--grid-padding);
    padding-right: var(--grid-padding);
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    z-index: 9999;
    word-wrap: normal;
  }
  .visually-hidden.focusable:active,
  .visually-hidden.focusable:focus {
    position: absolute;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    z-index: 99;
    background: var(--primary-color-1);
    padding: 7px;
    color: var(--mono1);
    top: 10px;
    left: 10px;
  }
  
  .pointer_none, .disableTag {
      pointer-events: none;
      cursor: auto;
  }
  
  h1,
  .h1 {
    font-size: 6rem;
    line-height: 8.2rem;
        font-family: var(--font-NextBook-regular);
    margin: 0 0 16px 0;
    font-weight: 400;
  }
  h2,
  .h2 {
    font-size: 4rem;
    line-height: 5.5rem;
        font-family: var(--font-NextBook-regular);
    margin: 0 0 16px 0;
    font-weight: 400;
  }
  h3,
  .h3 {
    font-size: 3.6rem;
    line-height: 4.9rem;
        font-family: var(--font-NextBook-regular);
    margin: 0 0 16px 0;
    font-weight: 400;
  }
  h4,
  .h4 {
    font-size: 3.2rem;
    line-height: 4.4rem;
        font-family: var(--font-NextBook-regular);
    margin: 0 0 16px 0;
    font-weight: 400;
  }
  h5,
  .h5 {
    font-size: 2.6rem;
    line-height: 3.6rem;
        font-family: var(--font-NextBook-regular);
    margin: 0 0 16px 0;
    font-weight: 400;
  }
  h6,
  .h6 {
    font-size: 2.2rem;
    line-height: 3rem;
        font-family: var(--font-NextBook-regular);
    margin: 0 0 16px 0;
    font-weight: 400;
  }
  .intro,
  .rad-introtext {
    font-size: 2rem;
    line-height: 3rem;
    font-family: var(--font-NextBook-light);
  }
  
  .large-body,
  .large-body p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: var(--font-light);
  }
  .small-body,
  .small-body p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: var(--font-light);
  }
  
  .quote,
  .rad-quote,
  q {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-family: var(--font-secondary-italic);
    font-weight: 400;
  }
  
  .stat-large {
    font-size: 7rem;
    line-height: 9.6rem;
    font-weight: 400;
    font-family: var(--font-secondary-regular);
  }
  
  .stat-small {
    font-size: 4rem;
    line-height: 5.5rem;
    font-weight: 400;
    font-family: var(--font-secondary-regular);
  }
  
  label,
  .label {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-family: var(--font-medium);
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  i {
    display: inline-block;
  }
  p {
    margin: 0 0 16px 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
  a {
    text-decoration: none;
  }
  
  .has_anchor a {
      transition: var(--base-transition);    
      text-decoration:underline;
  }
  
  body.userTabbing a:focus {
        outline: 3px dotted;
      outline-offset: 5px;
  }
  body.userTabbing a:focus:after {
    width: 100%;
    left: 0px;
  }
  
  .white_focus *:focus {
    outline: 2px dotted var(--mono1);
  }
  
  .text-center {
    text-align: center;
  }
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }
  
  iframe {
      width: 100%;
      border: 0px;
      background-color: transparent;
      overflow: auto;
  }
  
  .module_wrapper {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .text_center {
    text-align: center;
  }
  .overflow_hidden {
    overflow: hidden;
  }
  .visibly_hidden {
    height: 0;
    width: 0;
    display: block;
    opacity: 0;
  }
  .tranform90 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .tranform180 {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .gradient-mono-linear *:not(.p_abs),
  .gradient-mono-linear *:not(.p_abs),
  .gradient-mono-linear *:not(.p_abs) {
    position: relative;
    z-index: 2;
  }
  
  .gradient-mono-linear:after,
  .gradient-secondary-linear:after,
  .banner-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--gradient-mono-linear);
  }
  .gradient-secondary-linear:after {
    background: var(--gradient-secondary-linear);
  }
  .banner-gradient:after {
    background: var(--banner-gradient);
  }
  
  .c_transition {
    transition: var(--base-transition);
  }
  .bgImgCenter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  /* CTA Start */
  .cta-outline .icon ~ .link_text,
  .cta-primary .icon ~ .link_text,
  .cta-secondary .icon ~ .link_text,
  .cta-arrow-link .icon ~ .link_text,
  button .icon ~ .link_text {
    margin-left: 10px;
  }
  
  .cta-outline .link_text ~ .icon,
  .cta-primary .link_text ~ .icon,
  .cta-secondary .link_text ~ .icon,
  .cta-arrow-link .link_text ~ .icon,
  button .link_text ~ .icon {
    margin-left: 14px;
  }
  .cta-outline:after,
  .cta-primary:after,
  .cta-secondary:after,
  .cta-arrow-link:after,
  button:after,
  .cta:after,
  .cta-arrow-link-rev:after {
    display: none;
  }
  .cta-outline,
  .cta-primary,
  .cta-secondary,
  .cta-arrow-link,
  button,
  .cta,
  .cta-arrow-link-rev {
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    /*font-weight: 400;*/
        font-family: var(--font-NextBook-medium);
    font-style: normal;
    transition: var(--base-transition);
    -webkit-transition: var(--base-transition);
    -moz-transition: var(--base-transition);
    -ms-transition: var(--base-transition);
    -o-transition: var(--base-transition);
    position: relative;
    display: inline-block;
  }
  .cta-arrow-link,
  .cta-arrow-link-rev {
    border: 1px dashed transparent;
    padding: 20px 10px;
    background: transparent;
  }
  .cta-outline,
  .cta-primary,
  .cta-secondary,
  button,
  .cta {
    border: 1px solid;
    padding: 26px 30px;
  }
  .cta-outline:focus,
  .cta-primary:focus,
  button:focus,
  .cta:focus,
  .cta-arrow-link:focus-visible,
  .cta-arrow-link-rev:focus-visible {
    outline: none;
  }
  .cta-outline:focus-visible,
  .cta-primary:focus-visible,
  button:focus-visible,
  .cta:focus-visible {
    outline: 2px dotted var(--primary-color-2);
  }
  .cta-outline.inactive,
  .cta-primary.inactive,
  .cta-secondary.inactive,
  .cta-arrow-link.inactive,
  .cta-arrow-link-rev.inactive {
    pointer-events: none;
    cursor: not-allowed;
  }
  /* Button Outline */
  .cta-outline {
    color: var(--primary-color-1);
    border-color: var(--primary-color-1);
  }
  .cta-outline:hover {
    color: var(--primary-color-2);
    border-color: var(--primary-color-2);
  }
  .cta-outline:focus {
    color: var(--primary-color-1);
    border-color: var(--primary-color-2);
  }
  .cta-outline.inactive {
    color: var(--primary-color-5);
    border-color: var(--primary-color-5);
  }
  /* Button Primary */
  .cta-primary,
  button,
  .cta {
    color: var(--mono1);
    border-color: var(--primary-color-1);
    background: var(--primary-color-1);
    
    display: inline-flex;
     align-items: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
        -webkit-box-pack: center;
      -moz-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  
  .cta .icon {
      position: relative;
      top: 2px;
  }
  .cta-primary:hover,
  button:hover,
  .cta:hover {
    /*color: var(--mono1);
    border-color: var(--primary-color-2);
    background: var(--primary-color-2);*/
        color: var(--primary-color-1);
      border-color: var(--mono1);
      background: var(--mono1);
  }
  .cta-primary:focus,
  button:focus,
  .cta:focus {
    color: var(--mono1);
    border-color: var(--primary-color-2);
    background: var(--primary-color-1);
  }
  .cta-primary.inactive,
  button.inactive,
  .cta.inactive {
    color: var(--mono1);
    border-color: var(--primary-color-5);
    background: var(--primary-color-5);
  }
  /* Button Secondary */
  .cta-secondary {
    color: var(--mono1);
    border-color: var(--primary-color-2);
    background: var(--primary-color-2);
  }
  .cta-secondary:hover {
    color: var(--mono1);
    border-color: var(--primary-color-1);
    background: var(--primary-color-1);
  }
  .cta-secondary:focus {
    color: var(--mono1);
    border-color: 1px dashed var(--mono1);
    background: var(--primary-color-1);
  }
  .cta-secondary.inactive {
    color: var(--mono1);
    border-color: var(--primary-color-5);
    background: var(--primary-color-5);
  }
  /* Button Right Arrow */
  .cta-arrow-link {
    color: var(--primary-color-1);
  }
  .cta-arrow-link:hover {
    color: var(--primary-color-2);
  }
  .cta-arrow-link:focus {
    color: var(--primary-color-1);
    border-color: var(--primary-color-2);
  }
  .cta-arrow-link.inactive {
    color: var(--primary-color-5);
  }
  /* Button Left Arrow */
  .cta-arrow-link-rev {
    color: var(--primary-color-1);
  }
  .cta-arrow-link-rev:hover {
    color: var(--primary-color-2);
  }
  .cta-arrow-link-rev:focus {
    color: var(--primary-color-1);
    border-color: var(--primary-color-2);
  }
  .cta-arrow-link-rev.inactive {
    color: var(--primary-color-5);
  }
  
  .white_focus .cta-primary:focus,
  .white_focus .cta:focus,
  .white_focus .cta-arrow-link:focus {
    outline: 2px dotted var(--mono1);
    border-color: transparent;
    outline-offset: 3px;
  }
  
  .module-title {
      background: var(--primary-color-2);
      padding: 20px 40px;
          margin: 40px 0;
  }
  
  .scroll-table-container {
      overflow-x: auto;
  }
  
    
    #main-container section:last-child {
      padding-bottom: 100px;
    }
  
  /* CTA End */
  
  .module_dark_bg {
    padding: 60px 0;
  }
  
  @media all and (max-width: 991px) {
  
    .container {
      padding-right:40px;
      padding-left:40px;
    }
    
    h1,
    .h1 {
         font-size: 4.8rem;
      line-height: 6.4rem;
    }
  
    .module_wrapper {
      padding-bottom: 40px;
      padding-top: 40px;
    }
    .module_dark_bg {
      padding: 45px 0;
    }
    
    #main-container section:last-child {
      padding-bottom: 80px;
    }
    
    .cta-outline,
  .cta-primary,
  .cta-secondary,
  button,
  .cta {
    padding: 24px 20px;
    letter-spacing: 0.10rem;
  }
  
  }
  
  @media all and (max-width: 767.98px) {
    
    .container {
      padding-right:30px;
      padding-left:30px;
    }
  }
  
  /* --- Reset Commom Elements Starts --- */
  ul,
  ol {
    margin: 0;
    padding: 0;
  }
  ul li {
    list-style: none;
  }
  
  .sitemap-wrapper ul,
  #ip3-error-page .content_text__wrapper ul {
    padding: 0;
    clear: both;
    list-style-type: none;
    font-family: var(--font-medium);
    margin: 0;
  }
  
  .sitemap-wrapper ul li,
  #ip3-error-page .content_text__wrapper ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
  }
  
  .sitemap-wrapper ul li:before,
  #ip3-error-page .content_text__wrapper ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    background-color: var(--primary-color-1);
    border-radius: 100%;
  }
  .sitemap-wrapper ul ul,
  #ip3-error-page .content_text__wrapper ul ul {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .text-uppercase {
    text-transform: uppercase;
  }
  
  a {
    text-decoration: none;
    /*color: var(--primary-color-6);*/
    color: var(--primary-color-1);
    position: relative;
    transition: var(--base-transition);
  }
  
  a:hover {
    /*color: var(--primary-color-1);*/
    color: var(--primary-color-2);
  }
  
  a i[class*="icon-"] {
    transition: var(--base-transition);
  }
  
  a:not(
      .cta,
      .result-link,
      .ar-link,
      .ddlSelectedValue,
      .quarterly-report-link > a,
      .social-wrap .footer-bottom-social li a,
      .play-btn,
      .pdf-download,
      .b2t-link
    ):after,
      header button.active_menu:after {
    content: "";
    width: 0;
    background-color: var(--mono1);
    height: 2px;
    transition: var(--base-transition);
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  
  *:focus-visible {
    outline: 2px dotted var(--primary-color-2);
  }
  
  input::-webkit-input-placeholder,
  input:-ms-input-placeholder,
  input::placeholder {
    color: var(--primary-color-6);
  }
  img {
    max-width: 100%;
  }
  .invisible {
    opacity: 0;
    width: 0;
    /*visibility:hidden;*/
    display: inline-block;
    text-indent: -9999px;
  }
  body .p_rel {
    position: relative !important;
  }
  body .p_abs {
    position: absolute !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .m-0 {
    margin: 0 !important;
  }
  .mt-0 {
    margin-top: 0;
  }
  .cur_pointer {
    cursor: pointer;
  }
  .w100 {
    width: 100%;
  }
  .h100 {
    height: 100%;
  }
  .hide {
    display: none;
  }
  .show {
    display: block;
  }
  .text_indent_hide {
    text-indent: -9999px;
  }
  
  .primary-color-1 {
    color: var(--primary-color-1);
  }
  .primary-color-2,
  .rad-color-3 {
    color: var(--primary-color-2);
  }
  .primary-color-3 {
    color: var(--primary-color-3);
  }
  .primary-color-4 {
    color: var(--primary-color-4);
  }
  .primary-color-5 {
    color: var(--primary-color-5);
  }
  .primary-color-6 {
    color: var(--primary-color-6);
  }
  .mono1, .rad-color-1 {
    color: var(--mono1);
  }
  .mono2, .rad-color-2 {
    color: var(--mono2);
  }
  .module_wrapper div[class*="bg-"] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media all and (max-width: 991px) {
    .module_wrapper div[class*="bg-"] {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    
    header .header_row {
      position: unset !important;
  }
  }
  
  .bg-primary-color-1 {
    background-color: var(--primary-color-1);
  }
  .bg-primary-color-1 * {
    color: var(--mono1);
  }
  .bg-primary-color-2 {
    background-color: var(--primary-color-2);
  }
  .bg-primary-color-2 * {
    color: var(--mono1);
  }
  .bg-primary-color-3 {
    background-color: var(--primary-color-3);
  }
  .bg-primary-color-4 {
    background-color: var(--primary-color-4);
  }
  .bg-primary-color-5 {
    background-color: var(--primary-color-5);
  }
  .bg-primary-color-6 {
    background-color: var(--primary-color-6);
  }
  /* --- Reset Commom Elements Ends --- */
  /* ========================= */
  
  /* --- Dropdown Starts --- */
  .dropdown_wrapper {
    max-width: 218px;
    width: 100%;
  }
  
  .dropdown_wrapper a {
    background: transparent;
  }
  
  .dropdown_wrapper .ddl_selected {
    padding: 13px 46px 12px 10px;
    border: 1px solid var(--primary-color-4);
    width: 100%;
    font-family: var(--font-medium);
    color: var(--primary-color-6);
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 1.5px;
  }
  .dropdown_wrapper .ddl_selected i {
    right: 10px;
    top: calc(50% - 7px);
    color: var(--primary-color-1);
  }
  .dropdown_wrapper .ddl_selected.active i {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
  }
  .dropdown_wrapper .dropdown_content {
    max-height: 300px;
    overflow: auto;
    width: 100%;
    top: calc(100% + 2px);
    z-index: 100;
    border: 1px solid var(--primary-color-4);
    background-color: var(--mono1);
  }
  .dropdown_wrapper .dropdown_content li a {
    display: block;
    padding: 15px;
  }
  .dropdown_wrapper .dropdown_content li:hover,
  .dropdown_wrapper .dropdown_content li.current,
  .dropdown_wrapper .dropdown_content li a:focus {
    background-color: var(--primary-color-1);
    color: var(--mono1);
  }
  
  .dropdown_wrapper .dropdown_content li:hover a,
  .dropdown_wrapper .dropdown_content li.current a,
  .dropdown_wrapper .dropdown_content li a:focus a {
    color: var(--mono1);
  }
  
  .dropdown_wrapper .dropdown_content li a:after {
    display: none;
  }
  .dropdown_wrapper .dropdown_content li a {
    font-family: var(--font-medium);
    color: var(--primary-color-6);
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 1.5px;
  }

  
  /* --- Dropdown Ends --- */
  
  /* --- Global CSS Ends ---*/
.white_border {
    border: 1px solid var(--mono1);
    height: 100%;
    width: 100%;
    padding-bottom: 25px;
    text-align: center !important;
    align-content: end;        
}

.signpost-image--wrapper .single-signpost-image--wrapper .single-signpost-content:has(.white_border) {
height:315px;
padding: 12px 22px 32px !important;
}

#ip3-corporate-governance .accordion_wrapper .bg-primary-color-3 {padding-top: 0px;}

.stats_with_inner.white_background_custom:before ,.stats_with_inner.white_background_custom:after{background:none}
.white_background_custom .stat-large {color : var(--primary-color-2);}
.white_background_custom .single_stats_desc ,.white_background_custom .single_stats_desc p {color : var(--primary-color-5);}
.single_stats_desc {min-height: 30px;}
.stat-large {font-size: 6.5rem;}
 
.lang-en .stats_with_text_wrapper div.grid10View.col-md-10,
.lang-en .stats_with_text_wrapper div.grid10View.col-lg-10  {margin-right: 0;margin-left: 8.33333333%;}  
.lang-en .stats_with_text_wrapper .justify-content-center.grid10View {justify-content: left !important;}


body.ip3-news-and-insights section.breadcrumb-wrapper {
    display: none;
}