:root{
    --qep_gsf_full-blue:#1F6BFF;
    --qep_gsf_full-blue-soft:#E7F0FF;
    --qep_gsf_full-navy:#050B1A;
    --qep_gsf_full-card-bg:#0B1430;
    --qep_gsf_full-card-bg-soft:#111B3A;
    --qep_gsf_full-muted:#7E8BAA;
    --qep_gsf_full-border:#1C2944;
    --qep_gsf_full-radius-card:18px;
    --qep_gsf_full-transition:0.22s ease;
  }

  /* ROOT WRAPPER ------------------------------------------------------------ */
  #qep_gsf_full-root{

    color: #fff;
  }

  .qep_gsf_full-root{
    display:flex;
    align-items:center;
    justify-content:center;
  }

  #qst-contact-form,
  #qst-contact-form-partner{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .qep_gsf_full-shell{
    
    width:100%;
    
    border-radius:28px;
  }

  /* STEPPER ----------------------------------------------------------------- */
  .qep_gsf_full-stepper{
    display:flex;
    justify-content:center;
    margin-bottom:6rem;
  }

  .qep_gsf_full-stepper__track{
    position:relative;
    width:420px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .qep_gsf_full-stepper__line{
    position:absolute;
    left:8px;
    right:8px;
    height:2px;
    background:#344054;
    border-radius:999px;
    overflow:hidden;
  }

  .qep_gsf_full-stepper__line-fill{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:0;
    background:#06F;
    border-radius:999px;
    transition:width 0.35s ease-out;
    will-change: width;
  }

  .qep_gsf_full-stepper__dots{
    position:relative;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 2px;
  }

  .qep_gsf_full-stepper__dot{
    width:32px;
    height:32px;
    border-radius:999px;
    border:2px solid #EAECF0;
    background:#EAECF0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    
    color: var(--Text-text-brand-primary, #06F);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.65px; /* 190.354% */
  }

  .qep_gsf_full-stepper__dot--active{
    background:var(--qep_gsf_full-blue);
    border-color:var(--qep_gsf_full-blue);
    color:#fff;
    box-shadow:0 0 0 4px rgba(31,107,255,.35);
  }

  /* HEADINGS ---------------------------------------------------------------- */
  .qep_gsf_full-step-label{
    text-align:center;
    

    color: var(--Text-text-brand-primary, #06F);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
  }

  .breakdance h2.qep_gsf_full-step-title,
  h2.qep_gsf_full-step-title{
    text-align:center;
    font-size:24px;
    font-weight:600;
    margin-top: 0;
    margin-bottom:80px;
    color:#fff;


    color: var(--Text-text-primary_on-brand, #FFF);
    text-align: center;

    /* Headline/h2/Semi */
    font-family: "Sequel Sans";
    font-size: 28.83px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 131.807% */
  }

  /* OPTIONS / CARDS --------------------------------------------------------- */
  .qep_gsf_full-options{
    display:flex;
    flex-wrap:nowrap;
    gap:20px;
    justify-content:center;
    margin-bottom:80px;
  }

  .qep_gsf_full-options.qep_gsf_full-options--step2{
    flex-wrap: nowrap;
  }

  .qep_gsf_full-card{
    position:relative;
    width:305px;
    min-height:190px;
    overflow: hidden;
    padding:32px;
    border:2px solid #151E3A;
    border-radius: var(--radius-3xl, 20px);
    background: var(--Background-bg-transparent, rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(20px);
    cursor:pointer;
    transition:
      border-color var(--qep_gsf_full-transition),
      box-shadow var(--qep_gsf_full-transition),
      transform var(--qep_gsf_full-transition),
      background var(--qep_gsf_full-transition);
  }



  #qep_gsf_full-options-step0 .qep_gsf_full-card{
    width: 432px;
  }

  .qep_gsf_full-options--step2 .qep_gsf_full-card{
    width: 25%;
  }
  .qep_gsf_full-options--step3 .qep_gsf_full-card{
    width: 413px;
  }


  .qep_gsf_full-options--step3 .qep_gsf_full-card.qrev-bigger {
      transform: scale(1.08);
      z-index: 2;
      margin: 0 20px;
  }

  @media (min-width: 1200px) {
      .qep_gsf_full-options--step3 .qep_gsf_full-card.qrev-bigger {
          transform: scale(1.12);
      }
  }

  @media (max-width: 1119px) {
      .qep_gsf_full-options--step3 .qep_gsf_full-card.qrev-bigger {
          transform: scale(1);
          margin: 0;
      }
  }

  .qep_gsf_full-card:hover{
    border-color:#3853A6;
    transform:translateY(-2px);
  }

  .qep_gsf_full-card--active{
    border-color:var(--qep_gsf_full-blue);
    border: 2px solid var(--Brand-Primary-Colors-Quantum-Blue, #06F);
    background: var(--Background-bg-transparent, rgba(255, 255, 255, 0.08));
    box-shadow: 0 0 15.2px 0 #06F;
  }

  .qep_gsf_full-card__icon{

    display:inline-flex;
    margin-bottom:32px;
  }



  .qep_gsf_full-card__title{
    color: var(--Text-text-primary_on-brand, #FFF);
    font-size: 20.25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom:16px;
  }

  .qep_gsf_full-card__desc{
    color: var(--Text-text-secondary_subtle, #B2B9C1);
    font-size: 16px;
    font-style: normal;
    font-weight: 8;
    line-height: 24px; /* 150% */
  }

  .qep_gsf_full-card__check{
    position:absolute;
    top:14px;
    right:14px;
    opacity: 0;
    width:24px;
    height:24px;
    border-radius:6px;
    border:2px solid rgba(143,160,207,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    color:#050B1A;
    background:transparent;
    transition:
      background var(--qep_gsf_full-transition),
      border-color var(--qep_gsf_full-transition),
      transform var(--qep_gsf_full-transition);
  }

  .qep_gsf_full-card--active .qep_gsf_full-card__check{
    border-color:transparent;
    background: #06F;
    color:#fff;
    transform:scale(1.08);
    opacity: 1;
  }

  .qep_gsf_full-card--active .qep_gsf_full-card__check::before{
    /*content:"✓";*/
    content: "";
    background-image: url(https://quantumepaynew.tempurl.host/wp-content/uploads/2026/02/Checkbox-base.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    color: #fff;
    transform: unset!important;
    transition: transform 0.15s ease-out;
    width: 100%;
        height: 100%;
        left: 0;
  }


  .qep-gsf-card--radio.qep_gsf_full-card--active .qep_gsf_full-card__check{
    border-color: transparent;
    background: transparent;
    transform: none;
    opacity: 1;
    border-radius: 999px;
  }

  .qep-gsf-card--radio.qep_gsf_full-card--active .qep_gsf_full-card__check::before{
    content: "";
    background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%230066FF'/><path d='M7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C14.4853 7.5 16.5 9.51472 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12Z' fill='white'/></svg>");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: unset !important;
    transition: transform 0.15s ease-out;
  }



  /* BUTTON + FOOTER -------------------------------------------------------- */
  .qep_gsf_full-actions{
    text-align:center;
    margin-bottom: 80px;
  }

  .qep_gsf_full-button{
    display:inline-block;
    min-width:170px;
    padding:12px 74px;
    border-radius:8px;
    border:none;
    outline:none;
    background: #06F;
    overflow: hidden;
    color:#fff;
    font-weight:500;
    font-size:18px;
    cursor:pointer;
    
    transition:
      transform .16s ease,
      box-shadow .16s ease,
      filter .16s ease,
      opacity .16s ease;
  }

  .qep_gsf_full-button:hover:not(:disabled){
    transform:translateY(-1px);
    filter:brightness(1.05);
  }

  .qep_gsf_full-button:active:not(:disabled){
    transform:translateY(1px);
  }

  .qep_gsf_full-button:disabled{
    opacity:.5;
    cursor:not-allowed;
    box-shadow:none;
  }

  .qep_gsf_full-footer{
    
    text-align:center;
    font-size:18px;
    color: var(--Text-text-primary_on-brand, #FFF);
    text-align: center;


    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144%; /* 144.444% */
  }

  .qep_gsf_full-footer a,
  .breakdance .qep_gsf_full-footer a{
    color:#06F;

  }

  .qep_gsf_full-footer a:hover{
    text-decoration:underline;
  }




  /*Step 2 */

 /* show step 1 by default, hide step 2 */
 .qep_gsf_step_1--wrapper{ display:block; }
 .qep_gsf_step_2--wrapper{ display:none; }

 /* stepper dot “done” state (for Step 1 when you’re on Step 2) */
 .qep_gsf_full-stepper__dot--done{
   background:#06F;
   border-color:#06F;
   color:transparent;
   position:relative;
   box-shadow:none;
 }


 .qep_gsf_full-stepper__line{
   position:absolute;
   left:8px;
   right:8px;
   height:2px;
   background:#344054;
   border-radius:999px;
   overflow:hidden;
 }

 .qep_gsf_full-stepper__line-fill{
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   width:0;
   background:#06F;
   border-radius:999px;
   transition:width 0.35s ease-out;
   will-change: width;
 }

 .qep_gsf_full-stepper__dot--done::before{
   content:"";
   position:absolute;
   width:16px;
   height:12px;
   left:50%;
   top:50%;
   transform:translate(-50%, -50%);
   background-repeat:no-repeat;
   background-position:center;
   background-size:contain;
   background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'><path d='M15.5738 0.426027C15.0057 -0.142009 14.085 -0.142009 13.5169 0.426027L5.81807 8.12489L2.48285 4.78966C1.91481 4.22163 0.994061 4.22163 0.426027 4.78966C-0.142009 5.3577 -0.142009 6.27845 0.426027 6.84648L4.78966 11.2101C5.3577 11.7782 6.27845 11.7782 6.84648 11.2101L15.5738 2.48284C16.1418 1.91481 16.1418 0.994061 15.5738 0.426027Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.5738 0.426027C15.0057 -0.142009 14.085 -0.142009 13.5169 0.426027L5.81807 8.12489L2.48285 4.78966C1.91481 4.22163 0.994061 4.22163 0.426027 4.78966C-0.142009 5.3577 -0.142009 6.27845 0.426027 6.84648L4.78966 11.2101C5.3577 11.7782 6.27845 11.7782 6.84648 11.2101L15.5738 2.48284C16.1418 1.91481 16.1418 0.994061 15.5738 0.426027Z' fill='white'/></svg>");
 }

 .qep_gsf_full-stepper__dot--done{
   font-size:0;
 }

 /* media area for Step 2 cards */
 .qep_gsf_full-card__media{
   margin-bottom:32px;
 }
 .breakdance .qep_gsf_full-card__media img{
   display:block;
   width:auto;
   height:auto;
   border-radius:16px;
 }

 /* Back + Next side-by-side on Step 2 */
 .qep_gsf_full-actions--step1,
 .qep_gsf_full-actions--step2{
   display:flex;
   justify-content:center;
   gap:32px;
 }

 /* Ghost back button */
 .qep_gsf_full-button--ghost{
   background:transparent;
   border:1px solid #06F;
   color:#06F;
   box-shadow:none;
 }

.qst-row-label.label{
  text-align: left;
}

 #qep_gsf_full-back-4.qep_gsf_full-button--ghost{
  color: #fff;
 }
 .qep_gsf_full-button--ghost:hover{
   background:rgba(0,102,255,0.08);
   box-shadow:none;
 }


/*step 3*/


/* Step visibility (you probably already have 1 & 2) */
.qep_gsf_step_1--wrapper{ display:block; }
.qep_gsf_step_2--wrapper{ display:none; }
.qep_gsf_step_3--wrapper{ display:none; }
.qep_gsf_step_4--wrapper{ display:none; }

/* Step 3 options layout */
.qep_gsf_full-options--step3{
  margin-bottom:80px;
}

/* Plan title + description tweaks */
.qep_gsf_full-card__title--plan{
  margin-bottom:12px;
}

.qep_gsf_full-card__desc--plan{
  margin-bottom:32px;
}

/* Pricing block */
.qep_gsf_full-card__price-block{
  margin-bottom:32px;
}

.qep_gsf_full-card__price-label{
  color:#B2B9C1;
  font-size:14px;
  margin-bottom:4px;
}

.qep_gsf_full-card__price-main{
  font-size:40px;
  font-weight:600;
  line-height:1.1;
  margin-bottom:4px;
}

.qep_gsf_full-card__price-sub{
  color:#B2B9C1;
  font-size:14px;
}


/* Step 3 Back / Next actions row */
.qep_gsf_full-actions--step3{
  display:flex;
  justify-content:center;
  gap:32px;
}


/* Step 3 */


.qep_gsf_step_3--wrapper .qep_gsf_full-card__title--plan{
    text-align: center;
    color: var(--Text-text-primary_on-brand, #FFF);
    text-align: center;

    font-size: 20.25px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 138.272% */
    margin-bottom: 8px;
}

.qep_gsf_step_3--wrapper .qep_gsf_full-card__desc--plan{
    color: var(--Text-text-quarterary, #D7DADF);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 48px;
}

.qep_gsf_step_3--wrapper .qep_gsf_full-card__price-label{
    color: var(--Text-text-secondary_subtle, #B2B9C1);
    text-align: center;
    font-size: 14.22px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 18px; /* 126.582% */
}

.qep_gsf_step_3--wrapper .qep_gsf_full-card__price-main{
    color: var(--Text-text-primary_on-brand, #FFF);
    text-align: center;
    font-size: 65.27px;
    font-style: normal;
    font-weight: 500;
    margin-top: 0;
    line-height: 110%; /* 71.797px */
    margin-bottom: 8px
}

.qep_gsf_full-card__price-sub{
    color: var(--Text-text-secondary_subtle, #B2B9C1);
    text-align: center;
    font-size: 14.22px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 48px;
    line-height: 18px; /* 126.582% */
}


.pill-center{
    text-align: center;
}


/* Step 4 */

.step-4-content-header{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-gap: 24px;

}

.step-4-content-header img{
  max-width: 575px!important;
  
}

.step-4-content-main{
  padding-bottom: 80px;
  margin-top: 80px;
  grid-gap: 52px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.step-4-content-main div{
  text-align: left;
}

.qst-contact-form label{
  text-align: left;
}

.step-4-content-main h4{
  margin-top: 24px;
  margin-bottom: 16px;
  color: var(--Text-text-primary_on-brand, #FFF);
  font-size: 22.78px!important;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: 32px; /* 140.474% */
}

.step-4-content-main p{
  margin-top: 0;
  margin-bottom: 0;
  color: var(--Text-text-quarterary, #D7DADF);

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

/* Step 5*/

/* Step 3 Back / Next actions row */
.qep_gsf_full-actions--step4{
  display:flex;
  flex-direction: column;
  justify-content:center;
  gap:20px;
  margin-bottom: 80px;
  padding-top: 0;
}

.qep_gsf_full-actions--step4 > div{
  display:flex;
  justify-content:center;
  gap:32px;
}

.qep_gsf_full-actions--step4 p{
  color: var(--Text-text-primary_on-brand, #FFF);
  text-align: center;

  font-size: 14.22px;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 18px; /* 126.582% */
}

.qep_gsf_full-actions--step5{
    text-align: left;
    max-width: 1024px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: center;
    flex-direction: column;
    grid-gap: 32px;
}

.qep_gsf_full-actions--step5-action-wrap {
  display: flex;
  width: 100%;
  text-align: center;
  justify-items: center;
  flex-direction: column;
  max-width: 652px;
  align-items: center;
  padding-top: 0!important;

}

.qep_gsf_full-actions--step5-action-wrap button{
  width: 100%;
}

.qep-step{
  padding-left: 0;
  padding-right: 0;
}

.qep-step.qep_gsf_step_4--wrapper{
  padding-left: 0;
  padding-right: 0;
}

.qep-step.qep_gsf_step_4--wrapper .step-4-content-main{
  padding-left: 80px;
  padding-right: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}


.qep_gsf_full-actions.qep_gsf_full-actions--step4.qep_gsf_full-actions--step4-action-wrap{
    margin-top: 80px;
    grid-gap: 32px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qep_gsf_full-actions.qep_gsf_full-actions--step4.qep_gsf_full-actions--step4-action-wrap button{
    width: 100%;
    max-width: 652px;
}

/* Little pill label at bottom of card */
.qep_gsf_full-card__pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:auto;
  padding:8px 16px;
  grid-gap: 10px;
  border-radius:999px;
  border-radius: var(--radius-full, 9999px);
  background: var(--Background-bg-transparent, rgba(255, 255, 255, 0.08));
  font-size:14.22px;
}


#thank-you-main-wrapper{
    margin-bottom: 64px;
}


.thank-you-main-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
}

#thank-you-main-wrapper{
    display: none
}


.breakdance .thank-you-main-inner h3{
    color: var(--Text-text-primary_on-brand, #FFF);
    text-align: center;

    font-family: "Sequel Sans";
    font-size: 41.6px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px; /* 125% */
    margin: 0!important;
}

.thank-you-main-inner p{
    color: var(--Text-text-primary_on-brand, #FFF);
    text-align: center;

    /* Regular/Body/Regular */
    font-family: "Sequel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}


.hubspot-upload-wrapper{
  display: flex;
  padding: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 575px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  margin-left: auto;
  margin-right: auto;
  grid-gap: 32px;
}

#hsUploadQueue{
  width: 100%;
}

#hsUploadQueue:empty {
  display: none;
}

.hubspot-upload-wrapper .huw-p{
  color: #B2B9C1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 20px; /* 142.857% */
  text-align: center;
}

.hubspot-upload-wrapper .huw-p2{
  color: #B2B9C1;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.hubspot-upload-wrapper span{
  font-weight: 600;
  color: #005FED;
}


.hubspot-upload-wrapper .dropzone{
  border:none;
  background:transparent;
  padding:0;
  min-height:auto;
}

/* ===== Reset Dropzone preview layout to a real flex row ===== */
#hsUploadQueue .dz-preview{
  width:100%;
  margin:0;
  padding:12px;
  border-radius:14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  display:flex;
  align-items:center;
  gap:12px;
  position:relative;
}

.hs-upload-queue.dropzone{
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}

/* Dropzone defaults often position details; force it back into flow */
#hsUploadQueue .dz-preview .dz-details{
  position:static !important;
  top:auto !important;
  left:auto !important;
  opacity:1 !important;
  padding:0 !important;
  margin:0 !important;
  text-align:left !important;
  flex:1;
  min-width:0;
}

/* Filename above size (always) */
#hsUploadQueue .dz-preview .dz-details .dz-filename,
#hsUploadQueue .dz-preview .dz-details .dz-size{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
}

#hsUploadQueue .dz-preview .dz-details .dz-filename{
  color:#E6EAF0;
  font-size:13px;
  line-height:18px;
  font-weight:600;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

#hsUploadQueue .dz-preview .dz-details .dz-size{
  color:#B2B9C1;
  font-size:12px;
  line-height:16px;
  margin-top:4px !important;
}

/* Thumbnail */
#hsUploadQueue .dz-preview .dz-image{
  width:44px;
  height:44px;
  border-radius:10px;
  overflow:hidden;
  background: rgba(255,255,255,0.08);
  flex:0 0 44px;
  display:flex;
  align-items:center;
  justify-content:center;
}

#hsUploadQueue .dz-preview .dz-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* PDF fallback thumb */
#hsUploadQueue .dz-preview .dz-image .dz-pdf-thumb{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background: rgba(0,95,237,0.16);
  border: 1px solid rgba(0,95,237,0.22);
  color:#B2B9C1;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
}

/* Progress: hide by default, show only while uploading */
#hsUploadQueue .dz-preview .dz-progress{
  display:none !important;
  height:6px;
  border-radius:999px;
  overflow:hidden;
  background: rgba(255,255,255,0.10);
  margin-top:8px;
}

#hsUploadQueue .dz-preview.dz-processing.dz-uploading .dz-progress{
  display:block !important;
}

#hsUploadQueue .dz-preview .dz-progress .dz-upload{
  background:#005FED;
}

/* Hide check/error icons */
#hsUploadQueue .dz-preview .dz-success-mark,
#hsUploadQueue .dz-preview .dz-error-mark{
  display:none !important;
}

/* Red remove button (the one you liked) */
#hsUploadQueue .dz-preview .dz-remove{
  margin-left:auto;
  color:#FFD6D6;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
  border:1px solid rgba(255,72,72,.25);
  background: rgba(255,72,72,.12);
  padding:10px 12px;
  border-radius:10px;
  cursor:pointer;
}
#hsUploadQueue .dz-preview .dz-remove:hover{
  background: rgba(255,72,72,.18);
  border-color: rgba(255,72,72,.32);
}



#hsDropzone{
  outline: none!important;
  width: 100%;
  height: 100%;
  position: relative;
}

#hsDropzone .dz-button{
  color: transparent!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}


/* Prevent text selection highlight on preview meta */
#hsUploadQueue .dz-preview,
#hsUploadQueue .dz-preview *{
  user-select: none;
  -webkit-user-select: none;
}

/* If anything does get selected, make highlight transparent */
#hsUploadQueue .dz-preview ::selection{
  background: transparent;
}
#hsUploadQueue .dz-preview ::-moz-selection{
  background: transparent;
}

/* Ensure error message is visible and not positioned weird */


/* Dropzone sometimes hides it unless dz-error is on the preview */
#hsDropzone .dz-message{
  display: none !important;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span{
  background: transparent!important;
  color: white;
}

#hsDropzone.dz-drag-hover {
  outline: none !important;
  border: none !important;
}

#hsDropzone.dz-drag-hover::before,
#hsDropzone.dz-drag-hover::after {
  display: none !important;
}


@media (max-width: 1119px) and (min-width: 768px) {
  .qep_gsf_full-options,
  .qep_gsf_full-options.qep_gsf_full-options--step2{
    flex-wrap:wrap;
  }

  .qep_gsf_full-card{
    position:relative;
    width:48%;
  }

  .qep_gsf_full-options--step2 .qep_gsf_full-card{
    width:48%;
  }

  .qep_gsf_full-options--step3 .qep_gsf_full-card{
    width: 31%;
  }

  .qep_gsf_full-options--step3 .qep_gsf_full-card br{
    display: none;
  }

  .qep_gsf_full-stepper{
    margin-bottom: 96px;
  }

  .breakdance h2.qep_gsf_full-step-title, h2.qep_gsf_full-step-title{
    margin-bottom: 48px;
  }

  .qep_gsf_full-actions--step4{
    padding-top: 0!important;
  }
}




  /* RESPONSIVE ------------------------------------------------------------- */
  @media (max-width:900px){
    
    .qep_gsf_full-step-title{
      font-size:20px;
    }
    .qep_gsf_full-card{
      width:100%;
      max-width:100%;
    }
    .qep_gsf_full-stepper__track{
      width:100%;
      max-width:420px;
    }

    .qep_gsf_full-card{

    }
  }

  @media (max-width:520px){
    #qep_gsf_full-root{
      padding:30px 8px;
    }
    .qep_gsf_full-shell{
      border-radius:20px;
    }
  }


  @media (max-width: 768px) {
    .qep_gsf_full-options{
      flex-wrap: wrap;
    }


    #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card, #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card{
      min-height: 0!important;
    }

    .qep_gsf_full-card{
      width:100%;
      max-width:100%;
      padding-left: 64px;
      padding-right: 24px;
      padding-top: 24px;
      padding-bottom: 24px;
      min-height: auto;
    }

    .qep_gsf_full-card .qep_gsf_full-card__icon{
      position: absolute;
      top:  32px;
      left: 24px;
    }

    .qep_gsf_full-card__check{
      top: 24px;
      right: 24px;
    }

    .qep_gsf_full-button{
      width: 100%;
    }

    .qep_gsf_full-options{
      margin-bottom: 64px;
    }

    .qep_gsf_full-options.qep_gsf_full-options--step2{
      flex-wrap: wrap;
    }

    .qep_gsf_full-options--step2 .qep_gsf_full-card{
      width: 100%;
      padding: 24px;
    }

    .qep_gsf_full-options.qep_gsf_full-options--step2 .qep_gsf_full-card__media{
      display: none;

    }


    .qep_gsf_full-options--step3 .qep_gsf_full-card{
      max-width: 100%;
      width: 100%;
      padding: 24px;
    }

    .qep_gsf_step_3--wrapper .qep_gsf_full-card__title--plan,
    .qep_gsf_step_3--wrapper .qep_gsf_full-card__desc--plan,
    .qep_gsf_full-card__price-block,
    .qep_gsf_step_3--wrapper .qep_gsf_full-card__price-main,
    .qep_gsf_step_3--wrapper .qep_gsf_full-card__price-label,
    .qep_gsf_full-card__price-sub,
    .qep_gsf_step_3--wrapper .pill-center{
      text-align: left!important;
    }

    .qep_gsf_step_3--wrapper .qep_gsf_full-card__desc--plan{
      font-size: 14.22px;
      margin-bottom: 24px;

    }

    .qep_gsf_step_3--wrapper .qep_gsf_full-card__price-label,
    .qep_gsf_step_3--wrapper .qep_gsf_full-card__price-sub{
      font-size: 12.64px;
    }

    .qep_gsf_step_3--wrapper .qep_gsf_full-card__price-main{
      font-size: 28.83px;
    }


    .qep_gsf_step_3--wrapper .qep_gsf_full-card__price-sub{
      margin-bottom: 24px;
    }

    .qep_gsf_full-actions.qep_gsf_full-actions--step2,
    .qep_gsf_full-actions.qep_gsf_full-actions--step3{
      flex-direction: column-reverse;

    }

    .qep_gsf_full-actions--step4{
      padding-top: 0!important;
    }

    .qst-contact-form .qst-2col{
      flex-direction: column!important;
    }

    .qep_gsf_full-stepper{
      margin-bottom: 64px;
      margin-top: 64px;
    }
  }




  #qep-flow-partner{
    display:none;
  }

  #qep-flow-partner .qep_gsf_full-root{
    display:flex;
    align-items:center;
    justify-content:center;
  }

  #qep-flow-partner .qep_gsf_full-shell{
    width:100%;
  }

  #qep-flow-partner .qep_gsf_full-stepper{
    margin-bottom:96px;
  }

  #qep-flow-partner .qep_gsf_full-step-label{
    margin-bottom:16px;
  }

  #qep-flow-partner h2.qep_gsf_full-step-title{
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:64px;
  }

  #qep-flow-partner .qep_gsf_full-options{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
    margin-bottom:80px;
  }

  #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-options,
  #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-options{
    max-width:1320px;
    margin-left:auto;
    margin-right:auto;
  }

  #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card,
  #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card{
    width:calc(33.333% - 14px);
    min-height:190px;
  }

  #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card:nth-child(4),
  #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card:nth-child(5),
  #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card:nth-child(4),
  #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card:nth-child(5){
    width:calc(33.333% - 14px);
  }

  #qep-flow-partner .qep_gsf_full-card__icon{
    display:inline-flex;
    margin-bottom:32px;
    min-height:24px;
  }

  #qep-flow-partner .qep_gsf_full-card__title{
    margin-bottom:16px;
  }

  #qep-flow-partner .qep_gsf_full-card__desc{
    color:var(--Text-text-secondary_subtle, #B2B9C1);
    font-size:16px;
    line-height:24px;
  }

  #qep-flow-partner .qep_gsf_partner_step_2--wrapper{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
  }

  #qep-flow-partner .qep_partner_slider_group{
    margin-bottom:72px;
  }

  #qep-flow-partner .qep_partner_slider_group:last-of-type{
    margin-bottom:80px;
  }

  #qep-flow-partner .qep_partner_slider_label{
    color:var(--Text-text-secondary_subtle, #B2B9C1);
    text-align:center;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:24px;
    margin-bottom:64px;
  }

  #qep-flow-partner .qep-step-slider{
    max-width:520px;
    margin-left:auto;
    margin-right:auto;
  }

  #qep-flow-partner .qep_gsf_partner_step_4--wrapper{
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
  }

  #qep-flow-partner .qep_gsf_partner_step_4--wrapper .qep_gsf_full-options{
    flex-direction:column;
    gap:16px;
    margin-bottom:72px;
  }

  #qep-flow-partner .qep_gsf_partner_step_4--wrapper .qep_gsf_full-card{
    width:100%;
    min-height:auto;
    padding:24px 56px 24px 24px;
  }

  #qep-flow-partner .qep_gsf_partner_step_4--wrapper .qep_gsf_full-card__title{
    margin-bottom:0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
  }

  #qep-flow-partner .qep_gsf_full-actions--step1,
  #qep-flow-partner .qep_gsf_full-actions--step2,
  #qep-flow-partner .qep_gsf_full-actions--step3{
    display:flex;
    justify-content:center;
    gap:32px;
  }

  #qep-flow-partner .qep_gsf_full-actions--step4-action-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:24px;
  }

  #qep-flow-partner .qep_gsf_full-actions--step4-action-wrap .qep_gsf_full-button{
    width:100%;
    max-width:652px;
  }

  #qep-flow-partner .qep_gsf_full-card__check{
    top:14px;
    right:14px;
  }

  #qep-flow-partner #qep_gsf_partner-options-step4 .qep_gsf_full-card__check{
    top:0;
    bottom:0;
    margin-top: auto;
    margin-bottom: auto;
    right:14px;
  }

  #qep-flow-partner .qep_gsf_full-card--active{
    border:2px solid #06F;
    box-shadow:0 0 15.2px 0 #06F;
  }

  #qep-flow-partner .qep_gsf_partner_step_4--wrapper .qep_gsf_full-card--active{
    box-shadow:0 0 15.2px 0 #06F;
  }

  @media (max-width: 1119px){
    #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card,
    #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card:nth-child(4),
    #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card:nth-child(5),
    #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card,
    #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card:nth-child(4),
    #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card:nth-child(5){
      width:calc(50% - 10px);
    }
  }

  @media (max-width: 768px){
    #qep-flow-partner .qep_gsf_full-stepper{
      margin-bottom:64px;
      margin-top:64px;
    }

    #qep-flow-partner h2.qep_gsf_full-step-title{
      margin-bottom:48px;
    }

    #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card,
    #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card:nth-child(4),
    #qep-flow-partner .qep_gsf_partner_step_1--wrapper .qep_gsf_full-card:nth-child(5),
    #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card,
    #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card:nth-child(4),
    #qep-flow-partner .qep_gsf_partner_step_3--wrapper .qep_gsf_full-card:nth-child(5){
      width:100%;
    }

    #qep-flow-partner .qep_gsf_full-actions--step1,
    #qep-flow-partner .qep_gsf_full-actions--step2,
    #qep-flow-partner .qep_gsf_full-actions--step3{
      flex-direction:column-reverse;
      gap:16px;
    }

    #qep-flow-partner .qep_gsf_full-button{
      width:100%;
    }

    #qep-flow-partner .qep_partner_slider_group{
      margin-bottom:56px;
    }

    #qep-flow-partner .qep_gsf_partner_step_4--wrapper .qep_gsf_full-card{
      padding:20px 52px 20px 20px;
    }

    #qep-flow-partner .qep_gsf_partner_step_4--wrapper .qep_gsf_full-card__title{
      font-size:16px;
      line-height:24px;
    }
  }


  .qep_partner_industry-pills {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 20px;
      max-width: 1073px;
      margin: 0 auto;
      padding: 40px 0;
  }

  .qep_partner_industry-pill {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 58px;
      padding: 16px 32px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(20px);
      border: 2px solid transparent;
      border-radius: 20px;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      line-height: 26px;
      cursor: pointer;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .qep_partner_industry-pill.is-active {
      border-color: #0066FF;
      box-shadow: 0 0 16.9px #0066FF;
  }

  @media (max-width: 767px) {
      .qep_partner_industry-pills {
          padding: 24px 0;
          gap: 12px;
      }

      .qep_partner_industry-pill {
          width: 100%;
      }
  }