/**************************
// 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("resources/fonts/BarlowCondensed_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Semibold";
  src: url("resources/fonts/BarlowCondensed_Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Bold";
  src: url("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-footer-container {
  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;
  color: #797979;
  background: #ebebeb;
  padding: 30px 28px;
  gap: 40px;
  font-family: Arial;
}
@media screen and (max-width: 768px) {
  .hms-footer-container {
    gap: 20px;
  }
}
.hms-footer-container .footer-left {
  font-size: 13px;
}
.hms-footer-container .footer-left p {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .hms-footer-container .footer-right {
    font-size: 13.5px;
  }
}
.hms-footer-container .footer-right ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .hms-footer-container .footer-right ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hms-footer-container .footer-right ul li:last-of-type {
  margin-right: 0;
}
.hms-footer-container .footer-right ul li a,
.hms-footer-container .footer-right ul li #ot-sdk-btn.ot-sdk-show-settings,
.hms-footer-container .footer-right ul li #ot-sdk-btn.optanon-show-settings {
  color: #797979;
  text-decoration: none;
}
.hms-footer-container .footer-right ul li.privacy-check {
  margin-right: 35px;
}
.hms-footer-container .footer-right img {
  width: 56px;
}
@media screen and (max-width: 768px) {
  .hms-footer-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@charset "UTF-8";
/* Play/Pause Control */
.slick-pause {
  position: absolute;
  z-index: 10;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.25em 0.25em 0;
  border: none;
  background: transparent;
  outline: none;
}
.slick-pause svg .background {
  stroke: black;
  fill: black;
  stroke-width: 1px;
  opacity: 0.6;
}
.slick-pause svg .border {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2px;
}
.slick-pause svg .pause {
  stroke-width: 4;
  fill: transparent;
  stroke: transparent;
}
.slick-pause svg .play {
  stroke-width: 1;
  fill: transparent;
  stroke: transparent;
}
.slick-pause.pause svg .pause {
  fill: white;
  stroke: white;
}
.slick-pause.play svg .play {
  fill: white;
  stroke: white;
}
.slick-pause svg polygon {
  fill: white;
  stroke: white;
}
.slick-pause:focus svg .background,
.slick-pause:hover svg .background,
.slick-pause:hover svg .border {
  fill: #000;
  stroke: #000;
  opacity: 1;
}
.slick-pause:focus svg .border {
  stroke: white;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  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:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto !important;
  right: -25px !important;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px !important;
  right: auto !important;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/************************
IMPORT FONT FAMILIES HERE
************************/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/

/**************************
// 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("resources/fonts/BarlowCondensed_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Semibold";
  src: url("resources/fonts/BarlowCondensed_Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Bold";
  src: url("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);
  }
}

/**************************
// 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("resources/fonts/BarlowCondensed_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Semibold";
  src: url("resources/fonts/BarlowCondensed_Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed Bold";
  src: url("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);
  }
}
/**************************
VALUES
**************************/
/**************************************
HEADER
**************************************/
#hms-header {
  letter-spacing: 0.02em;
  font-family: "Bebas Neue";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
#hms-header .atvi-header_desktop-header {
  padding: 28px;
}
#hms-header .atvi-header_desktop-header #menubar1 {
  gap: 50px;
  padding-inline: 50px;
  text-align: center;
  font-size: 32px;
}
#hms-header .atvi-header_desktop-header #menubar1 li .current {
  color: #ffd700;
}
#hms-header .atvi-header_desktop-header #menubar1 li:hover span {
  color: #ffd700;
  cursor: pointer;
}
#hms-header .atvi-header_mobile-header .atvi-header_mobile-top-nav {
  padding-inline: 28px;
  height: 96px;
}
@media only screen and (min-width: 430px) {
  #hms-header .atvi-header_mobile-header .atvi-header_mobile-top-nav {
    justify-content: center;
  }
}
#hms-header .atvi-header_mobile-header .atvi-header_mobile-top-nav .atvi-header_logo {
  order: 1;
}
#hms-header .atvi-header_mobile-header .atvi-header_mobile-top-nav .atvi-header_logo img {
  height: 30px;
}
#hms-header .atvi-header_mobile-header .atvi-header_mobile-top-nav .atvi-header_mobile-menu-btn {
  order: 2;
  position: absolute;
  right: 15px;
}
#hms-header .atvi-header_mobile-header #menubar2 {
  align-items: center;
  font-size: 30px;
}
#hms-header .atvi-header_mobile-header #menubar2 li .current {
  color: #ffd700;
}

