body {
  background-color: #050301 !important;
}
body p {
  color: #f3c7a0;
}
@media (max-width: 767px) {
  body p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body a {
    font-size: 14px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #fff7f0;
  font-weight: bold;
}

.new-heading-1 {
  font-size: 80px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .new-heading-1 {
    font-size: 44px;
  }
}

.new-heading-2 {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .new-heading-2 {
    font-size: 24px;
  }
}

.new-heading-3 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .new-heading-3 {
    font-size: 16px;
  }
}

.new-paragraph-big {
  font-size: 20px;
}
@media (max-width: 767px) {
  .new-paragraph-big {
    font-size: 18px;
  }
}

.new-paragraph-normal {
  font-size: 18px;
}
@media (max-width: 767px) {
  .new-paragraph-normal {
    font-size: 14px;
  }
}

.new-paragraph-small {
  font-size: 16px;
}
@media (max-width: 767px) {
  .new-paragraph-small {
    font-size: 14px;
  }
}

.new-paragraph-smaller {
  font-size: 14px;
}
@media (max-width: 767px) {
  .new-paragraph-smaller {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .m-auto-mobile {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .text-left-mobile {
    text-align: left !important;
  }
}

.display-none {
  display: none;
}

input {
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 18px;
  color: #000;
  border: none;
}

input:focus-visible {
  outline: none;
}

textarea {
  padding: 14px 30px;
  border-radius: 15px;
  font-size: 18px;
  color: #000;
  border: none;
  resize: none;
}

textarea:focus-visible {
  outline: none;
}

.primary-btn-new {
  background-color: #f45a00;
  color: #050301;
  box-shadow: 0 20px 45px 0 rgba(244, 90, 0, 0.35);
  padding: 18px 35.25px;
  border-radius: 37.5px;
  border: none;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  text-wrap: nowrap;
  cursor: pointer;
  font-weight: 700;
  width: fit-content;
}
@media (max-width: 767px) {
  .primary-btn-new {
    height: 49px;
    padding: 0px 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .primary-btn-new.full-width-mobile {
    width: 100%;
    text-align: center;
  }
}
.primary-btn-new:hover {
  color: #050301;
  box-shadow: none;
  background-color: #FFF7F0;
}

.box-button-new {
  border: 1px solid rgba(255, 169, 110, 0.25);
  font-size: 16px;
  font-weight: 700;
  color: #fff7f0;
  text-decoration: none;
  display: inline-block;
  text-wrap: nowrap;
  cursor: pointer;
  padding: 13px 25px;
  border-radius: 12px;
  height: 56;
}
@media (max-width: 767px) {
  .box-button-new.full-width-mobile {
    width: 100%;
    text-align: center;
    font-size: 16px !important;
  }
}
.box-button-new .box-icon {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.box-button-new:hover {
  color: #fff7f0;
  background-color: rgba(244, 90, 0, 0.08);
  border: 1px solid #FFB078;
}
/*# sourceMappingURL=main_v2.css.map */