/** Shopify CDN: Minification failed

Line 133:3 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.numbers_sec .row_flex {
      display: flex;
    justify-content: space-evenly;
  }
  
    .numbers_sec {
      padding: 55px 0;
  }
  

  
  
  .circle {
    width: 200px;
      margin: 6px 20px 20px;
      display: inline-block;
      position: relative;
      text-align: center;
    vertical-align: top;
    }
    
  .circle strong {
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      text-align: center;
      line-height: 45px;
      font-size: 43px;
  }
  
  
    
  .cruisespeed_div img {
      margin: 0 auto;
      display: block;
          width: 50px;
  }
  
   .cruisespeed_div h2 {
    display: block;
    text-align: center;
    color: #fff;
  }
  
   .cruisespeed_div .chart {
  position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 35px;
      font-weight: 500;
  }
  
     .cruisespeed_div .chart2 {
   position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 35px;
      font-weight: 500;
  }
  
     .cruisespeed_div .chart3 {
  position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 35px;
      font-weight: 500;
  }
  
     .cruisespeed_div .chart4 {
  position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 35px;
      font-weight: 500;
  }
  
   .cruisespeed_div canvas {
    position: absolute;
    top: 0;
    left: 0;
       width: 200px;
      margin-top: 30px;
      left: 50%;
      transform: translateX(-50%);
  
     .numbersec_para {
       font-size: 12px;

      padding-top: 25px;
      font-style: italic;
  }
.multi21-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  @media screen and (max-width: 749px) {
    .multi21-grid {
      grid-template-columns: 1fr;
    }
  }

  .multi21-item {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }
  .multi21-item img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 1rem;
  }
  .multi21-button {
    margin-top: 2rem;
    text-align: center;
  }