:root {
  --background: #FFFBF5;
  --text: #000000;
  --padding: clamp(1rem, 5.5vw, 8rem);
  --padding-top: calc(var(--padding) * 0.75);
}

@media (max-width: 1024px) {
  :root {
    --padding-top: 3rem;
  }
}

.features .features_heading {
  position: relative;
  margin-bottom: 60px;
}

.features .features_heading .features_heading__wrapper {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 54px;
       column-gap: 54px;
}

@media (max-width: 991px) {
  .features .features_heading .features_heading__wrapper {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

@media (max-width: 890px) {
  .features .features_heading .features_heading__wrapper {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}

.features .features_heading .features_heading__wrapper .features_heading__wrapper_title {
  flex: 1 430px;
}

@media (max-width: 991px) {
  .features .features_heading .features_heading__wrapper .features_heading__wrapper_title {
    flex: 1 330px;
  }
}

@media (max-width: 890px) {
  .features .features_heading .features_heading__wrapper .features_heading__wrapper_title {
    flex: 1 100%;
  }
}

.features .features_heading .features_heading__wrapper .features_heading__wrapper_title h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 500;
}

@media (max-width: 991px) {
  .features .features_heading .features_heading__wrapper .features_heading__wrapper_title h2 {
    font-size: 32px;
  }
}

.features .features_heading .features_heading__wrapper .features_heading__wrapper_desc_1,
.features .features_heading .features_heading__wrapper .features_heading__wrapper_desc_2 {
  flex: 1 302px;
}

.features .features_heading .features_heading__wrapper .features_heading__wrapper_desc_1 p,
.features .features_heading .features_heading__wrapper .features_heading__wrapper_desc_2 p {
  line-height: 1.15;
}

.features .features_heading .features_heading__wrapper .features_heading__wrapper_desc_1 p:not(:last-child),
.features .features_heading .features_heading__wrapper .features_heading__wrapper_desc_2 p:not(:last-child) {
  margin-bottom: 20px;
}

.features .features_table {
  position: relative;
  margin-top: 100px;
  margin-bottom: 135px;
}

@media (max-width: 520px) {
  .features .features_table {
    display: none;
    margin-top: 60px;
    margin-bottom: 75px;
  }
}

.features .features_table .features_table__pricing {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  --feat-w: 411px;
}

@media (max-width: 768px) {
  .features .features_table .features_table__pricing {
    --feat-w: auto;
  }
}

.features .features_table .features_table__pricing colgroup col.col-feat {
  width: var(--feat-w);
}

.features .features_table .features_table__pricing colgroup col.col-tier {
  width: calc((100% - var(--feat-w)) / 2);
}

.features .features_table .features_table__pricing th,
.features .features_table .features_table__pricing td {
  white-space: normal;
  overflow-wrap: anywhere;
}

.features .features_table .features_table__pricing thead tr th {
  font-weight: 500;
  padding-bottom: 22px;
  border-bottom: 3px solid;
}

.features .features_table .features_table__pricing thead tr th:nth-child(1) {
  text-align: left;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 768px) {
  .features .features_table .features_table__pricing thead tr th:nth-child(1) {
    font-size: 18px;
  }
}

.features .features_table .features_table__pricing thead tr th:nth-child(2), .features .features_table .features_table__pricing thead tr th:nth-child(3) {
  font-size: 32px;
  line-height: 1;
}

@media (max-width: 768px) {
  .features .features_table .features_table__pricing thead tr th:nth-child(2), .features .features_table .features_table__pricing thead tr th:nth-child(3) {
    font-size: 22px;
  }
}

.features .features_table .features_table__pricing tbody tr th {
  text-align: left;
  border-bottom: 1px solid;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 678px) {
  .features .features_table .features_table__pricing tbody tr th {
    font-size: 16px;
  }
}

.features .features_table .features_table__pricing tbody tr th:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  left: 12px;
  top: 50%;
}

.features .features_table .features_table__pricing tbody tr td {
  text-align: center;
  line-height: 1;
  padding: 24px 0px;
  border-bottom: 1px solid;
}

.features .features_table .features_table__pricing tfoot tr td {
  text-align: center;
}

.features .features_table .features_table__pricing tfoot tr td a {
  margin: 24px auto 0;
  padding: 5.5px 20px;
}

@media (max-width: 1040px) {
  .features .features_table .features_table__pricing tfoot tr td a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (max-width: 880px) {
  .features .features_table .features_table__pricing tfoot tr td a {
    font-size: 14px;
  }
}

.features .features_table .features_table__pricing tfoot tr td a.not_bg {
  background: transparent;
  color: #000000;
  border: 1px solid;
}

.features .features_table .features_table__pricing tfoot tr td a span {
  position: relative;
}

.features .features_table__lists {
  display: none;
}

@media (max-width: 520px) {
  .features .features_table__lists {
    display: block;
  }
}

.features .features_table__lists .features_table__lists_title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 31px;
  line-height: 1.25;
}

.features .features_table__lists .features_table__lists_subtitle {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 500;
}

.features .features_table__lists .features_table__lists_wrap {
  margin-bottom: 30px;
}

.features .features_table__lists .features_table__lists_wrap .wrap_list {
  list-style: none;
}

.features .features_table__lists .features_table__lists_wrap .wrap_list li {
  position: relative;
  padding-left: 30px;
  border-bottom: 1px solid;
  line-height: 1.3;
}

.features .features_table__lists .features_table__lists_wrap .wrap_list li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  left: 12px;
  top: 50%;
}

.features .features_table__lists .features_table__lists_wrap .wrap_list li:first-child {
  padding-bottom: 18px;
}

.features .features_table__lists .features_table__lists_wrap .wrap_list li:first-child:before {
  top: calc(50% - 12px);
}

.features .features_table__lists .features_table__lists_wrap .wrap_list li:not(:first-child) {
  padding: 18px 0px 18px 30px;
}

.features .features_table__lists a {
  margin-bottom: 30px;
  width: 100%;
  max-width: 100%;
  padding: 5.5px 20px;
}

.features .features_table__lists a.not_bg {
  background: transparent;
  color: #000000;
  border: 1px solid;
}

.features .features_table__lists a span {
  position: relative;
}
