

    /*!
     * Bootstrap v5.0.2 (https://getbootstrap.com/)
     * Copyright 2011-2021 The Bootstrap Authors
     * Copyright 2011-2021 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
     */
     .top-features .cell .cell .compare-text {
        margin-bottom: 1rem;
     }

     .top-features {
        margin-top: 2rem;
     }
     
     .top-features img {
        max-height: 60px;
        display: block;
     }

     h2.block-title {
        margin: auto;
        text-align: center;
        margin-bottom: 1rem;
    }

     #button-switch {
        padding: 0rem;
     }
    p#total, .font-medium {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
      h6, h5, h2, h1 {
      margin-top: 0;
      margin-bottom: 0.5rem;
      font-weight: 500;
      line-height: 1.2;
    }
    
    h1 {
      font-size: calc(1.375rem + 1.5vw);
    }
    @media (min-width: 1200px) {
      h1 {
        font-size: 2.5rem;
      }
    }
    
    h2 {
      font-size: calc(1.325rem + 0.9vw);
    }
    @media (min-width: 1200px) {
      h2 {
        font-size: 2rem;
      }
    }
    
    h5 {
      font-size: 1.25rem;
    }
    
    h6 {
      font-size: 1rem;
    }
    
    p {
      margin-top: 0;
      margin-bottom: 1rem;
    }
    
      label {
        display: inline-block;
      }
      
      button {
        border-radius: 0;
      }
      
      button:focus:not(:focus-visible) {
        outline: 0;
      }
      
      input,
      button {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
      }
      
      button {
        text-transform: none;
      }
      
      button,
      [type=button] {
        -webkit-appearance: button;
      }
      button:not(:disabled),
      [type=button]:not(:disabled),
      [type=reset]:not(:disabled),
      [type=submit]:not(:disabled) {
        cursor: pointer;
      }
      
      ::-moz-focus-inner {
        padding: 0;
        border-style: none;
      }
      
      fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0;
      }
      
      ::-webkit-datetime-edit-fields-wrapper,
      ::-webkit-datetime-edit-text,
      ::-webkit-datetime-edit-minute,
      ::-webkit-datetime-edit-hour-field,
      ::-webkit-datetime-edit-day-field,
      ::-webkit-datetime-edit-month-field,
      ::-webkit-datetime-edit-year-field {
        padding: 0;
      }
      
      ::-webkit-inner-spin-button {
        height: auto;
      }
      
      /* rtl:raw:
      [type="tel"],
      [type="url"],
      [type="email"],
      [type="number"] {
        direction: ltr;
      }
      */
      ::-webkit-search-decoration {
        -webkit-appearance: none;
      }
      
      ::-webkit-color-swatch-wrapper {
        padding: 0;
      }
      
      ::file-selector-button {
        font: inherit;
      }
      
      ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button;
      }
      
      .list-unstyled {
        padding-left: 0;
        list-style: none;
      }
      
      .container {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
      }
      
      @media (min-width: 576px) {
        .container {
          max-width: 540px;
        }
      }
      @media (min-width: 768px) {
        .container {
          max-width: 720px;
        }
      }
      @media (min-width: 992px) {
        .container {
          max-width: 960px;
        }
      }
      @media (min-width: 1200px) {
        .container {
          max-width: 1140px;
        }
      }
      @media (min-width: 1400px) {
        .container {
          max-width: 1320px;
        }
      }
      .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
      }
      .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
      }
      @media (min-width: 768px) {
      
        .col-md-4 {
          flex: 0 0 auto;
          width: 33.33333333%;
        }
      
        .col-md-12 {
          flex: 0 0 auto;
          width: 100%;
        }
      }
      @media (min-width: 992px) {
      
        .col-lg-12 {
          flex: 0 0 auto;
          width: 100%;
        }
      }
      .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer;
      }
      .form-control::file-selector-button {
        padding: 0.375rem 0.75rem;
        margin: -0.375rem -0.75rem;
        -webkit-margin-end: 0.75rem;
        margin-inline-end: 0.75rem;
        color: #212529;
        background-color: #e9ecef;
        pointer-events: none;
        border-color: inherit;
        border-style: solid;
        border-width: 0;
        border-inline-end-width: 1px;
        border-radius: 0;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      }
      @media (prefers-reduced-motion: reduce) {
        .form-control::file-selector-button {
          transition: none;
        }
      }
      .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
        background-color: #dde0e3;
      }
      .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
        background-color: #dde0e3;
      }
      .form-control-sm::file-selector-button {
        padding: 0.25rem 0.5rem;
        margin: -0.25rem -0.5rem;
        -webkit-margin-end: 0.5rem;
        margin-inline-end: 0.5rem;
      }
      .form-control-lg::file-selector-button {
        padding: 0.5rem 1rem;
        margin: -0.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem;
      }
      .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer;
      }
      .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
      }
      .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
        opacity: 0.65;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
      }
      
      .card-body {
        flex: 1 1 auto;
        padding: 1rem 1rem;
      }
      
      /* rtl:begin:ignore */
      
      /* rtl:end:ignore */
      
      /* rtl:options: {
        "autoRename": true,
        "stringMap":[ {
          "name"    : "prev-next",
          "search"  : "prev",
          "replace" : "next"
        } ]
      } */
      
      .clearfix::after {
        display: block;
        clear: both;
        content: "";
      }
      .visually-hidden-focusable:not(:focus):not(:focus-within) {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
      }
      
      .d-flex {
        display: flex !important;
      }
      
      .d-none {
        display: none !important;
      }
      
      .border-0 {
        border: 0 !important;
      }
      
      .w-25 {
        width: 25% !important;
      }
      
      .w-100 {
        width: 100% !important;
      }
      
      .justify-content-between {
        justify-content: space-between !important;
      }
      
      .align-items-center {
        align-items: center !important;
      }
      
      .mt-4 {
        margin-top: 1.5rem !important;
      }
      
      .mt-5 {
        margin-top: 3rem !important;
      }
      
      .mb-2 {
        margin-bottom: 0.5rem !important;
      }
      
      .mb-4 {
        margin-bottom: 1.5rem !important;
      }
      
      .fw-bold {
        font-weight: 700 !important;
      }
      
      .text-center {
        text-align: center !important;
      }
      
      /* rtl:begin:remove */
      
      /* rtl:end:remove */
      
      