{"reviews":"<div class=\"Review \" data-review-id=\"30553732\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30553732'>Brian S<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                                                    <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30553732\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30553732\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30553732' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Super easy, quote was &#039;as advertised&#039; with no hidden Wallops! to the wallet.\r\nNo Hassel, easy documentation.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30553732'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30553732\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30553732)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30553732)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30553732\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30553732\"\n                           tabindex=\"0\"\n                           data-review-id=\"30553732\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30553732\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30553732)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30553732)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30553732)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30553732)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30553732'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30552433\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30552433'>Kara Smithurst<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30552433\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30552433\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30552433' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Very easy and very helpful, everything sorted in no time no stress.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30552433'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30552433\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30552433)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30552433)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30552433\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30552433\"\n                           tabindex=\"0\"\n                           data-review-id=\"30552433\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30552433\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30552433)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30552433)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30552433)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30552433)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30552433'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30550919\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30550919'>Jennifer<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30550919\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30550919\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30550919' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Very easy to set-up competitive pricing<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30550919'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30550919\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30550919)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30550919)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30550919\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30550919\"\n                           tabindex=\"0\"\n                           data-review-id=\"30550919\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30550919\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30550919)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30550919)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30550919)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30550919)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30550919'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30550828\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30550828'>Pamela<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30550828\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30550828\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30550828' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>GoSkippy made me happy with how easy and straightforward the whole process was. The price was competitive, and getting my car insurance arranged was quick and convenient. The service was clear and easy to understand, which made the experience much less stressful as a new driver. Overall, I\u2019m happy with my policy and the value for money I received.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30550828'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30550828\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30550828)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30550828)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30550828\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30550828\"\n                           tabindex=\"0\"\n                           data-review-id=\"30550828\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30550828\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30550828)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30550828)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30550828)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30550828)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30550828'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30550779\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30550779'>Mrs Sally O&#039;reilly<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30550779\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30550779\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30550779' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Easy to use no issues info received very quickly<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30550779'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30550779\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30550779)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30550779)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30550779\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30550779\"\n                           tabindex=\"0\"\n                           data-review-id=\"30550779\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30550779\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30550779)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30550779)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30550779)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30550779)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30550779'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30550543\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30550543'>Ian<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30550543\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30550543\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30550543' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Go skippy insurance is easy to use and as a new driver it&#039;s cheaper than others I would recommend to use goskippy<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30550543'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30550543\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30550543)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30550543)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30550543\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30550543\"\n                           tabindex=\"0\"\n                           data-review-id=\"30550543\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30550543\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30550543)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30550543)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30550543)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30550543)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30550543'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30550413\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30550413'>Anonymous<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30550413\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30550413\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30550413' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Am glad that I received  a  fair deal basing  on my pocket<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30550413'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30550413\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30550413)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30550413)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30550413\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30550413\"\n                           tabindex=\"0\"\n                           data-review-id=\"30550413\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30550413\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30550413)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30550413)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30550413)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30550413)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30550413'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30550338\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30550338'>Gurwinder Singh<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30550338\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30550338\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30550338' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>GoSkippy made me happy by providing a smooth and straightforward service. The process was easy, the communication was good, and I felt I was getting good value for my money. Overall, I\u2019m happy with the service and would recommend GoSkippy to others.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30550338'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30550338\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30550338)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30550338)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30550338\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30550338\"\n                           tabindex=\"0\"\n                           data-review-id=\"30550338\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30550338\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30550338)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30550338)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30550338)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30550338)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30550338'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30550337\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30550337'>Gurwinder Singh<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                                                    <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30550337\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30550337\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30550337' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>GoSkippy made me happy by providing a smooth and straightforward service. The process was easy, the communication was good, and I felt I was getting good value for my money. Overall, I\u2019m happy with the service and would recommend GoSkippy to others.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30550337'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30550337\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30550337)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30550337)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30550337\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30550337\"\n                           tabindex=\"0\"\n                           data-review-id=\"30550337\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30550337\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30550337)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30550337)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30550337)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30550337)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30550337'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30543215\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30543215'>Yordan Rusev<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30543215\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30543215\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30543215' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Good site recommend<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30543215'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30543215\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30543215)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30543215)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30543215\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30543215\"\n                           tabindex=\"0\"\n                           data-review-id=\"30543215\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30543215\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30543215)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30543215)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30543215)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30543215)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30543215'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30536861\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30536861'>Jo<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30536861\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30536861\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30536861' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Bought online, easy to fill out, 1st time using them\r\n So far so good \ud83d\udc4d<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30536861'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30536861\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30536861)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30536861)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30536861\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30536861\"\n                           tabindex=\"0\"\n                           data-review-id=\"30536861\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30536861\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30536861)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30536861)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30536861)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30536861)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30536861'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30531307\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30531307'>Tino<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30531307\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30531307\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30531307' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Good customer service<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30531307'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30531307\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30531307)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30531307)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30531307\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30531307\"\n                           tabindex=\"0\"\n                           data-review-id=\"30531307\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30531307\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30531307)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30531307)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30531307)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30531307)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30531307'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30531303\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30531303'>Anonymous<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                                                    <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30531303\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30531303\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30531303' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Everything went very smoothly ... i am very happy with the service<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30531303'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30531303\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30531303)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30531303)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30531303\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30531303\"\n                           tabindex=\"0\"\n                           data-review-id=\"30531303\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30531303\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30531303)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30531303)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30531303)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30531303)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30531303'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30528460\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30528460'>Fatima<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30528460\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30528460\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30528460' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Very nice and easy online application, my second time with goskippy \ud83d\udc4d\ud83c\udffb<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30528460'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30528460\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30528460)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30528460)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30528460\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30528460\"\n                           tabindex=\"0\"\n                           data-review-id=\"30528460\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30528460\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30528460)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30528460)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30528460)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30528460)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30528460'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30527516\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30527516'>Jeremy Richard StJohn Williams<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30527516\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30527516\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30527516' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Simple to apply - fast service - quick to give advice and sort out issues as they arrise<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30527516'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30527516\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30527516)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30527516)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30527516\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30527516\"\n                           tabindex=\"0\"\n                           data-review-id=\"30527516\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30527516\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30527516)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30527516)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30527516)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30527516)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30527516'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30524738\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30524738'>Anonymous<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30524738\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30524738\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30524738' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Easy online service. Would highly recommend<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30524738'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30524738\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30524738)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30524738)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30524738\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30524738\"\n                           tabindex=\"0\"\n                           data-review-id=\"30524738\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30524738\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30524738)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30524738)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30524738)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30524738)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30524738'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30522304\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30522304'>Md Miah<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30522304\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30522304\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30522304' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>This is the first time with goskippy insurance..they did a good respons..<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30522304'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30522304\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30522304)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30522304)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30522304\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30522304\"\n                           tabindex=\"0\"\n                           data-review-id=\"30522304\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30522304\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30522304)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30522304)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30522304)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30522304)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30522304'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30520937\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30520937'>Rajni Kaur<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                                                    <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30520937\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30520937\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30520937' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Members were helpful, polite, and quick to answer questions.\r\nThe policy was fast and clear.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30520937'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30520937\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30520937)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30520937)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30520937\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30520937\"\n                           tabindex=\"0\"\n                           data-review-id=\"30520937\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30520937\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30520937)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30520937)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30520937)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30520937)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30520937'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30520885\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30520885'>Joe Corn<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/unverified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--anonymous\">\n\n                                                    <div class=\"BadgeElement BadgeElement--unverified\">\n                                <div class=\"BadgeElement__icon ricon-info\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Unverified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30520885\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30520885\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30520885' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Nice and easy to set up and get going, was happy with the quote<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30520885'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30520885\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30520885)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30520885)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30520885\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30520885\"\n                           tabindex=\"0\"\n                           data-review-id=\"30520885\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30520885\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30520885)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30520885)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30520885)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30520885)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30520885'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"30520765\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/gc-goskippy\/30520765'>Anthony Coleman<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                                                    <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Reviewer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_30520765\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_30520765\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_30520765' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>A1 service<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_30520765'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_30520765\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 1 week ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(30520765)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 30520765)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-30520765\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-30520765\"\n                           tabindex=\"0\"\n                           data-review-id=\"30520765\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-30520765\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 30520765)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 30520765)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 30520765)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 30520765)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/gc-goskippy\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'https:\/\/x.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=30520765'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 1 week ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n<script>\n    setAjaxModals();\n\n        getStoreAdditionalData(\"30553732|30552433|30550919|30550828|30550779|30550543|30550413|30550338|30550337|30543215|30536861|30531307|30531303|30528460|30527516|30524738|30522304|30520937|30520885|30520765\", \"en\", \"VkR2\");\n    \n<\/script>","pagination":"<ul class=\"pagination\">\n        \n                    <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/gc-goskippy\/Na?filters%5Brating%5D%5B0%5D=5\">&laquo;<\/a><\/li>\n        \n        \n                    \n                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/gc-goskippy?filters%5Brating%5D%5B0%5D=5\">1<\/a><\/li>\n                                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/gc-goskippy\/Qr?filters%5Brating%5D%5B0%5D=5\">2<\/a><\/li>\n                            \n            \n                            <li class=\"disabled\"><span>...<\/span><\/li>\n                                \n                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/gc-goskippy\/4p?filters%5Brating%5D%5B0%5D=5\">3<\/a><\/li>\n                                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/gc-goskippy\/Na?filters%5Brating%5D%5B0%5D=5\">4<\/a><\/li>\n                                                                <li class=\"active\"><span>5<\/span><\/li>\n                                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/gc-goskippy\/EJ?filters%5Brating%5D%5B0%5D=5\">6<\/a><\/li>\n                                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/gc-goskippy\/jR?filters%5Brating%5D%5B0%5D=5\">7<\/a><\/li>\n                            \n            \n                    \n        \n                    <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/gc-goskippy\/EJ?filters%5Brating%5D%5B0%5D=5\">&raquo;<\/a><\/li>\n            <\/ul>\n\n\n<script>\n    setPagination();\n<\/script>"}