*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}

body {
  color: #607090;
  font-size: 1rem;
  margin: 0;
  padding: 48px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif !important;
}

body,
button,
input,
select,
textarea {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
}
.button {
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding: 12px 29px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #5f48ff;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  letter-spacing: inherit;
  white-space: nowrap;
  transition: background 0.15s ease;
}
input[type='range'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #eef1f6;
  border-radius: 3px;
  height: 6px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
}
input[type='range']::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  background-color: #5f48ff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type='range']::-moz-range-thumb {
  background-color: #5f48ff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type='range']::-ms-thumb {
  background-color: #5f48ff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type='range']::-moz-focus-outer {
  border: 0;
}

.pricing-slider {
  max-width: 280px;
  margin: 0 auto;
}

.form-slider span {
  display: block;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}

.pricing-slider {
  margin-bottom: 48px;
}

.pricing-slider {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.pricing-slider input {
  width: 100%;
}
.pricing-slider .pricing-slider-value {
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #909cb5;
  margin-top: 8px;
  --thumb-size: 36px;
}
.pricing-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -12px;
  margin-left: -12px;
  margin-top: -12px;
}
.pricing-item {
  flex-basis: 260px;
  max-width: 280px;
  box-sizing: content-box;
  padding: 12px;
}
.pricing-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  box-shadow: 0 8px 16px rgba(46, 52, 88, 0.16);
  background-color: white;
}
.pricing-item-title {
  font-weight: 500;
}
.pricing-item-price {
  display: block;
  align-items: baseline;
  font-size: 20px;
}
.pricing-item-price-amount {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #191e2a;
}
.total-price-wrapper {
  border-top: 1px solid #e9ecf8;
  padding-top: 15px;
}
.total-price-wrapper-price-visible {
  border-top: 1px solid #e9ecf8;
  padding-top: 15px;
}
.pricing-item-price-user {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  color: #191e2a;
}
.pricing-item-features-list {
  list-style: none;
  padding: 0;
}
.pricing-item-features-list li {
  margin-bottom: 0;
  padding: 14px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.pricing-item-features-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #e9ecf8;
}
.pricing-item-features-list li::after {
  content: '';
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2011h14v2H5z%22%20fill%3D%22%239298B8%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.pricing-item-features-list li.is-checked::after {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22nonzero%22%20fill%3D%22none%22%3E%3Ccircle%20fill%3D%22%2300C2A9%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%2012.267l-2.5-1.6-1%201.066L10.5%2016%2017%209.067%2016%208z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.icon-false {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-repeat: no-repeat;
  -webkit-box-ordinal-group: 0;
  order: -1;
  opacity: 0.5;
}
.icon-true {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-repeat: no-repeat;
  -webkit-box-ordinal-group: 0;
  order: -1;
  opacity: 0.8;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* Adjust as needed */
}

.feature-item .icon {
  width: 24px; /* Adjust as needed */
  height: 24px; /* Adjust as needed */
  margin-right: 10px; /* Space between icon and text */
}

.feature-value-text {
  display: flex;
  justify-content: center;
  position: relative;
  left: -7px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #191e2a;
  min-width: 35px;
}

.pricing-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #191e2a;
  margin-bottom: 24px;
}

.pricing-item-price-currency {
  margin-left: 5px;
  font-size: 15px;
}
.pricing-item-price-after {
  font-size: 15px;
}
.user-price-wrapper {
  display: block;
  width: 100%;
}
.total-price-wrapper {
  display: block;
  width: 100%;
}
.total-price-wrapper-price-visible {
  display: block;
  width: 100%;
}
.pricing-item-price-label {
  font-size: 13px;
}
.hidden {
  display: none;
}
#more-wrapper {
  font-size: 120%;
}

/* Center the slider in a flex container */
@media screen and (max-width: 1302px) {
  /* Adjust the max-width as per your requirement */
  .pricing-slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white; /* Adjust the background color as needed */
    z-index: 10; /* Ensures the slider is above other content */
    padding: 10px 0; /* Optional spacing */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
  }

  .pricing-slider {
    padding: 10px;
    min-height: 130px;
    height: 100%; /* Adjust the height of the slider */
    width: 100%; /* Adjust the width of the slider within the container */
    margin: 0 auto; /* Center the slider */
  }
}

/* Add margin to the pricing cards */
.pricing-item {
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricing-slider-container.fixed {
  position: fixed;
  top: 0;
}

/* Style when it's not fixed */
.pricing-slider-container {
  position: relative;
}
