/* static pages - terms & conditions, about cookies, privacy policy style */
.page {
    background: #ecf0f1;
    }
    .wrapper {
      text-align: left;
    }
    .title-text{
      background: url("/sfsites/c/cms/delivery/media/MC65QZMVUCKZBMVJZEKD77W4I5AE");
      background-repeat: no-repeat;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
    .title-text-content{
      color: #0f4d96;
      font-size: 2.5rem;
      font-weight: bolder;
      text-align: center;
      background-color: #0f4d96;
      background-image: linear-gradient(45deg,#0f4d96,#1197d6);
      background-size: 100%;
      background-repeat: repeat;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-left: auto;
      margin-right: auto;
    }
    .cnt {
      background: #fff;
      padding: 3rem;
      font-size: 0.85rem;
      font-weight: normal;
      color: #212529;
    }
    .cnt p:first-child {
      margin-top: 0;
    }
    .cnt p {
      text-align: justify;
      margin-top: 1rem;
      color: #212529;
      font-weight: 400;
      font-stretch: normal;
      font-size: 14px;
      line-height: 20px;
    }
    .cnt strong{
      font-size: 28px!important;
    }
    .cnt a{
      color: #0d6efd;
    }
    .cnt ul {
      margin: 1rem 0 0 2rem;
      list-style-position: outside;
      list-style-type: disc;
    }
    .cnt ul li:first-child {
      margin-top: 0;
    }
    .cnt ul li {
      text-align: left;
      margin-top: 0.5rem;
      color: #212529;
      font-weight: 400;
      font-stretch: normal;
      font-size: 14px;
      line-height: 20px;
    }
    ::marker {
      unicode-bidi: isolate;
      font-variant-numeric: tabular-nums;
      text-transform: none;
      text-indent: 0px !important;
      text-align: start !important;
      text-align-last: start !important;
    }
    .cookiestbl {
      width: 100%;
      border: 0;
    }
    .cookiestbl {
      border-collapse: collapse;
      border-spacing: 0;
    }
    .cookiestbl tr:first-child td {
      border-top: 1px solid #ededed;
    }
    .cookiestbl td:first-child {
      border-left: 1px solid #ededed;
    }
    .cookiestbl td {
      padding: 0.5rem;
      border-right: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
      width: 33.33333%;
    }

    @media only screen and (max-width: 768px) {
      .cookiestbl{
        word-break: break-word;
      }
      .cookiestbl p{
        font-size: 8px !important;
      }
      .cookiestbl td{
        font-size: 8px !important;
        padding: 0 !important;
      }
      .cookiestbl b{
        font-size: 8px !important;
      }
      .cnt{
        padding: 0rem !important;
      }
      .cnt strong {
        font-size: 14px!important;
      }
    }