:root {
  /* --bgpost-font-family: -apple-system, BlinkMacSystemFont, 'Assistant',
    sans-serif, sans-serif;
  --bgpost-font-headings: -apple-system, BlinkMacSystemFont, 'Heebo', sans-serif; */

  --bgpost-color-page-bg: #fafbfc;
  --bgpost-color-text: #1a202c;
  --bgpost-color-titles: #000f64;
  --bgpost-color-muted: #718096;

  --bgpost-color-surface: #ffffff;
  --bgpost-color-surface-soft: #f7fafc;
  --bgpost-color-surface-hero: #ebf8ff;

  --bgpost-color-border-soft: #e5e7eb;
  --bgpost-color-border-strong: #cbd5e0;
  --bgpost-color-table-header-bg: #f3f4f6;

  --bgpost-color-accent: #00137d;
  --bgpost-color-accent-soft: #bee3f8;
  --bgpost-color-accent-strong: #2c5282;

  --bgpost-color-cta-button: #0227ff;
  --bgpost--text-color-cta-button: #ffffff;
  --bgpost-color-cta-button-hover: #001ece;
}

/* * {
  font-family: var(--bgpost-font-family);
} */

/* i,
i::before,
i::after,
[class*='fa-'],
[class*='icon-'],
.fa,
.fas,
.far,
.fal,
.fab {
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'FontAwesome' !important;
} */

code {
  font-family: var(--bgpost-font-family) !important;
  letter-spacing: 0.1em;
  color: var(--bgpost--text-color-cta-button);
}
[type='button'],
[type='submit'],
button {
  border: none;
}
input::-webkit-input-placeholder {
  opacity: 0.7;
  color: var(--bgpost-color-accent-strong);
}
.error {
  color: #ff6b6b;
  font-weight: 500;
}
.i_bank {
  width: 65px !important;
  height: 29px !important;
  object-fit: contain;
}
.cardStep,
#appHiodLoan {
  text-align: right;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    135deg,
    var(--bgpost-color-titles) 0%,
    var(--bgpost-color-accent) 100%
  );
  padding: 40px 20px;
  border-radius: 24px;
  margin: 30px 0;
  backdrop-filter: blur(10px);
  animation: fadeInUp 0.6s ease-out;
  width: 100%;
  max-width: 100vw;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.step {
  padding: 0 12px;
  animation: fadeIn 0.5s ease-out;
  color: white !important;
}
.step p {
  color: white !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.step_fld {
  display: flex;
  justify-content: center;
  column-gap: 100px;
  margin-bottom: 1rem;
}
.titleStep {
  font-weight: 700 !important;
  text-align: center;
  font-size: 28px !important;
  color: var(--bgpost--text-color-cta-button);
  font-family: var(--bgpost-font-headings) !important;
  letter-spacing: -0.02em;
}
.titleHafirot {
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  color: var(--bgpost--text-color-cta-button);
  font-family: var(--bgpost-font-headings) !important;
}
.btnLoans {
  width: 180px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  padding: 24px 20px;
  border-radius: 50px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.85) 100%
  );
  box-shadow: 0 8px 24px rgba(0, 19, 125, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 19, 125, 0.15);
  position: relative;
  overflow: hidden;
}
.btnLoans p {
  color: black !important;
}
.btnLoans::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 19, 125, 0.08) 0%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.textIcon {
  text-align: center;
  color: var(--bgpost-color-accent);
  font-weight: 600;
  padding-top: 8px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 70px;
  filter: brightness(0) saturate(100%) invert(7%) sepia(100%) saturate(7489%)
    hue-rotate(234deg) brightness(95%) contrast(137%);
  transition: all 0.3s ease;
}
/*range slider */
.value {
  color: var(--bgpost--text-color-cta-button);
  text-align: center;
  font-weight: 800;
  font-size: 3.5em;
  height: 100px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: var(--bgpost-font-headings) !important;
  white-space: nowrap;
}
.fld_style {
  font-size: 21px;
  font-weight: 600;
  color: var(--bgpost-color-accent) !important;
  width: 100% !important;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 13px 30px !important;
  border-radius: 50px !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.88) 100%
  );
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.fld_style:focus {
  outline: none;
  border-color: var(--bgpost-color-cta-button);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.95) 100%
  );
  box-shadow: 0 0 0 4px rgba(2, 39, 255, 0.2), 0 4px 16px rgba(0, 0, 0, 0.15);
}
.labelStyle {
  color: var(--bgpost--text-color-cta-button);
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 600;
}
.fld_con {
  padding: 5px;
  display: block !important;
  position: relative;
}
#range {
  direction: ltr;
  display: block;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.2);
  width: 500px;
  height: 8px;
  border-radius: 30px;
  margin: 0 auto;
  outline: 0;
}
#range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(
    135deg,
    var(--bgpost-color-cta-button) 0%,
    var(--bgpost-color-cta-button-hover) 100%
  );
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid var(--bgpost--text-color-cta-button);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(2, 39, 255, 0.4);
}
#range::-webkit-slider-thumb:hover {
  background: linear-gradient(
    135deg,
    var(--bgpost-color-cta-button-hover) 0%,
    var(--bgpost-color-cta-button) 100%
  );
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(2, 39, 255, 0.6);
}
#range::-webkit-slider-thumb:active {
  transform: scale(1.2);
}
.min_max {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  font-size: 21px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}
.grid_fld {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  grid-gap: 27px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  grid-gap: 27px;
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  grid-gap: 27px;
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 10px;
  grid-gap: 27px;
}
.btn_step {
  letter-spacing: 0.5px;
  box-shadow: 0 8px 24px rgba(2, 39, 255, 0.2);
  border-radius: 50px;
  cursor: pointer;
  padding: 16px;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 2px solid rgba(2, 39, 255, 0.3);
  color: var(--bgpost-color-cta-button);
  font-weight: 700;
  font-size: 19px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  animation: fadeInScale 0.5s ease-out backwards;
}
.btn_step::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(2, 39, 255, 0.1) 0%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}
.btn_step:hover::before {
  width: 300px;
  height: 300px;
}
.btn_step img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 40px;
  margin-bottom: 5px;
  filter: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.btn_step:hover {
  border: 2px solid var(--bgpost-color-cta-button);
  background: linear-gradient(135deg, #ffffff 0%, #e3f2fd 100%);
  color: var(--bgpost-color-cta-button);
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 40px rgba(2, 39, 255, 0.35),
    0 0 30px rgba(2, 39, 255, 0.15);
}
.btn_step:hover img {
  transform: scale(1.1) translateY(-2px);
}
.btn_step:active {
  transform: translateY(-2px) scale(0.98);
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.conBtn {
  display: flex;
  justify-content: center;
  column-gap: 11px;
}
.prev {
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  width: 40% !important;
  padding: 16px !important;
  border-radius: 50px !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  background: var(--wpr-bg-39efab1e-98d3-4e26-8e23-29451d90e097)
      no-repeat right,
    rgba(255, 255, 255, 0.1);
  background-size: 40px;
  background-position: right 10px center;
  transition: all 0.3s ease;
  font-weight: 600;
}
.prev:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.next {
  margin-top: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #e0e8ee 100%) !important;
  color: var(--bgpost-color-titles) !important;
  width: 50% !important;
  padding: 16px 16px 16px 16px !important;
  border-radius: 50px !important;
  border: 2px solid var(--bgpost-color-muted) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(2, 39, 255, 0.35);
  position: relative;
  overflow: hidden;
}
.next::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: var(--wpr-bg-84873ff6-96c8-4154-b704-f81d4dc1a6c4)
    no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(50%) invert(7%) sepia(100%) saturate(7489%)
    hue-rotate(234deg) brightness(70%) contrast(137%);
  transition: all 0.3s ease;
  z-index: 1;
}
.next::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}
.next:hover::before {
  width: 400px;
  height: 400px;
}
.next:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 48px rgba(2, 39, 255, 0.6), 0 0 40px rgba(2, 39, 255, 0.3);
}
.next:hover::after {
  transform: translateY(-50%) translateX(-3px);
}
.next:active {
  transform: translateY(-2px) scale(0.98);
  box-shadow: 0 8px 24px rgba(2, 39, 255, 0.4);
}
.next:disabled {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.4) !important;
  cursor: not-allowed;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}
.prev span,
.next span {
  font-size: 1.3rem;
  font-weight: 600;
  
}
.errorValid {
  font-size: 14px;
  color: #ff6b6b;
  text-align: center;
  font-weight: 600;
  border-radius: 8px;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  white-space: nowrap;
}
.fldInputFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fldInput {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 415px;
}
.iconCalnder {
  margin-left: 25px;
  margin-right: auto;
  display: block;
  width: 25px;
  margin-top: -33px;
}
.inp {
  font-size: 21px;
  font-weight: 600;
  color: var(--bgpost-color-accent) !important;
  width: 60%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 13px 30px;
  border-radius: 50px !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.88) 100%
  );
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.inp:focus {
  outline: none;
  border-color: var(--bgpost-color-cta-button);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.95) 100%
  );
  box-shadow: 0 0 0 4px rgba(2, 39, 255, 0.2), 0 4px 16px rgba(0, 0, 0, 0.15);
}
.text {
  color: var(--bgpost--text-color-cta-button);
  text-align: center;
  padding: 10px;
}
.text p {
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
  color: white !important;
}
.conLotti {
  display: flex;
  justify-content: center;
}
.openInput {
  margin: 20px 0;
  padding: 0 20%;
}
.hazriTax {
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.taxBtn {
  background: linear-gradient(
    135deg,
    var(--bgpost-color-cta-button) 0%,
    var(--bgpost-color-cta-button-hover) 100%
  );
  color: var(--bgpost--text-color-cta-button);
  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(2, 39, 255, 0.35);
  font-weight: 600;
}
.taxBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(2, 39, 255, 0.5);
}
.taxBtnHara {
  font-size: 20px;
  font-family: var(--bgpost-font-family) !important;
}
#date {
  text-align: right;
}
@media (max-width: 600px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr !important;
  }
  .fld_style {
    font-size: 18px !important;
    font-weight: 400 !important;
  }

  .conBtn {
    align-items: baseline;
  }
  .backGText {
    padding: 15px !important;
  }
  .bigTN {
    font-size: 27px !important;
  }
  .btn_step {
    font-size: 16px;
    padding: 10px;
  }
  .iconCalnder {
    width: 15px;
    margin-top: -30px;
  }
  #date {
    width: 100% !important;
    height: 55px;
    -webkit-min-logical-width: calc(100% - 16px);
  }
  .grid_fld_2 {
    grid-template-columns: 1fr !important;
  }
  .grid_fld_3 {
    grid-template-columns: 1fr 1fr !important;
  }
  .btn_step img {
    width: 40px !important;
  }
  .titleNativNew {
    font-size: 27px !important;
  }
  .Tebx {
    font-size: 16px !important;
  }
  .backGText div {
    font-size: 17px !important;
  }
  .min_max {
    justify-content: space-between;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  .titleStep {
    font-size: 26px;
  }
  .textIcon {
    font-size: 16px;
  }
  .fldInputFlex {
    display: block;
  }
  .fldInput {
    display: block;
    padding: 10px;
  }
  .btnLoans {
    width: 100%;
  }
  .step_fld {
    column-gap: 40px;
  }
  #range {
    width: 300px;
  }
  div.value {
    font-size: 2em;
    height: 80px;
  }
  .grid_fld {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px !important;
  }
  .inp {
    width: 100%;
  }
  .grid-3 {
    grid-template-columns: 100%;
  }
  .text p {
    line-height: 25px;
    color: white !important;
  }
  .openInput {
    padding: 0 4% !important;
  }
  .conTerms {
    padding-right: 0;
  }
  .next::after,
  .prev::after {
    display: none;
  }
  .prev {
    background-image: none !important;
    text-align: center;
  }
}

.btnLoans:hover::before {
  width: 350px;
  height: 350px;
}
@media (min-width: 1250px) {
  .btnLoans:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.92) 100%
    );
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 16px 48px rgba(0, 19, 125, 0.3), 0 4px 16px rgba(0, 0, 0, 0.1);
    border-color: var(--bgpost-color-cta-button);
    border-width: 3px;
  }
  .btnLoans:hover .textIcon {
    color: var(--bgpost-color-cta-button);
  }
  .btnLoans:hover .icon {
    filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(7467%)
      hue-rotate(230deg) brightness(96%) contrast(132%);
    transform: scale(1.1) translateY(-3px);
  }
}
.btnLoans:active {
  transform: translateY(-2px) scale(0.98);
}

p.success {
  padding-right: 20px;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
}
p.success:before {
  content: '';
  display: block;
  background: var(--wpr-bg-cf58846f-26fa-40cc-b3b8-19199b058107)
    no-repeat;
  width: 35px;
  background-size: contain;
  height: 35px;
  float: right;
  margin: 0 6px 0 0;
  filter: brightness(0) invert(1);
}
.grid_fld_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  grid-gap: 27px;
}
.grid_fld_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  grid-gap: 27px;
}
.textTax {
  color: var(--bgpost--text-color-cta-button);
  text-align: center;
  padding: 13px;
}
.textTax p {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.9);
}
.conTerms {
  color: var(--bgpost--text-color-cta-button);
  margin-top: 20px;
  padding-right: 0;
  position: relative;
}
.conTerms p {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px;
  line-height: 1.6;
  color: white;
}
.conTerms a {
  color: var(--bgpost-color-accent-soft) !important;
  text-decoration: underline;
}
#term1,
#term2 {
  min-width: 20px;
  width: 20px;
  height: 20px;
  accent-color: var(--bgpost-color-cta-button);
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}
#term1 > span > a {
  color: var(--bgpost-color-accent-soft) !important;
}
.validTerm {
  font-size: 14px;

  color: #ff6b6b;
  text-align: center;
  z-index: 10;
  white-space: nowrap;
}
.validTerm > p #term2 > span {
  display: none;
}
input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
}

input[type='date']::-webkit-inner-spin-button {
  display: none;
}

input[type='date']::-webkit-clear-button {
  display: none;
}
.insuranceNativ img {
  margin: 0 auto;
  max-width: 85px !important;
  width: 100%;
  margin-bottom: -14px;
  display: block;
}

.titleNativNew {
  color: var(--bgpost-color-accent-soft);
  margin: 20px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold !important;
  line-height: 37px;
  font-family: var(--bgpost-font-headings) !important;
}
.Tebx {
  padding-bottom: 9px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.backGText div {
  font-size: 25px;
  font-weight: bold;
  color: var(--bgpost--text-color-cta-button);
}
.backGText {
  text-align: center;
  padding: 24px;
  background: rgba(2, 39, 255, 0.15);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.backGText p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 20px;
  margin-bottom: 0;
}
.bigTN {
  padding-top: 20px;
  font-size: 36px;
  font-weight: bold !important;
  text-align: center;
  color: var(--bgpost--text-color-cta-button);
  font-family: var(--bgpost-font-headings) !important;
}
.checkbox-loan-now {
  display: flex;
  gap: 5px;
  align-items: baseline;
  justify-content: center;
  margin-top: 15px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
}

.shlon_topTiTle p {
  margin-block-end: 0;
  white-space: nowrap !important;
}
.shlon_topTiTle {
  text-align: center;
  color: var(--bgpost--text-color-cta-button);
  font-size: 2rem;
  padding: 8px;
  max-width: 600px;
  width: 100%;
  border-radius: 7px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: var(--bgpost-font-headings) !important;
  font-weight: 700;
  white-space: nowrap;
}
.shlon_topTiTle span {
  color: var(--bgpost-color-titles) !important;
  background: var(--bgpost-color-accent-soft) !important;
  display: inline-block;
  animation: gentlePulse 3s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(190, 227, 248, 0.5);
  padding: 0 4px;
  margin: 0 3px;
}

@keyframes gentlePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}
.textTop p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}
.cardStepTop {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    135deg,
    rgba(0, 19, 125, 0.4) 0%,
    rgba(0, 30, 206, 0.4) 100%
  );
  backdrop-filter: blur(20px);
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 32px 0;
}
.valueTop {
  border-radius: 16px;
  text-align: center;
  margin-bottom: 22px;
  background: linear-gradient(
    135deg,
    var(--bgpost-color-surface-hero) 0%,
    var(--bgpost-color-accent-soft) 100%
  );
  border: 3px solid var(--bgpost-color-muted);
  font-size: 2.5rem;
  font-weight: 800;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  color: var(--bgpost-color-accent);
  padding: 16px;
  font-family: var(--bgpost-font-headings) !important;
  letter-spacing: -0.02em;
  box-shadow: 0 8px 24px rgba(2, 39, 255, 0.25), 0 0 60px rgba(2, 39, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.valueTop::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    110deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(2, 39, 255, 0.2) 52%,
    transparent 60%,
    transparent 100%
  );
  animation: shine 4s ease-in-out infinite;
}
@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(30deg);
  }
}
.min_max_top {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  max-width: 575px;
  margin-right: auto;
  margin-left: auto;
}
.titleStepTop {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--bgpost--text-color-cta-button);
  /* margin-bottom: 20px; */
  font-family: var(--bgpost-font-headings) !important;
}
#rangeTop {
  direction: ltr;
  display: block;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.2);
  width: 550px;
  height: 8px;
  border: none;
  border-radius: 30px;
  margin: 0 auto;
  outline: 0;
}

#rangeTop::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(
    135deg,
    var(--bgpost-color-cta-button) 0%,
    var(--bgpost-color-cta-button-hover) 100%
  );
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid var(--bgpost--text-color-cta-button);
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(2, 39, 255, 0.4);
}
#rangeTop::-webkit-slider-thumb:hover {
  background: linear-gradient(
    135deg,
    var(--bgpost-color-cta-button-hover) 0%,
    var(--bgpost-color-cta-button) 100%
  );
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(2, 39, 255, 0.6);
}
#rangeTop::-webkit-slider-thumb:active {
  transform: scale(1.2);
}
@media (max-width: 600px) {
  .min_max_top {
    font-size: 17px;
  }
  .next {
    margin-top: 30px;
    background-size: 30px;
  }
  #rangeTop {
    width: 300px;
  }
  .shlon_topTiTle {
    font-size: 1.7rem !important;
    white-space: normal !important;
  }
  .shlon_topTiTle p {
    white-space: normal !important;
  }
  .valueTop {
    font-size: 1.75rem !important;
    white-space: nowrap !important;
  }
  .textTop p {
    font-size: 18px !important;
    line-height: 23px !important;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .valueTop {
    font-size: 2.5rem !important;
    white-space: nowrap !important;
  }
}
@media (min-width: 1025px) {
  .textTop > p > span > br {
    display: none;
  }
  .valueTop {
    font-size: 2.75rem !important;
    white-space: nowrap !important;
  }
}
.subtitle {
  text-align: center;
}
.conBtn .next[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.chk {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.chk input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}

.chk span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: 100%;
  padding: 16px 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: var(--bgpost--text-color-cta-button);
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-weight: 600;
}

.chk:hover span {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

.chk span:active {
  transform: translateY(0px);
}

.chk input:checked + span {
  background: linear-gradient(
    135deg,
    var(--bgpost-color-cta-button) 0%,
    var(--bgpost-color-cta-button-hover) 100%
  );
  border-color: var(--bgpost-color-cta-button);
  color: var(--bgpost--text-color-cta-button);
  box-shadow: 0 8px 24px rgba(2, 39, 255, 0.4);
}

.chk input:focus + span {
  box-shadow: 0 0 0 4px rgba(2, 39, 255, 0.3), 0 6px 18px rgba(0, 0, 0, 0.15);
}

.feedback-container {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 12px 20px;
  background: rgba(46, 213, 115, 0.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(46, 213, 115, 0.3);
  border-radius: 12px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.feedback-container.hide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.feedback-text {
  font-weight: 600;
  color: #4ade80;
}

.feedback-icon {
  margin-right: 0.5rem;
  color: #4ade80;
  font-size: 1.5rem;
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}