body {
  margin-top: 130px;
  font-family: "Arial", Arial, sans-serif;
  color: #283337;
  background-color: #e6e6e6;
}
@media (min-width: 1140px) {
  body {
    margin-top: 118px;
  }
}
img {
  display: inline-block;
  width: 100%;
  height: auto;
}
p {
  line-height: 150%;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: black;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  content: "";
  opacity: 1;
}
.slick-prev {
  left: 0px;
}
.slick-prev:before {
  background: url(../../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/arrow.svg) center center no-repeat;
  background-size: contain;
}
.slick-next {
  right: 0px;
}
.slick-next:before {
  background: url(../../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/arrow.svg) center center no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
@font-face {
  font-family: "DM Mono Regular";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Regular.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DM Mono Light";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Light.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DM Mono Medium";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Medium.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-mono/DMMono-Medium.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans Regular";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-sans/DMSans-Regular.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-sans/DMSans-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans Black";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-sans/DMSans-Black.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/dm-sans/DMSans-Black.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fracture Regular";
  src: url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/fracture/Fracture-Regular.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/fonts/fracture/Fracture-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Breakopints */
#shg-2026-our-commitment {
  padding: 100px 0;
  position: relative;
  background-image: url('../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/our-commitment/our-commitment-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
@media (min-width: 1024px) {
  #shg-2026-our-commitment {
    padding: 50px 0 100px 0;
  }
}
#shg-2026-our-commitment::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#shg-2026-our-commitment::after {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../../../../../../../../content/dam/atvi/sledgehammer/shg-2026/common/scratch-edge.png');
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  z-index: 1;
}
@media (min-width: 1024px) {
  #shg-2026-our-commitment::after {
    background-size: 1000px auto;
  }
}
#shg-2026-our-commitment .container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  #shg-2026-our-commitment .shg-2026-our-commitment {
    display: flex;
    gap: 80px;
  }
}
#shg-2026-our-commitment .shg-2026-our-commitment__heading {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  #shg-2026-our-commitment .shg-2026-our-commitment__heading {
    width: 50%;
  }
}
#shg-2026-our-commitment .shg-2026-our-commitment__heading h2 {
  font-family: "Fracture Regular";
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  #shg-2026-our-commitment .shg-2026-our-commitment__heading h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  #shg-2026-our-commitment .shg-2026-our-commitment__heading h2 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  #shg-2026-our-commitment .shg-2026-our-commitment__heading h2 {
    font-size: 96px;
  }
}
#shg-2026-our-commitment .shg-2026-our-commitment__body {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #shg-2026-our-commitment .shg-2026-our-commitment__body {
    width: 50%;
    padding-top: 50px;
  }
}
#shg-2026-our-commitment .shg-2026-our-commitment__body__content {
  margin-bottom: 50px;
}
#shg-2026-our-commitment .shg-2026-our-commitment__body__content p {
  margin-bottom: 30px;
}
#shg-2026-our-commitment .shg-2026-our-commitment__body__content span {
  display: none;
}
@media (min-width: 1024px) {
  #shg-2026-our-commitment .shg-2026-our-commitment__body__content span {
    display: block;
  }
}
@media (min-width: 1024px) {
  #shg-2026-our-commitment .shg-2026-our-commitment__body .name-blocks {
    display: flex;
    justify-content: space-between;
  }
}
#shg-2026-our-commitment .shg-2026-our-commitment__body .name-blocks .name-block {
  margin-bottom: 35px;
}
#shg-2026-our-commitment .shg-2026-our-commitment__body .name-blocks .name-block:last-child {
  margin-bottom: 0;
}
#shg-2026-our-commitment .shg-2026-our-commitment__body .name-blocks .name-block h3 {
  font-family: "Fracture Regular";
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
