/**************************
// COLORS
**************************/
/****************************************************************************************/
@font-face {
  font-family: "Bebas Neue";
  src: url("../../../../../../../../content/dam/atvi/highmoon/hms-2025/common/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Regular";
  src: url("../../../../core/resources/fonts/BarlowCondensed_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Semibold";
  src: url("../../../../core/resources/fonts/BarlowCondensed_Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Bold";
  src: url("../../../../core/resources/fonts/BarlowCondensed_Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/****************************************************************************************/
body {
  margin-top: 96px;
}
/**************************************
GLOBAL
**************************************/
.apply-now-xf {
  background-image: url('../../../../../../../../content/dam/atvi/highmoon/hms-2025/common/Gray_Moon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 992px) {
  .apply-now-xf {
    background-size: cover;
  }
}
.apply-now-xf .hms-apply-now {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 60px;
  color: #000810;
}
.apply-now-xf .hms-apply-now .atvi-card-content {
  position: relative;
}
.apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-text {
  margin-bottom: 60px;
}
.apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-text h2 {
  letter-spacing: 0.02em;
  font-family: "Bebas Neue";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 62px;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
.apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-text p {
  font-family: "Barlow Condensed Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 34px;
  line-height: 1.3em;
  letter-spacing: -0.4px;
}
@media (min-width: 992px) {
  .apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-text p {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-text p {
    font-size: 25px;
  }
}
.apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-ctas a {
  letter-spacing: 0.02em;
  font-family: "Bebas Neue";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  display: inline-flex;
  padding: 14px 56px 10px 56px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffd700;
  background-color: #000810;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 15px 85px 8px 80px;
  font-size: 64px;
  font-size: 46px;
}
.apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-ctas a span {
  z-index: 2;
}
.apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-ctas a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffd700;
  transition: width 0.3s ease;
  z-index: 0;
}
.apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-ctas a:hover::after {
  width: 100%;
}
.apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-ctas a:hover {
  color: #000810;
}
@media (min-width: 992px) {
  .apply-now-xf .hms-apply-now .atvi-card-content .atvi-card-ctas a {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
  }
}
.lazy-load .atvi-card-inner-container .atvi-card-content-container {
  opacity: 0;
}
.lazy-load .atvi-card-inner-container .atvi-card-content-container.visible {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.lazy-load .atvi-card-inner-container .atvi-card-media-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lazy-load .atvi-card-inner-container .atvi-card-media-container.visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.hms-team-grid-container .team-header {
  padding: 30px 0;
  text-align: center;
  background: #ffffff;
}
.hms-team-grid-container .team-header h2 {
  letter-spacing: 0.02em;
  font-family: "Bebas Neue";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 55px;
  color: #000810;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.hms-team-grid-container .team-header h2::after {
  content: "";
  display: block;
  margin: 0 auto;
  border: none;
  border-top: 5px solid #ffd700;
  width: 600px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .hms-team-grid-container .team-header h2::after {
    width: 65%;
  }
}
.hms-team-grid-container .team-header p {
  font-family: "Barlow Condensed Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 34px;
  line-height: 1.5em;
  letter-spacing: -0.4px;
}
.hms-team-grid-container .team-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hms-team-grid-container .team-grid .employee-tile {
  width: 25%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.hms-team-grid-container .team-grid .employee-tile:hover .employee-info {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hms-team-grid-container .team-grid .employee-tile .employee-img {
  position: relative;
  height: 100%;
}
.hms-team-grid-container .team-grid .employee-tile .employee-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(1);
}
.hms-team-grid-container .team-grid .employee-tile .employee-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 238, 204, 0.8);
  display: none;
}
.hms-team-grid-container .team-grid .employee-tile .employee-info .employee-info-content {
  width: 70%;
  text-align: center;
}
.hms-team-grid-container .team-grid .employee-tile .employee-info .employee-info-content .employee-name {
  color: #000810;
  font-size: 40px;
  letter-spacing: 0.02em;
  font-family: "Bebas Neue";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  margin-bottom: 10px;
}
.hms-team-grid-container .team-grid .employee-tile .employee-info .employee-info-content .job-title {
  color: #000810;
  font-family: "Barlow Condensed Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-size: 34px;
  line-height: 1.5em;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 1024px) {
  .hms-team-grid-container .team-grid .employee-tile .employee-info .employee-info-content .employee-name {
    font-size: 28px;
  }
  .hms-team-grid-container .team-grid .employee-tile .employee-info .employee-info-content .job-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hms-team-grid-container .team-header h2 {
    font-size: 40px;
  }
  .hms-team-grid-container .team-header p {
    font-size: 20px;
  }
  .hms-team-grid-container .team-grid .employee-tile {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .hms-team-grid-container .team-grid .employee-tile {
    width: 100%;
  }
}
