.fcf-pricing-table {
  text-align: left;
  font-size: 15px;
  color: #5e6977;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgba(17, 17, 17, 0.2);
          box-shadow: 0 5px 15px rgba(17, 17, 17, 0.2);
  overflow: hidden; }
  .fcf-pricing-table [class*='fcf-pricing-table-col-'] {
    border-top: 1px solid #e9e9e9; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-']:first-child {
      border-top: none; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'].disabled {
      opacity: 0.5; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'][class*='silver'] .fcf-pricing-table-title {
      color: #25a8d4; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'][class*='gold'] .fcf-pricing-table-title {
      color: #f76d1d; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'][class*='platinum'] .fcf-pricing-table-title {
      color: #3b28b1; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'] .fcf-pricing-table-buttons .fl-button.not-selected {
      display: block; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'] .fcf-pricing-table-buttons .fl-button.selected {
      display: none; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'].selected .fcf-pricing-table-buttons .fl-button.selected {
      display: block; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'].selected .fcf-pricing-table-buttons .fl-button.not-selected {
      display: none; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'].selected[class*='silver'] {
      -webkit-box-shadow: inset 0 0 0 10px #25a8d4;
              box-shadow: inset 0 0 0 10px #25a8d4; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'].selected[class*='gold'] {
      -webkit-box-shadow: inset 0 0 0 10px #f76d1d;
              box-shadow: inset 0 0 0 10px #f76d1d; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'].selected[class*='platinum'] {
      -webkit-box-shadow: inset 0 0 0 10px #3b28b1;
              box-shadow: inset 0 0 0 10px #3b28b1; }
  .fcf-pricing-table .fcf-pricing-table-column-header {
    position: relative;
    text-align: center;
    padding: 30px;
    overflow: hidden; }
    .fcf-pricing-table .fcf-pricing-table-column-header .fcf-pricing-table-ribbon {
      position: absolute;
      top: 20px;
      left: -45px;
      padding: 7px 50px;
      text-transform: uppercase;
      font-size: 12px;
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg); }
  .fcf-pricing-table .fcf-pricing-table-title {
    margin: 0;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase; }
  .fcf-pricing-table .fcf-pricing-table-subtitle {
    font-size: 1em;
    color: #5e6977; }
  .fcf-pricing-table .fcf-pricing-table-features {
    padding: 30px 0;
    margin-left: 30px;
    margin-right: 30px;
    border-top: 1px solid #e9e9e9; }
    .fcf-pricing-table .fcf-pricing-table-features .fcf-pricing-table-features-list {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fcf-pricing-table .fcf-pricing-table-features .fcf-pricing-table-feature {
      margin: 0;
      padding: 0;
      line-height: 1.3;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .fcf-pricing-table .fcf-pricing-table-features .fcf-pricing-table-feature + .fcf-pricing-table-feature {
        margin-top: 1em; }
      .fcf-pricing-table .fcf-pricing-table-features .fcf-pricing-table-feature .feature-icon {
        font-size: 1.3em; }
      .fcf-pricing-table .fcf-pricing-table-features .fcf-pricing-table-feature .feature-content {
        margin-left: 8px; }
      .fcf-pricing-table .fcf-pricing-table-features .fcf-pricing-table-feature.yes .feature-icon {
        color: #2ac17b; }
      .fcf-pricing-table .fcf-pricing-table-features .fcf-pricing-table-feature.no .feature-icon {
        color: #c84243; }
      .fcf-pricing-table .fcf-pricing-table-features .fcf-pricing-table-feature.disabled {
        opacity: 0.5; }
  .fcf-pricing-table .fcf-pricing-table-features-toggle {
    display: block;
    width: 100%;
    margin: -1em 0 0;
    padding-bottom: 1em;
    text-align: center;
    background: transparent;
    border: none;
    color: #25a8d4;
    font-size: 14px; }
    .fcf-pricing-table .fcf-pricing-table-features-toggle .fa {
      display: inline-block;
      margin-left: 5px; }
  .fcf-pricing-table .fcf-pricing-table-features-toggle[aria-expanded='false'] + .fcf-pricing-table-features {
    display: none; }
  .fcf-pricing-table .fcf-pricing-table-features-toggle[aria-expanded='true'] + .fcf-pricing-table-features {
    display: block; }
  .fcf-pricing-table .fcf-pricing-table-price-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
    margin-right: 30px; }
    .fcf-pricing-table .fcf-pricing-table-price-container.above {
      margin: 15px 0 0;
      padding: 0; }
    .fcf-pricing-table .fcf-pricing-table-price-container.below {
      border-top: 1px solid #e9e9e9;
      margin-top: auto;
      padding: 30px 0; }
    .fcf-pricing-table .fcf-pricing-table-price-container .fcf-pricing-table-price + .fcf-pricing-table-buttons {
      margin-top: 30px; }
  .fcf-pricing-table .fcf-pricing-table-price,
  .fcf-pricing-table .fcf-pricing-table-price-old {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .fcf-pricing-table .fcf-pricing-table-price-old {
    font-size: 0.8em;
    opacity: 0.7;
    text-decoration: line-through; }
  .fcf-pricing-table .fcf-pricing-table-price .fcf-pricing-table-price-wrapper {
    margin-right: 5px;
    font-size: 3em;
    font-family: "Roboto", serif;
    line-height: 1; }
    .fcf-pricing-table .fcf-pricing-table-price .fcf-pricing-table-price-wrapper .fcf-pricing-table-price-currency {
      position: relative;
      vertical-align: top;
      top: 3px;
      font-size: 0.5em; }
    .fcf-pricing-table .fcf-pricing-table-price .fcf-pricing-table-price-wrapper .fcf-pricing-table-price-value {
      letter-spacing: -2px; }
  .fcf-pricing-table .fcf-pricing-table-price .fcf-pricing-table-price-details {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
    line-height: 1.2; }
  .fcf-pricing-table .fcf-pricing-table-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .fcf-pricing-table .fcf-pricing-table-buttons input[type='radio'] {
      display: none; }
    .fcf-pricing-table .fcf-pricing-table-buttons .radio-inline {
      display: block;
      width: 100%;
      padding-left: 0; }
    .fcf-pricing-table .fcf-pricing-table-buttons .fl-button-wrap {
      width: 100%; }
    .fcf-pricing-table .fcf-pricing-table-buttons .fl-button {
      padding: 15px 20px;
      font-weight: 500; }
      .fcf-pricing-table .fcf-pricing-table-buttons .fl-button.fl-button-gold, .fcf-pricing-table .fcf-pricing-table-buttons .fl-button.fl-button-platinum {
        color: #fff; }
  .fcf-pricing-table .fcf-pricing-table-details {
    text-align: center;
    padding: 30px;
    border-top: 1px solid #e9e9e9; }
    .fcf-pricing-table .fcf-pricing-table-details p {
      margin: 0; }
    .fcf-pricing-table .fcf-pricing-table-details p + p {
      margin-top: 15px; }
    .fcf-pricing-table .fcf-pricing-table-details .fcf-pricing-table-details-info {
      text-decoration: none;
      cursor: pointer;
      outline: none; }
  @media screen and (min-width: 768px) {
    .fcf-pricing-table .fcf-pricing-table-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .fcf-pricing-table [class*='fcf-pricing-table-col-'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 0;
      border-top: none;
      border-left: 1px solid #e9e9e9; }
      .fcf-pricing-table [class*='fcf-pricing-table-col-']:first-child {
        border-left: none; }
    .fcf-pricing-table .fcf-pricing-table-features-toggle {
      display: none; }
    .fcf-pricing-table .fcf-pricing-table-features-toggle[aria-expanded='false'] + .fcf-pricing-table-features {
      display: block; } }

.fcf-pricing-table-popover {
  max-width: 400px;
  border-radius: 0; }
  .fcf-pricing-table-popover .popover-content {
    padding: 20px;
    color: #656565;
    font-weight: 400;
    line-height: 1.3; }
    .fcf-pricing-table-popover .popover-content p {
      margin: 0; }
    .fcf-pricing-table-popover .popover-content p + p {
      margin-top: 15px; }

.fcf-pricing-table-wrapper .loading-wrapper.overlay {
  background-color: rgba(255, 255, 255, 0.9); }

.fcf-pricing-table-wrapper .loading-wrapper .loading-message {
  width: 100%;
  color: #5e6977; }

.fcf-pricing-table-wrapper .loading-wrapper .loading-icon {
  margin-bottom: 10px; }

.fcf-pricing-table-wrapper .loading-wrapper .fcficon {
  display: inline-block;
  width: 80px;
  font-size: 32px;
  line-height: 76px;
  text-align: center;
  border: 2px solid;
  border-radius: 500px; }
  .fcf-pricing-table-wrapper .loading-wrapper .fcficon.error-icon {
    border-color: #c84243;
    color: #c84243; }
  .fcf-pricing-table-wrapper .loading-wrapper .fcficon.success-icon {
    border-color: #2ac17b;
    color: #2ac17b; }

.fcf-comparison-table {
  text-align: left;
  font-size: 15px;
  color: #5e6977;
  font-family: "Roboto", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .fcf-comparison-table .table-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    -webkit-box-shadow: 0 8px 10px rgba(17, 17, 17, 0.2);
            box-shadow: 0 8px 10px rgba(17, 17, 17, 0.2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fcf-comparison-table .table-header .empty {
      width: 45%; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .table-header .empty {
          width: 35%; } }
  .fcf-comparison-table .c-header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .fcf-comparison-table .c-header-wrap--direction__column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 10px;
      border-bottom: #e1e1e1 solid 1px; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .c-header-wrap--direction__column {
          margin: 0 20px; } }
      .fcf-comparison-table .c-header-wrap--direction__column h2 {
        font-size: 15px;
        color: #52A5D0;
        font-weight: 500;
        margin: 20px 0 0;
        padding-left: 5px; }
        @media screen and (min-width: 991px) {
          .fcf-comparison-table .c-header-wrap--direction__column h2 {
            font-size: 34px; } }
      .fcf-comparison-table .c-header-wrap--direction__column p {
        font-size: 12px;
        color: #111;
        font-weight: 500;
        padding-left: 5px; }
        @media screen and (min-width: 991px) {
          .fcf-comparison-table .c-header-wrap--direction__column p {
            font-size: 20px; } }
        .fcf-comparison-table .c-header-wrap--direction__column p span.c-label__pill {
          background: #111;
          color: #fff;
          display: inline-block;
          padding: 0 5px; }
  .fcf-comparison-table .plan-headers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%; }
    @media screen and (min-width: 991px) {
      .fcf-comparison-table .plan-headers {
        width: 65%;
        padding-bottom: 20px; } }
  .fcf-comparison-table .plan-header {
    text-align: center;
    padding: 20px 0;
    position: relative;
    width: 33.33%; }
    @media (max-width: 768px) {
      .fcf-comparison-table .plan-header .plan-title {
        font-size: 11px !important;
        letter-spacing: -0.05rem; } }
    @media screen and (min-width: 991px) {
      .fcf-comparison-table .plan-header {
        padding: 28px 20px; } }
    .fcf-comparison-table .plan-header .c-popular-badge {
      position: absolute;
      color: #FFF;
      text-transform: uppercase;
      font-size: 5px;
      margin: 0 auto;
      padding: 3px 5px;
      background: #DB9E00;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      bottom: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      white-space: nowrap; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .plan-header .c-popular-badge {
          font-size: 10px;
          padding: 3px 10px; } }
    .fcf-comparison-table .plan-header .fcf-pricing-table-ribbon {
      position: absolute;
      top: 20px;
      left: -45px;
      z-index: 10;
      padding: 7px 50px;
      text-transform: uppercase;
      font-size: 12px;
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg); }
    .fcf-comparison-table .plan-header .plan-title,
    .fcf-comparison-table .plan-header .plan-subtitle {
      position: relative;
      z-index: 1; }
    .fcf-comparison-table .plan-header[class*="free"] .plan-title {
      color: #5e6977; }
    .fcf-comparison-table .plan-header[class*="silver"] .plan-title {
      color: #25a8d4; }
    .fcf-comparison-table .plan-header[class*="gold"] .plan-title {
      color: #f76d1d; }
    .fcf-comparison-table .plan-header[class*="platinum"] .plan-title {
      color: #3b28b1; }
    .fcf-comparison-table .plan-header.selected[class*="free"]:before, .fcf-comparison-table .plan-header.selected[class*="silver"]:before, .fcf-comparison-table .plan-header.selected[class*="gold"]:before, .fcf-comparison-table .plan-header.selected[class*="platinum"]:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: -10px;
      z-index: 0; }
    .fcf-comparison-table .plan-header.selected[class*="free"]:before {
      -webkit-box-shadow: inset 0 0 0 10px #e3e6e8;
              box-shadow: inset 0 0 0 10px #e3e6e8; }
    .fcf-comparison-table .plan-header.selected[class*="silver"]:before {
      -webkit-box-shadow: inset 0 0 0 10px #25a8d4;
              box-shadow: inset 0 0 0 10px #25a8d4; }
    .fcf-comparison-table .plan-header.selected[class*="gold"]:before {
      -webkit-box-shadow: inset 0 0 0 10px #f76d1d;
              box-shadow: inset 0 0 0 10px #f76d1d; }
    .fcf-comparison-table .plan-header.selected[class*="platinum"]:before {
      -webkit-box-shadow: inset 0 0 0 10px #3b28b1;
              box-shadow: inset 0 0 0 10px #3b28b1; }
  .fcf-comparison-table .plan-title,
  .fcf-comparison-table .plan-subtitle {
    margin: 0;
    font-size: 10px; }
  .fcf-comparison-table .plan-title {
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase; }
  .fcf-comparison-table .plan-subtitle {
    font-size: 1em; }
  .fcf-comparison-table .feature-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 8px 10px rgba(17, 17, 17, 0.2);
            box-shadow: 0 8px 10px rgba(17, 17, 17, 0.2);
    margin-top: -1px; }
    @media screen and (min-width: 768px) {
      .fcf-comparison-table .feature-row {
        margin-top: 0; } }
    .fcf-comparison-table .feature-row .feature {
      width: 45%;
      padding: 5px 10px;
      text-align: left;
      font-weight: 400;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .feature-row .feature {
          width: 35%;
          padding: 10px 20px; } }
      .fcf-comparison-table .feature-row .feature p {
        margin: 0; }
      .fcf-comparison-table .feature-row .feature__icon-holder {
        padding: 2px 5px 0px 0px;
        font-size: 22px;
        display: none; }
        @media screen and (min-width: 991px) {
          .fcf-comparison-table .feature-row .feature__icon-holder {
            padding: 2px 10px 0 0; } }
      @media (max-width: 768px) {
        .fcf-comparison-table .feature-row .feature p {
          font-size: 9px; } }
      .fcf-comparison-table .feature-row .feature p strong {
        display: block; }
        @media (max-width: 768px) {
          .fcf-comparison-table .feature-row .feature p strong {
            font-size: 10px; } }
    .fcf-comparison-table .feature-row .feature-plans {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 55%; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .feature-row .feature-plans {
          width: 65%; } }
    .fcf-comparison-table .feature-row .feature-check {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 33.3333%;
      padding: 10px 20px;
      text-align: left;
      font-weight: 500;
      font-size: 1.2em;
      color: #7dc855; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .feature-row .feature-check {
          font-size: 2em;
          padding: 20px; } }
      .fcf-comparison-table .feature-row .feature-check .feature-check__not-defined {
        color: #606875; }
      .fcf-comparison-table .feature-row .feature-check .fcficon {
        position: relative;
        z-index: 1; }
      .fcf-comparison-table .feature-row .feature-check.selected[class*="free"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="free"]:after, .fcf-comparison-table .feature-row .feature-check.selected[class*="silver"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="silver"]:after, .fcf-comparison-table .feature-row .feature-check.selected[class*="gold"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="gold"]:after, .fcf-comparison-table .feature-row .feature-check.selected[class*="platinum"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="platinum"]:after {
        content: '';
        position: absolute;
        top: -1px;
        bottom: -1px;
        z-index: 0;
        width: 10px; }
      .fcf-comparison-table .feature-row .feature-check.selected[class*="free"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="silver"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="gold"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="platinum"]:before {
        left: 0; }
      .fcf-comparison-table .feature-row .feature-check.selected[class*="free"]:after, .fcf-comparison-table .feature-row .feature-check.selected[class*="silver"]:after, .fcf-comparison-table .feature-row .feature-check.selected[class*="gold"]:after, .fcf-comparison-table .feature-row .feature-check.selected[class*="platinum"]:after {
        right: 0; }
      .fcf-comparison-table .feature-row .feature-check.selected[class*="free"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="free"]:after {
        background-color: #e3e6e8; }
      .fcf-comparison-table .feature-row .feature-check.selected[class*="silver"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="silver"]:after {
        background-color: #25a8d4; }
      .fcf-comparison-table .feature-row .feature-check.selected[class*="gold"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="gold"]:after {
        background-color: #f76d1d; }
      .fcf-comparison-table .feature-row .feature-check.selected[class*="platinum"]:before, .fcf-comparison-table .feature-row .feature-check.selected[class*="platinum"]:after {
        background-color: #3b28b1; }
  .fcf-comparison-table .table-pricing {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px rgba(17, 17, 17, 0.2);
            box-shadow: 0 8px 10px rgba(17, 17, 17, 0.2);
    margin-top: -1px; }
    @media screen and (min-width: 768px) {
      .fcf-comparison-table .table-pricing {
        margin-top: 0; } }
    .fcf-comparison-table .table-pricing .total {
      width: 45%;
      padding: 15px 10px;
      text-align: left;
      font-weight: 500;
      font-size: 14px;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .table-pricing .total {
          width: 35%;
          font-weight: 500;
          padding: 20px; } }
      .fcf-comparison-table .table-pricing .total__description {
        font-weight: 400;
        display: block;
        font-size: 12px; }
        @media screen and (min-width: 991px) {
          .fcf-comparison-table .table-pricing .total__description {
            font-size: 14px; } }
      .fcf-comparison-table .table-pricing .total .pricing_label_text {
        margin-bottom: 0;
        font-size: 14px; }
        @media screen and (min-width: 991px) {
          .fcf-comparison-table .table-pricing .total .pricing_label_text {
            font-size: 18px; } }
      .fcf-comparison-table .table-pricing .total .pricing-link {
        display: inline-block;
        line-height: 1.2; }
    .fcf-comparison-table .table-pricing .plan-total {
      position: relative;
      padding: 20px;
      overflow: hidden; }
      .fcf-comparison-table .table-pricing .plan-total:first-child {
        border-top: none; }
      .fcf-comparison-table .table-pricing .plan-total .fcf-pricing-table-buttons .fl-button {
        padding: 9px;
        width: auto;
        white-space: nowrap;
        font-size: 12px; }
        @media screen and (min-width: 991px) {
          .fcf-comparison-table .table-pricing .plan-total .fcf-pricing-table-buttons .fl-button {
            width: inherit;
            padding: 15px 20px;
            font-size: inherit;
            margin: 0 auto; } }
      .fcf-comparison-table .table-pricing .plan-total .fcf-pricing-table-buttons .fl-button.not-selected {
        display: inline-block; }
      .fcf-comparison-table .table-pricing .plan-total .fcf-pricing-table-buttons .fl-button.selected {
        display: none; }
      .fcf-comparison-table .table-pricing .plan-total.selected .fcf-pricing-table-buttons .fl-button.selected {
        display: block; }
      .fcf-comparison-table .table-pricing .plan-total.selected .fcf-pricing-table-buttons .fl-button.not-selected {
        display: none; }
      .fcf-comparison-table .table-pricing .plan-total.selected[class*="free"]:before, .fcf-comparison-table .table-pricing .plan-total.selected[class*="silver"]:before, .fcf-comparison-table .table-pricing .plan-total.selected[class*="gold"]:before, .fcf-comparison-table .table-pricing .plan-total.selected[class*="platinum"]:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0; }
      .fcf-comparison-table .table-pricing .plan-total.selected[class*="free"]:before {
        -webkit-box-shadow: inset 0 0 0 10px #e3e6e8;
                box-shadow: inset 0 0 0 10px #e3e6e8; }
      .fcf-comparison-table .table-pricing .plan-total.selected[class*="silver"]:before {
        -webkit-box-shadow: inset 0 0 0 10px #25a8d4;
                box-shadow: inset 0 0 0 10px #25a8d4; }
      .fcf-comparison-table .table-pricing .plan-total.selected[class*="gold"]:before {
        -webkit-box-shadow: inset 0 0 0 10px #f76d1d;
                box-shadow: inset 0 0 0 10px #f76d1d; }
      .fcf-comparison-table .table-pricing .plan-total.selected[class*="platinum"]:before {
        -webkit-box-shadow: inset 0 0 0 10px #3b28b1;
                box-shadow: inset 0 0 0 10px #3b28b1; }
    .fcf-comparison-table .table-pricing .price {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #111; }
    .fcf-comparison-table .table-pricing .price-wrapper {
      margin-right: 1px;
      font-size: 3em;
      font-family: "Roboto", serif;
      line-height: 1; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .table-pricing .price-wrapper {
          margin-right: 0px; } }
      .fcf-comparison-table .table-pricing .price-wrapper .price-currency,
      .fcf-comparison-table .table-pricing .price-wrapper .price-value {
        color: #1e1e1e;
        font-weight: 700;
        font-size: 12px; }
        @media screen and (min-width: 991px) {
          .fcf-comparison-table .table-pricing .price-wrapper .price-currency,
          .fcf-comparison-table .table-pricing .price-wrapper .price-value {
            font-weight: 500;
            font-size: 3rem; } }
      .fcf-comparison-table .table-pricing .price-wrapper .price-currency {
        position: relative;
        vertical-align: baseline;
        bottom: 0;
        font-size: 8.4px;
        left: -1px; }
        @media screen and (min-width: 768px) {
          .fcf-comparison-table .table-pricing .price-wrapper .price-currency {
            font-size: 0.7em; } }
        @media screen and (min-width: 991px) {
          .fcf-comparison-table .table-pricing .price-wrapper .price-currency {
            font-size: .5em;
            left: auto; } }
      .fcf-comparison-table .table-pricing .price-wrapper .price-value {
        letter-spacing: -1px; }
        @media screen and (min-width: 991px) {
          .fcf-comparison-table .table-pricing .price-wrapper .price-value {
            letter-spacing: -2px; } }
    .fcf-comparison-table .table-pricing .price-details {
      font-size: 0.6em;
      font-weight: 700;
      letter-spacing: 0.025em; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .table-pricing .price-details {
          font-size: 1em; } }
    .fcf-comparison-table .table-pricing .fcf-pricing-table-buttons {
      position: relative;
      z-index: 1;
      margin: auto;
      padding-top: 20px; }
      @media screen and (min-width: 768px) {
        .fcf-comparison-table .table-pricing .fcf-pricing-table-buttons {
          margin-top: auto; } }
    .fcf-comparison-table .table-pricing input[type="radio"] {
      display: none; }
    .fcf-comparison-table .table-pricing .radio-inline {
      display: block;
      width: 100%;
      padding-left: 0;
      text-align: center; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .table-pricing .radio-inline {
          text-align: inherit; } }
  .fcf-comparison-table .plan-features {
    padding: 30px 0;
    margin-bottom: 30px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9; }
    .fcf-comparison-table .plan-features .fcf-list > li {
      line-height: 1.3; }
      .fcf-comparison-table .plan-features .fcf-list > li + li {
        margin-top: 30px; }
      .fcf-comparison-table .plan-features .fcf-list > li:before {
        color: #7dc855; }
      .fcf-comparison-table .plan-features .fcf-list > li.disabled {
        opacity: .5; }
        .fcf-comparison-table .plan-features .fcf-list > li.disabled:before {
          content: none; }
  .fcf-comparison-table [class*="fcf-pricing-table-column-"].disabled {
    opacity: .5; }
  .fcf-comparison-table [class*="fcf-pricing-table-column-"] {
    border-left: 1px solid #e1e1e1; }
    .fcf-comparison-table [class*="fcf-pricing-table-column-"]:first-child {
      border-left: none; }
  .fcf-comparison-table .plan-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.3333%;
    border-left: none; }
  .fcf-comparison-table .table-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fcf-comparison-table .table-pricing .total-plans {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 55%;
      border-radius: 0 0 6px 6px; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .table-pricing .total-plans {
          width: 65%; } }
    .fcf-comparison-table .table-pricing .plan-total {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 33.3333%;
      padding: 20px 0;
      border-top: none;
      border-left: none; }
      @media screen and (min-width: 991px) {
        .fcf-comparison-table .table-pricing .plan-total {
          padding: 20px;
          border-left: 1px solid #e1e1e1; }
          .fcf-comparison-table .table-pricing .plan-total:first-child {
            border-left: none; } }

.fcf-membership-upgrade-panel .fcf-comparison-table .feature,
.fcf-membership-upgrade-panel .fcf-comparison-table .total {
  color: #111; }

.fcf-comparison-table .plan-header[class*=silver] .plan-title {
  color: #111; }

.fcf-comparison-table .plan-header[class*=gold] .plan-title {
  color: #111; }

.fcf-comparison-table .plan-header[class*=platinum] .plan-title {
  color: #111; }

.fcf-comparison-table div.fl-button.fl-button-gold {
  background: none;
  background-image: none;
  border: 2px solid #52A5D0;
  color: #111; }

.fcf-comparison-table div.fl-button.fl-button-platinum {
  background: none;
  background-image: none;
  border: 2px solid #52A5D0;
  color: #111; }

.fcf-comparison-table div.fl-button.fl-primary-button {
  background: none;
  background-image: none;
  border: 2px solid #52A5D0;
  color: #111; }

.fcf-comparison-table .fcf-pricing-table-buttons-comparison div.fl-button {
  background: none;
  background-image: none;
  border: 2px solid #52A5D0;
  color: #111; }

.fcf-membership-upgrade-panel .fcf-comparison-table .table-pricing .plan-total .fcf-pricing-table-buttons .fl-button {
  padding: 5px 9px;
  width: auto;
  white-space: break-spaces;
  font-size: 9px; }
  @media screen and (min-width: 768px) {
    .fcf-membership-upgrade-panel .fcf-comparison-table .table-pricing .plan-total .fcf-pricing-table-buttons .fl-button {
      width: inherit;
      padding: 15px 20px;
      font-size: inherit;
      margin: 0 auto; } }

.abc {
  background: #000; }
