@charset "UTF-8";
.tgl-sw-light + .btn-switch {
  background: #999;
}

.tgl-sw-light-checked + .btn-switch {
  background: #2893BE;
}

.full-feature {
  display: block;
  width: 100%;
}

.price-box {
  border-radius: 10px;
  padding-bottom: 100px;
}

.price-instruction {
  font-size: 1.2rem;
}

#price-box-pm {
  display: none;
}

#pro-features .footer,
#pm-features .footer {
  background-color: #fff;
  text-align: center;
}
#pro-features .header,
#pm-features .header {
  color: #333;
  text-align: center;
  font-size: 3.5rem;
  margin-top: 20px;
  line-height: 3.5rem;
  padding: 0;
}
#pro-features .subheader,
#pm-features .subheader {
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px 0;
  font-weight: normal;
}
#pro-features .sublink,
#pm-features .sublink {
  color: #333;
  text-align: center;
  font-size: 0.9rem;
}
#pro-features .mnf-text,
#pm-features .mnf-text {
  display: inline-block;
  padding-top: 20px;
  padding-left: 20px;
}
#pro-features .mnf-icon,
#pm-features .mnf-icon {
  display: inline-block;
}
#pro-features:target,
#pm-features:target {
  visibility: visible;
  top: 100px;
}

.mnf-1 {
  grid-area: mnf-1;
}

.mnf-2 {
  grid-area: mnf-2;
}

.mnf-3 {
  grid-area: mnf-3;
}

.mnf-4 {
  grid-area: mnf-4;
}

.mnf-5 {
  grid-area: mnf-5;
}

.mnf-6 {
  grid-area: mnf-6;
}

.mrf-1 {
  grid-area: mrf-1;
}

.mrf-2 {
  grid-area: mrf-2;
}

.mrf-3 {
  grid-area: mrf-3;
}

.mrf-4 {
  grid-area: mrf-4;
}

.mrf-5 {
  grid-area: mrf-5;
}

.mrf-6 {
  grid-area: mrf-6;
}

.mrf-7 {
  grid-area: mrf-7;
}

.mrf-8 {
  grid-area: mrf-8;
}

.mrf-9 {
  grid-area: mrf-9;
}

.mrf-10 {
  grid-area: mrf-10;
}

.mrf-11 {
  grid-area: mrf-11;
}

.mrf-12 {
  grid-area: mrf-12;
}

.mrf-icon {
  grid-area: mrf-icon;
}

.mrf-text {
  grid-area: mrf-text;
}

.mnf-icon {
  grid-area: mnf-icon;
}

.mnf-text {
  grid-area: mnf-text;
}

.pricebox-1 {
  grid-area: pricebox-1;
}

.pricebox-2 {
  grid-area: pricebox-2;
}

.pricebox-3 {
  grid-area: pricebox-3;
}

.pricebox-4 {
  grid-area: pricebox-4;
}

.pricebox-5 {
  grid-area: pricebox-5;
}

#pm-features {
  display: none;
}

@media (min-width: 200px) {
  .ps-monthly {
    width: 50px;
    display: inline-block;
    float: left;
    padding-top: 5px;
    color: #999;
  }
  .ps-toggle {
    width: 70px;
    margin: 0 5px 0 15px;
    display: inline-block;
    float: left;
  }
  .ps-annual {
    width: 60px;
    display: inline-block;
    float: left;
    padding-top: 5px;
    color: #5CB8F8;
  }
  .ps-message {
    padding-top: 0;
    display: block;
    width: 150px;
    padding-left: 40px;
    margin: 0 auto;
  }
  .ps-message img#save-lg {
    display: none;
  }
  .ps-message img#save-sm {
    width: 100%;
    display: inline-block;
  }
  .tgl-sw + .btn-switch {
    width: 4em;
  }
  .tgl-sw + .btn-switch:after,
  .tgl-sw + .btn-switch:before {
    width: 50%;
  }
  .tgl-sw-active + .btn-switch:after {
    left: 48%;
  }
  #pro-cost, #pm-cost {
    font-size: 5rem;
  }
  .cost-billed,
  .cost-save {
    font-size: 1rem;
    text-align: center;
  }
  .cost-save {
    margin-top: -28px;
    display: none;
  }
  ul.pricing-list {
    list-style: none; /* Remove default bullets */
    text-align: left;
    display: block;
    width: 330px;
    margin: 20px auto;
    padding-left: 25px;
  }
  ul.pricing-list li {
    position: relative;
    padding: 7px 0 7px 15px;
  }
  ul.pricing-list li::before {
    content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #333; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 0.1em; /* Also needed for space (tweak if needed) */
    margin-left: -0.5em; /* Also needed for space (tweak if needed) */
    font-size: 2rem;
    top: -4px;
    position: absolute;
  }
  ul.pricing-list.pro {
    padding-left: 40px;
  }
  #comparison-table {
    width: 100%;
    max-width: 832px;
    margin: 0 auto;
  }
  #comparison-table td, #comparison-table th {
    width: 33%;
  }
  .comparison-cta-word {
    display: none;
  }
  #comparison-cta-row {
    display: none;
  }
  #pro-cost,
  #pm-cost {
    font-size: 4rem;
  }
  .price-box {
    border-radius: 10px;
    padding-bottom: 0;
  }
  .pricing .header {
    text-align: center;
    padding: 10px;
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(21, 113, 177);
    line-height: 1.1rem;
    margin-top: 7px;
  }
  .pricing-ideal {
    padding-top: 10px;
    height: auto;
  }
  .pricing-trial-btn {
    padding: 4px 10px;
  }
  .pricing-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .pricing-switch-wrapper {
    height: 100px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pricing-ideal span {
    display: block;
    font-weight: bold;
    width: 100%;
  }
  .price-wrapper {
    padding: 0;
  }
  .full-feature-mobile {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .dollar-sign {
    font-size: 2rem;
    color: #999;
    display: inline-block;
    top: -21px;
    position: relative;
  }
  .ps-title-subtext {
    font-size: 1.3rem;
  }
  .ps-title-wrapper {
    background-color: #F8F8F8;
  }
  .plan-btn {
    width: 50%;
    border: 1px solid #ccc;
    float: left;
    text-align: center;
    margin-right: -1px;
    height: 175px;
    padding: 10px 5px 0 5px;
  }
  .plan-btn:hover {
    background-color: #efefef;
    cursor: pointer;
  }
  .plan-btn.active {
    background-color: #007EB1;
    color: #fff;
    border: 1px solid #005C90;
  }
  .plan-btn.active:hover {
    background-color: #005C90;
    color: #fff;
  }
  .plan-btn .plan-title {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .plan-btn .plan-sub {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .pricing-container {
    display: grid;
    grid-template: "pricebox-2" "pricebox-3" "pricebox-4" "pricebox-1"/100%;
    row-gap: 1rem;
    padding: 30px 20px;
  }
  .price-instruction {
    width: 100%;
    text-align: center;
  }
  #unitsInput {
    margin: 0 auto;
  }
  .toggle-wrapper {
    width: 220px;
    margin: 0 auto;
    height: 30px;
    position: relative;
    padding-left: 20px;
  }
  .price-more-units {
    display: none;
  }
  .ps-title {
    padding-top: 20px;
  }
  .ps-title-wrapper {
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
  .more-features {
    display: grid;
    grid-template: "mrf-1" "mrf-2" "mrf-3" "mrf-4" "mrf-5" "mrf-6" "mrf-7" "mrf-8" "mrf-9" "mrf-10" "mrf-11" "mrf-12"/100%;
    row-gap: 0.5rem;
  }
  .more-features-item {
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 10px;
    line-height: 1rem;
    display: grid;
    grid-template: "mrf-icon mrf-text";
    grid-template-columns: 60px 1fr;
    align-items: center;
  }
  .more-features-item img {
    width: 40px;
  }
  .more-features-item.mrf-4 img, .more-features-item.mrf-6 img, .more-features-item.mrf-11 img {
    height: 40px;
  }
  .more-features-item .mrf-text {
    display: inline-block;
    box-sizing: border-box;
  }
  .btn-lg-text {
    font-size: 1.3rem;
  }
  .footer .pricing-trial-btn {
    padding: 10px 40px;
  }
  .main-features {
    display: grid;
    grid-template: "mnf-1" "mnf-2" "mnf-3" "mnf-4" "mnf-5" "mnf-6"/1fr;
    margin-top: 20px;
  }
  .main-features-item {
    display: grid;
    grid-template: "mnf-icon mnf-text"/15% 85%;
  }
  #pro-features,
  #pm-features {
    padding: 25px;
  }
  #pro-features .mnf-text span:last-child,
  #pm-features .mnf-text span:last-child {
    width: 100%;
    padding-left: 10px;
  }
  #pro-features .mnf-icon,
  #pm-features .mnf-icon {
    position: relative;
    top: 30px;
  }
  #pro-features .mnf-icon img,
  #pm-features .mnf-icon img {
    width: 100%;
  }
  #pro-features .mnf-icon.icon-mobile img,
  #pm-features .mnf-icon.icon-mobile img {
    width: 75%;
    margin-left: 4px;
  }
  #pro-features .header,
  #pm-features .header {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: normal;
  }
  #pro-features .subheader,
  #pm-features .subheader {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  #pro-features .mnf-text h4,
  #pm-features .mnf-text h4 {
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 1.1rem;
  }
  #pro-features .mnf-text span,
  #pm-features .mnf-text span {
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 1rem;
  }
  #pro-features .mnf-text span:last-child,
  #pm-features .mnf-text span:last-child {
    font-weight: normal;
    font-size: 1rem;
  }
  .slider-wrapper {
    display: none;
  }
}
@media (min-width: 420px) {
  #pro-features .mnf-icon.icon-mobile img,
  #pm-features .mnf-icon.icon-mobile img {
    width: 75%;
    margin-left: 4px;
  }
  #comparison-cta-row {
    display: table-row;
  }
}
@media (min-width: 576px) {
  .pricing .header {
    padding: 20px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .pricing-ideal {
    padding-top: 20px;
    height: 100px;
  }
  .price-wrapper {
    padding: 0;
  }
  #pro-cost,
  #pm-cost {
    font-size: 5rem;
  }
  .pricing-trial-btn {
    padding: 10px 20px;
  }
  ul.pricing-list {
    display: block;
  }
  .full-feature {
    display: block;
  }
  .comparison-cta-word {
    display: inline-block;
  }
  .pricing-wrapper {
    width: 75%;
    margin: 0 auto;
  }
  .dollar-sign {
    font-size: 2rem;
    color: #999;
    display: inline-block;
    top: -31px;
    position: relative;
  }
  #pro-features .mnf-icon.icon-mobile,
  #pm-features .mnf-icon.icon-mobile {
    left: 0;
    top: 30px;
  }
  #pro-features .mnf-text span,
  #pm-features .mnf-text span {
    font-size: 1.1rem;
  }
  #pro-features .mnf-text span:last-child,
  #pm-features .mnf-text span:last-child {
    font-size: 0.95rem;
  }
  .main-features {
    display: grid;
    grid-template: "mnf-1" "mnf-2" "mnf-3" "mnf-4" "mnf-5" "mnf-6"/1fr;
  }
  .main-features-item {
    display: grid;
    grid-template: "mnf-icon mnf-text"/10% 90%;
  }
  .ps-title {
    font-size: 2rem;
  }
  .ps-title-subtext {
    font-size: 1.3rem;
  }
  .ps-title-wrapper {
    background-color: #F8F8F8;
  }
  .more-features {
    display: grid;
    grid-template: "mrf-1 mrf-2" "mrf-3 mrf-4" "mrf-5 mrf-6" "mrf-7 mrf-8" "mrf-9 mrf-10" "mrf-11 mrf-12"/49% 49%;
    row-gap: 1rem;
    column-gap: 1rem;
  }
  .full-feature-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-features {
    grid-template: "mnf-1 mnf-2" "mnf-3 mnf-4" "mnf-5 mnf-6"/1fr 1fr;
    column-gap: 1rem;
  }
  #pro-features,
  #pm-features {
    width: 95%;
  }
  #pro-features .mnf-text,
  #pm-features .mnf-text {
    width: 95%;
  }
  #pro-features .mnf-text span:last-child,
  #pm-features .mnf-text span:last-child {
    display: block;
  }
  .slider-wrapper {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .slider-container {
    width: 70%;
    margin: 0 auto;
    display: inline-block;
  }
  .ps-title {
    font-size: 2.5rem;
  }
  .ps-title-subtext {
    font-size: 1.2rem;
  }
  .ps-title-wrapper {
    background-color: #FFF;
  }
  .ps-title-wrapper {
    padding-bottom: 15px;
  }
  .pricing-container {
    display: grid;
    grid-template: "pricebox-1 pricebox-2" "pricebox-1 pricebox-5" "pricebox-1 pricebox-3" "pricebox-1 pricebox-4"/40% 60%;
    column-gap: 3rem;
  }
  .price-instruction {
    text-align: left;
  }
  #unitsInput {
    margin: 0;
  }
  .toggle-wrapper {
    margin: 0;
    padding-left: 0;
  }
  .plan-btn {
    width: 45%;
    height: 140px;
    padding: 30px 10px 0 10px;
  }
  .plan-btn .plan-title {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .plan-btn .plan-sub {
    font-size: 0.9rem;
  }
  .ps-message {
    width: 100%;
    padding-left: 180px;
  }
  .ps-message img#save-sm {
    display: none;
  }
  .ps-message img#save-lg {
    display: inline-block;
    width: 120px;
    margin-top: -30px;
  }
  .pricing-switch-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .price-more-units {
    width: 90%;
  }
  .pricing-list {
    margin-bottom: 0;
  }
  ul.pricing-list {
    margin-bottom: 30px;
  }
  ul.pricing-list li::before {
    margin-left: -0.5em;
    top: -8px;
  }
  ul.pricing-list li {
    padding: 3px 0;
  }
  ul.pricing-list.pm {
    width: 295px;
    padding-left: 40px;
  }
  .price-more-units {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 6px;
  }
  .pricebox-4 {
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  .slider-wrapper {
    max-width: 100%;
  }
  .slider-container {
    width: 75%;
  }
  ul.pricing-list.pro {
    margin-left: 41px;
  }
  ul.pricing-list.pm {
    margin-left: 16px;
    width: 330px;
  }
  .price-more-units {
    position: relative;
    height: 20px;
    width: 90%;
  }
  .pricing-switch-wrapper {
    margin-top: 30px;
  }
  .ps-title {
    padding-top: 50px;
  }
}

/*# sourceMappingURL=pricing.css.map */
