@charset "UTF-8";
@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: 14px;
  padding: 14px 23px;
  position: sticky;
  top: 50px;
  z-index: 999;
  background-image: url(/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%;
  max-height: 120px;
  overflow-y: auto;
}

/* line 33, app/assets/stylesheets/pricing/individual_pricing.scss */
.free-trial-banner h1,
.free-trial-banner h2,
.free-trial-banner h3,
.free-trial-banner h4,
.free-trial-banner h5,
.free-trial-banner h6,
.free-trial-banner p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: white;
  text-align: center;
  max-width: 600px;
}

@media (min-width: 768px) {
  /* line 33, app/assets/stylesheets/pricing/individual_pricing.scss */
  .free-trial-banner h1,
.free-trial-banner h2,
.free-trial-banner h3,
.free-trial-banner h4,
.free-trial-banner h5,
.free-trial-banner h6,
.free-trial-banner p {
    font-size: 24px;
  }
}

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

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

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/pricing/individual_pricing.scss */
  .free-trial-banner-title {
    font-size: 22px;
  }
}

/* line 78, app/assets/stylesheets/pricing/individual_pricing.scss */
.free-trial-banner-button {
  text-decoration: none;
  background-color: white;
  border-radius: 50px;
  border: none;
  height: 44px;
  padding: 10px 36px;
  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 78, app/assets/stylesheets/pricing/individual_pricing.scss */
  .free-trial-banner-button {
    max-width: 60%;
  }
}

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

/* PROMO CALL-OUT BOX
   A contained promo box that drops in *below* the full-width Free Trial banner,
   so a running sale no longer replaces the trial CTA. The content is CMS-driven
   (Page slug "pricing-page-promo-copy"); the helper classes below let that copy
   render cleanly on the light card. The card chrome is promo-agnostic — keep the
   seasonal flavor (flags, colors, copy) in the CMS body. */
/* line 115, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  /* line 115, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-promo-callout-wrap {
    margin: 28px 0 0;
  }
}

/* line 128, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E6EBF1;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(25, 47, 89, 0.1);
  padding: 22px 28px;
  overflow: hidden;
  text-align: center;
  color: #2D3035;
}

/* line 146, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #EF6F22, #F59E5B);
}

/* line 157, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout h1, .pricing-promo-callout h2, .pricing-promo-callout h3, .pricing-promo-callout h4, .pricing-promo-callout h5, .pricing-promo-callout h6, .pricing-promo-callout p {
  margin: 0;
  color: #2D3035;
}

/* line 162, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout a:not(.promo-cta) {
  color: #196FAF;
  font-weight: 700;
}

/* line 168, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout .promo-eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C2410C;
  margin-bottom: 6px;
}

/* line 178, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout .promo-headline {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #1A2533;
}

@media (min-width: 768px) {
  /* line 178, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-promo-callout .promo-headline {
    font-size: 22px;
  }
}

/* line 189, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout .promo-subtext {
  font-size: 14px;
  font-weight: 400;
  color: #5C6067;
  margin-top: 6px;
}

@media (min-width: 768px) {
  /* line 189, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-promo-callout .promo-subtext {
    font-size: 15px;
  }
}

/* line 200, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout .promo-code {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #C2410C;
  background: #FFF3E9;
  border: 1px dashed #EF6F22;
  border-radius: 6px;
  padding: 1px 9px;
  white-space: nowrap;
}

/* line 212, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout .promo-cta {
  display: inline-block;
  margin-top: 14px;
  text-decoration: none;
  background-color: #196FAF;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 10px 28px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

/* line 225, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout .promo-cta:hover {
  background-color: #14598c;
  color: #FFFFFF;
}

/* line 232, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-promo-callout-admin {
  width: 100%;
  max-width: 720px;
  margin: 6px auto 0;
  text-align: right;
  color: #8a8f98;
}

@media screen and (min-width: 768px) {
  /* line 241, 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 252, 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 260, app/assets/stylesheets/pricing/individual_pricing.scss */
  .baner {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

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

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

/* line 286, 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 286, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-page {
    padding: 64px 0 64px 0;
    min-height: calc(100vh - 70px);
  }
}

/* line 300, 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 300, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-header {
    margin-bottom: 36px;
    gap: 20px;
  }
}

/* line 314, 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 314, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-header-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }
}

/* line 329, 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 329, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-header-subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}

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

/* line 357, 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 357, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-footer-text {
    font-size: 18px;
    line-height: 32px;
    white-space: nowrap;
  }
}

/* line 371, 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 371, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-footer-link {
    font-size: 18px;
    line-height: 32px;
  }
}

/* BUTTON */
/* line 387, 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 387, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-button {
    font-size: 16px;
  }
}

/* CARDS */
/* line 405, 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 415, 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 426, app/assets/stylesheets/pricing/individual_pricing.scss */
  .full-width-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

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

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

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

/* line 448, 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 457, app/assets/stylesheets/pricing/individual_pricing.scss */
.current-plan-info {
  margin-bottom: 8px;
  padding-left: 5px;
}

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

/* line 466, 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 466, app/assets/stylesheets/pricing/individual_pricing.scss */
  .current-plan-info .plan-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }
}

/* line 479, 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 479, app/assets/stylesheets/pricing/individual_pricing.scss */
  .current-plan-info .plan-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
  }
}

/* line 495, 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 495, app/assets/stylesheets/pricing/individual_pricing.scss */
  .current-plan-info .plan-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
  }
}

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

/* line 515, 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 533, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-container {
    gap: 36px;
  }
}

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

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

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

/* line 556, 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 564, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .wrapper-text-basic {
  color: #FFFFFF;
}

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

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

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

/* line 582, 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: 600px;
  background: white;
  border: 1px solid #D5E5F4;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 582, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper .plan-card {
    min-width: 320px !important;
  }
}

/* line 599, 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 608, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .plan-card .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 613, 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 620, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-wrapper .plan-card .content .annually-content {
  height: 100%;
}

/* line 623, 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 632, 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 644, app/assets/stylesheets/pricing/individual_pricing.scss */
.content-container .content-price {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 3px;
}

/* line 650, 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 650, app/assets/stylesheets/pricing/individual_pricing.scss */
  .content-container .content-price .content-price-int {
    font-size: 36px;
  }
}

/* line 661, 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 661, app/assets/stylesheets/pricing/individual_pricing.scss */
  .content-container .content-price .content-price-text {
    font-size: 18px;
    padding-top: 4px;
  }
}

/* line 675, 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 675, app/assets/stylesheets/pricing/individual_pricing.scss */
  .content-container .billing-option {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

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

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

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

/* line 708, 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 708, app/assets/stylesheets/pricing/individual_pricing.scss */
  .content-container .card-list .list-item .list-item-text {
    font-size: 14px;
  }
}

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

@media (max-width: 768px) {
  /* line 729, 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 733, app/assets/stylesheets/pricing/individual_pricing.scss */
  .basic-wrapper .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 739, app/assets/stylesheets/pricing/individual_pricing.scss */
  .basic-wrapper .wrapper-text-basic {
    display: block;
  }
  /* line 746, 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 750, app/assets/stylesheets/pricing/individual_pricing.scss */
  .essential-wrapper .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 756, app/assets/stylesheets/pricing/individual_pricing.scss */
  .essential-wrapper .wrapper-text-essential {
    display: block;
  }
  /* line 763, 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 767, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pro-wrapper .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 773, 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 773, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pro-wrapper .wrapper-text-pro {
    display: none;
  }
}

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

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

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

/* line 803, 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 817, 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 825, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 4px 4px 4px;
  }
  /* line 830, app/assets/stylesheets/pricing/individual_pricing.scss */
  .plan-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  /* line 835, app/assets/stylesheets/pricing/individual_pricing.scss */
  .wrapper-text-basic,
.wrapper-text-essential,
.wrapper-text-pro {
    display: block;
  }
  /* line 841, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(1):hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #196FAF, #5796D2);
  }
  /* line 846, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(1):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 853, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(2):hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #196FAF, #5796D2);
  }
  /* line 858, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(2):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
  }
  /* line 863, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(2):hover .plan-card {
    border: none;
  }
  /* line 868, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(3):hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #196FAF, #5796D2);
  }
  /* line 873, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(3):hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 879, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper:nth-child(3):hover .plan-card {
    border: none;
  }
  /* line 885, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2) {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #196FAF, #5796D2);
  }
  /* line 890, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2) .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
  }
  /* line 895, app/assets/stylesheets/pricing/individual_pricing.scss */
  .not-authenticated .card-wrapper:nth-child(2) .plan-card {
    border: none;
  }
  /* line 900, 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 905, 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 910, 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 915, 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 920, 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 925, 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 932, 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: 330px;
  align-items: center;
  justify-content: center;
  column-gap: 36px;
}

/* line 945, 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 958, app/assets/stylesheets/pricing/individual_pricing.scss */
.basic-color {
  margin-left: 10px;
}

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

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

/* line 970, 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 981, 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 992, 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 1003, app/assets/stylesheets/pricing/individual_pricing.scss */
input#tab-card-team[type="radio"]:checked ~ .team-color::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #196FAF;
  border-radius: 2px;
}

/* line 1014, 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 1021, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs input[type="radio"] {
  display: none;
}

/* line 1025, 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 1032, 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 1039, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-container-tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

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

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

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

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

/* line 1070, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-page.with-team-card .pricing-container-tabs {
  display: flex;
  flex-wrap: wrap;
}

/* line 1074, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-page.with-team-card .pricing-container-tabs .plan-card {
  min-width: 0 !important;
}

/* line 1079, app/assets/stylesheets/pricing/individual_pricing.scss */
.pricing-page.with-team-card .pricing-container {
  display: none;
}

@media (min-width: 768px) and (max-width: 1079px) {
  /* line 1086, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-page.with-team-card .pricing-container-tabs {
    max-width: 330px;
  }
  /* line 1089, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-page.with-team-card .pricing-container-tabs .card-wrapper {
    padding: 10px 4px 4px 4px;
    background: linear-gradient(45deg, #196FAF, #5796D2);
    max-width: calc(100vw - 20%);
  }
  /* line 1094, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-page.with-team-card .pricing-container-tabs .card-wrapper .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 1100, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-page.with-team-card .pricing-container-tabs .card-wrapper .wrapper-text {
    display: block;
    color: #FFFFFF;
  }
  /* line 1105, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-page.with-team-card .pricing-container-tabs .card-wrapper .plan-card {
    box-shadow: none;
    border: 1px solid #D5E5F4;
  }
}

@media (min-width: 1080px) {
  /* line 1114, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-page.with-team-card .pricing-container-tabs {
    display: none;
  }
  /* line 1118, app/assets/stylesheets/pricing/individual_pricing.scss */
  .pricing-page.with-team-card .pricing-container {
    display: flex;
  }
}

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

/* line 1129, 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 1138, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggle_text {
  display: flex;
  align-items: center;
}

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

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

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

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

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

/* line 1166, 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 1183, 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 1196, app/assets/stylesheets/pricing/individual_pricing.scss */
.toggleCheckbox:checked + .toggleContainer::before {
  left: 50%;
  width: calc(50% - 5px);
}

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

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

/* line 1211, 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 1211, app/assets/stylesheets/pricing/individual_pricing.scss */
  .toggleCheckbox:checked + .toggleContainer div:first-child {
    font-size: 14px;
  }
}

/* line 1223, 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 1223, app/assets/stylesheets/pricing/individual_pricing.scss */
  .toggleCheckbox:checked + .toggleContainer div:last-child {
    font-size: 14px;
  }
}

/* line 1235, 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 1235, app/assets/stylesheets/pricing/individual_pricing.scss */
  .toggleCheckbox + .toggleContainer div:first-child {
    font-size: 14px;
  }
}

/* line 1247, 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 1247, app/assets/stylesheets/pricing/individual_pricing.scss */
  .toggleCheckbox + .toggleContainer div:last-child {
    font-size: 14px;
  }
}

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

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

/* line 1267, 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 1276, app/assets/stylesheets/pricing/individual_pricing.scss */
details[open] summary {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

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

/* line 1286, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-basic .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 1286, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-basic .toggleCheckbox + .toggleContainer div:last-child::after {
    font-size: 10px;
  }
}

/* line 1303, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-essential .toggleCheckbox + .toggleContainer div:last-child::after {
  content: "Save $96";
  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 1303, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-essential .toggleCheckbox + .toggleContainer div:last-child::after {
    font-size: 10px;
  }
}

/* line 1320, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-pro .toggleCheckbox + .toggleContainer div:last-child::after {
  content: "Save $149";
  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 1320, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-pro .toggleCheckbox + .toggleContainer div:last-child::after {
    font-size: 10px;
  }
}

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

/* TEAM PLAN CARD on individual pricing page */
/* line 1347, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .plan-card {
  background: #F8FAFD;
}

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

/* line 1355, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .card-team-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  margin-bottom: 16px;
}

/* line 1363, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .card-team-value-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #555d68;
  text-align: center;
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* line 1374, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .card-header-team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

/* line 1381, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .card-header-team .card-title {
  margin-bottom: 0;
}

/* line 1386, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .card-title-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #747e8e;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-background-clip: initial;
  background-clip: initial;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  padding: 0 8px;
  height: 20px;
  border-radius: 16px;
  vertical-align: middle;
}

/* line 1405, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .card-title-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

/* line 1411, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .card-list .list-item.list-item-credits {
  align-items: flex-start;
}

/* line 1414, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .card-list .list-item.list-item-credits .list-item-text {
  line-height: 18px;
}

/* line 1418, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .card-list .list-item.list-item-credits .credits-detail {
  font-size: 14px;
  line-height: 18px;
  color: #555d68;
}

/* line 1426, app/assets/stylesheets/pricing/individual_pricing.scss */
.card-team .toggleCheckbox + .toggleContainer div:last-child::after {
  content: "Save $189";
  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 1426, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-team .toggleCheckbox + .toggleContainer div:last-child::after {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  /* line 1444, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-team {
    padding: 10px 4px 4px 4px;
    background: linear-gradient(45deg, #196FAF, #5796D2);
    max-width: calc(100vw - 20%);
  }
  /* line 1448, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-team .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 1454, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-team .plan-card {
    border: none;
  }
  /* line 1458, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-team .wrapper-text-team {
    display: block;
    color: white;
  }
}

@media (min-width: 769px) {
  /* line 1468, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper.card-team:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(45deg, #196FAF, #5796D2);
    padding: 10px 4px 4px 4px;
    border-radius: 10px;
  }
  /* line 1474, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper.card-team:hover .card-button {
    background-color: #196FAF;
    color: #FFFFFF;
    border: none;
  }
  /* line 1480, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper.card-team:hover .plan-card {
    border: none;
  }
  /* line 1484, app/assets/stylesheets/pricing/individual_pricing.scss */
  .card-wrapper.card-team:hover .wrapper-text-team {
    color: white;
  }
}
