section.top-section.homep .top-buttons-block-wrapper .blue-button {
  background: #FFFFFF;
  color: #1D1E21;
  width: max-content;
}
section.top-section.homep .top-buttons-block-wrapper .blue-button img {
  filter: brightness(0);
}
section.top-section.homep .top-buttons-block-wrapper .blue-button:hover {
  background: #FFFFFFBF;
}
/*---new-faq-section---*/
.new-faq {
  padding: 80px 20px;
  margin: 0 auto;
  max-width: 856px;
}
.new-faq h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #1D1E21;
  margin: 0 auto 44px;
}
.new-faq .new-faq-accordion {
  width: 100%;
}
.new-faq .ac-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(76, 88, 132, 0.08);
  border-radius: 8px;
  padding: 24px 21px 24px 56px;
}
.new-faq .ac-item:not(:last-child) {
  margin-bottom: 24px;
}
.ac-item .accordion-question {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #1D1E21;
  position: relative;
  cursor: pointer;
}
.ac-item .accordion-question img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  left: -35px;
  top: 10px;
}
.ac-item .accordion-question.active {
  color: #1742DB;
}
.ac-item .accordion-question.active img {
  -webkit-filter: inherit;
  filter: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
.ac-item .accordion-answer {
  display: none;
  width: 100%;
}
.ac-item .accordion-answer p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #95989F;
}
.ac-item .accordion-answer p a,
.ac-item .accordion-answer p span.signup-ft-form {
  color: #1742DB;
}
.ac-item .accordion-answer p span.signup-ft-form:hover,
.ac-item .accordion-answer p a:hover {
  cursor: pointer;
  text-decoration: underline;
}
/*---new-faq-section---*/

section.earn-up {
  padding: 80px 20px;
}
.earn-up-wrapper {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.earn-up h4 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #1D1E21;
  margin: 0 auto 16px;
}
.earn-up h4 g {
  position: relative;
  z-index: 1;
  width: max-content;
}
.earn-up h4 g span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: #15CAA0;
  z-index: -1;
}
.earn-up .earn-up-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #50535F;
  margin: 0 auto 48px;
}
.earn-up .earn-up-content-wrapper {
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.earn-up .earn-up-item {
  width: 33%;
  max-width: 416px;
  text-align: center;
}
.earn-up .earn-up-item:nth-child(1) img {
  width: 231px;
  height: 228px;
}
.earn-up .earn-up-item:nth-child(2) img {
  width: 214px;
  height: 228px;
}
.earn-up .earn-up-item:nth-child(3) img {
  width: 235px;
  height: 228px;
}
.earn-up-item .earn-up-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #1D1E21;
  margin: 32px auto 48px;
}
.earn-up-item .earn-up-item-title span {
  color: #1742DB;
}
.earn-up .bottom-block-button {
  background: #1742DB;
  padding: 14px 24px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0 auto;
  width: max-content;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.earn-up .bottom-block-button:hover {
  background: #1742dbbf;
  cursor: pointer;
}

/*--affiliates-form-wrapper--*/
.affiliates-form-wrapper {
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  background: rgb(29 30 33 / 25%);
  display: none;
}
.affiliates-form-wrapper .popup-form {
  position: absolute;
  z-index: 2001;
  width: 100%;
  max-width: 800px;
  left: calc(50% - 800px/2);
  top: 110px;
  filter: drop-shadow(0px 4px 16px rgba(76, 88, 132, 0.08));
  border-radius: 8px;
  display: flex;

  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

@media (max-height: 900px) {
  .affiliates-form-wrapper .popup-form {
    max-width: 600px !important;
  }
  .affiliates-form-wrapper .form-content-wrapper {
    padding: 12px 23px !important;
  }
  .affiliates-form-wrapper .close-btn {
    position: absolute !important;
    top: 19px !important;
    right: 24px !important;
    cursor: pointer !important;
    height: 12px !important;
    width: 12px !important;
  }
  .affiliates-form-wrapper .form-title {
    font-size: 20px !important;
    margin: 0 auto 10px !important;
  }
  .affiliates-form-wrapper .fields-wrapper {
    grid-column-gap: 8px !important;
    grid-row-gap: 10px !important;
  }
  .input-wrapper-label {
    display: flex !important;
    flex-direction: column !important;
  }
  .form-content-wrapper .input-wrapper-label label {
    font-size: 10px !important;
  }
  .form-content-wrapper input, .form-content-wrapper textarea, .form-content-wrapper select {
    font-size: 10px !important;
  }
  .form-content-wrapper .bottom_block_form .affiliates-btn-form {
    font-size: 10px !important;
    padding: 9px 16px !important;
    margin-top: 10px !important;
  }
}

.affiliates-form-wrapper .form-content-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  width: 100%;
  height: max-content;
  border-radius: 8px;
  padding: 17px 32px;
  position: relative;
  flex-direction: column;
}
.form-content-wrapper .bottom_block_form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.form-content-wrapper .bottom_block_form .affiliates-btn-form {
  border-radius: 8px;
  margin-left: 24px;
  margin-top: 24px;
  padding: 18px 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1742DB;
  color: #FFFFFF;
  min-width: 120px;
}
.form-content-wrapper .bottom_block_form .affiliates-btn-form:hover {
  background: #1742dbbf;
  cursor: pointer;
}
.form-content-wrapper .bottom_block_form .error-wrapper {
  width: 50%;
  height: 100%;
  margin-top: 24px;
}
#error_message_aff_form {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.4px;
  color: red;
  display: none;
}
.affiliates-form-wrapper .form-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: #1D1E21;
  margin: 0 auto 20px;
}
.affiliates-form-wrapper .fields-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.affiliates-form-wrapper .close-btn {
  position: absolute;
  top: 29px;
  right: 29px;
  cursor: pointer;
}
.form-content-wrapper .input-wrapper-label {
  width: 100%;
  position: relative;
}
.form-content-wrapper .input-wrapper-label label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1D1E21;
}
.form-content-wrapper .input-wrapper-label label span {
  color: red;
}
.form-content-wrapper input, .form-content-wrapper textarea,
.form-content-wrapper select {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D2D3D4;
  border-radius: 4px;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1D1E21;
}
.input-wrapper-label.err_b input, .input-wrapper-label.err_b textarea,
.input-wrapper-label.err_b select {
  border: 1px solid red;
}
.form-content-wrapper textarea {
  resize: none;
}
.form-content-wrapper .thanks-block {
  width: 100%;
  text-align: center;
  margin: 80px auto;
  display: none;
}
.form-content-wrapper .thanks-block .title-block {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #1742DB;
  margin: 20px auto;
}
/*--affiliates-form-wrapper--*/
.lds-dual-ring-small-white {
  position: relative;
  top: -3px;
}
/*--media--*/

.referral-login-btn {
  background-color: #ff7226 !important;
  max-width: 267px;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 0;
}

.referral-login-btn:hover {
  color: var(--white) !important;
  text-decoration: none !important;
  background-color: #ff7226e6 !important;
  border-color: #ff7226e6 !important;
}

@media screen and (max-width: 1151px) {
  .earn-up .earn-up-item-title {
    font-size: 27px;
    line-height: 120%;
  }
}
@media screen and (max-width: 1024px) {
  .homep .top-section-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 1;
  }
}
@media screen and (max-width: 979px) {
  .earn-up .earn-up-content-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }
  .earn-up .earn-up-item {
    width: 100%;
  }
  .earn-up .earn-up-item:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 850px) {
  .affiliates-form-wrapper .popup-form {
    max-width: 730px;
    left: calc(50% - 730px/2);
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.top-section.homep {
    padding: 84px 20px 92px;
  }
  .affiliates-form-wrapper .popup-form {
    background: #FFFFFF;
  }
  .form-content-wrapper .bottom_block_form .affiliates-btn-form {
    margin-bottom: 20px;
  }
  .new-faq {
    padding: 40px 20px;
  }
  .new-faq h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .ac-item .accordion-question {
    font-size: 16px;
  }
  .ac-item .accordion-answer p {
    font-size: 14px;
  }
  .earn-up-item .earn-up-item-title {
    font-size: 19px;
    margin: 16px auto 24px;
  }
  .affiliates-form-wrapper .fields-wrapper {
    grid-template-columns: 1fr;
  }
  .affiliates-form-wrapper .form-title {
    font-size: 24px;
    line-height: 125%;;
    margin: 0 auto 16px;
  }
  .affiliates-form-wrapper .popup-form {
    max-width: 90%;
    left: 5%;
    height: max-content;
    max-height: 100vh;
    top: 10px;
    overflow-y: auto;
  }
  .form-content-wrapper .bottom_block_form {
    flex-direction: column;
  }
  .form-content-wrapper .bottom_block_form .affiliates-btn-form {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .earn-up h4 {
    font-size: 30px;
    line-height: 120%;
  }
  .earn-up .bottom-block-button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .earn-up h4 {
    font-size: 24px;
    line-height: 110%;
  }
  .earn-up h4 g span {
    height: 10px;
  }
}
@media screen and (max-width: 450px) {
  .form-content-wrapper {
    border-radius: 0;
    height: 100vh;
  }
  .affiliates-form-wrapper .form-title {
    font-size: 16px;
  }
  .form-content-wrapper input, .form-content-wrapper textarea, .form-content-wrapper select {
    padding: 6px 12px;
  }
  .affiliates-form-wrapper .form-content-wrapper {
    padding: 17px 20px;
    height: 100vh;
  }
  .affiliates-form-wrapper .close-btn {
    top: 20px;
    right: 16px;
  }
}

@media screen and (max-width: 400px) {
  .earn-up h4 {
    font-size: 19px;
    line-height: 100%;
  }
  .earn-up > p {
    font-size: 16px;
    line-height: 135%;
  }
  .earn-up h4 g span {
    height: 7px;
  }
}
