@font-face {
  font-family: "DIN Next W05";
  src: url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/53b78548-0604-4403-905a-977b7b0a1032.woff2") format("woff2"), url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/d46b7081-3725-4e21-bd15-49d310949b17.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DIN Next W05";
  src: url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/f427aeaf-ea01-444e-9eb5-6b2b09e3bf32.woff2") format("woff2"), url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/8251f7ab-e651-4555-a26a-525bc230845f.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DIN Next W05";
  src: url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/a077222b-f869-4748-8eda-79372b7c40a1.woff2") format("woff2"), url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/0297a959-5296-4f45-9729-78daf65d9e43.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DIN Next W05";
  src: url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/f855f545-9ff1-433c-912f-c58bd2d71d28.woff2") format("woff2"), url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/8a078fb7-2865-4534-a436-3c2a87c69d57.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DIN Next W05";
  src: url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/d8873693-d21b-4fe0-ae0c-eadf36e3e4d8.woff2") format("woff2"), url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/738212c3-e455-4fe5-a694-2a1ae525fa5c.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/BebasNeue-Regular.woff2") format("woff2"), url("../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/shg-refresh-2021/global/fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
}*/
/*TITLES & HEADERS*/
/*BODY*/
/*LEGAL*/
/* Breakopints */
.active-menu {
  background: black !important;
}
.shg-header-container {
  height: 90px;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  top: 0;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.shg-header-container.condensed {
  height: 70px;
}
.shg-header-container.nav-up {
  top: -90px;
}
.shg-header-container .inner-container {
  width: 90%;
  margin: 0 auto;
  height: 100%;
}
.shg-header-container .desktop-header,
.shg-header-container .nav-list {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  position: relative;
}
.shg-header-container .desktop-header .logo-lg {
  display: block;
}
.shg-header-container .desktop-header .logo-sm {
  display: none;
}
.shg-header-container .desktop-header .nav-item a {
  color: #ffffff;
  font-family: "DIN Next W05";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 15px;
  line-height: 83.5%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
.shg-header-container .nav-list .nav-item {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.shg-header-container .nav-list:hover .nav-item {
  opacity: 0.5;
}
.shg-header-container .nav-list:hover .nav-item:hover {
  opacity: 1;
}
.shg-header-container .nav-list .nav-item,
.shg-header-container .mobile-nav-list .nav-item {
  position: relative;
}
.shg-header-container .nav-list .nav-item:before,
.shg-header-container .mobile-nav-list .nav-item:before,
.shg-header-container .nav-list .nav-item:after,
.shg-header-container .mobile-nav-list .nav-item:after,
.shg-header-container .nav-list .nav-item > :first-child::before,
.shg-header-container .mobile-nav-list .nav-item > :first-child::before,
.shg-header-container .nav-list .nav-item > :first-child::after,
.shg-header-container .mobile-nav-list .nav-item > :first-child::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: #b11097;
  border-style: solid;
  content: '';
  opacity: 0;
  transition: left 0.6s cubic-bezier(0.09, 0.62, 0.55, 0.97), right 0.6s cubic-bezier(0.09, 0.62, 0.55, 0.97), opacity 0.1s ease-in;
}
.shg-header-container .nav-list .nav-item::before,
.shg-header-container .mobile-nav-list .nav-item::before {
  top: -8px;
  left: 45%;
  border-width: 2px 0 0 2px;
}
.shg-header-container .nav-list .nav-item::after,
.shg-header-container .mobile-nav-list .nav-item::after {
  top: -8px;
  right: 45%;
  border-width: 2px 2px 0 0;
}
.shg-header-container .nav-list .nav-item > :first-child::before,
.shg-header-container .mobile-nav-list .nav-item > :first-child::before {
  bottom: -8px;
  right: 45%;
  border-width: 0 2px 2px 0;
}
.shg-header-container .nav-list .nav-item > :first-child::after,
.shg-header-container .mobile-nav-list .nav-item > :first-child::after {
  bottom: -8px;
  left: 45%;
  border-width: 0 0 2px 2px;
}
.shg-header-container .nav-list .nav-item:hover:before,
.shg-header-container .mobile-nav-list .nav-item:hover:before,
.shg-header-container .nav-list .nav-item:hover:after,
.shg-header-container .mobile-nav-list .nav-item:hover:after,
.shg-header-container .nav-list .nav-item:hover > :first-child::before,
.shg-header-container .mobile-nav-list .nav-item:hover > :first-child::before,
.shg-header-container .nav-list .nav-item:hover > :first-child::after,
.shg-header-container .mobile-nav-list .nav-item:hover > :first-child::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: #b11097;
  border-style: solid;
  content: '';
  opacity: 1;
}
.shg-header-container .nav-list .nav-item:hover::before,
.shg-header-container .mobile-nav-list .nav-item:hover::before {
  top: -8px;
  left: -10px;
  border-width: 2px 0 0 2px;
}
.shg-header-container .nav-list .nav-item:hover::after,
.shg-header-container .mobile-nav-list .nav-item:hover::after {
  top: -8px;
  right: -10px;
  border-width: 2px 2px 0 0;
}
.shg-header-container .nav-list .nav-item:hover > :first-child::before,
.shg-header-container .mobile-nav-list .nav-item:hover > :first-child::before {
  bottom: -8px;
  right: -10px;
  border-width: 0 2px 2px 0;
}
.shg-header-container .nav-list .nav-item:hover > :first-child::after,
.shg-header-container .mobile-nav-list .nav-item:hover > :first-child::after {
  bottom: -8px;
  left: -10px;
  border-width: 0 0 2px 2px;
}
.shg-header-container .nav-list .nav-item.active:before,
.shg-header-container .mobile-nav-list .nav-item.active:before,
.shg-header-container .nav-list .nav-item.active:after,
.shg-header-container .mobile-nav-list .nav-item.active:after,
.shg-header-container .nav-list .nav-item.active > :first-child::before,
.shg-header-container .mobile-nav-list .nav-item.active > :first-child::before,
.shg-header-container .nav-list .nav-item.active > :first-child::after,
.shg-header-container .mobile-nav-list .nav-item.active > :first-child::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: #b11097;
  border-style: solid;
  content: '';
  opacity: 1;
}
.shg-header-container .nav-list .nav-item.active::before,
.shg-header-container .mobile-nav-list .nav-item.active::before {
  top: -8px;
  left: -10px;
  border-width: 2px 0 0 2px;
}
.shg-header-container .nav-list .nav-item.active::after,
.shg-header-container .mobile-nav-list .nav-item.active::after {
  top: -8px;
  right: -10px;
  border-width: 2px 2px 0 0;
}
.shg-header-container .nav-list .nav-item.active > :first-child::before,
.shg-header-container .mobile-nav-list .nav-item.active > :first-child::before {
  bottom: -8px;
  right: -10px;
  border-width: 0 2px 2px 0;
}
.shg-header-container .nav-list .nav-item.active > :first-child::after,
.shg-header-container .mobile-nav-list .nav-item.active > :first-child::after {
  bottom: -8px;
  left: -10px;
  border-width: 0 0 2px 2px;
}
.shg-header-container .mobile-header {
  display: none;
}
.shg-header-container .mobile-header .nav-item {
  width: fit-content;
  margin: 20px auto;
}
.shg-header-container .mobile-header .nav-item a {
  color: #ffffff;
  font-family: "DIN Next W05";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 80%;
  letter-spacing: .02em;
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media screen and (min-width: 425px) {
  .shg-header-container .mobile-header .nav-item a {
    font-size: calc(40px  +  8  * ((100vw -  425px ) / 1015 ));
  }
}
@media screen and (min-width: 1440px) {
  .shg-header-container .mobile-header .nav-item a {
    font-size: 48px;
  }
}
.shg-header-container .logo {
  -webkit-transition: fill 0.5s ease;
  -moz-transition: fill 0.5s ease;
  -ms-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
.shg-header-container .shg-logo-container:hover .logo {
  fill: black;
}
.shg-header-container .logo-lg {
  position: absolute;
  top: 40%;
}
.shg-header-container .nav-right {
  width: 45%;
  max-width: 585px;
}
.shg-header-container .mobile-top-nav {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.shg-header-container .mobile-burger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
}
.shg-header-container .mobile-burger .bar {
  position: absolute;
  height: 3px;
  background: black;
}
.shg-header-container .mobile-burger .bar.one {
  width: 75%;
  top: 30%;
}
.shg-header-container .mobile-burger .bar.two {
  width: 100%;
  top: 50%;
}
.shg-header-container .mobile-burger .bar.three {
  width: 50%;
  top: 70%;
}
.shg-header-container .mobile-burger .bar.one,
.shg-header-container .mobile-burger .bar.two,
.shg-header-container .mobile-burger .bar.three {
  position: absolute;
  transition: top .4s;
}
.shg-header-container .mobile-burger.anim .bar.one {
  animation: turnthree .4s 0s;
  animation-fill-mode: forwards;
  -webkit-transition: top 0.8s ease;
  -moz-transition: top 0.8s ease;
  -ms-transition: top 0.8s ease;
  -o-transition: top 0.8s ease;
  transition: top 0.8s ease;
}
.shg-header-container .mobile-burger.anim .bar.three {
  animation: turnfour .4s 0s;
  animation-fill-mode: forwards;
  -webkit-transition: top 0.8s ease;
  -moz-transition: top 0.8s ease;
  -ms-transition: top 0.8s ease;
  -o-transition: top 0.8s ease;
  transition: top 0.8s ease;
}
.shg-header-container .mobile-burger.anim.active .bar.one {
  top: 50%;
  width: 100%;
  animation: turn 1s .3s;
  animation-fill-mode: forwards;
  background: white;
}
.shg-header-container .mobile-burger.anim.active .bar.two {
  opacity: 0;
  transition: .2s ease .2s;
}
.shg-header-container .mobile-burger.anim.active .bar.three {
  top: 50%;
  width: 100%;
  animation: turntwo 1s .3s;
  animation-fill-mode: forwards;
  background: white;
}
.shg-header-container .mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ffffff;
}
.shg-header-container .mobile-menu.active {
  height: calc(100% - 50px);
  overflow: hidden;
  background: black;
}
.shg-header-container .mobile-menu.active .mobile-shg-menu-container {
  overflow: auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.shg-header-container .mobile-menu.active .mobile-shg-menu {
  height: 100%;
  width: auto;
}
.shg-header-container .mobile-menu.active .mobile-nav-list {
  height: 80%;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.shg-header-container .mobile-menu.active .mobile-nav-list .nav-item:hover,
.shg-header-container .mobile-menu.active .mobile-nav-list .norm-link:hover {
  transition: none !important;
}
@media screen and (max-width: 1024px) {
  .shg-header-container {
    height: 70px;
  }
  .shg-header-container .desktop-header {
    display: none;
  }
  .shg-header-container .mobile-header {
    display: block;
  }
}
@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes turnthree {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes turntwo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes turnfour {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
