@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/pricing/individual_pricing.scss */
  .mobile-mode {
    display: none;
  }
}

/* line 11, app/assets/stylesheets/pricing/individual_pricing.scss */
.free-trial-banner {
  background-color: #EF6F22;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 26px 23px;
  position: sticky;
  top: 50px;
  z-index: 999;
  background-image: url("https://assets.rentometer.com/assets/pricing/free-trial-mobile-278ddf07f42fac3526d591209e12611aed3e1ae57e743dd9664b3f3e01475a91.png");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: -19px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 11, app/assets/stylesheets/pricing/individual_pricing.scss */
  .free-trial-banner {
    background-image: url("https://assets.rentometer.com/assets/pricing/free-trial-mobile-desktop-11049ab71c07ff5a273c2f70c17ac7b120ee5e6bcc0f8e8e0eb77b27f629ad06.png");
    height: 76px;
    flex-direction: row;
    justify-content: center;
    padding: 0 20px;
  }
}

/* line 43, app/assets/stylesheets/pricing/individual_pricing.scss */
.free-trial-banner-title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-align: center;
}

/* line 50, app/assets/stylesheets/pricing/individual_pricing.scss */
.free-trial-banner-button {
  text-decoration: none;
  background-color: white;
  border-radius: 50px;
  border: none;
  height: 52px;
  padding: 13px 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #196FAF;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999;
  cursor: pointer;
}

@media screen and (min-width: 500px) {
  /* line 50, app/assets/stylesheets/pricing/individual_pricing.scss */
  .free-trial-banner-button {
    max-width: 60%;
  }
}

@media screen and (min-width: 768px) {
  /* line 50, app/assets/stylesheets/pricing/individual_pricing.scss */
  .free-trial-banner-button {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  /* line 82, app/assets/stylesheets/pricing/individual_pricing.scss */
  .baner {
    height: 76px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 768px) {
  /* line 93, app/assets/stylesheets/pricing/individual_pricing.scss */
  .baner {
    padding: 0 80px;
    width: calc(100% - 160px);
  }
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  /* line 101, app/assets/stylesheets/pricing/individual_pricing.scss */
  .baner {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1201px) {
  /* line 109, app/assets/stylesheets/pricing/individual_pricing.scss */
  .baner {
    padding: 0 80px;
    width: calc(100% - 160px);
  }
}

/* line 118, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-page p,
.pricing-page h1,
.pricing-page h2,
.pricing-page h3 {
  margin: 0;
  padding: 0;
}

/* line 127, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-page {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0 40px 0;
}

@media screen and (min-width: 768px) {
  /* line 127, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-page {
    padding: 64px 0 64px 0;
    min-height: calc(100vh - 70px);
  }
}

/* line 141, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-header {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  /* line 141, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-header {
    margin-bottom: 36px;
    gap: 20px;
  }
}

/* line 155, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-header-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #196FAF;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 155, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-header-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }
}

/* line 170, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-header-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #4F4F4F;
  max-width: 80%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 170, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-header-subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (min-width: 768px) {
  /* line 187, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-header .page-header-subtitle {
    font-size: 18px;
  }
  /* line 191, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-header .page-header {
    margin-bottom: 40px;
  }
}

/* line 198, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #4F4F4F;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 198, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-footer-text {
    font-size: 18px;
    line-height: 32px;
    white-space: nowrap;
  }
}

/* line 212, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-footer-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #196FAF;
  cursor: pointer;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  /* line 212, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-footer-link {
    font-size: 18px;
    line-height: 32px;
  }
}

/* BUTTON */
/* line 228, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-button {
  border: 1px solid #5796D2;
  border-radius: 4px;
  height: 44px;
  background-color: #eef4fa;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #196FAF;
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  /* line 228, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-button {
    font-size: 16px;
  }
}

/* CARDS */
/* line 246, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 20px 0;
  align-items: end;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  /* line 256, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-container {
    gap: 16px;
    justify-content: center;
    width: 100%;
    padding: 0;
    max-width: fit-content;
  }
}

@media (min-width: 930px) {
  /* line 267, app/assets/stylesheets/pricing/individual_pricing.scss */
  .full-width-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* line 275, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-content-container {
  padding: 0 20px;
  display: none;
}

@media (min-width: 768px) {
  /* line 275, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-content-container {
    display: block;
  }
}

@media (min-width: 930px) {
  /* line 275, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-content-container {
    padding: 0;
    max-width: max-content;
  }
}

/* line 289, app/assets/stylesheets/pricing/individual_pricing.scss */
.current-plan-container {
  border: 1px solid #d5e5f4;
  border-radius: 8px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
}

/* line 298, app/assets/stylesheets/pricing/individual_pricing.scss */
.current-plan-info {
  margin-bottom: 8px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  /* line 298, app/assets/stylesheets/pricing/individual_pricing.scss */
  .current-plan-info {
    margin-bottom: 20px;
  }
}

/* line 307, app/assets/stylesheets/pricing/individual_pricing.scss */
.current-plan-info .plan-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #4f4f4f;
}

@media (min-width: 768px) {
  /* line 307, app/assets/stylesheets/pricing/individual_pricing.scss */
  .current-plan-info .plan-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }
}

/* line 320, app/assets/stylesheets/pricing/individual_pricing.scss */
.current-plan-info .plan-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  background: linear-gradient(#2b9cf8, #183766);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
  /* line 320, app/assets/stylesheets/pricing/individual_pricing.scss */
  .current-plan-info .plan-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }
}

/* line 336, app/assets/stylesheets/pricing/individual_pricing.scss */
.current-plan-info .plan-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #717780;
  min-width: 250px;
}

@media (min-width: 768px) {
  /* line 336, app/assets/stylesheets/pricing/individual_pricing.scss */
  .current-plan-info .plan-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
  }
}

/* line 352, app/assets/stylesheets/pricing/individual_pricing.scss */
.current-plan-no-offered {
  display: flex;
  justify-content: end;
}

/* line 356, app/assets/stylesheets/pricing/individual_pricing.scss */
.current-plan-no-offered-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f6f9;
  border-radius: 16px;
  height: 20px;
  width: 144px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  /* line 374, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-container {
    gap: 36px;
  }
}

@media (min-width: 1200px) {
  /* line 380, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-container {
    gap: 52px;
  }
}

/* line 385, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper {
  border: 1px solid white;
  width: 100%;
  max-width: 315px;
  border-radius: 10px;
  padding: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 385, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper {
    margin: 0;
    width: 300px;
  }
}

/* line 398, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .wrapper-text {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 406, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .wrapper-text-basic {
  color: #FFFFFF;
}

/* line 410, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .wrapper-text-essential {
  color: #FFFFFF;
}

/* line 414, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .wrapper-text-pro {
  color: #FFFFFF;
}

/* line 418, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .title {
  background: linear-gradient(#2b9cf8, #183766);
  margin-bottom: 16px;
}

/* line 424, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .plan-card {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 16px;
  border-radius: 8px;
  height: 510px;
  background: white;
  border: 1px solid #D5E5F4;
  position: relative;
  box-sizing: border-box;
}

/* line 437, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .plan-card .card-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 446, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .plan-card .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 451, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .plan-card .content .monthly-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 458, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .plan-card .content .annually-content {
  height: 100%;
}

/* line 461, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .plan-card .content .annually-content .annually-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 470, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .plan-card .plan-card-footnote {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
  margin-top: 10px;
}

/* line 482, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container .content-price {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 3px;
}

/* line 488, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container .content-price .content-price-int {
  font-size: 27px;
  font-weight: 500;
  line-height: 42px;
  color: #1A1A1A;
}

@media screen and (min-width: 768px) {
  /* line 488, app/assets/stylesheets/pricing/individual_pricing.scss */
  .content-container .content-price .content-price-int {
    font-size: 36px;
  }
}

/* line 499, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container .content-price .content-price-text {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
  padding-top: 8px;
}

@media screen and (min-width: 768px) {
  /* line 499, app/assets/stylesheets/pricing/individual_pricing.scss */
  .content-container .content-price .content-price-text {
    font-size: 18px;
    padding-top: 4px;
  }
}

/* line 513, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container .billing-option {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #666666;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  /* line 513, app/assets/stylesheets/pricing/individual_pricing.scss */
  .content-container .billing-option {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/* line 526, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container .billing-option .discount {
  font-size: 14px;
  font-weight: 400;
  color: #1574D2;
}

/* line 533, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container .card-list {
  margin: 0px 0px 16px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 541, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container .card-list .list-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 546, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container .card-list .list-item .list-item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #5c6067;
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* line 546, app/assets/stylesheets/pricing/individual_pricing.scss */
  .content-container .card-list .list-item .list-item-text {
    font-size: 14px;
  }
}

/* line 562, app/assets/stylesheets/pricing/individual_pricing.scss */
.active-slide {
  border-radius: 7.5px;
}

@media (max-width: 768px) {
  /* line 567, app/assets/stylesheets/pricing/individual_pricing.scss */
  .basic-wrapper {
    padding: 10px 4px 4px 4px;
    background: linear-gradient(45deg, #196FAF, #5796D2);
    max-width: calc(100vw - 20%);
  }
  /* line 571, app/assets/stylesheets/pricing/individual_pricing.scss */
  .basic-wrapper .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 577, app/assets/stylesheets/pricing/individual_pricing.scss */
  .basic-wrapper .wrapper-text-basic {
    display: block;
  }
  /* line 584, app/assets/stylesheets/pricing/individual_pricing.scss */
  .essential-wrapper {
    padding: 10px 4px 4px 4px;
    background: linear-gradient(45deg, #196FAF, #5796D2);
    max-width: calc(100vw - 20%);
  }
  /* line 588, app/assets/stylesheets/pricing/individual_pricing.scss */
  .essential-wrapper .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 594, app/assets/stylesheets/pricing/individual_pricing.scss */
  .essential-wrapper .wrapper-text-essential {
    display: block;
  }
  /* line 601, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pro-wrapper {
    padding: 10px 4px 4px 4px;
    background: linear-gradient(45deg, #196FAF, #5796D2);
    max-width: calc(100vw - 20%);
  }
  /* line 605, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pro-wrapper .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 611, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pro-wrapper .wrapper-text-pro {
    display: block;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  /* line 611, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pro-wrapper .wrapper-text-pro {
    display: none;
  }
}

/* line 623, app/assets/stylesheets/pricing/individual_pricing.scss */
.ribbon {
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {
  /* line 630, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper {
    transition: transform 0.6s ease-in-out;
  }
}

/* line 635, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* line 641, app/assets/stylesheets/pricing/individual_pricing.scss */
.annual-only {
  background-color: #52C41A;
  width: 102px;
  height: 20px;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 655, app/assets/stylesheets/pricing/individual_pricing.scss */
.pro-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  /* line 663, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 4px 4px 4px;
  }
  /* line 668, app/assets/stylesheets/pricing/individual_pricing.scss */
  .plan-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  /* line 673, app/assets/stylesheets/pricing/individual_pricing.scss */
  .wrapper-text-basic,
.wrapper-text-essential,
.wrapper-text-pro {
    display: block;
  }
  /* line 679, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(1):hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #196FAF, #5796D2);
  }
  /* line 684, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(1):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 691, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(2):hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #196FAF, #5796D2);
  }
  /* line 696, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(2):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
  }
  /* line 701, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(2):hover .plan-card {
    border: none;
  }
  /* line 706, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(3):hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #196FAF, #5796D2);
  }
  /* line 711, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(3):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 717, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(3):hover .plan-card {
    border: none;
  }
  /* line 723, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2) {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #196FAF, #5796D2);
  }
  /* line 728, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2) .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
  }
  /* line 733, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2) .plan-card {
    border: none;
  }
  /* line 738, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(1):hover ~ .card-wrapper:nth-child(2) {
    transform: scale(1);
    box-shadow: none;
    background: white;
  }
  /* line 743, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(1):hover ~ .card-wrapper:nth-child(2) .card-button {
    background-color: #eef4fa;
    color: #196FAF;
  }
  /* line 748, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(1):hover ~ .card-wrapper:nth-child(2) .plan-card {
    border: 1px solid #D5E5F4;
  }
  /* line 753, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2):has(+ .card-wrapper:hover) {
    transform: scale(1);
    box-shadow: none;
    background: white;
  }
  /* line 758, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2):has(+ .card-wrapper:hover) .card-button {
    background-color: #eef4fa;
    color: #196FAF;
  }
  /* line 763, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2):has(+ .card-wrapper:hover) .plan-card {
    border: 1px solid #D5E5F4;
  }
}

/* line 770, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 8px;
  margin-bottom: 56px;
  max-width: 315px;
  align-items: center;
  justify-content: space-between;
}

/* line 782, app/assets/stylesheets/pricing/individual_pricing.scss */
.tab-card-label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #717780;
  cursor: pointer;
  display: block;
  width: auto;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 22px;
}

/* line 795, app/assets/stylesheets/pricing/individual_pricing.scss */
.basic-color {
  margin-left: 10px;
}

/* line 799, app/assets/stylesheets/pricing/individual_pricing.scss */
.pro-color {
  margin-right: 10px;
}

/* line 803, app/assets/stylesheets/pricing/individual_pricing.scss */
input#tab-card-basic[type="radio"]:checked ~ .basic-color::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #196FAF;
  border-radius: 2px;
}

/* line 814, app/assets/stylesheets/pricing/individual_pricing.scss */
input#tab-card-essential[type="radio"]:checked ~ .essential-color::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #196FAF;
  border-radius: 2px;
}

/* line 825, app/assets/stylesheets/pricing/individual_pricing.scss */
input#tab-card-pro[type="radio"]:checked ~ .pro-color::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #196FAF;
  border-radius: 2px;
}

/* line 836, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs .tab-content {
  background: var(--secondary-bg-color);
  display: none;
  flex-grow: 1;
  width: 100%;
}

/* line 843, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs input[type="radio"] {
  display: none;
}

/* line 847, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs input[type="radio"]:checked + label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2D3035;
}

/* line 854, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs input[type="radio"]:checked + label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #2D3035;
}

/* line 861, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

/* line 865, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs .tab-content {
  order: 99;
  max-width: 315px;
}

/* line 870, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs .tab-card-label {
  order: 1;
  margin-top: 0;
}

/* line 875, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container {
  display: none;
}

@media (min-width: 768px) {
  /* line 880, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-container-tabs {
    display: none;
  }
  /* line 884, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-container {
    display: flex;
  }
}

/* TOGGLE */
/* line 890, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggle input {
  display: none;
}

/* line 894, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggle label {
  padding: 5px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  margin: 5px;
  border-radius: 5px;
  display: inline-block;
}

/* line 903, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggle_text {
  display: flex;
  align-items: center;
}

/* line 908, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggle input:checked + label {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

/* line 914, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggle input[id$="annually"]:checked ~ .monthly-content {
  display: none;
}

/* line 918, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggle input[id$="annually"]:checked ~ .annually-content {
  display: inline;
}

/* line 922, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggle {
  display: flex;
  gap: 10px;
}

/* line 927, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox {
  display: none;
}

/* line 931, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleContainer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: '100%';
  height: 57px;
  background: #343434;
  font-weight: bold;
  color: #343434;
  cursor: pointer;
  background-color: #E1E1E1;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

/* line 948, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleContainer::before {
  content: '';
  position: absolute;
  width: calc(46% - 5px);
  height: calc(100% - 10px);
  left: 5px;
  border-radius: 9999px;
  background: white;
  transition: all 0.3s;
  margin: 5px 0 5px 0;
  border: 1px solid #1574D2;
}

/* line 961, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox:checked + .toggleContainer::before {
  left: 50%;
  width: calc(50% - 5px);
}

/* line 966, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox:checked + .toggleContainer::before {
  left: 50%;
}

/* line 970, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleContainer div {
  padding: 6px;
  text-align: center;
  z-index: 1;
}

/* line 976, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox:checked + .toggleContainer div:first-child {
  color: #2d3035;
  transition: color 0.3s;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}

@media screen and (min-width: 768px) {
  /* line 976, app/assets/stylesheets/pricing/individual_pricing.scss */
  .toggleCheckbox:checked + .toggleContainer div:first-child {
    font-size: 14px;
  }
}

/* line 988, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox:checked + .toggleContainer div:last-child {
  color: #1574D2;
  transition: color 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
}

@media screen and (min-width: 768px) {
  /* line 988, app/assets/stylesheets/pricing/individual_pricing.scss */
  .toggleCheckbox:checked + .toggleContainer div:last-child {
    font-size: 14px;
  }
}

/* line 1000, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox + .toggleContainer div:first-child {
  color: #1574D2;
  transition: color 0.3s;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 768px) {
  /* line 1000, app/assets/stylesheets/pricing/individual_pricing.scss */
  .toggleCheckbox + .toggleContainer div:first-child {
    font-size: 14px;
  }
}

/* line 1012, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox + .toggleContainer div:last-child {
  color: #2d3035;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  transition: color 0.3s;
}

@media screen and (min-width: 768px) {
  /* line 1012, app/assets/stylesheets/pricing/individual_pricing.scss */
  .toggleCheckbox + .toggleContainer div:last-child {
    font-size: 14px;
  }
}

/* line 1024, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox:checked ~ .content .monthly-content {
  display: none;
}

/* line 1028, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox:checked ~ .content .annually-content {
  display: block;
}

/* line 1032, app/assets/stylesheets/pricing/individual_pricing.scss */
summary {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  user-select: none;
}

/* line 1041, app/assets/stylesheets/pricing/individual_pricing.scss */
details[open] summary {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

/* line 1047, app/assets/stylesheets/pricing/individual_pricing.scss */
.content .annually-content {
  display: none;
}

/* line 1051, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox + .toggleContainer div:last-child::after {
  content: " Save 50%";
  background-color: #2D3035;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  color: white;
  border-radius: 30px;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  /* line 1051, app/assets/stylesheets/pricing/individual_pricing.scss */
  .toggleCheckbox + .toggleContainer div:last-child::after {
    font-size: 10px;
  }
}

/* line 1068, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox:checked + .toggleContainer div:last-child::after {
  content: "";
  background-color: transparent;
}
