/** Shopify CDN: Minification failed

Line 15:13 Expected ":"
Line 15:21 Expected ":"

**/
.section-no-22 .c-page-width{
    max-width: 112rem;
}
.section-no-22 ul.ppages-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap; nowrap;
    overflow-x: auto;
    padding: 0px;
    gap: 12px;
    min-height: 4.8rem;
}

.section-no-22 ul.ppages-list li{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    background: #fff;
    border: 1.5px solid #DEE9EF;
    border-radius: 4px;
  flex: 0 0 auto;

}
.section-no-22 ul.ppages-list li.active{
    background: #3553A3;
     border: 1.5px solid #3553A3;
     color: #fff;
}

.section-no-22 ul.ppages-list li.active a{
     color: #fff;
}

.section-no-22 .ppages-list-content{
    border: 1px solid transparent;
    border-image-source: linear-gradient(76.95deg, #3553A3 -3.72%, #2484B4 13.84%, #4DC2CA 32.68%, #4DC2CA 51.53%, #FEC210 78.08%);
    border-image-slice: 1;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 4rem;
}

.section-no-22 .page-content-section h2{
  
    font-size: 28px;
    line-height: 24px;
    /* identical to box height, or 86% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #333232;
}

.section-no-22 .page-content-section p {

    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    display: flex;
    align-items: center;

    color: #333232;


    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

}
.section-no-22 .page-content-section ul{
    padding-left: 2.5rem;
}
.section-no-22 .page-content-section ul li{
    
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
}

.section-no-22 hr {
    margin: 1.7rem 0;
    background: rgba(51, 50, 50, 0.7);
}

@media screen and (min-width: 750px) {
    .section-no-22 hr {
        margin: 2.5rem 0;
        background: rgba(51, 50, 50, 0.7);
    }
}


@media(max-width: 767px){
    .section-no-22 ul.ppages-list{
        min-height: 3.3rem;
    }

    .section-no-22 .ppages-list-content{
        padding: 2rem;
    }

    .section-no-22 .page-content-section h2{

        font-size: 20px;
        line-height: 24px;
    }

    .section-no-22 .page-content-section p {

        font-weight: 300;
        font-size: 14px;
        line-height: 140%;

    }
    .section-no-22 .page-content-section ul{
        padding-left: 2rem;
    }
    .section-no-22 .page-content-section ul li{
        
        font-weight: 300;
        font-size: 14px;
        line-height: 140%;
        }
    }