        .policy-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 72px 112px;
            background-color: rgba(243, 244, 245, 1);
            margin-bottom: 48px;
        }

        .policy-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 23%;
            /* For desktop - 4 items in a row with some spacing */
        }

        .policy-icon {
            margin-bottom: 16px;
        }

        .policy-icon img {
            width: 48px;
            height: 48px;
        }

        .policy-title {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: rgba(29, 29, 29, 1);
            margin-bottom: 8px;
        }

        .policy-description {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: rgba(114, 114, 114, 1);
        }

        @media (max-width: 767px) {
            .policy-section {
                padding: 32px 16px;
                margin-bottom: 44px;
            }

            .policy-item {
                width: 48%;
                margin-bottom: 24px;
            }

            .policy-icon img {
                width: 40px;
                height: 40px;
            }

            .policy-title {
                font-size: 14px;
                line-height: 20px;
            }

            .policy-description {
                font-size: 12px;
                line-height: 16px;
            }
        }

        .video-player-component {
            position: relative;
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 24px;
            margin-bottom: 44px;
        }

        .video-wrapper {
            width: 100%;
            height: 100%;
        }

        #videoPlayer {
            width: 100%;
            height: 100%;
            object-fit: cover;
            aspect-ratio: 1216 / 512;
        }

        .overlay-content {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            gap: 8px;
        }

        .video-title {
            color: rgba(29, 29, 29, 1);
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0.07em;
            text-align: center;
            vertical-align: middle;
        }

        .video-description {
            color: rgba(29, 29, 29, 1);
            font-weight: 400;
            font-size: 28px;
            line-height: 36px;
            letter-spacing: 0px;
            text-align: center;
            vertical-align: middle;
        }



        @media (max-width: 767px) {
            #videoPlayer {
                aspect-ratio: 390 / 484;
            }
        }

        .close-button {
            padding: 0;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            justify-content: end;
        }

        #bottomSheet {
            position: fixed;
            background-color: #fff;
            box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.25);
            overflow: hidden;
            z-index: 1001;
            display: none;
            height: 200px;
            padding: 15px 25px;

            .info {
                display: flex;
                text-align: center;
                justify-content: center;
                align-items: center;
                font-size: 18px;

                .title {
                    color: red;
                }
            }

            .action-button {
                display: flex;
                gap: 10px;

                .btn-action {
                    text-align: center;
                    width: 100%;
                    font-size: 16px;
                    padding: 5px 0;
                    width: 100%;
                    cursor: pointer;
                }

                .left {
                    background: rgba(29, 29, 29, 1);
                    border-radius: 5px;
                    color: white;
                }

                .right {
                    background: white;
                    border-radius: 5px;
                    border: 1px solid black;
                    color: rgba(29, 29, 29, 1);
                }
            }
        }

        @media (max-width: 758px) {
            #bottomSheet {
                height: 300px;
            }
        }

        .content {
            padding: 5px 16px;
            flex-grow: 1;
        }

        #overlaySheet {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 1000;
        }

        @media (min-width: 580px) {
            #overlaySheet {
                background-color: transparent;
            }
        }

        .jem-customize {
            position: relative;
            width: 100%;
            max-height: 640px;
            margin-bottom: 48px;

            .jem-customize-bg {
                max-height: 640px;
                height: 100%;
                width: 100%;
                object-fit: cover;
            }


            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            width: 100%;
        }


        @media (max-width: 767px) {
            .jem-customize {
                min-height: 556px;
                height: 100%;
                margin-bottom: 44px;

                .jem-customize-bg {
                    min-height: 556px;
                    height: 100%;
                }

                iframe {
                    width: 100%;
                    height: 100%;
                }
            }
        }

        .policy-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 72px 112px;
            background-color: rgba(243, 244, 245, 1);
            margin-bottom: 48px;
        }

        .policy-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            width: 23%;
            /* For desktop - 4 items in a row with some spacing */
        }

        .policy-icon {
            margin-bottom: 16px;
        }

        .policy-icon img {
            width: 48px;
            height: 48px;
        }

        .policy-title {
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: rgba(29, 29, 29, 1);
            margin-bottom: 8px;
        }

        .policy-description {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: rgba(114, 114, 114, 1);
        }

        @media (max-width: 767px) {
            .policy-section {
                padding: 32px 16px;
                margin-bottom: 44px;
            }

            .policy-item {
                width: 48%;
                margin-bottom: 24px;
            }

            .policy-icon img {
                width: 40px;
                height: 40px;
            }

            .policy-title {
                font-size: 14px;
                line-height: 20px;
            }

            .policy-description {
                font-size: 12px;
                line-height: 16px;
            }
        }

        .close-button {
            padding: 0;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            justify-content: end;
        }

        #bottomSheet {
            position: fixed;
            background-color: #fff;
            box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.25);
            overflow: hidden;
            z-index: 1001;
            display: none;
            height: 200px;
            padding: 15px 25px;

            .info {
                display: flex;
                text-align: center;
                justify-content: center;
                align-items: center;
                font-size: 18px;

                .title {
                    color: red;
                }
            }

            .action-button {
                display: flex;
                gap: 10px;

                .btn-action {
                    text-align: center;
                    width: 100%;
                    font-size: 16px;
                    padding: 5px 0;
                    width: 100%;
                    cursor: pointer;
                }

                .left {
                    background: rgba(29, 29, 29, 1);
                    border-radius: 5px;
                    color: white;
                }

                .right {
                    background: white;
                    border-radius: 5px;
                    border: 1px solid black;
                    color: rgba(29, 29, 29, 1);
                }
            }
        }

        @media (max-width: 758px) {
            #bottomSheet {
                height: 300px;
            }
        }

        .content {
            padding: 5px 16px;
            flex-grow: 1;
        }

        #overlaySheet {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 1000;
        }

        @media (min-width: 580px) {
            #overlaySheet {
                background-color: transparent;
            }
        }