#header .navBar {
  background-color: #1a1a1a;
}

@media only screen and (min-width: 1024px) {
  #page {
    margin-top: 136px;
  }
}
@media only screen and (min-width: 1200px) {
  #page {
    margin-top: 139px;
  }
}

@media (min-width: 992px) {
  .container-md-up {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-md-up {
    width: 1170px;
  }
}
.esg-page strong {
  font-family: "Gotham-Medium", Arial, Helvetica, sans-serif;
}

.esg-subtitle {
  margin: 0;
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
}

.esg-section {
  margin: 35px 0;
}
@media only screen and (min-width: 768px) {
  .esg-section {
    margin: 60px 0;
  }
}
.esg-section .esg-subtitle {
  margin-bottom: 30px;
}
.esg-section.esg-kit {
  padding: 35px 0;
  background: var(--Neutral-200, #F1F1F1);
}
@media only screen and (min-width: 768px) {
  .esg-section.esg-kit {
    padding: 60px 0;
  }
}

.esg-hero {
  display: flex;
  align-items: center;
}
.esg-hero-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.esg-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
.esg-hero__title {
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  font-size: 66px;
  line-height: 1.075;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .esg-hero__title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) {
  .esg-intro {
    padding: 4rem 2rem;
  }
}
.esg-intro__title {
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.esg-intro__text {
  font-family: "Gotham-Book", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .esg-rating {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .esg-rating {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .esg-rating {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .esg-rating {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .esg-rating {
    width: 1350px;
  }
}
.esg-rating__list {
  overflow: hidden;
}
.esg-rating__item {
  background: #F7F7F7;
  border-radius: 4px;
  padding: 30px 40px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .esg-rating__item {
    padding: 15px;
  }
}
.esg-rating__item-header {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .esg-rating__item-header {
    gap: 16px;
  }
}
.esg-rating__item-header .btn-toggle {
  border: none;
  background: transparent;
  flex-shrink: 0;
  padding: 0;
  margin-left: auto;
  width: 5%;
}
.esg-rating__item-header .btn-toggle .visually-hidden {
  opacity: 0;
}
.esg-rating__item-header .btn-toggle-hint {
  width: 10px;
  height: 10px;
  border: solid #000000;
  border-width: 0 0 2px 2px;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  margin-left: 13px;
  margin-top: -3px;
  position: absolute;
  right: 5px;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .esg-rating__item-header .btn-toggle-hint {
    top: 16px;
  }
}
.esg-rating__item-header .btn-toggle[aria-expanded=true] .btn-toggle-hint {
  margin-top: 6px;
  transform: translateY(-50%) rotate(-225deg);
}
.esg-rating__item-headline {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  position: relative;
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .esg-rating__item-headline {
    min-height: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .esg-rating__item-headline {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-right: 90px;
    gap: 16px;
  }
}
.esg-rating__item-headline-score {
  display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 84px;
  background: var(--primary-500-main, #FD0);
  font-family: "Gotham-Bold", Arial, Helvetica, sans-serif;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .esg-rating__item-headline-score {
    padding: 6px 12px;
    top: 0;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) {
  .esg-rating__item-image {
    display: flex;
    justify-content: center;
    width: 115px;
  }
}
.esg-rating__item-image.vertical img {
  max-width: 55px;
}
.esg-rating__item-logo {
  display: block;
  max-width: 100px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .esg-rating__item-title {
    width: calc(100% - 115px);
    padding-right: 80px;
  }
}
.esg-rating__item-title h3 {
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .esg-rating__item-title h3 {
    font-size: 24px;
  }
}
.esg-rating__item-title span {
  font-family: "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
  color: var(--Neutral-950, #1F1F1F);
  text-align: right;
  font-size: var(--font-size-sm-size, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--font-line-height-sm-lineheight, 20px);
  text-transform: uppercase;
}
.esg-rating__item-content {
  margin-top: 32px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .esg-rating__item-content {
    padding-left: 136px;
  }
}
.esg-rating__item-content p {
  font-family: "Gotham-Book", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #000000;
  margin: 0;
  margin-bottom: 32px;
  max-width: 75ch;
}
@media only screen and (max-width: 767px) {
  .esg-rating__item-content p {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.esg-rating__item-score {
  margin: 48px 0 0;
  position: relative;
}
.esg-rating__item-score .score-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.esg-rating__item .press-release {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
  font-family: "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}
.esg-rating__item .press-release svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.esg-rating__item .press-release:hover {
  text-decoration: underline;
}
.esg-rating__item .press-release:hover svg {
  transform: translateX(4px);
}

.esg-kit-boxes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .esg-kit-boxes {
    flex-direction: column;
  }
}
.esg-kit-box {
  position: relative;
}
.esg-kit-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.esg-kit-box_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 20px;
  z-index: 1;
}
.esg-kit-box_content h4 {
  margin: 0 0 24px;
  color: #FFFFFF;
  font-family: "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.25;
}
@media only screen and (max-width: 1400px) {
  .esg-kit-box_content h4 {
    margin: 0 0 16px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 1200px) {
  .esg-kit-box_content h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 375px) {
  .esg-kit-box_content h4 {
    font-size: 21px;
  }
}

.cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 165px;
  justify-content: center;
  border: 0;
  background-color: #FFFFFF;
  font-size: 14px;
  font-family: "Gotham-Medium", Arial, Helvetica, sans-serif;
  color: #1F1F1F;
  padding: 12px 20px;
  line-height: 1em;
  white-space: nowrap;
  border-radius: 4px;
}
.cta svg {
  margin-top: 1px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
}
.cta:not(.download) svg path {
  stroke: #1F1F1F;
}
.cta:hover, .cta:focus {
  color: #1F1F1F;
  text-decoration: none;
}
.cta.cta-black {
  background-color: #1F1F1F;
  color: #FFFFFF;
  margin: 0 auto;
}
.cta.cta-black:hover, .cta.cta-black:focus {
  color: #FFFFFF;
}
.cta.cta-black:not(.download) svg path {
  stroke: #FFFFFF;
}

.esg-dm-boxes {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .esg-dm-boxes {
    flex-direction: column;
  }
}
.esg-dm-box {
  position: relative;
}
.esg-dm-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.esg-dm-box_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}
.esg-dm-box_content h4 {
  margin: 0 0 16px;
  color: #FFFFFF;
  font-family: "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.25;
}
@media only screen and (max-width: 1200px) {
  .esg-dm-box_content h4 {
    margin: 0 0 16px;
    font-size: 26px;
  }
}
@media only screen and (max-width: 375px) {
  .esg-dm-box_content h4 {
    font-size: 21px;
  }
}

/*# sourceMappingURL=esg-ratings-2024-tpl.css.map */
