@import url("https://use.typekit.net/nkq8fly.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@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;
}
/*
@font-face {
  font-family: "Myriadpro";
  src: url(" ../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url(" ../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Myriadpro Bold";
  src: url(" ../fonts/MyriadPro-Bold.eot");
  src: url(" ../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url(" ../fonts/MyriadPro-Bold.woff2") format("woff2"), url(" ../fonts/MyriadPro-Bold.woff") format("woff"), url(" ../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Myriadpro SemiBold";
  src: url(" ../fonts/MyriadPro-Semibold.eot");
  src: url(" ../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url(" ../fonts/MyriadPro-Semibold.woff2") format("woff2"), url(" ../fonts/MyriadPro-Semibold.woff") format("woff"), url(" ../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Myriadpro Light";
  src: url(" ../fonts/MyriadPro-Light.eot");
  src: url(" ../fonts/MyriadPro-Light.eat?#iefix") format("embedded-opentype"), url(" ../fonts/MyriadPro-Light.woff2") format("woff2"), url(" ../fonts/MyriadPro-Light.woff") format("woff"), url(" ../fonts/MyriadPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Tungsten Bold";
  src: url(" ../fonts/Tungsten-Bold.eot");
  src: url(" ../fonts/Tungsten-Bold.eot?#iefix") format("embedded-opentype"), url(" ../fonts/Tungsten-Bold.woff2") format("woff2"), url(" ../fonts/Tungsten-Bold.woff") format("woff"), url(" ../fonts/Tungsten-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Tungsten SemiBold";
  src: url(" ../fonts/Tungsten-Semibold.eot");
  src: url(" ../fonts/Tungsten-Semibold.eot?#iefix") format("embedded-opentype"), url(" ../fonts/Tungsten-Semibold.woff2") format("woff2"), url(" ../fonts/Tungsten-Semibold.woff") format("woff"), url(" ../fonts/Tungsten-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "tungstenw05-medium";
  src: url("../fonts/tungstenw05-medium.woff2") format("woff2"), url("../fonts/tungstenw05-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header.is-sticky {
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
}

.fixed #header:before {
  bottom: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-family: myriad-pro;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #000;
}

/* * Basic styles  */
a {
  text-decoration: none;
  color: #333333;
}

.pa-b-50 {
  padding-bottom: 5rem;
}

.pa-t-50 {
  padding-top: 5rem;
}

.ma-b-18 {
  margin-bottom: 1.8rem;
}

.ma-b-20 {
  margin-bottom: 2rem;
}

.ma-b-24 {
  margin-bottom: 2.4rem;
}

.ma-b-35 {
  margin-bottom: 3.5rem;
}

.ma-b-40 {
  margin-bottom: 4rem;
}

.ma-b-60 {
  margin-bottom: 6rem;
}

.ma-t-18 {
  margin-bottom: 1.8rem;
}

.ma-t-20 {
  margin-top: 2rem;
}

.ma-t-24 {
  margin-top: 2.4rem;
}

.ma-t-35 {
  margin-top: 3.5rem;
}

.ma-t-40 {
  margin-top: 4rem;
}

.ma-t-60 {
  margin-top: 6rem;
}

.pa-r-100 {
  padding-right: 12rem;
}

.position-initial {
  position: initial;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.no-border-bottom {
  border-bottom: 0px !important;
}

.banner-content {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  text-align: left;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.banner-content .sub-title {
  font-size: 20px;
  line-height: 22px;
}
.banner-content h1 {
  font-size: 64px;
  line-height: 78px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin-bottom: 20px;
}

.download-pdf-wrap {
  max-width: 208px;
  position: relative;
}
.download-pdf-wrap .download-pdf {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  padding: 12px 20px;
}
.download-pdf-wrap .download-pdf span {
  color: #fff;
  font-size: 18px;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-weight: 600;
  line-height: 28px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
.download-pdf-wrap .download-pdf img {
  margin-left: 10px;
  width: 16px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
}
.download-pdf-wrap .download-pdf img.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.download-pdf-wrap .download-drop {
  background-color: #fff;
  display: none;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.download-pdf-wrap .download-drop a {
  color: #000;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-size: 16px;
  display: block;
  padding: 10px 20px;
  line-height: 20px;
}
.download-pdf-wrap .download-drop a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.banner-pagination .swiper-pagination-bullet {
  width: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  height: 4px;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 48px;
}

.hero-section {
  background-color: #000;
}

.vision-text {
  margin-top: 50px;
}
.vision-text .content-section {
  padding: 0px;
  background-color: #fff;
  color: #000000;
  z-index: 10;
  font-size: 1.8rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  line-height: 28px;
}

.h2-heading {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  line-height: 5.2rem;
  color: #000000;
  margin-bottom: 30px;
}

.pillars-section {
  margin-top: 50px;
}
.pillars-section .pillar-card {
  height: 315px;
  padding: 30px;
}
.pillars-section .pillar-card.environment-card {
  background: #D8E7DA;
}
.pillars-section .pillar-card.social-card {
  background: #92D2F4;
}
.pillars-section .pillar-card.governance-card {
  background: #D5B2D5;
}
.pillars-section .pillar-card .content-section .title {
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 2.8rem;
  color: #000000;
  margin-bottom: 10px;
}
.pillars-section .pillar-card .content-section .pillar-content {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #000000;
}

.swiper-counter .swiper-pagination-progressbar-custom {
  width: 15rem;
  height: 1.5px;
  color: #E6E4FF;
  position: relative;
  margin-right: 10px;
}
.swiper-counter .swiper-pagination-progressbar-custom .swiper-pagination-progressbar-fill {
  background: #191D32;
  height: 3px;
  border-radius: 50px;
  top: -1px;
}

.swiper-controls {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-arrow-next {
  background-image: url("/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/right.svg");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: unset;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.swiper-arrow-next::after {
  display: none;
}
.swiper-arrow-next::before {
  display: none;
}

.swiper-arrow-prev {
  background-image: url("/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/left.svg");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: unset;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.swiper-arrow-prev::after {
  display: none;
}
.swiper-arrow-prev::before {
  display: none;
}

.banner-swiper {
  pointer-events: none;
}
.banner-swiper .banner-slide {
  height: 80vh;
  min-height: 520px;
}
.banner-swiper .banner-slide .banner-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-swiper .banner-slide .banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-swiper .banner-pagination {
  pointer-events: auto;
}

.chairman-section {
  margin-top: 50px;
}
.chairman-section .profile-image {
  width: 100%;
  max-width: 450px;
}

.ceo-section {
  margin-top: 80px;
}
.ceo-section .profile-image {
  width: 100%;
  max-width: 450px;
}

.letter-content {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #000000;
}
.letter-content p {
  margin-bottom: 20px;
}

.desig-name {
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.9rem;
  margin-top: 20px;
}

.desig-title {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.read_more {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  color: #000000;
}
.read_more::after {
  content: " ";
  display: inline-block;
  width: 100%;
  max-width: 12px;
  height: 10px;
  background: url("/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/read-more-arrow.svg") 100% no-repeat;
  -webkit-transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  margin-left: 5px;
  vertical-align: middle;
}
.read_more:hover::after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.carbon-neutral-section {
  background-attachment: fixed;
  background-image: url("/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/carbon-neutral.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
  margin-top: 80px;
}
.carbon-neutral-section h2 {
  color: #fff;
  font-size: 5rem;
  line-height: 6.2rem;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  margin-bottom: 20px;
}
.carbon-neutral-section p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.three-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.three-section .three-card {
  background-color: #D8E7DA;
  height: 315px;
}
.three-section .three-card .title {
  font-size: 3.3rem;
  line-height: 2.8rem;
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-weight: 700;
}
.three-section .three-card .pillar-content {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #000000;
  margin-top: 10px;
}
.three-section .three-card img {
  margin-bottom: 30px;
}

.hilights-section {
  background-color: #D8E7DA;
  padding: 50px 0;
}
.hilights-section .hilights-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.hilights-section .first-row,
.hilights-section .second-row,
.hilights-section .third-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.hilights-section [class^=hilight-card] {
  background-color: #FFFFFF;
  width: 100%;
}
.hilights-section [class^=hilight-card] .title {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 4.4rem;
}
.hilights-section [class^=hilight-card] .content {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (min-width: 992px) {
  .hilights-section .first-row {
    width: 33%;
  }
  .hilights-section .second-row {
    width: 30%;
  }
  .hilights-section .third-row {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hilights-section .first-row {
    width: 100%;
  }
  .hilights-section .second-row {
    width: 100%;
  }
  .hilights-section .third-row {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hilights-section .hilight-card1, .hilights-section .hilight-card2,
  .hilights-section .hilight-card3, .hilights-section .hilight-card4, .hilights-section .hilight-card5 {
    height: auto;
  }
}
.hilights-section .hilight-card1, .hilights-section .hilight-card4 {
  height: 250px;
}
.hilights-section .hilight-card2, .hilights-section .hilight-card5 {
  height: 215px;
}
.hilights-section .hilight-card3 {
  height: 100%;
  min-height: 350px;
}
.hilights-section .hilight-card1 {
  background: url("/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/solar-pv.svg") no-repeat;
  background-color: white;
  text-align: right;
  padding: 20px;
}
.hilights-section .hilight-card2 {
  background: url("/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/efficient-buildings.svg") no-repeat;
  background-position: bottom right;
  background-color: white;
  text-align: left;
  padding: 20px;
}
.hilights-section .hilight-card2 .pos {
  max-width: 60%;
}
.hilights-section .hilight-card3 {
  padding: 0 50px;
  text-align: center;
}
.hilights-section .hilight-card5 {
  background: url("/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/electricity-source.svg") no-repeat;
  background-color: white;
  text-align: right;
  padding: 20px;
  background-position: left bottom;
}
.hilights-section .hilight-card5 .pos {
  max-width: 60%;
  float: right;
}
.hilights-section .hilight-card4 {
  background: url("/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/smar-connected.svg") no-repeat;
  background-color: white;
  background-position: right;
  text-align: left;
  padding: 20px;
}
.hilights-section .hilight-card4 .pos {
  max-width: 60%;
}

.legacy-section {
  margin-top: 50px;
}
.legacy-section .legacy-card {
  padding: 32px;
  height: 315px;
  cursor: pointer;
}
.legacy-section .legacy-card .title {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-family: "myriad-pro", Arial, sans-serif !important;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.legacy-section .legacy-card .title::after {
  content: " ";
  height: 5px;
  width: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
.legacy-section .legacy-card .pillar-content {
  font-size: 1.8rem;
}
.legacy-section .climate-card {
  background: url(/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/climate-change.svg) no-repeat;
  background-color: #D8E7DA;
  background-position: 32px calc(100% - 32px);
}
.legacy-section .climate-card .title::after {
  background-color: #00B28F;
}
.legacy-section .employer-card {
  background: url(/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/top-employer.svg) no-repeat;
  background-color: #92D2F4;
  background-position: 32px calc(100% - 32px);
}
.legacy-section .employer-card .title::after {
  background-color: #0077BE;
}
.legacy-section .governance-card {
  background: url(/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/governance.svg) no-repeat;
  background-color: #D5B2D5;
  background-position: 32px calc(100% - 32px);
}
.legacy-section .governance-card .title::after {
  background-color: #902082;
}
.legacy-section .green-card {
  background: url(/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/green-buildings.svg) no-repeat;
  background-color: #00B28F;
  background-position: 32px calc(100% - 32px);
  color: #fff;
}
.legacy-section .green-card .title::after {
  background-color: #fff;
}
.legacy-section .inclusion-card {
  background: url(/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/inclusion.svg) no-repeat;
  background-color: #0077BE;
  background-position: 32px calc(100% - 32px);
  color: #fff;
}
.legacy-section .inclusion-card .title::after {
  background-color: #fff;
}
.legacy-section .privacy-card {
  background-color: #902082;
  background-position: left bottom;
  color: #fff;
}
.legacy-section .privacy-card .title::after {
  background-color: #fff;
}
.legacy-section .renewable-card {
  background: url(/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/renewable-energy1.svg) no-repeat;
  background-color: #D8E7DA;
  background-position: left bottom;
}
.legacy-section .renewable-card .title::after {
  background-color: #00B28F;
}
.legacy-section .skilling-card {
  background-color: #92D2F4;
  background-position: 32px bottom;
}
.legacy-section .skilling-card .title::after {
  background-color: #0077BE;
}
.legacy-section .ethical-card {
  background-color: #D5B2D5;
  background-position: left bottom;
}
.legacy-section .ethical-card .title::after {
  background-color: #902082;
}
.legacy-section .water-card {
  background: url(/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/water.svg) no-repeat;
  background-color: #00B28F;
  background-position: center bottom;
  background-size: 100% auto;
  color: #fff;
}
.legacy-section .water-card .title::after {
  background-color: #fff;
}
.legacy-section .local-card {
  background: url(/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/local-talent.svg) no-repeat;
  background-color: #0077BE;
  background-position: 32px calc(100% - 32px);
  color: #fff;
}
.legacy-section .local-card .title::after {
  background-color: #fff;
}
.legacy-section .information-card {
  background-color: #902082;
  background-position: left bottom;
  color: #fff;
}
.legacy-section .information-card .title::after {
  background-color: #fff;
}
.legacy-section .climate1-card {
  background-color: #D8E7DA;
  background-position: left bottom;
}
.legacy-section .climate1-card .title::after {
  background-color: #00B28F;
}
.legacy-section .lake-card {
  background: url(/content/dam/infosys-web/en/about/esg/esg-vision-2030/images/lake-rejuvination.svg) no-repeat;
  background-color: #00B28F;
  background-position: 32px calc(100% - 32px);
  color: #fff;
}
.legacy-section .lake-card .title::after {
  background-color: #fff;
}

.vision-section {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #D8E7DA;
}
.vision-section .vision-card {
  position: relative;
  height: 260px;
}
.vision-section .vision-card p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #fff;
  background-color: #09321D;
  margin-bottom: 0;
  padding: 20px;
}
.vision-section .vision-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.icons-section {
  background-color: #D8E7DA;
  margin-top: 50px;
  padding: 50px 0;
}
.icons-section .icons-list img {
  margin-right: 16px;
  margin-bottom: 16px;
  width: 89px;
  height: 89px;
}

.offset-section {
  margin-top: 50px;
}
.offset-section .count {
  font-family: "myriad-pro", Arial, sans-serif !important;
  font-weight: 600;
  font-size: 5rem;
  line-height: 6.8rem;
  color: #09321D;
}
.offset-section .value {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #000000;
}

/* Go to Top Button Styles */
.go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  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-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 1000;
  border: 0;
  background-color: transparent;
}

.go-to-top.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.go-to-top:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.go-to-top:active {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* Arrow icon */
.go-to-top::before {
  content: "";
  width: 0;
  height: 0;
  margin-bottom: 2px;
}

.go-to-top:hover::after {
  opacity: 1;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  z-index: 1000;
  border-radius: 4px;
}
.skip-link:focus {
  top: 6px;
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

#skipTarget {
  scroll-margin-top: 95px;
}

#mainContent {
  scroll-margin-top: 95px;
}

#mainContent:focus {
  outline: none;
}

@media (min-width: 576px) {
  .right-fluid {
    margin-left: calc((100% - 540px) / 2);
    max-width: none;
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .right-fluid {
    margin-left: calc((100% - 720px) / 2);
    max-width: none;
    width: auto !important;
  }
  .h2-heading {
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 7.2rem;
    color: #000000;
    margin-bottom: 50px;
  }
  .banner-content h1 {
    font-size: 80px;
    line-height: 78px;
  }
  .go-to-top {
    bottom: 20px;
    right: 20px;
  }
  .go-to-top::after {
    right: 60px;
    padding: 6px 10px;
  }
}
@media (min-width: 992px) {
  .right-fluid {
    margin-left: calc((100% - 960px) / 2);
    max-width: none;
    width: auto !important;
  }
  .chairman-section {
    margin-top: 80px;
  }
  .chairman-section .profile-image {
    width: auto;
  }
  .ceo-section {
    margin-top: 80px;
  }
  .ceo-section .profile-image {
    width: auto;
  }
  .ceo-section .img__wrapper {
    text-align: right;
  }
  .pillars-section {
    margin-top: 80px;
  }
  .pillars-section .pillar-card {
    height: 360px;
  }
  .three-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .three-section .three-card {
    height: 360px;
  }
  .offset-section .count {
    font-size: 7.2rem;
    line-height: 7.8rem;
  }
  .legacy-section {
    margin-top: 80px;
  }
  .legacy-section .legacy-card {
    height: 360px;
  }
  .legacy-section .legacy-card .pillar-content {
    font-size: 2.2rem;
  }
  .legacy-section .legacy-card .title {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
  .vision-section {
    margin-top: 80px;
    padding: 80px 0;
  }
  .carbon-neutral-section h2 {
    font-size: 6.4rem;
    line-height: 7.2rem;
  }
  .carbon-neutral-section p {
    font-size: 2.4rem;
  }
  .icons-section {
    margin-top: 80px;
    padding: 80px 0;
  }
  .hilights-section .hilight-card2 {
    background-size: 90% auto;
  }
  .hilights-section .hilight-card5 {
    background-size: 90% auto;
  }
  .vision-text {
    margin-top: -80px;
  }
  .vision-text .content-section {
    padding: 64px;
    line-height: 3.2rem;
    text-align: center;
    font-size: 2.2rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
  }
}
@media (min-width: 1200px) {
  .right-fluid {
    margin-left: calc((100% - 1140px) / 2);
    max-width: none;
    width: auto !important;
  }
}
@media (min-width: 1400px) {
  .right-fluid {
    margin-left: calc((100% - 1320px) / 2);
    max-width: none;
    width: auto !important;
  }
}