/* grid */
a {
    text-decoration: none !important;
}

.table a {
    font-weight: 400 !important;
}
.container-sm {
    max-width: 544px
}

.container-md,.container-sm {
    margin-right: auto;
    margin-left: auto
}

.container-md {
    max-width: 768px
}

.container-lg {
    max-width: 1012px
}

.container-lg,.container-xl {
    margin-right: auto;
    margin-left: auto;
}

.container-xl {
    max-width: 1280px
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666666%
}

.col-3 {
    width: 24.99999999%
}

.col-4 {
    width: 33.33333332%
}

.col-5 {
    width: 41.66666665%
}

.col-6 {
    width: 49.99999998%
}

.col-7 {
    width: 58.33333331%
}

.col-8 {
    width: 66.66666664%
}

.col-9 {
    width: 74.99999997%
}

.col-10 {
    width: 83.3333333%
}

.col-11 {
    width: 91.66666663%
}

.col-12 {
    width: 100%;
}

@media(min-width: 544px) {
    .col-sm-1 {
        width:8.33333333%
    }

    .col-sm-2 {
        width: 16.66666666%
    }

    .col-sm-3 {
        width: 24.99999999%
    }

    .col-sm-4 {
        width: 33.33333332%
    }

    .col-sm-5 {
        width: 41.66666665%
    }

    .col-sm-6 {
        width: 49.99999998%;
    }

    .col-sm-7 {
        width: 58.33333331%
    }

    .col-sm-8 {
        width: 66.66666664%
    }

    .col-sm-9 {
        width: 74.99999997%
    }

    .col-sm-10 {
        width: 83.3333333%
    }

    .col-sm-11 {
        width: 91.66666663%
    }

    .col-sm-12 {
        width: 100%
    }
}

@media(min-width: 768px) {
    .col-md-1 {
        width:8.33333333%
    }

    .col-md-2 {
        width: 16.66666666%
    }

    .col-md-3 {
        width: 24.99999999%
    }

    .col-md-4 {
        width: 33.33333332%
    }

    .col-md-5 {
        width: 41.66666665%
    }

    .col-md-6 {
        width: 49.99999998%
    }

    .col-md-7 {
        width: 58.33333331%
    }

    .col-md-8 {
        width: 66.66666664%
    }

    .col-md-9 {
        width: 74.99999997%
    }

    .col-md-10 {
        width: 83.3333333%
    }

    .col-md-11 {
        width: 91.66666663%
    }

    .col-md-12 {
        width: 100%
    }
}

@media(min-width: 1012px) {
    .col-lg-1 {
        width:8.33333333%
    }

    .col-lg-2 {
        width: 16.66666666%
    }

    .col-lg-3 {
        width: 24.99999999%
    }

    .col-lg-4 {
        width: 33.33333332%
    }

    .col-lg-5 {
        width: 41.66666665%
    }

    .col-lg-7 {
        width: 58.33333331%
    }

    .col-lg-8 {
        width: 66.66666664%
    }

    .col-lg-9 {
        width: 74.99999997%
    }

    .col-lg-10 {
        width: 83.3333333%
    }

    .col-lg-11 {
        width: 91.66666663%
    }

    .col-lg-12 {
        width: 100%
    }
}

@media(min-width: 1280px) {
    .col-xl-1 {
        width:8.33333333%
    }

    .col-xl-2 {
        width: 16.66666666%
    }

    .col-xl-3 {
        width: 24.99999999%
    }

    .col-xl-4 {
        width: 33.33333332%
    }

    .col-xl-5 {
        width: 41.66666665%
    }

    .col-xl-6 {
        width: 49.99999998%
    }

    .col-xl-7 {
        width: 58.33333331%
    }

    .col-xl-8 {
        width: 66.66666664%
    }

    .col-xl-9 {
        width: 74.99999997%
    }

    .col-xl-10 {
        width: 83.3333333%
    }

    .col-xl-11 {
        width: 91.66666663%
    }

    .col-xl-12 {
        width: 100%
    }
}

.flex-wrap {
    flex-wrap: wrap!important;
}

.flex-items-baseline {
    align-items: baseline!important;
}

.flex-items-center {
    align-items: center!important;
}


@media (min-width: 1012px)
.mb-lg-0 {
    margin-bottom: 0!important;
}
@media (min-width: 768px)
.mb-md-4 {
    margin-bottom: var(--base-size-24,24px)!important;
}
.float-left {
    float: left!important;
}

.text-bold {
    font-weight: var(--base-text-weight-semibold,600)!important
}

.text-semibold {
    font-weight: var(--base-text-weight-medium,500)!important
}

@media (min-width: 768px) .f4 {
    font-size: var(--h4-size,16px)!important;
}


.iFaQQI {
    margin: 0px;
    padding-inline-start: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
ol, ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}


.d-block {
    display: block!important;
}

.no-underline {
    text-decoration: none!important;
}
.py-3 {
    padding-top: var(--base-size-16,16px)!important;
    padding-bottom: var(--base-size-16,16px)!important;
}
.py-1 {
    padding-top: var(--base-size-4,4px)!important;
    padding-bottom: var(--base-size-4,4px)!important;
}

.width-full {
    width: 100%!important;
}
.border-top {
    border-top: var(--borderWidth-thin,1px) solid var(--color-border-default)!important;
}

.color-fg-muted {
    color: #000 !important; /*description text color*/
}

[data-md-color-primary="black"] .color-fg-muted { /*dark mode description text */
    color: #fff !important;
    font-weight: 400;
}

.iGPchh {
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-weight: 400;
}

.gnSdwQ:not(:first-of-type) {
    --divider-color: rgba(208,215,222,0.48);
}

.gnSdwQ {
    position: relative;
    display: flex;
    padding: 6px 6px;
    font-size: 16px;
    line-height: 20px;
    min-height: 5px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
    transition: background 33.333ms linear 0s;
    color: rgb(31, 35, 40);
    cursor: pointer;
    appearance: none;
    background: unset;
    border: unset;
    width: calc(100% - 16px);
    font-family: unset;
    text-align: unset;
    margin-top: unset;
    margin-bottom: unset;
}

.gnSdwQ [data-component="ActionList.Item--DividerContainer"] {
    position: relative;
}

.gnSdwQ:hover:not([aria-disabled]), .gnSdwQ:focus:not([aria-disabled]), .gnSdwQ[data-focus-visible-added]:not([aria-disabled]) {
    --divider-color: transparent;
}


.gnSdwQ:hover:not([aria-disabled]) {
    background-color: rgb(245, 248, 248); /*hover color*/
    color: rgb(31, 35, 40);
}

[data-md-color-primary="black"] .gnSdwQ:hover:not([aria-disabled]) {
    background-color:rgb(31, 35, 40); /*hover color*/
    color: rgb(31, 35, 40);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.gnSdwQ:hover {
    border-radius: 0px;
}

.width-full {
    width: 100%!important;
}

.border-top {
    border-top: #d0d7de 1px solid !important;
}

[data-md-color-primary="black"] .border-top {
    border-top: #d0d7de .5px solid !important;
    margin-top: 5px;
}

[data-md-color-primary="black"] .border-top:hover:not([aria-disabled]) {
    border-top: rgb(31, 35, 40) 1px solid !important;
}

.hROlum {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 0px;
}

* {
    box-sizing: border-box;
}


.f1 {
    font-size: var(--h1-size-mobile,26px)!important
}

@media(min-width: 768px) {
    .f1 {
        font-size:var(--h1-size,32px)!important
    }
}

.f2 {
    font-size: var(--h2-size-mobile,22px)!important
}

@media(min-width: 768px) {
    .f2 {
        font-size:var(--h2-size,24px)!important
    }
}

.f3 {
    font-size: var(--h3-size-mobile,18px)!important
}

@media(min-width: 768px) {
    .f3 {
        font-size:var(--h3-size,20px)!important
    }
}

.f4 {
    font-size: var(--h4-size,16px)!important;
}

/*
[data-md-color-primary="black"] .f4 {
    color:aqua !important;
}
*/

@media(min-width: 768px) {
    .f4 {
        font-size:var(--h4-size,16px)!important;
    }
}

.f5 {
    font-size: var(--h5-size,14px)!important
}

.f6 {
    font-size: var(--h6-size,12px)!important
}


.d-block {
    display: block!important
}

.d-flex {
    display: flex!important;
    flex-wrap: wrap;
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.d-table {
    display: table!important
}

.d-table-cell {
    display: table-cell!important
}

@media(min-width: 544px) {
    .d-sm-block {
        display:block!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }
}

ul.no-point {
    list-style-type: none; /* Remove bullets */
    font-size: 14px;
  }

/* Site welcome */

.abstract-blocks {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    height: 100%;
  }
  
  .banner {
    margin: 0 auto;
    text-align: center;
  }
  
  .banner .container {
    padding: 32px;
    max-width: 808px;
  }
  
  .banner h1 {
    font-size: 50px !important;
    margin: 20px 0 16px;
    font-weight: bold;
    line-height: 1.17;
    color: #03192d;
  }
  
  [data-md-color-primary="black"] .banner h1 {
    color: #fff !important;
  }
  
  .banner-h2 {
    font-size: 1.5625em;
    margin: 20px 0 16px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
  }
  
  [data-md-color-primary="black"] .banner-h2 {
    color: #fff !important;
  }
  
  .banner-p {
    font-size: 20px;
    line-height: 1.6;
    color: #4e5e6c;
  }
  
  [data-md-color-primary="black"] .banner-p {
    color: #fff !important;
  }
  
  /* Product card grid */
  
  .products {
    padding-bottom: 144px;
  }
  
  .container {
    margin: 0 auto;
    width: 100%;
  }
  
  .products .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(440px, 100%), 1fr));
    grid-gap: 24px;
    padding: 0 24px;
    position: relative;
  }
  
  @media only screen and (max-width: 1170px) {
    .products .container {
      display: inline-table !important;
    }
  }
  
  @media only screen and (max-width: 640px) {
    .products .card .card-img {
      display: none;
    }
  }
  
  .products .card {
    display: flex;
    border-radius: 8px;
    margin-bottom: 5px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%),
      0 8px 10px -6px rgb(0 0 0 / 10%);
    border: solid 1pt #aaa;
    background-color: #fff;
    z-index: 1;
    height: 375px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  /*
  .products .card .card-img {
      align-self: stretch;
      min-width: 150px;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #fff;
      background-size: 90px;
  }
  */
  
  /*
  .products .container .light-blue-shadow {
      left: -200px;
      top: -240px;
      width: 708px;
      height: 863px;
      background-image: radial-gradient( circle at 48% 50%, #2aa2c1, rgba(42, 162, 193, 0) 76% );
  }
  
  .products .container .blue-shadow {
      right: -50px;
      top: -250px;
      width: 667px;
      height: 702px;
      background-image: radial-gradient( circle at 48% 50%, #337fe6, rgba(51, 127, 230, 0) 71% );
  }
  
  .products .container .pink-shadow {
      left: -50px;
      bottom: -250px;
      width: 667px;
      height: 702px;
      background-image: radial-gradient( circle at 48% 50%, #be46dd, rgba(190, 70, 221, 0) 71% );
  }
  
  .products .container .neon-shadow {
      right: -50px;
      bottom: -250px;
      width: 667px;
      height: 702px;
      background-image: radial-gradient( circle at 48% 50%, #d5ea48, rgba(213, 234, 72, 0) 71% );
  }
  */
  
  .banner-p {
    font-size: 20px;
    line-height: 1.6;
    color: #4e5e6c;
  }
  
  .products .card .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
  }
  
  .card-p {
    margin: 0 0 12px 0;
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.75;
    color: #000;
  }
  
  [data-md-color-primary="black"] .card-p {
    margin: 0 0 12px 0;
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.75;
    color: #000 !important;
  }
  
  .products .card .links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 24px 15px;
    font-size: 12pt;
    margin-right: 20px;
  }
  
  @media only screen and (max-width: 700px) {
    .products .card .links {
      display: grid;
      height: 400px;
      overflow: hidden;
      overflow-y: scroll;
      padding-bottom: 10px;
      margin-bottom: 5px;
      margin-right: 20px;
    }
  }
  
  .products .card .links ul {
    max-height: 100px;
    overflow: auto;
  }
  
  .products .card .links a img {
    margin-right: 6px;
    width: 20px;
    vertical-align: middle;
  }
  
  .index-h2 {
    color: #404040;
    font-size: 2rem;
    font-weight: 300;
    padding-bottom: 15px;
  }
  
  .index-h2 img {
    float: left;
    width: 60px;
    margin-right: 20px;
    margin-top: 10px;
  }
  
  @media only screen and (max-width: 640px) {
    .products .card .index-h2 img {
      display: none;
    }
  }
  
  .home-button {
    border: 0.1rem solid;
    background-color: #fff !important;
    border-radius: 0.1rem;
    color: var(--md-primary-fg-color);
    cursor: pointer;
    display: inline-block;
    font-weight: 800;
    padding: 0.625em 2em;
    align-items: center;
  }
  
  .home-button:hover {
    background-color: #447099 !important;
    cursor: pointer;
    color: #fff !important;
    border-radius: 0.1rem;
  }
  