/** Shopify CDN: Minification failed

Line 29:18 Unexpected "{"
Line 29:23 Expected ":"
Line 35:18 Unexpected "{"
Line 35:23 Expected ":"
Line 40:18 Unexpected "{"
Line 40:23 Expected ":"
Line 45:18 Unexpected "{"
Line 45:23 Expected ":"
Line 52:18 Unexpected "{"
Line 52:23 Expected ":"
... and 59 more hidden warnings

**/

    .ct-header{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    margin-top:5vh;
    }

    .ct-header svg{
      width:48px;
      height:48px;
    }
    .ct-section--{{ sid }} .ct-wrap{
      max-width:150rem;
      padding:15px 1rem 113px;
      margin: 0 auto
    }

    .ct-section--{{ sid }} .ct-body{
  
    }


    .ct-section--{{ sid }} .ct-grid{
      display:grid;
      grid-template-columns:40% 30% 30%;
    }

    .ct-section--{{ sid }} .ct-cell{
      display:flex;
      align-items:center;
      justify-content:center;
    }

    /* header */
    .ct-section--{{ sid }} .ct-grid--header .ct-cell{ padding:10px 4px; }

    .ct-section--{{ sid }} .ct-cell--active{
      background:linear-gradient(225deg,#fdd2d2,#f79494,#ffaeae);
    }

    .ct-section--{{ sid }} .ct-grid--header .ct-cell--active{
      border-top-left-radius:4px;
      border-top-right-radius:4px;
    }

    .ct-section--{{ sid }} .ct-col-title{
      margin:0;
      font-size:10px;
      line-height:1;
      text-align:center;
      width:100%;
      font-weight:700;
      color:#ffffff;
    }

    .ct-section--{{ sid }} .ct-col-title--col2{
      color:#484242;
      font-weight:700;
    }

    .ct-section--{{ sid }} .ct-logo__img{
      max-width:100%;
      height:45px;
      object-fit:contain;
      display:block;
    }

    /* rows */
    .ct-section--{{ sid }} .ct-grid--row{
      background: {{ section.settings.table_bg }};
    }

    .ct-section--{{ sid }} .ct-grid--row .ct-cell{
      padding:18px 20px;
      border-top:2px solid #cfcfcf;
    }

    .ct-section--{{ sid }} .ct-grid--row .ct-cell:first-child{ border-left:2px solid #cfcfcf; }
    .ct-section--{{ sid }} .ct-grid--row .ct-cell:last-child{ border-right:2px solid #cfcfcf; }
    .ct-section--{{ sid }} .ct-grid--row:last-child .ct-cell{ border-bottom:2px solid #cfcfcf; }

    .ct-section--{{ sid }} .ct-grid--header + .ct-grid--row .ct-cell:first-child{ border-top-left-radius:10px; }
    .ct-section--{{ sid }} .ct-grid--header + .ct-grid--row .ct-cell:last-child{ border-top-right-radius:10px; }
    .ct-section--{{ sid }} .ct-grid--row:last-child .ct-cell:first-child{ border-bottom-left-radius:10px; }
    .ct-section--{{ sid }} .ct-grid--row:last-child .ct-cell:last-child{ border-bottom-right-radius:10px; }

    .ct-section--{{ sid }} .ct-grid--row .ct-cell--active{
      position:relative;
      border-color:transparent;
    }

    .ct-section--{{ sid }} .ct-grid--row .ct-cell--active::after{
      content:'';
      position:absolute;
      width:100%;
      height:15px;
      left:0;
      bottom:-15px;
      background:linear-gradient(225deg,#fdd2d2,#f79494,#ffaeae);
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .ct-section--{{ sid }} .ct-row-title{
      margin:0;
      font-size:12px;
      color:#000000;
      line-height:1.1;
      text-align:center;
      width:100%;
      font-family:Poppins-Light, sans-serif;
      font-weight:500;
      font-style:normal;
    }

    .ct-section--{{ sid }} .ct-icon{
      width:24px;
      height:24px;
    }

    .ct-section--{{ sid }} .ct-icon svg{
      display:block;
      width:100%;
      height:100%;
    }

    @media (min-width:768px){
      .ct-section--{{ sid }} .ct-wrap{ padding:20px 5rem 150px; }

      .ct-section--{{ sid }} .ct-grid{ grid-template-columns:40% 28% 32%; }
      .ct-section--{{ sid }} .ct-grid--header .ct-cell{ padding:20px 20px; }
      .ct-section--{{ sid }} .ct-col-title{ font-size:18px; }
      .ct-section--{{ sid }} .ct-grid--row .ct-cell{ padding:20px 22px; }
      .ct-section--{{ sid }} .ct-grid--row .ct-cell--active::after{ height:25px; bottom:-25px; }
      .ct-section--{{ sid }} .ct-row-title{ font-size:22px; }
      .ct-section--{{ sid }} .ct-logo__img{ height:75px; }
      .ct-section--{{ sid }} .ct-icon{ width:26px; height:26px; }

          .ct-header svg{ width:64px;height:64px;}
    }