.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo_image {
  width: 1px;
  height: 1px;
}

#popup-feb {
  font-size: 16px;
  z-index: 999999;
  --gray: #a3a3a6;
  --red: #c9181e;
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
}

#popup-feb .popup-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

#popup-feb .popup-content {
  width: 700px;
  height: 500px;
  max-height: 100%;
}

#popup-feb .popup-default,
#popup-feb .popup-thanks {
  background-image: url(../../../images/26/feb/hero/popup-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/feb/hero/popup-back.jpg") 1x,
    url("../../../images/26/feb/hero/popup-back@2x.jpg") 2x
  );
}

#popup-feb .popup-inner {
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#popup-feb .popup-content .popup-close:before,
#popup-feb .popup-content .popup-close:after {
  display: none;
}

#popup-feb .popup-content .popup-close {
  width: auto;
  height: auto;
  padding: 15px;
  top: 22px;
  right: 22px;
}

#popup-feb .button {
  width: 11em;
  height: 2.2em;
  border-radius: 1.1em;
  margin-top: 6px;
  font-size: 1.25em;
  padding: 0;
}

#popup-feb .popup-form form {
  width: 640px;
  margin-top: 25px;
}

#popup-feb .form-field {
  padding: 8px;
  flex-basis: 50%;
  flex-grow: 1;
}

#popup-feb .form-field label {
  left: 16px;
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.3em;
  transition: all 0.3s;
}

#popup-feb .form-field input,
#popup-feb .form-field select {
  font-size: 1.125em;
  height: 56px;
  background-color: #fff;
  width: 100%;
  text-indent: 16px;
  padding-top: 18px;
  border-radius: 12px;
}

#popup-feb .form-field select {
  background-image: none;
}

#popup-feb .form-field .select_box:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../../images/26/feb/hero/down-arrow.png);
  background-image: -webkit-image-set(
    url("../../../images/26/feb/hero/down-arrow.png") 1x,
    url("../../../images/26/feb/hero/down-arrow@2x.png") 2x
  );
  background-size: cover;
  pointer-events: none;
}

@-moz-document url-prefix() {
  #popup-feb .form-field select {
    text-indent: 8px;
  }
}

#popup-feb .form-field select.selected,
#popup-feb .form-field input {
  color: var(--black);
}

#popup-feb .form-field select,
#popup-feb .form-field ::placeholder {
  opacity: 1;
  color: #262626;
}

#popup-feb .form-field input:-internal-autofill-selected,
#popup-feb .form-field input:-webkit-autofill,
#popup-feb .form-field input:-webkit-autofill:focus {
  background-color: #fff !important;
  transition:
    background-color 0s 600000s,
    color 0s 600000s !important;
}

#popup-feb .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

#popup-feb .form-field .validation-error:before,
#popup-feb .form-field .incomplete-mask:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 2;
  right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../../images/error.png);
  background-image: -webkit-image-set(
    url("../../../images/error.png") 1x,
    url("../../../images/error@2x.png") 2x
  );
  background-size: cover;
  pointer-events: none;
}

#popup-feb .form-field .validation-error select,
#popup-feb .form-field .validation-error input,
#popup-feb .form-field .incomplete-mask input {
  border-color: var(--error-border);
  border-width: 2px;
}

#popup-feb .form-field .validation-error label,
#popup-feb .form-field .incomplete-mask label {
  color: var(--error-color);
}

#popup-feb .form-field .select_box.focused:after {
  transform: scaleY(-1);
}

#popup-feb .form-field .focused label,
#popup-feb .form-field .has-value label {
  font-size: 0.84375em;
  margin-top: calc(-2.9em + 24px);
  color: var(--focus-color);
}

#popup-feb .form-field .focused select,
#popup-feb .form-field .focused input {
  border-color: var(--focus-border);
  border-width: 2px;
}

#popup-feb .popup-thanks .button {
  width: 10.5em;
  margin-top: 20px;
}

#popup-feb .button,
#popup-feb .button:focus,
#popup-feb .button:hover,
#popup-feb .button:active,
#popup-feb .button:visited {
  color: white;
  text-decoration: none;
}

/* GAME */
.tooltip-container {
  width: 221px;
  height: 102px;
  padding: 18px 17px 0 35px;
  cursor: default;
  bottom: calc(100% - 12px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(../../../images/25/feb/hero/tooltip-back.png);
  background-image: -webkit-image-set(
    url("../../../images/25/feb/hero/tooltip-back.png") 1x,
    url("../../../images/25/feb/hero/tooltip-back@2x.png") 2x
  );
  opacity: 0;
  z-index: 7;
}
.fh-left .how-to-play,
.pg-game .how-to-play {
  font-family: "Poppins" !important;
  font-weight: 700;
  text-underline-offset: 4px;
}
.fh-left .inline-flex .inline-flex {
  z-index: 7;
  left: 6vw;
  bottom: 2vw;
}
#popup-feb
  > div.popup-content.fit.overflow-visible.border-none.relative
  > div.feb-game
  > div
  > div.pg-game.flex.flex-column.items-center.justify-center.text-center.relative.z1
  > div.inline-flex.how-flex.items-center.justify-center.clickable.relative.z4 {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  left: 16px;
  top: 49px;
}
.inline-flex:hover .tooltip-container {
  opacity: 1;
}
.tooltip-container ol {
  list-style: decimal;
}
.tooltip-container li {
  font-size: 0.6em;
  line-height: normal;
}

.pg-game {
  margin-left: 0;
  margin-right: 0;
  z-index: 4;
}
.pg-game .pg-game-top {
  width: 332px;
  margin-bottom: 16px;
}
.pg-game .pg-score {
  height: 40px;
  width: 146px;
  padding: 0 18px;
  font-size: 1.1em;
  line-height: 1;
  font-family: "Poppins" !important;
  font-weight: 500;
  border: 2px solid #ee6393;
}
.pg-game .helpBtn {
  background-color: #ee6393;
  font-family: "Poppins" !important;
  font-weight: 500;
  box-shadow: #ee6393 0px 0px 12px 11px;
  border-radius: 5px;
  opacity: 0.9;
  text-underline-offset: 4px;
}

.pg-game .pg-game-wrapper {
  width: 384px;
  padding: 5px 6px;
  border: 7px solid #ee6393;
}
.pg-game .pg-game-bottom {
  margin-top: 26px;
}
.pg-game .pg-end {
  width: 432px;
  height: 63px;
  border-color: var(--black);
  border-width: 3px;
  margin-bottom: 14px;
  font-size: 1.75em;
}
.pg-game .pg-end.inactive {
  background-color: #9c9c9c;
}

#popup-feb
  > div.popup-content.fit.overflow-visible.border-none.relative
  > div.feb-game
  > div
  > div.pg-game.flex.flex-column.items-center.justify-center.text-center.relative.z1.xs-hide.sm-hide
  > div.inline-flex.how-flex.items-center.justify-center.clickable.relative.z4 {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#popup-feb .feb-game-close {
  filter: invert(1);
}
.question-mark {
  margin-right: 10px;
}
.how-to-play {
  color: white;
}
#popup-feb .popup-content .popup-close-game {
  top: 12px;
  right: 115px;
}
/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #popup-feb .button {
    padding-top: 1px;
  }
  #popup-feb .popup-thanks .button {
    padding-top: 3px;
  }
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 767x) {
  .feb-game {
    justify-content: center;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 567px) {
  #popup-feb .popup-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  #popup-feb .popup-inner {
    border-radius: 0;
    border-width: 0;
  }

  #popup-feb .popup-default,
  #popup-feb .popup-thanks,
  #popup-feb .feb-game {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/26/feb/hero/popup-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/feb/hero/popup-back-m.jpg") 1x,
      url("../../../images/26/feb/hero/popup-back-m@2x.jpg") 2x
    );
  }
  .how-to-play {
    color: black;
  }
  #popup-feb .popup-content .popup-close {
    padding: 14px 16px;
    right: 0;
  }

  #popup-feb .button {
    font-size: 1.15em;
  }

  #popup-feb .popup-form {
    width: 100%;
  }

  #popup-feb .popup-form form {
    margin-top: 21px;
    width: calc(100% - 30px);
  }

  #popup-feb .form-row {
    flex-direction: column;
  }

  #popup-feb .form-field {
    padding: 6px 0;
  }

  #popup-feb .form-field label {
    font-size: 1em;
  }

  #popup-feb .form-field input,
  #popup-feb .form-field select {
    font-size: 1em;
    border-radius: 13px;
  }

  #popup-feb .form-text {
    width: 77%;
  }
  #popup-feb
    > div.popup-content.fit.overflow-visible.border-none.relative
    > div.feb-game
    > div
    > div.pg-game.flex.flex-column.items-center.justify-center.text-center.relative.z1
    > div.inline-flex.how-flex.items-center.justify-center.clickable.relative.z4 {
    left: unset;
    justify-content: center;
  }
  .feb-game {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #popup-feb .feb-game-close {
    filter: invert(0);
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #popup-feb .button {
      padding-top: 2px;
    }
    #popup-feb .popup-thanks .button {
      padding-top: 1px;
    }
    #popup-feb .popup-special-ios {
      background-image: none;
      background: transparent;
    }
    #popup-bg-image {
      overflow: hidden;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 160%;
      height: auto;
      z-index: 99999;
      pointer-events: none;
      transform: translate(0px, 0px);
      transform: translateX(-50%);
      left: 50%;
    }
    #popup-feb .popup-overlay {
      background-color: transparent;
    }
  }
}

@media screen and (max-width: 414px) and (max-height: 700px) {
}
