.pricing-cards-slider__container{
  display:grid;
  grid-template-rows: auto;
  align-items: baseline;
}
.pricing-cards-slider__container hr{
  margin:0 auto;
  border: 2px solid #FF5C35;
  width: 86%;
}
.pricing-cards-slider__card p, .pricing-cards-slider__card h2, .pricing-cards-slider__card h3, .pricing-cards-slider__card h4, .pricing-cards-slider__card h5 {
  color:#fff;
}
.pricing-cards-slider__card:hover {
  background: linear-gradient(90deg, #F62D71 0%, #D44325 100%);
  border-radius: 18px;
}
.pricing-cards-slider__card:hover h6 {
  color: #ffffff;

}
.pricing-cards-slider__card:hover svg path{
  fill: #ffffff;
}
.pricing-cards-slider__title{
  margin-bottom:50px
}
.pricing-cards-slider__card--title {
  text-align:center;
}
.pricing-cards-slider__card--title h4{
  margin:0;
}
.pricing-cards-slider__card--price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.pricing-cards-slider__card--price h2{
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin:0;
}
.pricing-cards-slider__card--price p{
  padding-left:5px;
  margin:0;
}
.pricing-cards-slider__card{
  border-radius: 16px;
  background: #213343;
  box-shadow: -20px -20px 40px #263B4D, 20px 20px 40px #1C2B39;
}
.pricing-cards-slider__card--image {
  padding: 20px;   
}
.pricing-cards-slider__card--image img{
  width:100%;
}

.pricing-cards-slider__card--text {
  padding: 30px 20px 30px 20px;
}

.pricing-cards-slider__card--text ul{
  list-style:none;
  padding: 0;
}

.pricing-cards-slider__card--text ul li{
background-image: url('https://4285292.fs1.hubspotusercontent-na1.net/hubfs/4285292/circle-check-1.svg');
    background-repeat: no-repeat;
    background-position: 0 7px!important;
    background-size: auto!important;
    padding-left: 25px;
    padding-bottom: 10px;
}
.pricing-cards-slider__card--title, .pricing-cards-slider__card--price{
  padding: 30px 20px 30px;
}
.pricing-cards-slider__card--text .pricing-cards-slider__card--button{
  padding: 0 20px 10px;
}
.pricing-cards-slider__card--button{
  padding: 10px 20px 30px;
}
.pricing-cards-slider__card--button {
  text-align:center;
}
.pricing-cards-slider__card--button a{
  font-family: 'LexendDeca-Medium';
  font-weight: 500;
  color:#F6F9FC;
  text-decoration-color: #FF5C35;
  line-height:16px;
  letter-spacing: 1px;
  transition: all .3s ease-out;
}
.pricing-cards-slider__card--button a:hover{
  text-decoration: none;
  font-size: 15.9px;
}
{# ---- Mobile Breakpoint ---- #}
@media (max-width: 765px) {
  .pricing-cards-slider__container{
    grid-row-gap: 50px;
  }
  .pricing-cards-slider__card{
    margin-top: -20px;
  }
}



.switch {
  position: relative;
  display: inline-block;
  height: 34px;
  width: 280px;
}
.switch__text {
  display: flex;
  color: white;
  z-index: 20;
  position: relative;
  cursor: pointer;
  height: 55px;
  align-content: center;
  flex-wrap: wrap;
}
.switch__membresy {
  width: 50%;
  height: 100%;
}
.switch__membresy h5{
  margin-top:17px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute !important;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
  border:1px solid white;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: transparent;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(115px);
  -ms-transform: translateX(115px);
  transform: translateX(115px);
  z-index: 2;
  background: linear-gradient(90deg, #F62D71 0%, #D44325 96.88%);
  width: 70px;
  border-radius: 30px;
}
.slider.round:before {
  z-index: 2;
  background: linear-gradient(90deg, #F62D71 0%, #D44325 96.88%);
  width: 95px;
  border-radius: 30px !important;  
  transform: translateX(0);
  transition: transform 0.3s linear;
  width: 135px;
  height: 47px;
}

.slider.round.round--toggled:before{
  transform: translateX(100%);
  transition: transform 0.3s linear;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  width: 280px;
  height: 59px;
  display:flex;
}

.slider.round:before {
  border-radius: 50%;
}
.toggle-switch {
  text-align:center;
}