.spinner-border-sm {
            position: absolute;
        }

        .pages-header-paralax {
            background-size: 100%;
            background-blend-mode: overlay;
            background-position-y: 55%;
            filter: saturate(120%) brightness(105%);
        }

        .pages-header::before {
            margin-top: 0;
            backface-visibility: hidden;
            box-shadow: inset 10px 10px 100px rgba(0, 0, 0, 0.4),
                inset -10px -20px 100px rgba(0, 0, 0, 0.4);
        }

        .content-paralax {
            background-size: cover;
            background-position-x: 50%;
            background-position-y: 35%;
            height: 460px;

        }

        .img-cert {
            max-width: 90vw;
            height: auto;
            max-height: 90px;
        }

        .btn-wa {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 999999;
            background: rgb(37, 211, 102);
            color: white;
            padding: 12px 20px;
            border-radius: 24px;
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
            -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
        }

        .btn-shopee {
            position: fixed;
            right: 20px;
            bottom: 70px;
            z-index: 999999;
            background: rgb(250, 106, 9);
            color: white;
            padding: 12px 20px;
            border-radius: 24px;
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
            -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
        }

        .btn-tokped {
            position: fixed;
            right: 20px;
            bottom: 120px;
            z-index: 999999;
            background: rgb(8, 134, 19);
            color: white;
            padding: 12px 20px;
            border-radius: 24px;
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
            -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
        }

        .btn-tiktokshop {
            position: fixed;
            right: 20px;
            bottom: 170px;
            z-index: 999999;
            background: rgb(0, 0, 0);
            color: white;
            padding: 12px 20px;
            border-radius: 24px;
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
            -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
        }