.sw19p-pricing {
  :where(p) {
    font-family: europa;
  }

  .sw19s-slider {
    background: #111111;
    position: relative;
    width: 34px;
    height: 17px;
    border-radius: 10px;
    vertical-align: top;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;

    &:before {
      position: absolute;
      height: 13px;
      width: 13px;
      left: 2px;
      bottom: 2px;
      background: #fff;
      transition: .4s;
      border-radius: 50%;
      content: "";
    }

    &.on:before {
      transform: translateX(17px);
    }
  }

  .sw19b-pricing-title {
    padding: 40px 0;

    h1, p {
      text-align: center;
    }

    h1 {
      font-size: 32px;
    }

    p {
      font-size: 18px;
      line-height: normal;
      margin-top: 5px;
    }

    .term-slider {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    .term-slider span {
        transition: .4s;
        color: #a1a1a1;
    }

    .term-slider:not([data-term='monthly']) span.annual,
    .term-slider[data-term='monthly'] span.monthly {
        color: #111111;
    }
  }

  .sw19b-calculator {
    background: #eee;
    padding: 30px 0;

    .sw19s-std-wrap {
      display: flex;
      justify-content: space-between;
    }

    .card {
      max-width: 360px;
      box-shadow: 0 0 10px 0 RGB(68 68 68 / 30%);
      background: #fff;
      margin: 0 10px;
    }

    .card:first-of-type {
      margin-left: 0;
    }

    .card h2 {
      font-size: 18px;
      color: #fff;
    }

    .card .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #111111;
      padding: 10px 20px;
    }

    .sw19s-slider {
      background: #81c23c;
    }

    .card .content {
      padding: 20px 20px 30px 20px;
    }

    p.startat {
      font-size: 14px;
      text-align: center;
      margin: 0;
    }

    .card p.price {
      text-align: center;
      margin-top: 0;
      line-height: normal;
    }

    p.price .currency {
      font-size: 26px;
      position: relative;
      top: -25px;
    }

    .card p.price .value {
      font-size: 55px;
    }

    .card p.price .frequency {
      font-size: 14px;
    }

    .quantity {
      font-size: 16px;
      font-weight: bold;
      color: #a1a1a1;
      margin-bottom: 10px;
    }

    select {
      width: 100%;
      border: 2px solid #cccccc;
      height: 36px;
      padding: 0 10px;
      font-family: "Roboto";
      font-size: 14px;
      font-weight: 500;
      background: none;
    }

    .desc p {
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #181818;
      margin-bottom: 20px;
    }

    .features svg {
      height: 9px;
    }

    .features p {
      font-size: 16px;
      line-height: normal;
    }

    .features p:nth-child(n+4) {
      display: none;
    }

    .features.more p:nth-child(n+4) {
      display: block;
    }

    .features button {
      font-size: 16px;
      font-weight: bold;
      border: none;
      background: none;
      cursor: pointer;
    }

    .features button.less {
      display: none;
    }

    .features.more button.less {
      display: inherit;
    }

    .features.more button.more {
      display: none;
    }

    .card:not(.selected) {
      .title {
        background: #666;
      }

      .sw19s-slider {
        background: #a1a1a1;
      }

      .content, select, p, button {
        color: #a1a1a1;
      }
    }

    .total-cta {
      margin-left: 10px;
      min-width: 320px;
    }

    .total-cta h3 {
      font-size: 18px;
      font-weight: normal;
      margin: 20px 0 30px 0;
    }

    .total-card {
      margin-bottom: 30px;
    }

    .total-card:not(.selected) {
      display: none;
    }

    .total-card .title {
      font-size: 16px;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      margin: 30px 0 10px 0;
    }

    .total-card .features p {
      font-size: 14px;
      margin: 0 0 5px 0;
    }

    .total-cta .total {
      border-top: 1px solid #ccc;
      padding-top: 20px;
      font-size: 16px;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
    }

    .cta {
      display: flex;
      align-items: center;
      margin-top: 30px;
    }

    .cta .primary {
      padding-right: 10px;
      margin-right: 10px;
      border-right: 1px dotted #000;
    }

    .cta .secondary a {
      text-decoration: none;
    }

    .cta .secondary a:hover {
      text-decoration: underline;
    }

    .under {
      font-family: "Roboto";
      font-size: 12px;
      font-weight: 500;
      line-height: normal;
      color: #a1a1a1;
      max-width: 185px;
    }

    @media (max-width: 992px) {
      .sw19s-std-wrap {
        flex-wrap: wrap;
        justify-content: center;
      }

      .card, .card:first-of-type {
        margin: 0 5px 10px 5px;
      }

      .total-cta {
        width: 100%;
        max-width: 720px;
        margin: 0;
        min-width: auto;
      }
    }
  }

  .sw19b-pricing-enterprise-block {
    padding: 30px 0;

    .sw19s-std-wrap {
      display: flex;
      align-items: center;
    }

    h4 {
      font-size: 18px;
    }

    .desc {
      flex: 1;
      margin-right: 15px;
    }

    .desc p {
      font-size: 14px;
    }

    .desc a {
      text-transform: uppercase;
      background: #111111;
    }

    .desc a:hover {
      background: #181818;
    }

    .img-wrap {
      margin-left: 15px;
      flex: 1;
    }

    @media (max-width: 768px) {
      .sw19s-std-wrap {
        display: block;
      }

      .img-wrap {
        margin: 50px 0 0 0;
      }
    }
  }
}
