@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");
@font-face {
  font-family: "tungstenw05-medium";
  src: url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.clearfix.visible-sm {
  display: none;
}
.myr_bold,
.myr_regular,
.myr_semibold {
  font-stretch: normal;
}
.tung_black,
.tung_bold,
.tung_medium,
.tung_semibold {
  font-style: normal;
  font-weight: 400;
}
.nav_bar,
.nav_link_drawer {
  flex-direction: row;
  display: flex;
}
.sidebar ul,
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
.sidebar ul,
body {
  overflow-x: hidden;
}
.myr_bold {
  font-family: myriad-pro, Arial;
  font-style: normal;
  font-weight: 500;
}
.myr_semibold {
  /* font-family: MyriadPro-Semibold; */
  font-family: myriad-pro, Arial;
  font-style: normal;
  font-weight: 600;
}
.myr_regular {
  /* font-family: MyriadPro-Regular; */
  font-family: myriad-pro, Arial;
  font-style: normal;
  font-weight: 400;
}
.tung_black {
  /* font-family: Tungsten-Black;  */
  font-family: tungstenw05-medium, Oswald, sans-serif;
}
.tung_bold {
  /* font-family: Tungsten-Bold; */
  font-family: tungstenw05-medium, Oswald, sans-serif;
  /* font-weight: 600; */
}
.tung_semibold {
  /* font-family: Tungsten-Semibold; */
  font-family: tungstenw05-medium, Oswald, sans-serif;
  font-weight: 700;
}
.tung_medium {
  /* font-family: Tungsten-Medium; */
  font-family: tungstenw05-medium, Oswald, sans-serif;
  font-weight: 500;
}
@font-face {
  font-family: InterTight-Black;
  src: url("/content/dam/infosys-web/en/about/esg/esg-radar-experience/fonts/inter-tight/intertight-black.ttf")
    format("truetype");
  font-display: swap;
}
@font-face {
  font-family: InterTight-Bold;
  src: url("/content/dam/infosys-web/en/about/esg/esg-radar-experience/fonts/inter-tight/intertight-bold.ttf")
    format("truetype");
  font-display: swap;
}
@font-face {
  font-family: InterTight-SemiBold;
  src: url("/content/dam/infosys-web/en/about/esg/esg-radar-experience/fonts/inter-tight/intertight-semibold.ttf")
    format("truetype");
  font-display: swap;
}
@font-face {
  font-family: InterTight-Medium;
  src: url("/content/dam/infosys-web/en/about/esg/esg-radar-experience/fonts/inter-tight/intertight-medium.ttf")
    format("truetype");
  font-display: swap;
}
@font-face {
  font-family: InterTight-Italic;
  src: url("/content/dam/infosys-web/en/about/esg/esg-radar-experience/fonts/inter-tight/intertight-italic.ttf")
    format("truetype");
  font-display: swap;
}
@font-face {
  font-family: InterTight-Regular;
  src: url("/content/dam/infosys-web/en/about/esg/esg-radar-experience/fonts/inter-tight/intertight-regular.ttf")
    format("truetype");
  font-display: swap;
}
.inter_black {
  font-family: InterTight-Black;
  font-weight: 900;
}
.inter_bold {
  font-family: InterTight-Bold;
  font-weight: 700;
}
.inter_semibold {
  font-family: InterTight-SemiBold;
  font-weight: 600;
}
.inter_medium {
  font-family: InterTight-Medium;
  font-weight: 500;
}
.inter_regular {
  font-family: InterTight-Regular;
  font-weight: 400;
}
.inter_italics {
  font-family: InterTight-Italic;
  font-weight: 400;
}
.copy_right_text,
.sidebar ul.sidebar_menu_ul li span {
  font-family: myriad-pro, Arial;
  font-size: 14px;
  letter-spacing: normal;
}
body,
html {
  width: 100%;
}
body {
  background-color: #ecf0f3;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
.logo_download,
.music_button,
.reset_icon {
  width: 48px;
  height: 48px;
}
.header {
  max-height: 77px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgb(236 240 243 / 70%);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.nav_bar {
  justify-content: space-between;
  padding: 16px 57px;
  align-items: center;
}
.nav_link_drawer {
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}
.download_txt,
.download_txt:focus,
.download_txt:hover {
  font-size: 14px;
  line-height: 1.2;
  color: #1b7eda;
}
.nav_link,
.nav_link:focus,
.nav_link:hover {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.cursor_pointer {
  cursor: pointer;
}
.logo_img {
  width: 90px;
  height: auto;
}
.sidebar,
.sidebar.expanded:after {
  height: 100vh;
  position: fixed;
  top: 0;
}
.sidebar {
  width: 360px;
  right: -360px;
  z-index: 9;
  box-shadow: none;
  background-color: #007cc3;
  cursor: pointer;
  padding: 40px 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: auto;
  -ms-overflow-style: none;
}
.hamburger_menu_divs,
.hamburger_menu_divs:before {
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: none;
}
.sidebar.expanded {
  right: 0;
}
.sidebar.expanded:after {
  content: "";
  width: 100%;
  background: 0 0;
  left: 0;
  z-index: -1;
}
.hamburger_menu_divs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
  margin: 0;
}
.hamburger_menu_divs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: center 70%;
  transform: scale(1);
  -webkit-transition: 0.35s ease-out;
  -o-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.hamburger_menu {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger_menu_white {
  display: block !important;
}
#music_pause,
.hamburger_menu_active,
.hamburger_menu_white_hide {
  display: none;
}
.hamburger_menu .bottom_line,
.hamburger_menu .middle_line,
.hamburger_menu .top_line {
  align-self: flex-start;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background-color: #fff;
}
.sidebar ul {
  position: relative;
  top: 50px;
  list-style: none;
  width: 100%;
  overflow-y: auto;
}
.sidebar ul.sidebar_menu_ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  width: 100%;
  height: auto;
}
.sidebar ul.sidebar_menu_ul li:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  background: #b2babf;
  height: 1px;
  opacity: 0;
  -webkit-transition-property: left, right, opacity;
  -o-transition-property: left, right, opacity;
  transition-property: left, right, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  bottom: 0;
}
.sidebar ul.sidebar_menu_ul li a {
  padding: 28px 40px;
  display: flex;
}
.sidebar ul.sidebar_menu_ul li a.nested_text {
  padding: 10px 60px;
}
.sidebar ul.sidebar_menu_ul li a.nested_text span {
  color: #fff;
  opacity: 0.7;
}
.sidebar ul.sidebar_menu_ul li a.nested_text:last-child {
  padding-bottom: 30px !important;
}
.sidebar ul.sidebar_menu_ul li span {
  line-height: 1.5;
  color: #fff;
  padding-left: 20px;
}
.sidebarMenu-legal-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 400px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 50px;
  gap: 0;
}
.footer_section_1,
.text-container {
  height: 100%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
  width: 100%;
}
.sidebarMenu-links-social {
  margin-left: -10px;
}
.sidebarMenu-links-social a {
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0.8;
  -webkit-transition: 0.3s linear !important;
  -o-transition: 0.3s linear !important;
  transition: 0.3s linear !important;
}
.sidebarMenu-links-social path {
  fill: rgb(255 255 255 / 70%);
}
.sidebarMenu-legal-div a,
.sidebarMenu-legal-div a:focus,
.sidebarMenu-legal-div a:hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.7;
  font-family: myriad-pro, Arial;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}
.sidebarMenu-legal-div a svg {
  width: 16px;
}
.menu_link_div a svg {
  width: 20px;
}
.menu_link,
.menu_link:focus,
.menu_link:hover {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.copy_right_text {
  line-height: 1;
  color: #fff;
  opacity: 0.7;
  padding-top: 20px;
  padding-left: 0;
  margin-bottom: 0;
  cursor: default !important;
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer_section_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  left: 50%;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.footer_section_2 {
  width: 100%;
  background: #010e10;
  padding: 112px 16px;
}
.download_link,
.download_link:focus,
.download_link:hover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 34px;
  line-height: 1.34;
  color: #fff;
  gap: 24px;
  z-index: 999;
}
.company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.footer_copyright {
  font-size: 16px;
  line-height: 1.18;
  color: #fff;
}
#esg_container {
  display: flex;
  min-height: 100vh;
}
#expo {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 3em;
}
#expo img {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
}
.text-container {
  padding: 20px;
  left: 50%;
  background-color: rgba(1, 14, 16, 0.65);
  z-index: 1;
  opacity: 0;
}
.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.text_div,
.text_div_1,
.text_div_2,
.text_div_3,
.text_div_4 {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: transparent;
  text-align: center;
  font-size: 44px;
  line-height: 1.08;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.text_1,
.text_2 {
  color: #0c1e2a;
  line-height: 1.1;
}
.line_width {
  width: 340px;
}
.text_1 {
  font-size: 28px;
  padding-bottom: 8px;
}
.text_2 {
  font-size: 100px;
  padding-bottom: 44px;
}
.move_from_left {
  text-align: right;
}
.move_from_right {
  text-align: left;
}
.count,
.esg_fade,
.esg_fade_title,
.esg_fade_title2,
.music_footer,
.reset_footer {
  text-align: center;
}
.move_center {
  padding: 0 24px;
  line-height: 1.1;
}
.text_div_3 {
  width: 900px;
}
.text_div_3 .move_center {
  padding: 0;
}
.text_div_4 .line_width {
  width: 400px;
}
.span-block {
  display: block;
}
svg#scroll-icon {
  margin-top: 10px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1;
}
.progress-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  height: 100vh;
  background-color: #007cc3;
  clip-path: circle(50% at 50% 50%);
  scale: 2.5;
}
.progress-bar {
  position: relative;
  width: 0%;
  top: 50%;
  height: 2px;
  background: #b5d3e5;
}
.count {
  position: absolute;
  top: 50%;
  width: 100%;
  font-weight: 100;
  font-size: 24px;
  margin-top: -1.33em;
  color: #fff;
}
.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 4px;
  background-color: #007cc3;
  opacity: 0;
}
.scroll_dot_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}
.lottie_download {
  padding-bottom: 8px;
  z-index: 999;
}
.mouse-scroll {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9;
  display: flex;
  transform: translateX(-50%);
  align-items: center;
  flex-direction: column;
}
.reset_footer {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: transparent;
  color: #fff;
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  padding: 24px;
  z-index: 99999;
}
.mouse_autoplay {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.auto_txt,
.or_divs,
.scroll_txt {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.04em;
  color: #334448;
}
.autoplay,
.autoplay:focus,
.autoplay:hover,
.mouse,
.mouse:focus,
.mouse:hover {
  background: rgba(87, 145, 178, 0.1);
  border-radius: 7px;
  border: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 90px;
  z-index: 99999;
}
.autoplay:focus,
.btn_reset:focus {
  border: none;
  box-shadow: none;
}
.header_download {
  border: 1px solid #1b7eda;
  border-radius: 70px;
  padding: 10px 16px 4px;
}
.download_img {
  padding-bottom: 4px;
}
.bg {
  background: url("/content/dam/infosys-web/en/about/esg/esg-radar-experience/anime-bg-web.svg")
    center #007cc3 !important;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: translate(0);
}
.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
.bg3 {
  animation-duration: 5s;
}
.footer_fade {
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
  padding: 72px 16px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
}
.esg_fade {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.esg_fade_title {
  font-size: 220px;
  line-height: 0.7;
  color: #fff;
}
.esg_fade_title2 {
  font-size: 75px;
  line-height: 100px;
  color: #fff;
}
.music_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  flex-direction: row;
  justify-content: flex-start;
  padding: 24px;
  z-index: 999999;
}
.page_headings {
  display: flex;
  flex-direction: column;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li:first-child {
  margin-top: 20px;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.ul.footer-txt > li > a:hover {
  text-decoration: none;
}
.ftr-head {
  color: #000000;
  font-size: 20px;
  font-weight: 900;
  margin-top: 0;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before,
.down-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\f0d8";
}
.down-arrow:before {
  content: "\f0d7";
}
.select-country > a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
  text-decoration: none;
}
.select-country > a:hover,
.select-country > a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
.list-inline.footer-txt > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg-white {
  background-color: #fff !important;
}
.ptb15 {
  padding: 15px 0;
}
.pull-right {
  float: right !important;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-left: 15px;
  }
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
  .pull-left-xs {
    float: left !important;
  }
}
