.pricing-module {
  margin: 80px 0;
}
.pricing-module--filled {
  padding: 80px 0;
}
.pricing-top {
  text-align: center;
}
.pricing-top svg {
  display: inline-block;
}
.pricing-top__inner {
  max-width: 780px;
  margin: 0 auto;
}
.pricing-top__title {
  font-family: var(--font-plex-sans, var(--font-sans));
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: var(--tracking-tight-224, -2.24px);
  margin: 0 0 20px;
}
.pricing-top__title i {
  font-family: var(--font-plex-serif, var(--font-serif));
}
.pricing-top__description {
  font-size: 20px;
  color: var(--color-slate-500);
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  letter-spacing: var(--tracking-tight-020, -0.2px);
}
.pricing-button {
  color: var(--color-oc-green-700);
  text-align: center;
  font-family: var(--font-plex-sans, var(--font-sans));
  font-size: 17px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.17px;
  padding: 11px 19px;
  border: 1.5px solid var(--color-oc-green-700);
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: inline-block;
}
.pricing-button:hover {
  background: var(--color-oc-green-600);
  border-color: var(--color-oc-green-600);
  color: var(--color-secondary);
}
.pricing-button--large {
  padding: 17px 30px;
  font-size: 19px;
  line-height: 1.05;
  border-radius: 16px;
}
.pricing-button--grey {
  color: var(--color-secondary);
  background: var(--color-slate-800);
  border-color: var(--color-slate-800);
}
.pricing-button--grey:hover {
  color: var(--color-slate-800);
  background: transparent;
  border-color: var(--color-slate-800);
}
.pricing-table__inner {
  border-top: 1px dashed var(--Slate-300, #cbd5e1);
}
.pricing-table__compare-plans {
  display: none;
}
.pricing-table table {
  table-layout: fixed;
  width: 100%;
}
.pricing-table th {
  padding: 35px 0 16px 20px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.pricing-table th:first-child {
  width: 24%;
  padding-left: 0;
}
.pricing-table th:not(:first-child) {
  width: 15.2%;
}
.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td {
  border: none;
}
.pricing-table tbody th {
  padding-top: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  border-bottom: 1px solid #f1f5f9;
}
.pricing-table td {
  padding: 13px 0 13px 20px;
  vertical-align: top;
  border-bottom: 1px solid #f1f5f9;
}
.pricing-table td:first-child {
  padding-left: 0;
  width: 24%;
}
.pricing-table td[colspan="6"] {
  border: none;
}
.pricing-table td:not(:first-child) {
  width: 15.2%;
}
.pricing-table__heading {
  text-align: center;
  color: var(--color-slate-400);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.88px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  background: var(--color-secondary);
  margin: 0;
}
.pricing-table__heading:after {
  position: absolute;
  top: -16px;
  height: 4px;
  background: var(--color-secondary);
  left: 0;
  right: 0;
  content: "";
}
.pricing-table__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px dashed var(--Slate-300, #cbd5e1);
  content: "";
}
.pricing-table__heading span {
  display: inline-block;
  background: var(--color-secondary);
  position: relative;
  padding: 0 10px;
}
.pricing-table__plan-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.2px;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-table__plan-name--compare {
  font-weight: 400;
}
.pricing-table__plan-label {
  display: inline-block;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  background: #f59623;
  border-radius: 5px;
  padding: 2px 4px;
  margin-left: 8px;
  color: #fff;
}
.pricing-table__plan-description {
  color: #334155;
  font-size: 14px;
  line-height: 1.28;
  margin: 0 0 30px;
}
.pricing-table__plan-description b {
  font-weight: 600;
}
.pricing-table__plan-description--compare {
  color: #64748b;
  max-width: 94%;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.pricing-table__plan-description--compare:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-stroke-subtitle-dark)), to(rgba(0, 37, 112, 0)));
  background: linear-gradient(90deg, var(--color-stroke-subtitle-dark) 0%, rgba(0, 37, 112, 0) 100%);
}
.pricing-table__plan-price {
  font-family: "IBM Plex Sans";
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.64px;
  margin-bottom: 6px;
}
.pricing-table__plan-price-discount {
  display: block;
  color: #f59623;
  font-weight: bold;
  padding-top: 4px;
}
.pricing-table__plan-price--custom {
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin-bottom: 40px;
}
.pricing-table__plan-form label {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  padding-left: 24px;
  color: #334155;
  margin-bottom: 12px;
  display: block;
}
.pricing-table__plan-form label:before {
  position: absolute;
  top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  content: "";
  border-radius: 66.667px;
  border: 1px solid var(--Slate-300, #cbd5e1);
  background: var(--color-secondary);
  width: 16px;
  height: 16px;
}
.pricing-table__plan-form label:after {
  opacity: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #fff;
  top: 7px;
  left: 5px;
  position: absolute;
}
.pricing-table__plan-form input {
  display: none;
}
.pricing-table__plan-form input:checked + label {
  font-weight: 600;
}
.pricing-table__plan-form input:checked + label:before {
  border-color: var(--color-slate-800);
  background: var(--color-slate-800);
}
.pricing-table__plan-form input:checked + label:after {
  opacity: 1;
}
.pricing-table__plan-period {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.16px;
}
.pricing-table__plan-note {
  color: var(--color-slate-400);
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.12px;
  margin-bottom: 30px;
}
.pricing-cta {
  background: var(--color-slate-100);
  text-align: center;
}
.pricing-cta__inner {
  max-width: 760px;
  margin: 0 auto;
}
.pricing-cta__title {
  font-family: var(--font-plex-sans, var(--font-sans));
  font-size: 56px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: var(--tracking-tight-224, -2.24px);
  margin: 0 0 20px;
}
.pricing-cta__description {
  color: #334155;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.2px;
  margin: 0 0 26px;
}

@media screen and (max-width: 767px) {
  .pricing-top {
    text-align: left;
  }
  .pricing-top.pricing-module {
    margin-bottom: 0;
  }
  .pricing-top__title {
    font-size: 36px;
  }
  .pricing-top__description {
    font-size: 18px;
  }
  .pricing-table {
    border: none;
  }
  .pricing-table__heading:after {
    top: -3px;
  }
  .pricing-table td[colspan="6"] {
    width: calc(100% + 48px);
    padding: 0 24px;
    margin: 0 -48px;
    border: none;
  }
  .pricing-table__compare-plans {
    display: block;
    padding: 80px 24px 0;
  }
  .pricing-table__compare-plans-title {
    font-family: "IBM Plex Sans";
    font-size: 36px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -1.44px;
    margin-bottom: 36px;
  }
  .pricing-table__compare-plans-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .pricing-table__compare-plans-list b {
    width: 20%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
  .pricing-table tbody tr {
    margin: 0 -24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 24px;
    position: relative;
  }
  .pricing-table tbody tr:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    background: var(--color-slate-100);
  }
  .pricing-table tbody th:first-child {
    width: 100%;
    padding: 24px 0 10px;
    border: none;
  }
  .pricing-table td:not(:first-child) {
    width: 20%;
    padding: 0 0 12px;
    border: none;
    font-size: 14px;
  }
  .pricing-table.pricing-module {
    margin-top: 0;
  }
  .pricing-table table,
  .pricing-table thead,
  .pricing-table tbody,
  .pricing-table tr,
  .pricing-table th,
  .pricing-table td {
    display: block;
  }
  .pricing-table th:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 24px 60px;
    border: 1px solid var(--color-slate-100);
  }
  .pricing-table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -24px;
  }
  .pricing-table thead tr th:not(:first-child) {
    width: 50%;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid var(--color-slate-100);
    border-bottom: 1px solid var(--color-slate-100);
  }
  .pricing-table thead tr th:not(:first-child) .pricing-button {
    background: var(--color-oc-green-600);
    border-color: var(--color-oc-green-600);
    color: var(--color-secondary);
  }
  .pricing-table thead tr th:not(:first-child) .pricing-button:hover {
    background: var(--color-oc-green-600);
    border-color: var(--color-oc-green-600);
    color: var(--color-secondary);
  }
  .pricing-table thead tr th:last-child {
    width: 100%;
    border-right: none;
    padding: 24px;
  }
  .pricing-table thead tr th:last-child .pricing-table__plan-description {
    margin-bottom: 8px;
  }
  .pricing-table thead tr th:nth-child(2n+1) {
    border-right: none;
  }
  .pricing-table__plan-name--compare {
    display: none;
  }
  .pricing-table__plan-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pricing-table__plan-form label {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
  .pricing-table__plan-price--custom {
    color: var(--color-slate-400);
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.12px;
    margin-bottom: 30px;
  }
  .pricing-table__plan-price--custom br {
    display: none;
  }
  .pricing-table__plan-description--compare {
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .pricing-table__plan-description--compare:after {
    display: none;
  }
  .pricing-cta {
    text-align: left;
  }
  .pricing-cta__title {
    font-size: 36px;
  }
  .pricing-cta__description {
    font-size: 16px;
  }
}
