       


            h1, h2, h3 {font-family: "Open Sans", sans-serif !important;}



            .highlight {}

            .link {color:white;}


            .border {


                display: inline-block;

                border: 1px;
                border-color: black;
                cursor: pointer;
                white-space: nowrap;
                transition: color 125ms ease 0s, background-color 125ms ease 0s, box-shadow 125ms ease 0s;

                border-radius:30px;


                border: 2px solid black;
                background-color: white;
                color: black;
                padding: 10px 24px;
                font-size: 16px;
                cursor: pointer;




            }

            #wrapper {
                width: 100%;
                height: 100%
            }
            #wrapper {
                display: table
            }
            #main {
                display: table-cell;
                vertical-align: middle;
                text-align:center
            }

            .lite {





            }


            .supported-yes {
                width: 2rem;
                height: 2rem;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                color: white;
                align-items: center;
            }




            .lite-button, .basic-button, [class='10connections-button'], [class="100connections-button"]  {

                background-color:#f50049!important;

            }
            .standard-button, [class~="25connections-button"] {background-color:gold!important; color:black;}
            .professional-button, .pro-button, .unlimited-button, [class~="50connections-button"]  {background-color:#4dbaff!important;}

            .lite::before , .basic::before , [class~='10connections']::before , [class~="100connections"]::before {

                content: "";
                display: block;
                width: 100%;
                height: 1.5rem;
                background-color:#f50049;

            }

            .standard::before, [class~="25connections"]::before  {
                content: "";
                display: block;
                width: 100%;
                height: 1.5rem;
                background-color:gold;

            }


          [class~="10connections"]::before, lite::before,  [class="100connections"]::before  {
              content: "";
              display: block;
              width: 100%;
              height: 1.5rem;
              background-color:gold;

          }

            .professional::before, .pro::before, .unlimited::before,  [class="25connections"]::before   {
                content: "";
                display: block;
                width: 100%;
                height: 1.5rem;
                background-color:#4dbaff;

            }


          html { color: #222!important; }

          .uk-h4, h4 {
              font-size: 1.25rem;
              line-height: 1.4;
          }

      


          h1, h2, h3 {font-family: "Open Sans", sans-serif;}


          .enumeration{

              font-family: 'Space Mono', monospace !important;    font-size: 1.6rem
              line-height: 2.4rem;
              color: #006EFF;
              margin-top: 20px;

          }
          .lead--heading {


          }

          @media only screen and (max-width: 600px) {
              .lead--heading {


              }

          }



          .light {color:white !important;}
          .light-grey{color: lightgrey !important;}


