/** * CSS for Shortcode pricslider * * @since 0.2.0 */
/* Colors */
/* Chrome, Safari, Edge, Opera */
#e2n-amount::-webkit-outer-spin-button,
#e2n-amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#e2n-amount {
  /* Firefox */
  -moz-appearance: textfield;
  width: 130px !important;
  text-align: right;
  font-size: 55px;
  font-weight: bold;
  color: #1436e5 !important;
  background: transparent !important;
  border: none !important;
  padding: 10px 0 10px 10px;
}

#e2n-amount-mobile::-webkit-outer-spin-button,
#e2n-amount-mobile::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#e2n-amount-mobile {
  -moz-appearance: textfield;
  width: 130px !important;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #1436e5 !important;
  background: transparent !important;
  border: none !important;
  top: 40px;
  position: absolute;
  z-index: 10;
}

.rs-control .rs-handle {
  border: transparent solid 40px!important;
  transform: translate(-40px, -40px);
  background: transparent;
}

.rs-control .rs-handle:focus-visible {
  outline: none !important;
}

.rs-handle:after {
  border-radius: 14px;
  border: white solid 7px;
  content: '';
  display: block;
}

@media (max-width: 1000px) {
  #e2n-priceslider-desktop {
    display: none;
  }
  #e2n-priceslider-mobile {
    display: block !important;
  }
}
#e2n-priceslider-mobile {
  display: none;
  text-align: center;
  padding: 20px;
}

#e2n-priceslider-mobile .slider{
  margin-bottom: 36px;
}

#e2n-priceslider-mobile .new-nectar-button {
  width: 150px;
  height: 40px;
  background-color: rgb(254, 77, 76);
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
#e2n-priceslider-mobile .buttons-wrapper {
  max-width: 280px;
  display: inline-block;
}
#e2n-priceslider-mobile .mobile-next-steps {
  font-weight: bold;
  font-size: 12px;
  color: #b3b5ba;
  position: relative;
  top: -12px;
}
#e2n-priceslider-mobile .mobile-tooltip-headline {
  color: #1436e5;
  font-weight: bold;
}
#e2n-priceslider-mobile .mobile-tooltip-employee {
  color: #1436e5;
  font-weight: bold;
  font-size: 20px;
  margin-top: 35px;
}
#e2n-priceslider-mobile .rangeslider-outer-wrapper {
  height: 100%;
  position: relative;
  padding: 10px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
#e2n-priceslider-mobile .buttons {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
#e2n-priceslider-mobile .description {
  margin-top: 20px;
  width: 75%;
  height: 75px;
  display: inline-block;
}
#e2n-priceslider-mobile .description-text-wrapper {
  width: 100%;
  position: relative;
  color: #1436e5;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 16px;
}
#e2n-priceslider-mobile .switch-wrapper {
  margin-top: 50px;
}
#e2n-priceslider-mobile .switch-wrapper .term .button {
  position: relative;
  top: 50%;
  width: 220px;
  height: 42px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .checkbox {
  position: relative;
  width: calc(100% - 4px);
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .checkbox:checked + .switch span {
  color: gray;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .checkbox:checked + .switch::after {
  color: #fff;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .checkbox:checked + .switch::before {
  left: 102px;
  background-color: #0037ee;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .checkbox:checked ~ .layer {
  background-color: transparent;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .switch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .switch::before {
  position: absolute;
  width: 102px;
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12px 4px 8px;
  border-radius: 42px;
  transition: 0.3s ease all;
  content: "";
  left: 3px;
  background-color: #0037ee;
  margin-right: 12px;
  margin-top: 3px;
  height: 16px;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .switch::after {
  position: absolute;
  width: 102px;
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12px 4px 8px;
  border-radius: 42px;
  transition: 0.3s ease all;
  content: attr(data-yearly);
  right: 7px;
  color: gray;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .switch span {
  position: absolute;
  width: 102px;
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12px 4px 8px;
  border-radius: 42px;
  transition: 0.3s ease all;
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}
#e2n-priceslider-mobile .switch-wrapper .term .button .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 4px);
  transition: 0.3s ease all;
  z-index: 1;
  border: 2px solid #0037ee;
  border-radius: 42px;
}
#e2n-priceslider-mobile .price-wrapper {
  padding: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 3;
}
#e2n-priceslider-mobile .price-wrapper .price {
  font-size: 75px;
  color: #1436e5;
  flex: 1 100%;
  margin-left: 20px;
}
#e2n-priceslider-mobile .price-wrapper .euro {
  font-size: 28px;
  color: #1436e5;
  margin-top: 30px;
  font-weight: bold;
}

.e2n-priceslider-wrapper .top {
  position: relative;
  height: 240px;
  overflow: hidden;
  display: flex;
}
.e2n-priceslider-wrapper .bottom {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  background-color: #000e46;
  display: flex;
  justify-content: flex-start;
  padding: 22px 30px;
}
.e2n-priceslider-wrapper .bottom .term {
  margin-right: 20px;
}
.e2n-priceslider-wrapper .bottom .term .button {
  position: relative;
  top: 50%;
  width: 220px;
  height: 42px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}
.e2n-priceslider-wrapper .bottom .term .button .checkbox {
  position: relative;
  width: calc(100% - 4px);
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.e2n-priceslider-wrapper .bottom .term .button .checkbox:checked + .switch span {
  color: gray;
}
.e2n-priceslider-wrapper .bottom .term .button .checkbox:checked + .switch::after {
  color: #fff;
}
.e2n-priceslider-wrapper .bottom .term .button .checkbox:checked + .switch::before {
  left: 102px;
  background-color: #0037ee;
}
.e2n-priceslider-wrapper .bottom .term .button .checkbox:checked ~ .layer {
  background-color: transparent;
}
.e2n-priceslider-wrapper .bottom .term .button .switch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.e2n-priceslider-wrapper .bottom .term .button .switch::before {
  position: absolute;
  width: 102px;
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12px 4px 8px;
  border-radius: 42px;
  transition: 0.3s ease all;
  content: "";
  left: 3px;
  background-color: #0037ee;
  margin-right: 12px;
  margin-top: 3px;
  height: 16px;
}
.e2n-priceslider-wrapper .bottom .term .button .switch::after {
  position: absolute;
  width: 102px;
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12px 4px 8px;
  border-radius: 42px;
  transition: 0.3s ease all;
  content: attr(data-yearly);
  right: 7px;
  color: gray;
}
.e2n-priceslider-wrapper .bottom .term .button .switch span {
  position: absolute;
  width: 102px;
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 12px 4px 8px;
  border-radius: 42px;
  transition: 0.3s ease all;
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}
.e2n-priceslider-wrapper .bottom .term .button .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 4px);
  transition: 0.3s ease all;
  z-index: 1;
  border: 2px solid #0037ee;
  border-radius: 42px;
}
.e2n-priceslider-wrapper .bottom .desc {
  align-self: center;
  margin-right: 20px;
}
.e2n-priceslider-wrapper .bottom .desc p {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  color: #0037ee;
  padding-bottom: 0;
}
.e2n-priceslider-wrapper .bottom .desc h3 {
  margin-bottom: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  color: #0037ee;
}
.e2n-priceslider-wrapper .bottom .desc h3 span.hide {
  display: none;
}
.e2n-priceslider-wrapper .bottom .buttons {
  display: inline-flex;
  margin-left: auto;
}
.e2n-priceslider-wrapper .employee-wrapper {
  margin-top: 15px;
  margin-bottom: 10px;
}
.e2n-priceslider-wrapper .employee-outer-wrapper {
  flex-grow: 1;
  text-align: right;
  padding-right: 25px;
}
.e2n-priceslider-wrapper .monthly {
  margin-top: 170px;
  font-size: 70px;
  color: white;
  width: 182px;
}
.e2n-priceslider-wrapper .blue-circle {
  position: relative;
  z-index: 0;
  width: 350px;
  height: 350px;
  background-color: #0037ee;
  border-radius: 50%;
  margin-top: -160px;
  margin-left: -50px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.e2n-priceslider-wrapper .rangeslider-wrapper {
  padding-left: 40px;
  padding-top: 53px;
  width: 80%;
  height: 20px;
}
.e2n-priceslider-wrapper .rangeslider-outer-wrapper {
  height: 100%;
  position: relative;
  padding: 10px;
  flex-grow: 1;
  display: flex;
}
.e2n-priceslider-wrapper #e2n-range-filled-content {
  background: #0037ee;
  height: 100%;
  position: absolute;
  width: 50px;
  border-radius: 10px;
}
.e2n-priceslider-wrapper #e2n-range-wrapper {
  border-radius: 10px;
  z-index: 9;
  background: white;
  position: relative;
  height: 20px;
  width: calc(100% - 100px);
  display: flex;
}
.e2n-priceslider-wrapper #e2n-range {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  height: 20px;
  width: 100%;
  overflow: visible;
  float: right;
  z-index: 1;
}
.e2n-priceslider-wrapper #e2n-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: white;
  margin-top: -5px;
  z-index: 0;
}
.e2n-priceslider-wrapper .new-nectar-button {
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 25px;
  color: white;
  font-weight: bold;
}
.e2n-priceslider-wrapper .price-description {
  font-weight: bold;
  font-size: 18px;
  color: white;
  display: block;
}
.e2n-priceslider-wrapper .e2n-employee {
  font-weight: bold;
  font-size: 26px;
  color: #1436e5;
  display: block;
}
.e2n-priceslider-wrapper .e2n-until-next-level {
  font-weight: bold;
  font-size: 16px;
  color: #b3b5ba;
}
.e2n-priceslider-wrapper .slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.e2n-priceslider-wrapper .display-none {
  display: none;
}
.e2n-priceslider-wrapper .hide {
  opacity: 0;
}
.e2n-priceslider-wrapper .description-text-wrapper {
  position: relative;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .e2n-priceslider-wrapper .description-text-wrapper .description-text {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .e2n-priceslider-wrapper .description-text-wrapper .description-text {
    position: absolute;
    bottom: 10px;
  }
}

.e2n-priceslider-wrapper {
  padding: 50px 0;
}
.e2n-priceslider-wrapper .e2n-priceslider {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 20px;
  overflow: hidden;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package {
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  align-items: center;
  flex: 1 1 0px;
  margin: 0;
  border-radius: 20px;
  padding: 68px 32px 60px;
  cursor: pointer;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package h3 {
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  letter-spacing: 0;
  color: #0037ee;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package .amount {
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  display: block;
  border-top: 1px solid #7995f1;
  border-bottom: 1px solid #7995f1;
  font-size: 105px;
  line-height: 85px;
  font-weight: lighter;
  letter-spacing: -4.83px;
  color: #0037ee;
  padding-bottom: 20px;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package .price {
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0;
  color: #0037ee;
  opacity: 0.5;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package .desc {
  -webkit-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s;
  margin: 16px 0 10px;
  text-align: left;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  color: #0037ee;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:hover h3 {
  color: rgba(0, 55, 238, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:hover .amount {
  color: rgba(0, 55, 238, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:hover .price {
  color: rgba(0, 55, 238, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:hover .desc {
  color: rgba(0, 55, 238, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:focus h3 {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:focus .amount {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:focus .price {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:focus .desc {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:active h3 {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:active .amount {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:active .price {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package:active .desc {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active h3 {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active .amount {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active .price {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active .desc {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:hover h3 {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:hover .amount {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:hover .price {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:hover .desc {
  color: rgba(254, 77, 76, 0.5);
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:focus h3 {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:focus .amount {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:focus .price {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:focus .desc {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:active h3 {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:active .amount {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:active .price {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.active:active .desc {
  color: #fe4d4c;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.package-sm .price {
  margin-right: 40px;
}
.e2n-priceslider-wrapper .e2n-priceslider .packages .package.package-mobil {
  display: none;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top {
  position: relative;
  height: 240px;
  overflow: hidden;
  display: flex;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .amount-wrapper {
  height: 67px;
  text-align: left;
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  padding: 8px 30px;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .amount-wrapper .amount {
  margin: 0px;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .amount-wrapper .amount > span {
  position: relative;
  display: inline-block;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  margin-right: -6px;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .amount-wrapper .amount > span > #cln {
  position: absolute;
  left: 0;
  display: inline-block;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range {
  position: absolute;
  width: calc(100% - 350px);
  left: 350px;
  top: 0;
  height: 67px;
  border-radius: 46px;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range .rangeslider-wrapper {
  position: relative;
  height: 67px;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range .rangeslider-wrapper::before {
  content: "";
  position: absolute;
  top: 29px;
  width: calc(100% - 84px);
  height: 8px;
  border-radius: 4px;
  background: #fff;
  outline: none;
  opacity: 1;
  margin: 0 42px;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range .rangeslider-wrapper .rangeslider {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 67px;
  background: none;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  padding: 0 30px;
  margin: 0;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range .rangeslider-wrapper .rangeslider .rangeslider:focus {
  border: 0;
  outline: none !important;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range .rangeslider-wrapper .rangeslider::-moz-focus-outer {
  border: 0;
  outline: none !important;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range .rangeslider-wrapper .rangeslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 50%;
  background: #fe4d4c;
  box-shadow: 0px 5px 9px #000 50;
  cursor: pointer;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range .rangeslider-wrapper .rangeslider::-ms-thumb {
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 50%;
  background: #fe4d4c;
  box-shadow: 0px 5px 9px #000 50;
  cursor: pointer;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range .rangeslider-wrapper .rangeslider::-moz-range-thumb {
  width: 31px;
  height: 31px;
  border: 0;
  border-radius: 50%;
  background: #fe4d4c;
  box-shadow: 0px 5px 9px #000 50;
  cursor: pointer;
}
.e2n-priceslider-wrapper .e2n-priceslider .slider .top .range .rangeslider-wrapper .rangeslider::-moz-range-track {
  background: transparent;
}

@media (max-width: 999px) {
  .e2n-priceslider-wrapper .e2n-priceslider .slider .top .range {
    width: calc(100% - 279px);
    left: 280px;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .slider .bottom .buttons {
    flex-direction: column;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .packages .package {
    display: none;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .packages .package.package-mobil {
    display: block;
    padding: 29px 29px 38px;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .packages .package.package-mobil .amount {
    padding-bottom: 29px;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .packages .package.package-mobil .amount .price {
    margin: 10px 0 10px 29px;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .packages .package.package-mobil .desc {
    margin: 10px 0;
  }
}
@media (max-width: 690px) {
  .e2n-priceslider-wrapper .e2n-priceslider .packages .package.package-mobil .amount {
    font-size: 76px;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .packages .package.package-mobil .amount .price {
    margin-top: 20px;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .slider .top .amount-wrapper .amount {
    text-align: center;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .slider .top .range {
    width: 100%;
    position: relative;
    left: 0;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .slider .bottom {
    display: block;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .slider .bottom .term {
    margin: 36px 0 23px;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .slider .bottom .desc {
    margin-right: 0px;
    text-align: center;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .slider .bottom .desc h3 {
    text-align: center;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .slider .bottom .desc p {
    text-align: center;
  }
  .e2n-priceslider-wrapper .e2n-priceslider .slider .bottom .buttons {
    text-align: center;
    display: block;
    margin-top: 23px;
  }
}

/*# sourceMappingURL=e2n-priceslider.css.map */
