@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@import url("https://fonts.cdnfonts.com/css/inter");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  background: #0D0D0D;
}

.header {
  width: 100%;
  padding: 18px 0;
}
.header img {
  height: 20px;
  width: auto;
}

.container {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  padding: 0 16px;
}
.container--nonpadding {
  padding: 0;
}

.video__wrapper {
  position: relative;
}

.display-viewers {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  max-width: 375px;
  text-align: center;
  background: rgba(28, 28, 28, 0.5019607843);
  border-bottom: 1px solid rgba(13, 13, 13, 0.5019607843);
  color: #fff;
  font-size: 12px;
  padding: 3px;
}

.text-cont {
  padding: 24px 22px 0;
}

.cta-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  padding-bottom: 24px;
}
.main__title {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 24px;
}
.main__title span {
  color: #9FE870;
}
.main__title--step2 {
  margin-bottom: 0;
}
.main__subtitle {
  font-family: "Inter", sans-serif;
  color: #BABABA;
  text-align: center;
  font-size: 20px;
}
.main__subtitle b {
  font-family: "Inter", sans-serif;
  -webkit-text-stroke: initial !important;
  text-stroke: initial !important;
  color: #fff !important;
}
.main__subtitle--step2 {
  color: #fff;
}
.main__watch-video {
  padding: 12px;
  border: 1px solid #9FE870;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 22px;
}
.main__callformbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px !important;
  background: #9FE870;
  font-size: 20px;
  text-transform: uppercase;
  height: auto !important;
  border-radius: 0;
  border: none;
  text-decoration: none;
  color: #0D0D0D;
}
.main__callformbtn span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.main__callformbtn svg {
  height: 16px;
  width: auto;
}
.main__arrows {
  display: block;
  width: 100%;
  max-width: 298px;
  margin: 0 auto 24px;
  height: auto;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.bounce {
  -webkit-animation: upDown 1s ease-in-out infinite;
          animation: upDown 1s ease-in-out infinite;
  display: inline-block;
}

.spots-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
.spots-block__item {
  width: 100%;
  max-width: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spots-block__item__img {
  width: 100%;
  height: auto;
}
.spots-block__item__text {
  padding: 4px 9px;
  display: inline-block;
  margin: 8px auto 0;
  background: rgba(13, 13, 13, 0.3019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  font-size: 9px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.spots-block__item__text span {
  color: #9FE870;
}

.hurryup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  width: 100%;
}
.hurryup img {
  height: 47px;
  width: auto;
}
.hurryup div {
  text-align: left;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
}
.hurryup div span {
  color: #9FE870;
}

.checking-btn {
  display: block;
  width: 100%;
  padding: 12px 16px !important;
  background: rgba(255, 255, 255, 0.1215686275);
  color: rgba(255, 255, 255, 0.5607843137);
  font-size: 20px;
  text-transform: uppercase;
  height: auto !important;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border: none;
}

.checking-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.slots-row {
  grid-template-rows: repeat(2, 93px);
  grid-template-columns: repeat(5, 62px);
  margin-bottom: 24px;
}

.spot {
  width: 62px;
}

.spots-block__item__text {
  font-size: 10px;
}

.slots-block {
  margin: 0;
}

.footer {
  background: #0D0D0D;
  text-align: center;
  color: #fff;
  padding-top: 120px;
}
.footer__logo {
  display: block;
  margin: 0 auto 24px;
}
.footer__policy {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  color: #fff;
}
.footer__policy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__rights {
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #BABABA;
  margin: 18px 0 24px;
  font-size: 14px;
  text-transform: initial;
}
.footer__text {
  color: #BABABA;
  font-size: 12px;
  text-transform: initial;
  padding-top: 24px;
  border-top: 1px solid rgba(217, 217, 217, 0.1215686275);
}
.footer__text span {
  color: rgba(186, 186, 186, 0.4);
}

.metrics__value {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  color: #9FE870;
}

.info__title {
  color: #fff;
  font-size: 24px;
}
.info__count {
  font-family: "Inter", sans-serif;
  color: #9FE870;
}
.info__custompulseborder {
  border: 2px solid #9FE870;
}

.profit-slider {
  margin-top: 32px;
}
.profit-slider * {
  font-family: "Inter", sans-serif;
}
.profit-slider__count {
  color: #A3E635;
}

.startmakingmoney__title {
  padding-top: 40px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #9FE870;
}
.startmakingmoney__time {
  font-size: 96px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.form_input {
  background: #0D0D0D;
  border-radius: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.form_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5568627451);
  text-transform: uppercase;
}
.form_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5568627451);
  text-transform: uppercase;
}
.form_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5568627451);
  text-transform: uppercase;
}
.form_input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5568627451);
  text-transform: uppercase;
}
.form_input::placeholder {
  color: rgba(255, 255, 255, 0.5568627451);
  text-transform: uppercase;
}
.form_input-wrapper {
  border-radius: 0;
  background: #0D0D0D;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-btn {
  font-size: 16px;
}

.thanks {
  text-align: center;
  padding: 0 16px;
  margin-top: 24px;
}
.thanks__title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.thanks__subtitle {
  color: rgba(255, 255, 255, 0.5607843137);
  font-weight: 400;
  margin-bottom: 24px;
}

.spots-block__item__img.brightness-50 {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.spots-block__item__img.brightness-100 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.spots-block__item__text.brightness-50 {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.spots-block__item__text.brightness-100 {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.totals-block {
  padding: 9px;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  border-radius: 0;
  width: 100%;
  margin: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.totals-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 108px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info__title {
  margin-bottom: auto;
}

.metrics__content {
  gap: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.totals-icon {
  line-height: 0;
}
.totals-icon img {
  height: 108px;
  width: auto;
}

.form-card {
  padding: 0;
}

.metrics-value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info__custompulseborder {
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 2px solid #9FE870;
  opacity: 0.3;
  border-radius: 9999px;
  display: inline-block;
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.info__custompulseborder-dot {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 9999px;
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.footer {
  padding-left: 0;
  padding-right: 0;
}

.profit-calculator {
  margin-top: 40px;
}

.profit-calculator__form {
  background: -webkit-gradient(linear, left top, right top, from(#1A1A1A), to(#222222));
  background: linear-gradient(90deg, #1A1A1A 0%, #222222 100%);
  width: 100%;
  position: relative;
  padding: 30px 17px 17px;
  margin-top: 32px;
}

.profit-calculator-box {
  width: 100%;
}

.profit-calculator__form-label {
  font-family: "Inter", sans-serif;
}

.profit-calculator__value {
  text-align: center;
  display: block;
  margin-top: 18px;
  color: #A3E635;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.profit-calculator__form input {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  margin: 0 auto;
  height: 4px;
}

.profit-calculator__form input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.8);
}

.profit-calculator__form-label {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 4px 12px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  white-space: nowrap;
  background: #1C1C1C;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: #fff;
}
.profit-calculator__form-label span {
  color: #A3E635;
  font-weight: 600;
}

.profit-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.profit-warning__icon {
  width: 40px;
  height: 40px;
}

.profit-warning__text {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.form-input input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0D0D0D;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  padding: 16px;
}
.form-input input::-webkit-input-placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5215686275);
  font-family: "Inter", sans-serif;
}
.form-input input::-moz-placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5215686275);
  font-family: "Inter", sans-serif;
}
.form-input input:-ms-input-placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5215686275);
  font-family: "Inter", sans-serif;
}
.form-input input::-ms-input-placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5215686275);
  font-family: "Inter", sans-serif;
}
.form-input input::placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5215686275);
  font-family: "Inter", sans-serif;
}

.iti__selected-dial-code {
  color: #fff !important;
}

.form-section {
  padding-bottom: 40px;
}

.form-input input.error {
  border: 1px solid red;
}

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: none !important;
}

.form-mobile .main__callformbtn {
  margin-top: 24px;
  font-size: 16px;
  padding: 12px 14px 12px 16px;
  line-height: 28px;
}

#form-error {
  color: red;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  font-family: "Inter", sans-serif;
}

.modal-content {
  background: #0D0D0D;
}
.modal-content .modal-body {
  color: rgba(255, 255, 255, 0.8431372549);
  padding-left: 16px;
  padding-right: 16px;
}
.modal-content h2 {
  font-family: "Inter", sans-serif;
  color: #fff;
}

.modal-ok.main__callformbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-body strong, .modal-body b {
  font-family: "Inter", sans-serif;
  color: #fff;
}/*# sourceMappingURL=custom.css.map */