{"title":"Flash Deals","description":"\u003carticle class=\"4ever-article\"\u003eLimited-Time Flash Sale: Save Up to \u003cstrong\u003e25%\u003c\/strong\u003e! | May 12–17, 2026 (PDT)\u003c\/article\u003e\n\u003carticle class=\"4ever-article\"\u003eHurry Up! Save \u003cstrong\u003e25%\u003c\/strong\u003e on \u003ca href=\"https:\/\/store-eu.gl-inet.com\/products\/flint-2-gl-mt6000-wi-fi-6-high-performance-home-router\" rel=\"noopener\" target=\"_blank\"\u003eFlint 2 (GL-MT6000)\u003c\/a\u003e Wi-Fi 6 High-Performance Home Router – Flash Sale Ends May 17 (PDT)\u003c\/article\u003e\n\u003carticle class=\"4ever-article\"\u003eBuy Flint 2 (MT6000) + Travel Router, Get an Extra \u003cstrong\u003e€8\u003c\/strong\u003e Off Your Entire Order.\u003c\/article\u003e","products":[{"product_id":"spitz-ax-gl-x3000-wi-fi-6-4g-lte-5g-nrdual-sim-openwrt-c19g","title":"Spitz AX (GL-X3000) Wi-Fi 6 AX3000 | 5G NR | Dual-SIM failover | OpenWrt 21.02 | US+UK+EU+AU plug","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e \u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    html,\n    body {\n        overflow-x: hidden\n    }\n\n    #youtube-playlist-container {\n        display: flex;\n        flex-direction: column;\n        \/* Stack items vertically *\/\n        align-items: center;\n        \/* Center items horizontally *\/\n    }\n\n    \/* Style for the video player container *\/\n    #playlistVideo {\n        width: 100%;\n        \/* Set width to 100% for responsiveness *\/\n        width: 660px;\n        \/* Set a maximum width for larger screens *\/\n        margin: 0 auto;\n        \/* Center the player horizontally *\/\n        height: 520px;\n    }\n\n    @media only screen and (max-width: 767px) {\n        #playlistVideo {\n            width: 450px;\n            \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n            max-width: none;\n            \/* Remove max-width for mobile responsiveness *\/\n            margin: 0;\n            \/* Remove any margin for mobile responsiveness *\/\n            height: 320px;\n        }\n    }\n\n    #ytplaylist {\n        overflow-y: auto;\n        \/* Enable vertical scrolling *\/\n        white-space: nowrap;\n        \/* Prevent items from wrapping to the next line *\/\n        display: flex;\n        flex-direction: column;\n        \/* Align items vertically *\/\n        background-color: black;\n        \/* Set background color to black *\/\n        padding: 20px;\n        \/* Add padding for better appearance *\/\n        max-height: 520px;\n        \/* Set max-height to the same value as the video player's height *\/\n    }\n\n    \/* Style for each playlist item *\/\n    #ytplaylist li {\n        list-style: none;\n        \/* Remove list-style points *\/\n        text-align: left;\n        margin-bottom: 10px;\n        display: flex;\n        align-items: center;\n        \/* Align items vertically *\/\n        transition: background-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for background color *\/\n    }\n\n    \/* Style for the playlist item on hover *\/\n    #ytplaylist li:hover {\n        background-color: #333;\n        \/* Change background color on hover *\/\n        border-radius: 15px;\n    }\n\n    \/* Style for the thumbnail images *\/\n    #ytplaylist img {\n        cursor: pointer;\n        border: 2px solid #ddd;\n        \/* Add a border to make it visually distinct *\/\n        border-radius: 8px;\n        transition: border-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect *\/\n        margin-right: 10px;\n        \/* Add margin to separate image and title *\/\n        width: 150px;\n        \/* Set the image width *\/\n    }\n\n    \/* Style for the thumbnail images on hover *\/\n    #ytplaylist img:hover {\n        border-color: #555;\n        \/* Change border color on hover *\/\n    }\n\n    \/* Style for the video title container *\/\n    #ytplaylist .title-container {\n        max-width: 250px;\n        \/* Set the maximum width for the title container *\/\n        width: 100%;\n        \/* Ensure it takes up the available width *\/\n        white-space: normal;\n        \/* Allow text to break into multiple lines *\/\n    }\n\n    \/* Style for the video title *\/\n    #ytplaylist .video-title {\n        font-size: 14px;\n        color: white;\n        \/* Set text color to white *\/\n        transition: color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for text color *\/\n        text-align: left;\n        \/* Align text to the left *\/\n    }\n\n    \/* Style for the video title on hover *\/\n    #ytplaylist li:hover .video-title {\n        color: #fff;\n        \/* Change text color on hover *\/\n    }\n\n    .vpn-places {\n        background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar750s\/vpn_places.jpg\");\n        background-repeat: repeat-x;\n        background-position: bottom;\n        background-color: #f5f5f5;\n        height: 22rem;\n    }\n\n    .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700;\n    }\n\n    .btn-info {\n        color: #fff;\n        background-color: #17a2b8;\n        border-color: #17a2b8;\n    }\n\n    #adguard-section {\n        background-color: #04040f;\n    }\n\n    .adguard-icon {\n        background-color: #fff;\n    }\n\n    .adguard-ban-icon {\n        background-color: #ea2c13;\n        border-radius: 15px;\n        padding: 8px 8px;\n        margin-top: 8px;\n    }\n\n    #adguard-section .fa-ban {\n        background-color: #ea2c13;\n        border-radius: 50px;\n        padding-right: 5px;\n        font-size: 25px;\n    }\n\n    .adguard-tick-icon {\n        background-color: #66b574;\n        border-radius: 15px;\n        padding: 8px 8px;\n        margin-top: 8px;\n    }\n\n    #adguard-section .fa-circle-check {\n        background-color: #66b574;\n        border-radius: 50px;\n        padding-right: 5px;\n        font-size: 25px;\n    }\n\n    @media (max-width: 767px) {\n\n        .tab-panel,\n        .pxu-tabs.pxu-tabs--bottom-true {\n            padding: 0 10px\n        }\n\n        #accordion .panel-body {\n            padding: 0;\n\n        }\n        .deployment-title{\n            font-size: 20px;\n        }\n        .carousel-item{\n            padding: 1rem!important;\n        }\n    }\n\n    .text-x3000 {\n        font-size: 1.5rem;\n        color: #1b488b;\n    }\n\n    .x3000-bg-primary {\n        background-color: #1b488b !important;\n    }\n\n    .x3000-bg-secondary {\n        background-color: #338fbd !important;\n    }\n\n    .btn-round-x3000 {\n        background-color: #1b488b;\n        color: #FFF!important;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @media (max-width: 768px) {\n            min-height: 50px;\n            border-radius: 50px;\n            padding: 14px 1.5rem;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n    }\n\n    .btn-round-x3000:hover {\n        background-color: #FFF;\n        color: #1b488b!important;\n        border-color: #1b488b;\n    }\n\n    .video-header-x3000 {\n        position: relative;\n        background-color: black;\n        height: 75vh;\n        min-height: 25rem;\n        width: 100%;\n        overflow: hidden;\n    }\n\n    .video-header-x3000 video {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        min-width: 100%;\n        min-height: 100%;\n        width: auto;\n        height: auto;\n        z-index: 0;\n        -ms-transform: translateX(-50%) translateY(-50%);\n        -moz-transform: translateX(-50%) translateY(-50%);\n        -webkit-transform: translateX(-50%) translateY(-50%);\n        transform: translateX(-50%) translateY(-50%);\n    }\n\n    .video-header-x3000 .container {\n        position: relative;\n        z-index: 2;\n    }\n\n    .video-header-x3000 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: #000000;\n        opacity: 0.45;\n        z-index: 1;\n    }\n\n    @media (pointer: coarse) and (hover: none) {\n        .video-header-x3000 {\n            background: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_bg_teaser.mp4') black no-repeat center center scroll;\n        }\n\n        .video-header-x3000 video {\n            display: none;\n        }\n    }\n\n\n    #mailchimp-x3000 input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n\n        @include media-breakpoint-down(xs) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n        }\n\n    }\n\n    #mailchimp-x3000 input.email {\n        background: #fff;\n    }\n\n    #mailchimp-x3000 input[type=\"submit\"] {\n        background: #1b488b;\n        color: #fff;\n        cursor: pointer;\n        font-size: 15px;\n        width: 135px;\n        height: 50px;\n        padding: 8px 3px;\n        border-radius: 0px 25px 25px 0px;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @include media-breakpoint-down(xs) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 13px;\n        }\n    }\n\n    #mailchimp-x3000 input[type=\"submit\"]:hover {\n        background-color: #0e71a3;\n        color: #FFF;\n    }\n\n\n    a:hover,\n    a:focus {\n        text-decoration: none;\n        outline: none;\n    }\n\n    #accordion .panel {\n        border: none;\n        border-radius: 5px;\n        box-shadow: none;\n        margin-bottom: 10px;\n        background: transparent;\n    }\n\n    #accordion .panel-heading {\n        padding: 0;\n        border: none;\n        border-radius: 5px;\n        background: transparent;\n        position: relative;\n    }\n\n    #accordion .panel-title a {\n        display: block;\n        padding: 20px 30px;\n        padding-right: 60px;\n        margin: 0;\n        background: #1b488b;\n        font-size: 16px;\n        font-weight: bold;\n        color: #fff;\n        letter-spacing: 1px;\n        border: none;\n        border-radius: 5px;\n        position: relative;\n    }\n\n    #accordion .panel-title a.collapsed {\n        border: none;\n    }\n\n    #accordion .panel-title a:before,\n    #accordion .panel-title a.collapsed:before {\n        content: \"\\f107\";\n        font-family: \"Font Awesome 5 Free\";\n        width: 30px;\n        height: 30px;\n        line-height: 27px;\n        text-align: center;\n        font-size: 25px;\n        font-weight: 900;\n        color: #fff;\n        position: absolute;\n        top: 15px;\n        right: 30px;\n        transform: rotate(0deg);\n        transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);\n    }\n\n    #accordion .panel-title a.collapsed:before {\n        transform: rotate(360deg);\n    }\n\n    #accordion .panel-body {\n        padding: 10px 0;\n        font-size: 15px;\n        color: #fff;\n        line-height: 28px;\n        border-top: none;\n        border-radius: 5px;\n    }\n\n    .x3000-rv-banner {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_rv_diagram_v2.jpg');\n        background-size: cover;\n        height: 46rem;\n        background-position: center bottom;\n        background-repeat: no-repeat;\n\n        @media (max-width: 768px) {\n            background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_rv_diagram_mobile.jpg');\n            background-size: cover;\n            height: 38rem;\n            background-position: center bottom;\n            background-repeat: no-repeat;\n        }\n    }\n\n    .x3000-certified {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_certified.jpg');\n        background-size: cover;\n        height: 38rem;\n        background-position: center;\n\n        @media (max-width: 768px) {\n            background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_certified_mobile.jpg');\n            background-size: cover;\n            height: 42rem;\n            background-position: center bottom;\n            background-repeat: no-repeat;\n        }\n    }\n\n    .x3000-certified-logo {\n        background-color: #fff;\n        opacity: 0.95;\n    }\n\u003c\/style\u003e\n\u003csection style=\"background: linear-gradient(326deg, rgba(72,171,224,1) 0%, rgba(43,153,211,1) 46%, rgba(37,70,149,1) 100%);\" class=\"container-fluid gl-banner-top p-4 py-xl-5\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-lg-5\"\u003e\u003cimg width=\"450\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_main.png\" class=\"img-fluid float-right\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-lg-6 pt-lg-5\"\u003e\n\u003cdiv class=\"text-light\"\u003e\n\u003csub\u003eGL-X3000 Wi-Fi 6 Cellular Gateway\u003c\/sub\u003e\n\u003ch1 class=\"font-weight-bold\"\u003eMEET Spitz AX\u003c\/h1\u003e\n\u003ch3\u003eWi-Fi 6 Dual-SIM 4G\/5G Cellular Gateway\u003c\/h3\u003e\n\u003cdiv class=\"row pl-3\"\u003e\n\u003cimg style=\"border-radius: 10px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/logo_att.png\" class=\"img-fluid x3000-certified-logo mr-2\"\u003e \u003ca href=\"https:\/\/www.t-mobile.com\/business\/solutions\/iot\/device-certification\" target=\"_blank\"\u003e \u003cimg style=\"border-radius: 10px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/logo_t-mobile.png\" class=\"img-fluid x3000-certified-logo mr-2\"\u003e \u003c\/a\u003e \u003cimg style=\"border-radius: 10px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/logo_iot-network-certified.png\" class=\"img-fluid x3000-certified-logo\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n\u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n\u003cdiv class=\"text-dark\"\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003eReliable Cellular Networks in Rural Areas\u003c\/h2\u003e\n\u003cp\u003eGL-X3000 is a Wi-Fi 6 cellular gateway designed to provide reliable cellular networks in remote locations and high speed internet in urban areas. It has six external antennas for long range connection, two SIM Cards for selecting between the ISP with stronger connections, and Multi-WAN between the WAN port, SIM Card, and Repeater.\u003c\/p\u003e\n\u003chr\u003e\n\u003cdiv style=\"font-size: 15px;\"\u003e\n\u003cspan\u003eSupports \u003c\/span\u003e\u003cspan class=\"txt-lg text-x3000\"\u003e5G NR\u003c\/span\u003e \u0026amp; \u003cspan class=\"txt-lg text-x3000\"\u003eMulti-WAN\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"txt-lg text-x3000\"\u003eDual-SIM, Single Modem\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eWi-Fi 6 Max. \u003cspan class=\"txt-lg text-x3000\"\u003e574\u003c\/span\u003e Mbps (2.4GHz) + \u003cspan class=\"txt-lg text-x3000\"\u003e2402\u003c\/span\u003e Mbps (5GHz) Wi-Fi Speeds\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eOpenVPN speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-x3000\"\u003e 150\u003c\/span\u003e\u003cspan\u003e Mbps; WireGuard speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-x3000\"\u003e 300\u003c\/span\u003e\u003cspan\u003e Mbps\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"#specs\" class=\"btn btn-round btn-round-x3000 mt-3 mr-3\"\u003eLearn More\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n\u003cdiv data-ride=\"carousel\" class=\"carousel slide\" id=\"carouselExampleIndicators\"\u003e\n\u003col class=\"carousel-indicators\"\u003e\n\u003cli class=\"active\" data-slide-to=\"0\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"1\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"2\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"3\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"4\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"carousel-inner\"\u003e\n\u003cdiv class=\"carousel-item active\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_6.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_6.jpg\"\u003e \u003cimg alt=\"Spitz AX \/ GL-X3000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_6.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_2.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_2.jpg\"\u003e \u003cimg alt=\"Spitz AX \/ GL-X3000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_2.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_3.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_3.jpg\"\u003e \u003cimg alt=\"Spitz AX \/ GL-X3000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_3.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_4.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_4.jpg\"\u003e \u003cimg alt=\"Spitz AX \/ GL-X3000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_4.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_5.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_5.jpg\"\u003e \u003cimg alt=\"Spitz AX \/ GL-X3000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_5.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca data-slide=\"prev\" role=\"button\" href=\"#carouselExampleIndicators\" class=\"carousel-control-prev\"\u003e \u003cspan aria-hidden=\"true\" class=\"carousel-control-prev-icon text-dark\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e \u003c\/a\u003e \u003ca data-slide=\"next\" role=\"button\" href=\"#carouselExampleIndicators\" class=\"carousel-control-next\"\u003e \u003cspan aria-hidden=\"true\" class=\"carousel-control-next-icon text-dark\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"background-color: #f7f7f7;\" id=\"frequency-bands\"\u003e\n\u003cdiv class=\"container py-5\"\u003e\n\u003cdiv aria-multiselectable=\"true\" role=\"tablist\" id=\"accordion\" class=\"panel-group\"\u003e\n\u003cdiv class=\"panel panel-default\"\u003e\n\u003cdiv id=\"headingOne\" role=\"tab\" class=\"panel-heading\"\u003e\n\u003ch4 class=\"panel-title\"\u003e\u003ca aria-controls=\"collapseOne\" aria-expanded=\"true\" href=\"#collapseOne\" data-parent=\"#accordion\" data-toggle=\"collapse\" role=\"button\"\u003e Spitz AX (GL-X3000NR) 5G NR Frequency Bands \u003c\/a\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv aria-labelledby=\"headingOne\" role=\"tabpanel\" class=\"panel-collapse collapse show\" id=\"collapseOne\"\u003e\n\u003cdiv class=\"panel-body\"\u003e\n\u003ctable class=\"table table-sm table-responsive-sm\"\u003e\n\u003cthead class=\"thead-light\"\u003e\n\u003ctr\u003e\n\u003cth colspan=\"3\" class=\"font-weight-bold\"\u003eModule: RM520N-GL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 70px;\" class=\"font-weight-bold\" rowspan=\"2\"\u003e5G NR\u003c\/td\u003e\n\u003ctd style=\"width: 80px;\" class=\"font-weight-bold\"\u003eNSA\u003c\/td\u003e\n\u003ctd\u003en1\/ 2\/ 3\/ 5\/ 7\/ 8\/ 12\/ 13\/ 14\/ 18\/ 20\/ 25\/ 26\/ 28\/ 29\/ 30\/ 38\/ 40\/ 41\/ 48\/ 66\/ 70\/ 71\/ 75\/ 76\/ 77\/ 78\/ 79\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eSA\u003c\/td\u003e\n\u003ctd class=\"tg-esl7\"\u003en1\/ 2\/ 3\/ 5\/ 7\/ 8\/ 12\/ 13\/ 14\/ 18\/ 20\/ 25\/ 26\/ 28\/ 29\/ 30\/ 38\/ 40\/ 41\/ 48\/ 66\/ 70\/ 71\/ 75\/ 76\/ 77\/ 78\/ 79\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd rowspan=\"3\" class=\"font-weight-bold\"\u003eLTE\u003c\/td\u003e\n\u003ctd class=\"font-weight-bold\"\u003eLTE-FDD\u003c\/td\u003e\n\u003ctd\u003eB1\/ 2\/ 3\/ 4\/ 5\/ 7\/ 8\/ 12\/ 13\/ 14\/ 17\/ 18\/ 19\/ 20\/ 25\/ 26\/ 28\/ 29\/ 30\/ 32\/ 66\/ 71\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eLTE-TDD\u003c\/td\u003e\n\u003ctd\u003eB34\/ 38\/ 39\/ 40\/ 41\/ 42\/ 43\/ 48\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eLAA\u003c\/td\u003e\n\u003ctd\u003eB46\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eUMTS\u003c\/td\u003e\n\u003ctd class=\"font-weight-bold\"\u003eWCDMA\u003c\/td\u003e\n\u003ctd\u003eB1\/ 2\/ 4\/ 5\/ 8\/ 19\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eGNSS\u003c\/td\u003e\n\u003ctd class=\"font-weight-bold\"\u003e\u003c\/td\u003e\n\u003ctd\u003eGPS\/ GLONASS\/ BDS\/ Galileo\/ QZSS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv aria-multiselectable=\"true\" role=\"tablist\" id=\"accordion\" class=\"panel-group\"\u003e\n\u003cdiv class=\"panel panel-default\"\u003e\n\u003cdiv id=\"headingTwo\" role=\"tab\" class=\"panel-heading\"\u003e\n\u003ch4 class=\"panel-title\"\u003e\u003ca aria-controls=\"collapseTwo\" aria-expanded=\"true\" href=\"#collapseTwo\" data-parent=\"#accordion\" data-toggle=\"collapse\" role=\"button\"\u003e Spitz AX (GL-X3000C16) 4G LTE Frequency Bands \u003c\/a\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv aria-labelledby=\"headingTwo\" role=\"tabpanel\" class=\"panel-collapse collapse\" id=\"collapseTwo\"\u003e\n\u003cdiv class=\"panel-body\"\u003e\n\u003ctable class=\"table table-sm table-responsive-sm\"\u003e\n\u003cthead class=\"thead-light\"\u003e\n\u003ctr\u003e\n\u003cth colspan=\"3\" class=\"font-weight-bold\"\u003eModule: EM160R-GL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 80px;\" class=\"font-weight-bold\" rowspan=\"10\"\u003eLTE\u003c\/td\u003e\n\u003ctd style=\"width: 115px;\" class=\"font-weight-bold\"\u003eLTE-FDD\u003c\/td\u003e\n\u003ctd\u003eB1\/B2\/B3\/B4\/B5\/B7\/B8\/B12\/B13\/B14\/B17\/B18\/B19\/B20\/B25\/B26\/B28\/B29①\/B30\/B32①\/B66\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eLTE-TDD\u003c\/td\u003e\n\u003ctd\u003eIntra-band and Inter-band\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eDL 2CA\u003c\/td\u003e\n\u003ctd\u003eIntra-band and Inter-band\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eDL 3CA\u003c\/td\u003e\n\u003ctd\u003eIntra-band and Inter-band\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eDL 4CA\u003c\/td\u003e\n\u003ctd\u003eIntra-band and Inter-band\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eDL 5CA\u003c\/td\u003e\n\u003ctd\u003eIntra-band and Inter-band within 5 bands\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eDL 4×4 MIMO\u003c\/td\u003e\n\u003ctd\u003eB1\/B2\/B3\/B4\/B7\/B25\/B30\/B32①\/B38\/B39\/B40\/B41\/B66\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eDL 256QAM\u003c\/td\u003e\n\u003ctd\u003eSupported\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eUL 2CA\u003c\/td\u003e\n\u003ctd\u003eIntra-band\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eUL 64QAM\u003c\/td\u003e\n\u003ctd\u003eSupported\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eUMTS\u003c\/td\u003e\n\u003ctd class=\"font-weight-bold\"\u003eWCDMA\u003c\/td\u003e\n\u003ctd\u003eB1\/B2\/B3\/B4\/B5\/B6\/B8\/B19\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eGNSS\u003c\/td\u003e\n\u003ctd class=\"font-weight-bold\"\u003e\u003c\/td\u003e\n\u003ctd\u003eGPS\/GLONASS\/BeiDou(COMPASS)\/Galileo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ci class=\"text-dark\"\u003eNotes: ①: For secondary component carrier only.\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light py-4 py-lg-5 x3000-rv-banner\"\u003e\n\u003cdiv class=\"row justify-content-center text-center\"\u003e\n\u003cdiv class=\"col-lg-7\"\u003e\n\u003ch2 class=\"font-weight-bold deployment-title\"\u003eRecreational Vehicles(RV) Deployment\u003c\/h2\u003e\n\u003cp\u003eSpitz AX is your reliable router on the road, working in an RV. Spitz AX allows you to access multiple WAN connectivity, switching easily between the WAN port, SIM cards, and Repeater. It has 6 external antennas to increase connectivity. When an amplifier is needed for extra stability of your internet services in remote locations, Spitz AX can connect to an extended GPS antenna or wired dome antenna of your choice. To secure your secured network gateway on a bumpy ride, you can easily deploy Spitz AX to your RV's interior walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"background-color: #dadfe5;\" class=\"pb-5\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center text-center\"\u003e\n\u003cdiv class=\"col-4 col-lg-4 px-lg-5\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_icon_switch-carriers.png\" class=\"img-fluid mb-3\"\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDual SIM for selecting the ISP with stronger connections\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-4 col-lg-4 px-lg-5\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_icon_wifi6.png\" class=\"img-fluid mb-3\"\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eFast Wi-Fi 6 connection for all the devices in the RVs\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-4 col-lg-4 px-lg-5\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_icon_secured.png\" class=\"img-fluid mb-3\"\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eSecure network when connecting to a public Wi-Fi\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-lg-7 text-center\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eReliable and Uninterrupted RV Internet\u003c\/h2\u003e\n\u003cp\u003eSpitz AX (GL-X3000) is equipped with advanced features, including Multi-WAN, Load-balancing, and Failover, to ensure RV users experience quality internet connections when traveling in both rural and urban areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv style=\"border-radius: 15px;\" class=\"col-lg-3 bg-white p-5 mx-2 my-2\"\u003e\u003ca style=\"text-decoration: none;\" href=\"https:\/\/docs.gl-inet.com\/router\/en\/4\/tutorials\/multi-wan\/\" class=\"text-dark\" target=\"_blank\"\u003e\u003cimg alt=\"Multi-WAN\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_icon_multi-wan.png\" class=\"img-fluid mb-3\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h4\u003e\n\u003ch6\u003eEnhanced Bandwidth and Network Stability\u003c\/h6\u003e\n\u003cp\u003eSpitz AX's Multi-WAN technology lets RV users utilize multiple connection methods, including Ethernet, Repeater, Cellular, and Tethering, at the same time, increasing the total bandwidth and staying connected when a single connection type is down.\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"border-radius: 15px;\" class=\"col-lg-3 bg-white p-5 mx-2 my-2\"\u003e\u003ca style=\"text-decoration: none;\" href=\"https:\/\/docs.gl-inet.com\/router\/en\/4\/tutorials\/multi-wan\/#load-balance\" class=\"text-dark\" target=\"_blank\"\u003e\u003cimg alt=\"Load-balancing\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_icon_load-balancing.png\" class=\"img-fluid mb-3\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eLoad-balancing\u003c\/h4\u003e\n\u003ch6\u003eOptimal Bandwidth Usage\u003c\/h6\u003e\n\u003cp\u003eSpitz AX's Load-balancing capabilities let users distribute bandwidth by custom proportion among multiple connection methods, prioritizing data consumption among preferred connection types, and minimizing network congestion.\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"border-radius: 15px;\" class=\"col-lg-3 bg-white p-5 mx-2 my-2\"\u003e\u003ca style=\"text-decoration: none;\" href=\"https:\/\/docs.gl-inet.com\/router\/en\/4\/tutorials\/multi-wan\/#failover\" class=\"text-dark\" target=\"_blank\"\u003e\u003cimg alt=\"Failover: Uninterrupted Connection\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_icon_failover.png\" class=\"img-fluid mb-3\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eFailover\u003c\/h4\u003e\n\u003ch6\u003eUninterrupted Connection\u003c\/h6\u003e\n\u003cp\u003eSpitz AX supports Network Failover and the option to configure Failover priorities among multiple connection methods. If the primary connection fails, the router will automatically switch to the next connection method without interruption.\u003c\/p\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid p-4 py-lg-5\" id=\"vpn\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n\u003cdiv class=\"text-dark\"\u003e\n\u003csub\u003e30+ VPN SERVICE PROVIDERS FOR YOUR SELECTION\u003c\/sub\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003eSecuring Your Internet In The Background\u003c\/h2\u003e\n\u003cp\u003eSpitz AX is pre-installed with OpenVPN and WireGuard® supporting 30+ VPN services. It automatically encrypts all network traffic within the connected network, including guest or client devices that are not capable of running VPN. Spitz AX can also host VPN servers and supports VPN Cascading, automatically forwarding data from its VPN server to the VPN client within the same device.\u003c\/p\u003e\n\u003cp\u003eWireGuard® is a registered trademark of Jason A.Donenfeld.\u003c\/p\u003e\n\u003cspan\u003eWireGuard\u003c\/span\u003e\n\u003cdiv class=\"progress vpn-speed-bar\"\u003e\n\u003cdiv aria-valuemax=\"100\" aria-valuemin=\"0\" aria-valuenow=\"100\" style=\"width: 100%;\" role=\"progressbar\" class=\"progress-bar progress-bar-striped progress-bar-animated x3000-bg-primary\"\u003eMax. 300Mbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cspan\u003eOpenVPN\u003c\/span\u003e\n\u003cdiv class=\"progress vpn-speed-bar\"\u003e\n\u003cdiv aria-valuemax=\"50\" aria-valuemin=\"0\" aria-valuenow=\"50\" style=\"width: 50%;\" role=\"progressbar\" class=\"progress-bar progress-bar-striped progress-bar-animated x3000-bg-secondary\"\u003eMax. 150Mbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px;\" class=\"py-3\"\u003e\n\u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-md-9 col-lg-6 col-xl-5\"\u003e\u003ca href=\"\/solutions\/vpn\/\" target=\"_blank\"\u003e \u003cimg alt=\"30+ Commercial VPN services provider\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" class=\"img-fluid\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light\"\u003e\n\u003cdiv class=\"row justify-content-end align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0 order-lg-2\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_network-storage.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 pt-3 pt-lg-0 mr-lg-5 order-lg-1\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eAccess Your Local Network Storage from Anywhere\u003c\/h2\u003e\n\u003cp\u003eOur local network storage feature supports SMB Protocol and WebDAV protocol. By plugging an external USB hard disc into the router, you can create a private network to store and share your documents. No matter for work or family, you can benefit from easy file access. Save space on your devices by storing photos and videos on the network.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"openwrt\" class=\"container-fluid bg-light\"\u003e\n\u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_scene_ui-demo.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 ml-lg-5 pt-3 pt-lg-0\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eRuns on OpenWrt 21.02 (Kernel version 5.4)\u003c\/h2\u003e\n\u003cp\u003eSpitz AX runs on GL.iNet's latest SDK4.0+ firmware and presents a user-friendly interface for common users to set up the router with minimal inputs, and an extended customization experience for advanced users to install plug-ins and applications. Spitz AX runs on GL.iNet's proprietary firmware based on OpenWrt (v21.02 Kernel version 5.4), supporting more than 5,000 ready-made plug-ins for customization. Simply browse, install, and manage packages with our no-code interface within the Admin Panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"project-tab py-lg-5\" id=\"tabs\"\u003e\n\u003cdiv style=\"max-width: 1500px;\" class=\"container-fluid\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003ch2 class=\"font-weight-bold text-center pb-3\"\u003eEveryday Scenario for Spitz AX\u003c\/h2\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv style=\"max-width: 350px;\" class=\"col-5 col-lg-3 bg-light p-2\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_scene_remote-office.jpg\" class=\"img-fluid\"\u003e\n\u003cdiv class=\"py-3 px-4\"\u003e\n\u003ch5 class=\"font-weight-bold pt-3\"\u003eRemote Work\u003c\/h5\u003e\n\u003cp\u003eVPN cascading for you to access your company’s local server remotely\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 350px;\" class=\"col-5 col-lg-3 bg-light p-2\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_rural-area.jpg\" class=\"img-fluid\"\u003e\n\u003cdiv class=\"py-3 px-4\"\u003e\n\u003ch5 class=\"font-weight-bold pt-3\"\u003eRural Areas\u003c\/h5\u003e\n\u003cp\u003eStable and long-range network connection using multi-WAN \u0026amp; antennas in your sizeable country house\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 350px;\" class=\"col-5 col-lg-3 bg-light p-2\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_scene_road-trip.jpg\" class=\"img-fluid\"\u003e\n\u003cdiv class=\"py-3 px-4\"\u003e\n\u003ch5 class=\"font-weight-bold pt-3\"\u003eRoad Trips\u003c\/h5\u003e\n\u003cp\u003eDual SIM cards to switch data services for your group in a snap\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 350px;\" class=\"col-5 col-lg-3 bg-light p-2\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_scene_co-working.jpg\" class=\"img-fluid\"\u003e\n\u003cdiv class=\"py-3 px-4\"\u003e\n\u003ch5 class=\"font-weight-bold pt-3\"\u003eCo-working space\u003c\/h5\u003e\n\u003cp\u003eSecure your confidential data and network speed while using public Wi-Fi Services\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"adguard-section\" class=\"container-fluid p-4 py-lg-5\"\u003e\n\u003cdiv class=\"text-center text-light\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eBlock Ads \u0026amp; Tracking for Free\u003c\/h2\u003e\n\u003cp\u003eAdGuard Home Ready on Router\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-5\"\u003e\u003cimg alt=\"AdGuard on admin panel\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/ax1800-campaign-adguard.png\" class=\"img-fluid shadow rounded\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"flex: 1;\" class=\"text-light\"\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-10\"\u003e\n\u003cdiv class=\"adguard-ban-icon\"\u003e\n\u003ch6\u003e\n\u003ci class=\"fa-solid fa-ban\"\u003e\u003c\/i\u003e Block ads for all client devices\u003c\/h6\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adguard-ban-icon\"\u003e\n\u003ch6\u003e\n\u003ci class=\"fa-solid fa-ban\"\u003e\u003c\/i\u003e Block online trackers and analytics by default\u003c\/h6\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adguard-ban-icon\"\u003e\n\u003ch6\u003e\n\u003ci class=\"fa-solid fa-ban\"\u003e\u003c\/i\u003e Block age-restricted content and services as needed\u003c\/h6\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-10  pt-3\"\u003e\n\u003cdiv class=\"adguard-tick-icon\"\u003e\n\u003ch6\u003e\n\u003ci class=\"fa-regular fa-circle-check\"\u003e\u003c\/i\u003e Customizable DNS filters\u003c\/h6\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adguard-tick-icon\"\u003e\n\u003ch6\u003e\n\u003ci class=\"fa-regular fa-circle-check\"\u003e\u003c\/i\u003e Keep sensitive online data safe\u003c\/h6\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adguard-tick-icon\"\u003e\n\u003ch6\u003e\n\u003ci class=\"fa-regular fa-circle-check\"\u003e\u003c\/i\u003e Enforce family browsing security\u003c\/h6\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid p-5 product-cloudflare-section\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-5 mr-lg-5 order-lg-2\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_webui4.0_cloudflare_v2.jpg\" class=\"img-fluid shadow\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-10 col-lg-5 pt-lg-0 pt-3 order-lg-1\"\u003e\n\u003cdiv class=\"text-dark float-left\"\u003e\n\u003csub\u003ePREVENT MAN-IN-THE-MIDDLE ATTACKS\u003c\/sub\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003eDNS over TLS \u0026amp; DNS over HTTPS\u003c\/h2\u003e\n\u003cp\u003eSpitz AX supports both DNS over TLS and DNS over HTTPS to enhance network privacy and security, providing users with the flexibility to choose between encryption depending on the network type. DNS over TLS uses encryption to secure DNS communications, while DNS over HTTPS uses the HTTPS protocol for an additional layer of security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-5\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_goodcloud_screen.png\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-10 col-lg-5\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eRemote Access and Management\u003c\/h2\u003e\n\u003cp\u003eSpitz AX comes with GL.iNet's \u003ca class=\"text-info\" href=\"\/solutions\/goodcloud\"\u003eGoodCloud\u003c\/a\u003e remote device \u0026amp; networks management platform, providing users with data usage monitoring and technical support services with remote access to the device admin panel for maintenance and troubleshooting. It also enables batch device management, firmware updates, analytics and notifications for status updates, enabling users to manage devices efficiently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-4 order-lg-2\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_interface.png\" class=\"img-fluid float-right\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-10 col-lg-5 order-lg-1\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eDFS Certification in US, CA, EU and UK\u003c\/h2\u003e\n\u003cp\u003eSpitz AX is approved to use DFS (Dynamic Frequency Selection), letting the router's 5GHz network use additional frequencies normally reserved by military, satellite, and weather radar applications. The selection of additional channels can lower network congestion under high density network environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-lg-4\"\u003e\u003cimg alt=\"Empowering IoT Connectivity with Customizable BLE, Thread, and Zigbee Integration\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/iot-protocols.png\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-lg-6 order-lg-1\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eEmpowering IoT Connectivity with Customizable BLE, Thread, and Zigbee Integration\u003c\/h2\u003e\n\u003cp\u003eThe Spitz AX offers IoT customization options including BLE, Thread, and Zigbee protocols. While customization is a key aspect of the Spitz AX, it is important to note that this feature is \u003cb\u003eexclusively available for bulk orders\u003c\/b\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_certified.jpg'); background-size: cover; height: 38rem; background-position: right center;\" class=\"container-fluid p-4 py-lg-5\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-start\"\u003e\n\u003cdiv class=\"col-lg-7 mt-5 pt-lg-5\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eCarrier Certified IoT Device\u003c\/h2\u003e\n\u003cp\u003eSpitz AX is certified by T-Mobile and AT\u0026amp;T under the IoT device category, and is therefore compatible with these network providers. Spitz AX’s IoT application is supported and interoperable with these network infrastructures, ensuring seamless connectivity and reducing the risk of connectivity issues.\u003c\/p\u003e\n\u003ca href=\"https:\/\/www.t-mobile.com\/business\/solutions\/iot\/device-certification\" target=\"_blank\"\u003e \u003cimg style=\"border-radius: 10px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/logo_t-mobile.png\" class=\"img-fluid x3000-certified-logo\"\u003e \u003c\/a\u003e \u003cimg style=\"border-radius: 10px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/logo_att.png\" class=\"img-fluid x3000-certified-logo ml-3\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light\"\u003e\n\u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0\"\u003e\u003cimg alt=\"Compatible with GL.iNet eSIM Solution\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_esim.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 ml-lg-5 pt-3\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eCompatible with GL.iNet eSIM Solution\u003c\/h2\u003e\n\u003cp\u003eExperience seamless connectivity with the Spitz AX, fully compatible with GL.iNet’s advanced eSIM solution, which supports both physical eSIM cards and integrated eSIM chips. eSIMs can be programmed remotely, offering unmatched convenience, flexibility, space-saving, and enhanced security. For consumers, this means effortlessly switching networks and avoiding roaming charges, while businesses benefit from centralized management, multi-device support, and secure data management.\u003c\/p\u003e\n\u003cdiv class=\"row my-4\"\u003e\u003ca href=\"\/products\/esim-experience-seamless-connectivity-with-gl-inet-esim\/\" class=\"btn btn-round btn-outline-dark\"\u003eLearn More\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl py-4 py-lg-5 table-responsive-sm\"\u003e\n\u003ch2 class=\"font-weight-bold text-center\"\u003eModel Comparison\u003c\/h2\u003e\n\u003ctable class=\"table center\"\u003e\n\u003cthead\u003e\n\u003ctr class=\"table-borderless text-center\"\u003e\n\u003cth style=\"width: 25rem;\" scope=\"col\"\u003e\n\u003ca href=\"\/products\/spitz-gl-x750v2-smart-wifi-dual-band-router-4g-lte\"\u003e\u003cimg width=\"250\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_x750v2.jpg\"\u003e\u003c\/a\u003e\u003cbr\u003eSpitz \/ GL-X750V2\u003cbr\u003e4G LTE Smart Router\u003c\/th\u003e\n\u003cth style=\"width: 15rem;\" scope=\"col\"\u003e\n\u003ch3\u003eVS\u003c\/h3\u003e\n\u003c\/th\u003e\n\u003cth style=\"width: 25rem;\" scope=\"col\"\u003e\n\u003cimg width=\"250\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_x3000.jpg\"\u003e\u003cbr\u003eSpitz AX \/ GL-X3000\u003cbr\u003eWi-Fi 6 4G\/5G Router\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eQCA9531, @650MHz\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eCPU\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMediaTek Dual-core, @1.3GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eDDR2 128MB \/ NOR Flash 16MB\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eMemory \/ Storage\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eDDR4 512 MB \/ EMMC 8GB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eIEEE 802.11a\/b\/g\/n\/ac\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eProtocol\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eIEEE 802.11a\/b\/g\/n\/ac\/ax\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e300Mbps (2.4GHz), 433Mbps (5GHz)\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eWi-Fi Speed\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e574Mbps (2.4GHz), 2402Mbps (5GHz)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e10\/100Mbps\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4; vertical-align: middle;\" class=\"text-white\" scope=\"row\"\u003eEthernet Speed\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center; vertical-align: middle;\"\u003eWAN Port: 10\/100\/1000\/2500Mbps\u003cbr\u003eLAN Port: 10\/100\/1000Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e1 x WAN, 1 x LAN\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eEthernet Ports\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e1 x 2.5Gbps WAN, 1 x LAN\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eMax.512GB\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eTF Card Slot\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMax.1TB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e1 x Micro SIM card slot\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eSIM Card Slot\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e2 x Nano SIM card slot\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eMax.10Mbps\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eOpenVPN (Via Ethernet)\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMax.150Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eMax. 38Mbps\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eWireGuard® (Via Ethernet)\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMax. 300Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv style=\"font-size: 14px;\" class=\"text-left\"\u003e\n\u003ci\u003e* Tests conducted on a Local Network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Reviews from Youtubers --\u003e\n\u003csection class=\"container-fluid bg-light px-0 px-md-4 py-4 py-lg-5\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"font-weight-bold pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"youtube-playlist-container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv id=\"ytvideoPlayer\"\u003e\u003ciframe style=\"max-width: 100%;\" src=\"https:\/\/www.youtube.com\/embed\/VV9KFtr9300\" id=\"playlistVideo\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv id=\"ytplaylist\"\u003e\n\u003ch5 class=\"text-light text-center py-3\"\u003eSpitz AX (GL-X3000) Reviews \u003cspan id=\"ytListBtn\"\u003e \u003ci class=\"fa fa-chevron-down\" id=\"ytListBtnIcon\"\u003e\u003c\/i\u003e \u003c\/span\u003e\n\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cimg alt=\"Ultimate RV Internet Setup: Triple WAN Router Changes Everything\" src=\"https:\/\/img.youtube.com\/vi\/gRZ4j-mXbEQ\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eUltimate RV Internet Setup: Triple WAN Router Changes Everything\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Why You Need a New Internet Gateway\" src=\"https:\/\/img.youtube.com\/vi\/VV9KFtr9300\/hqdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eWhy You Need a New Internet Gateway\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Take your WiFi with you! GL.iNet Beryl AX \u0026amp; Spitz AX\" src=\"https:\/\/img.youtube.com\/vi\/nLQesL0DSR4\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eTake your WiFi with you! GL.iNet Beryl AX \u0026amp; Spitz AX\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"THE ULTIMATE MOBILE INTERNET SETUP?\" src=\"https:\/\/img.youtube.com\/vi\/Nt2JMU2kGWM\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eTHE ULTIMATE MOBILE INTERNET SETUP?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Our 5G Campervan WiFi Setup - With the GL.iNet Spitz AX Router (GL-X3000)\" src=\"https:\/\/img.youtube.com\/vi\/7Qvqxs6YOIM\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eOur 5G Campervan WiFi Setup - With the GL.iNet Spitz AX Router (GL-X3000)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Don’t buy 5G Netgear M6 or RUTX50 without watching this first! Spitz AX GL-X3000 5G Router Review\" src=\"https:\/\/img.youtube.com\/vi\/584LyEDFdiY\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eDon’t buy 5G Netgear M6 or RUTX50 without watching this first! Spitz AX GL-X3000 5G Router Review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"AX Spitz 5G Router Review\" src=\"https:\/\/img.youtube.com\/vi\/bmmZ__XLIgg\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eAX Spitz 5G Router Review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Gl.INet GL-X3000NR overview\" src=\"https:\/\/img.youtube.com\/vi\/9JavHdbry9E\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGl.INet GL-X3000NR overview\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Notre solution INTERNET et WIFI dans notre camping-car !!! GL-X3000 SPITZ AX\" src=\"https:\/\/img.youtube.com\/vi\/9Sn4wEYhEnY\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eNotre solution INTERNET et WIFI dans notre camping-car !!! GL-X3000 SPITZ AX\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"MOBILE INTERNET Woes - New 5G Upgrade: Has it fixed it?\" src=\"https:\/\/img.youtube.com\/vi\/Qol9WtfVSMY\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eMOBILE INTERNET Woes - New 5G Upgrade: Has it fixed it?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mt-2\"\u003e\u003ca href=\"https:\/\/youtube.com\/playlist?list=PLWQT710fjyEbUk2ik2w4PIVK7PBGIdZjS\u0026amp;feature=shared\" class=\"btn btn-outline-light btn-block\" target=\"_blank\"\u003eView More\u003c\/a\u003e\u003c\/div\u003e\n\u003cul id=\"ytPlayListUl\"\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"background-image: linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.7)),url('https:\/\/static.gl-inet.com\/www\/images\/influencers\/beta-testing_bg.jpg'); background-size: cover; background-position: bottom;\" class=\"container-fluid bg-dark py-lg-3\"\u003e\n\u003cdiv class=\"customer-review-container container\"\u003e\n\u003ch2 class=\"font-weight-bold text-center text-light py-3\"\u003eWhat Our Beta Testers are Saying\u003c\/h2\u003e\n\u003cdiv style=\"min-height: 15rem;\" data-ride=\"carousel\" class=\"carousel slide p-3\" id=\"word\"\u003e\n\u003cdiv style=\"border-radius: 15px;\" class=\"carousel-inner text-left text-dark\"\u003e\n\u003cdiv id=\"word1\" style=\"min-height: 300px;\" class=\"carousel-item bg-light p-5 active\"\u003e\n\u003ci class=\"fa fa-quote-left fa-2x px-lg-4 mx-lg-4 text-secondary\"\u003e\u003c\/i\u003e\n\u003cp class=\"px-lg-5 mx-lg-5\"\u003eI truly think that this device is absolutely amazing, I was able to have a good 5G connection inside my home where my iPhone is barely able to connect to the network.\u003c\/p\u003e\n\u003ch6 class=\"px-lg-5 mx-lg-5 text-dark font-weight-bold text-muted mt-3\"\u003ePiero Cafa\u003c\/h6\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"word2\" style=\"min-height: 300px;\" class=\"carousel-item bg-light p-5\"\u003e\n\u003ci class=\"fa fa-quote-left fa-2x px-lg-4 mx-lg-4 text-secondary\"\u003e\u003c\/i\u003e\n\u003cp class=\"px-lg-5 mx-lg-5\"\u003eThis device is what I have been waiting for! I did change the IMEI number to that of my iPad so the device would appear as an iPad on the T-Mobile account page. I am running the T-Mobile Business Data Line for $10\/month which already includes taxes and fees. I didn't have to adjust any other settings just popped in the SIM Card, click auto setup inside the router interface and it started working! The speeds are more than what i am getting with my T-Mobile Home Internet $30\/month plan.\u003c\/p\u003e\n\u003ch6 class=\"px-lg-5 mx-lg-5 text-dark font-weight-bold text-muted mt-3\"\u003eRichard Mendoza\u003c\/h6\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca data-slide=\"prev\" role=\"button\" href=\"#word\" class=\"carousel-control-prev\"\u003e \u003cspan aria-hidden=\"true\" class=\"carousel-control-prev-icon text-dark\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e \u003c\/a\u003e \u003ca data-slide=\"next\" role=\"button\" href=\"#word\" class=\"carousel-control-next\"\u003e \u003cspan aria-hidden=\"true\" class=\"carousel-control-next-icon text-dark\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\" class=\"product-specs-section py-4 py-lg-5 text-center\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_5gnr.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_5gnr.png\"\u003e \u003cimg alt=\"5G NR Module\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_5gnr.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003e*5G NR\u003cbr\u003eModule\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_iot.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_iot.png\"\u003e \u003cimg alt=\"IoT\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_iot.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003e\n\u003csup\u003e#\u003c\/sup\u003eIoT\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\"\u003e \u003cimg alt=\"OpenWrt Pre-installed\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\"\u003e \u003cimg alt=\"Wi-Fi 6\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 6\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\"\u003e \u003cimg alt=\"VPN Client\/Server\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\"\u003e \u003cimg alt=\"AdGuard\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eAdGuard\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_mumimo.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_mumimo.png\"\u003e \u003cimg alt=\"MU-MIMO\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_mumimo.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eMU-MIMO\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\"\u003e \u003cimg alt=\"DFS\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDFS\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-center mt-4\"\u003e\n\u003ci\u003e* The Spitz AX is available in two versions: 4G LTE (CAT16) and 5G NR (CAT19).\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e\u003csup\u003e#\u003c\/sup\u003e Customization options are also available for bulk orders.\u003c\/i\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-center mt-4\"\u003e\u003ci\u003eThe cellular feature in Spitz AX (GL-X3000) is restricted in Russia, Belarus, Cuba, Iran, North Korea, Syria, and the Crimean Peninsula due to modem limitations.\u003c\/i\u003e\u003c\/div\u003e\n\u003c\/section\u003e","brand":"GL.iNet","offers":[{"title":"Default Title","offer_id":48534766027029,"sku":"GL-X3000-C19-4PX-EU","price":327.72,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/1-shopify_x3000-5g_main_v2_d7619c3e-fa64-4f44-8b4d-1e341ee22b1d.jpg?v=1726216248"},{"product_id":"puli-ax-xe3000-wi-fi-6-5g-cellular-router-with-battery","title":"Puli AX (GL-XE3000) | Wi-Fi 6 5G Cellular Router with Battery","description":"\u003cp\u003e\u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\" rel=\"stylesheet\"\u003e \u003cscript referrerpolicy=\"no-referrer\" crossorigin=\"anonymous\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\"\u003e\u003c\/script\u003e \u003cscript referrerpolicy=\"no-referrer\" crossorigin=\"anonymous\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" defer\u003e\u003c\/script\u003e \u003clink referrerpolicy=\"no-referrer\" crossorigin=\"anonymous\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" rel=\"stylesheet\"\u003e \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\" rel=\"stylesheet\"\u003e \u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\"\u003e\u003c\/script\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    html,\n    body {\n        overflow-x: hidden\n    }\n\n    @media (min-width: 1441px) {\n        .tiny-slider-x2000-review h5 {\n            font-size: 16px !important;\n        }\n\n        .tab-panel {\n            padding: 0;\n        }\n    }\n\n\n    .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700;\n    }\n    .btn-dark {\n    color: #fff;\n    background-color: #222;\n    border-color: #222;\n}\n\n    .btn-outline-dark {\n    color: #222;\n    border-color: #222;\n}\n\n    .btn-info {\n        color: #fff;\n        background-color: #17a2b8;\n        border-color: #17a2b8;\n    }\n\n\n    #accordion .panel-title a {\n        display: block;\n        font-size: 16px;\n        font-weight: 700;\n        color: rgb(255, 255, 255);\n        letter-spacing: 1px;\n        position: relative;\n        padding: 20px 30px;\n        margin: 0px;\n        background: rgb(27, 72, 139);\n        border-width: initial;\n        border-style: none;\n        border-color: initial;\n        border-image: initial;\n        border-radius: 5px;\n\n        @media (max-width: 430px) {\n            padding: 20px 10px;\n        }\n    }\n\n    #accordion .panel-title a::before,\n    #accordion .panel-title a.collapsed::before {\n        content: \"\";\n        font-family: \"font awesome 5 free\";\n        width: 30px;\n        height: 30px;\n        line-height: 27px;\n        text-align: center;\n        font-size: 25px;\n        font-weight: 900;\n        color: rgb(255, 255, 255);\n        position: absolute;\n        top: 15px;\n        right: 30px;\n        transform: rotate(0deg);\n        transition: 0.4s cubic-bezier(0.08, 1.09, 0.32, 1.275);\n\n        @media (max-width: 430px) {\n            right: 10px;\n        }\n    }\n\n    #youtube-playlist-container {\n        display: flex;\n        flex-direction: column;\n        \/* Stack items vertically *\/\n        align-items: center;\n        \/* Center items horizontally *\/\n    }\n\n    \/* Style for the video player container *\/\n    #playlistVideo {\n        width: 100%;\n        \/* Set width to 100% for responsiveness *\/\n        width: 660px;\n        \/* Set a maximum width for larger screens *\/\n        margin: 0 auto;\n        \/* Center the player horizontally *\/\n        height: 520px;\n    }\n\n    @media only screen and (max-width: 767px) {\n        #playlistVideo {\n            width: 450px;\n            \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n            max-width: none;\n            \/* Remove max-width for mobile responsiveness *\/\n            margin: 0;\n            \/* Remove any margin for mobile responsiveness *\/\n            height: 320px;\n        }\n    }\n\n    #ytplaylist {\n        overflow-y: auto;\n        \/* Enable vertical scrolling *\/\n        white-space: nowrap;\n        \/* Prevent items from wrapping to the next line *\/\n        display: flex;\n        flex-direction: column;\n        \/* Align items vertically *\/\n        background-color: black;\n        \/* Set background color to black *\/\n        padding: 20px;\n        \/* Add padding for better appearance *\/\n        max-height: 520px;\n        \/* Set max-height to the same value as the video player's height *\/\n    }\n\n    \/* Style for each playlist item *\/\n    #ytplaylist li {\n        list-style: none;\n        \/* Remove list-style points *\/\n        text-align: left;\n        margin-bottom: 10px;\n        display: flex;\n        align-items: center;\n        \/* Align items vertically *\/\n        transition: background-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for background color *\/\n    }\n\n    \/* Style for the playlist item on hover *\/\n    #ytplaylist li:hover {\n        background-color: #333;\n        \/* Change background color on hover *\/\n        border-radius: 15px;\n    }\n\n    \/* Style for the thumbnail images *\/\n    #ytplaylist img {\n        cursor: pointer;\n        border: 2px solid #ddd;\n        \/* Add a border to make it visually distinct *\/\n        border-radius: 8px;\n        transition: border-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect *\/\n        margin-right: 10px;\n        \/* Add margin to separate image and title *\/\n        width: 150px;\n        \/* Set the image width *\/\n    }\n\n    \/* Style for the thumbnail images on hover *\/\n    #ytplaylist img:hover {\n        border-color: #555;\n        \/* Change border color on hover *\/\n    }\n\n    \/* Style for the video title container *\/\n    #ytplaylist .title-container {\n        max-width: 250px;\n        \/* Set the maximum width for the title container *\/\n        width: 100%;\n        \/* Ensure it takes up the available width *\/\n        white-space: normal;\n        \/* Allow text to break into multiple lines *\/\n    }\n\n    \/* Style for the video title *\/\n    #ytplaylist .video-title {\n        font-size: 14px;\n        color: white;\n        \/* Set text color to white *\/\n        transition: color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for text color *\/\n        text-align: left;\n        \/* Align text to the left *\/\n    }\n\n    \/* Style for the video title on hover *\/\n    #ytplaylist li:hover .video-title {\n        color: #fff;\n        \/* Change text color on hover *\/\n    }\n\n    .text-xe3000 {\n        font-size: 1.5rem;\n        color: #392391;\n    }\n\n    .xe3000-bg-primary {\n        background-color: #392391 !important;\n    }\n\n    .xe3000-bg-secondary {\n        background-color: #190a57 !important;\n    }\n\n    .btn-round-xe3000 {\n        background-color: #392391;\n        color: #FFF!important;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n    }\n\n    .btn-round-xe3000:hover {\n        background-color: #FFF;\n        color: #392391!important;\n        border-color: #392391;\n    }\n\n\n    #mailchimp-xe3000 input {\n     border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n\n        @include media-breakpoint-down(xs) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n        }\n\n    }\n\n    #mailchimp-xe3000 input.email {\n        background: #fff;\n    }\n\n    #mailchimp-xe3000 input[type=\"submit\"] {\n        background: #4f32c5;\n        color: #fff;\n        cursor: pointer;\n        font-size: 15px;\n        width: 135px;\n        height: 50px;\n        padding: 8px 3px;\n        border-radius: 0px 25px 25px 0px;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @include media-breakpoint-down(xs) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 13px;\n        }\n    }\n.p-5 {\n    padding: 3rem!important\n}\n\n.pt-5,.py-5 {\n    padding-top: 3rem!important\n}\n\n.pr-5,.px-5 {\n    padding-right: 3rem!important\n}\n\n.pb-5,.py-5 {\n    padding-bottom: 3rem!important\n}\n\n.pl-5,.px-5 {\n    padding-left: 3rem!important\n}\n\n\n    #mailchimp-xe3000 input[type=\"submit\"]:hover {\n        background-color: #4028a0;\n        color: #FFF;\n    }\n\u003c\/style\u003e\n\u003csection class=\"container-fluid gl-banner-top p-4\" style=\"background: linear-gradient(97deg, rgba(6,126,189,1) 0%, rgba(47,46,113,1) 26%, rgba(49,33,105,1) 63%, rgba(94,61,108,1) 100%);\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-lg-4\"\u003e\u003cimg class=\"img-fluid float-right\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_main.png\" alt=\"Puli AX (GL-XE3000)\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-lg-6 px-3 mt-5 pt-lg-5\"\u003e\n\u003cdiv class=\"text-light text-left\"\u003e\n\u003csub\u003eGL-XE3000 Secure Remote VPN Connectivity\u003c\/sub\u003e\n\u003ch1 class=\"font-weight-bold\"\u003eMEET Puli AX\u003c\/h1\u003e\n\u003ch3\u003eWi-Fi 6 5G Cellular Router with Battery\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n\u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n\u003cdiv class=\"text-dark\"\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003ePortable Wi-Fi 6 5G NR Router\u003c\/h2\u003e\n\u003cp\u003ePuli AX (GL-XE3000) is the ultimate Wi-Fi 6 5G Cellular Router that takes your internet speed to the next level! With a powerful built-in 6400mAh\/7.4V\/47.4Wh battery, you can now enjoy uninterrupted internet connectivity for even longer periods. Experience lightning-fast Wi-Fi speeds of up to 574Mbps (2.4GHz) and 2402Mbps (5GHz), with a combined maximum Wi-Fi speed of 3000Mbps. It is equipped with a 5G NR cellular connection, ensuring reliable Internet connectivity, even in the event of an Ethernet failure.\u003c\/p\u003e\n\u003chr\u003e\n\u003cdiv style=\"font-size: 15px;\"\u003e\n\u003cspan\u003eMax. \u003cspan class=\"txt-lg text-xe3000\"\u003e574\u003c\/span\u003e Mbps (2.4GHz) + \u003cspan class=\"txt-lg text-xe3000\"\u003e2402\u003c\/span\u003e Mbps (5GHz) Fast Wi-Fi Speeds\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eOpenVPN speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-xe3000\"\u003e 150\u003c\/span\u003e\u003cspan\u003e Mbps; WireGuard speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-xe3000\"\u003e 300\u003c\/span\u003e\u003cspan\u003e Mbps\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"txt-lg text-xe3000\"\u003eDual-SIM, Single Modem\u003cbr\u003e\u003cspan\u003eBuilt-in \u003cspan class=\"txt-lg text-xe3000\"\u003e6400mAh\/7.4V\/47.4Wh battery\u003c\/span\u003e\u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"btn btn-round btn-round-xe3000 mt-3 mr-3\" href=\"#specs\"\u003eLearn More\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n\u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n\u003col class=\"carousel-indicators\"\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"carousel-inner\"\u003e\n\u003cdiv class=\"carousel-item active\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_1.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_1.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_1.jpg\" alt=\"Puli AX \/ GL-XE3000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_2.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_2.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_2.jpg\" alt=\"Puli AX \/ GL-XE3000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_3.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_3.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_3.jpg\" alt=\"Puli AX \/ GL-XE3000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_4.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_4.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_4.jpg\" alt=\"Puli AX \/ GL-XE3000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_5.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_5.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_5.jpg\" alt=\"Puli AX \/ GL-XE3000\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"frequency-bands\" style=\"background-color: #f7f7f7;\"\u003e\n\u003cdiv class=\"container py-5\"\u003e\n\u003cdiv class=\"panel-group\" id=\"accordion\" role=\"tablist\" aria-multiselectable=\"true\"\u003e\n\u003cdiv class=\"panel panel-default\"\u003e\n\u003cdiv class=\"panel-heading\" role=\"tab\" id=\"headingOne\"\u003e\n\u003ch4 class=\"panel-title\"\u003e\u003ca role=\"button\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\"\u003e Puli AX (GL-XE3000NR) 5G NR Frequency Bands \u003c\/a\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"collapseOne\" class=\"panel-collapse collapse show\" role=\"tabpanel\" aria-labelledby=\"headingOne\"\u003e\n\u003cdiv class=\"panel-body\"\u003e\n\u003ctable class=\"table table-sm table-responsive-sm\"\u003e\n\u003cthead class=\"thead-light\"\u003e\n\u003ctr\u003e\n\u003cth class=\"font-weight-bold\" colspan=\"3\"\u003eModule: RM520N-GL\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd rowspan=\"2\" class=\"font-weight-bold\" style=\"width: 70px;\"\u003e5G NR\u003c\/td\u003e\n\u003ctd class=\"font-weight-bold\" style=\"width: 80px;\"\u003eNSA\u003c\/td\u003e\n\u003ctd\u003en1\/ 2\/ 3\/ 5\/ 7\/ 8\/ 12\/ 13\/ 14\/ 18\/ 20\/ 25\/ 26\/ 28\/ 29\/ 30\/ 38\/ 40\/ 41\/ 48\/ 66\/ 70\/ 71\/ 75\/ 76\/ 77\/ 78\/ 79\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eSA\u003c\/td\u003e\n\u003ctd class=\"tg-esl7\"\u003en1\/ 2\/ 3\/ 5\/ 7\/ 8\/ 12\/ 13\/ 14\/ 18\/ 20\/ 25\/ 26\/ 28\/ 29\/ 30\/ 38\/ 40\/ 41\/ 48\/ 66\/ 70\/ 71\/ 75\/ 76\/ 77\/ 78\/ 79\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\" rowspan=\"3\"\u003eLTE\u003c\/td\u003e\n\u003ctd class=\"font-weight-bold\"\u003eLTE-FDD\u003c\/td\u003e\n\u003ctd\u003eB1\/ 2\/ 3\/ 4\/ 5\/ 7\/ 8\/ 12\/ 13\/ 14\/ 17\/ 18\/ 19\/ 20\/ 25\/ 26\/ 28\/ 29\/ 30\/ 32\/ 66\/ 71\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eLTE-TDD\u003c\/td\u003e\n\u003ctd\u003eB34\/ 38\/ 39\/ 40\/ 41\/ 42\/ 43\/ 48\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eLAA\u003c\/td\u003e\n\u003ctd\u003eB46\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eUMTS\u003c\/td\u003e\n\u003ctd class=\"font-weight-bold\"\u003eWCDMA\u003c\/td\u003e\n\u003ctd\u003eB1\/ 2\/ 4\/ 5\/ 8\/ 19\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eGNSS\u003c\/td\u003e\n\u003ctd class=\"font-weight-bold\"\u003e\u003c\/td\u003e\n\u003ctd\u003eGPS\/ GLONASS\/ BDS\/ Galileo\/ QZSS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-lg-7 text-center\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eReliable and Uninterrupted Internet\u003c\/h2\u003e\n\u003cp\u003ePuli AX (GL-XE3000) is equipped with advanced features, including Multi-WAN, Load-balancing, and Failover, to ensure users experience quality internet connections when traveling in both rural and urban areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-lg-3 bg-light p-4 mx-2 my-2\" style=\"border-radius: 15px; max-width: 300px;\"\u003e\n\u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_icon_dual-sim.png\" alt=\"Dual-SIM\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eDual-SIM Standby\u003c\/h4\u003e\n\u003ch6\u003eDual-SIM for ISP selection\u003c\/h6\u003e\n\u003cp\u003ePuli AX has a dual-SIM slot design, allowing it to connect to the ISP with a stronger connection. The design ensures that the network connection is always available \u0026amp; reliable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-lg-3 bg-light p-4 mx-2 my-2\" style=\"border-radius: 15px; max-width: 300px;\"\u003e\n\u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_icon_multi-wan.png\" alt=\"Multi-WAN\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h4\u003e\n\u003ch6\u003eEnhanced Bandwidth and Network Stability\u003c\/h6\u003e\n\u003cp\u003ePuli AX's Multi-WAN technology lets users utilize multiple connection methods, including Ethernet, Repeater, Cellular, and Tethering, at the same time, increasing the total bandwidth and staying connected when a single connection type is down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-lg-3 bg-light p-4 mx-2 my-2\" style=\"border-radius: 15px; max-width: 300px;\"\u003e\n\u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_icon_load-balancing.png\" alt=\"Load-balancing\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eLoad-balancing\u003c\/h4\u003e\n\u003ch6\u003eOptimal Bandwidth Usage\u003c\/h6\u003e\n\u003cp\u003ePuli AX's Load-balancing capabilities let users distribute bandwidth by custom proportion among multiple connection methods, prioritizing data consumption among preferred connection types, and minimizing network congestion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-lg-3 bg-light p-4 mx-2 my-2\" style=\"border-radius: 15px; max-width: 300px;\"\u003e\n\u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_icon_failover.png\" alt=\"Failover: Uninterrupted Connection\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eFailover\u003c\/h4\u003e\n\u003ch6\u003eUninterrupted Connection\u003c\/h6\u003e\n\u003cp\u003ePuli AX supports Network Failover and the option to configure Failover priorities among multiple connection methods. If the primary connection fails, the router will automatically switch to the next connection method without interruption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid\" style=\"background-color: #f4f4f4;\"\u003e\n\u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_battery.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 ml-lg-5 pt-3 pt-lg-0\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eSmart Charging \u0026amp; Battery Protection\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eTemperature control: Automatically stops charging at extreme temperatures (≤0°C or ≥50°C), resumes when safe.\u003c\/li\u003e\n\u003cli\u003eEfficient charging management: Auto-stops after full charge to protect the battery.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"vpn\" class=\"container-fluid p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n\u003cdiv class=\"text-dark\"\u003e\n\u003csub\u003e30+ VPN SERVICE PROVIDERS FOR YOUR SELECTION\u003c\/sub\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003eSecuring Your Internet In The Background\u003c\/h2\u003e\n\u003cp\u003ePuli AX is pre-installed with OpenVPN and WireGuard® supporting 30+ VPN services. It automatically encrypts all network traffic within the connected network, including guest or client devices that are not capable of running VPN. Puli AX can also host VPN servers and supports VPN Cascading, automatically forwarding data from its VPN server to the VPN client within the same device.\u003c\/p\u003e\n\u003cp\u003eWireGuard® is a registered trademark of Jason A.Donenfeld.\u003c\/p\u003e\n\u003cspan\u003eWireGuard\u003c\/span\u003e\n\u003cdiv class=\"progress vpn-speed-bar\"\u003e\n\u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated xe3000-bg-primary\" role=\"progressbar\" style=\"width: 100%;\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003eMax. 300Mbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cspan\u003eOpenVPN\u003c\/span\u003e\n\u003cdiv class=\"progress vpn-speed-bar\"\u003e\n\u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated xe3000-bg-secondary\" role=\"progressbar\" style=\"width: 50%;\" aria-valuenow=\"50\" aria-valuemin=\"0\" aria-valuemax=\"50\"\u003eMax. 150Mbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"py-3\" style=\"font-size: 13px;\"\u003e\n\u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-md-9 col-lg-6 col-xl-5\"\u003e\u003ca href=\"\/pages\/maintain-your-home-ip\" target=\"_blank\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" alt=\"30+ Commercial VPN services provider\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light\" id=\"openwrt\"\u003e\n\u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/x3000_scene_ui-demo.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 ml-lg-5 pt-3 pt-lg-0\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eRuns on OpenWrt 21.02 (Kernel version 5.4)\u003c\/h2\u003e\n\u003cp\u003ePuli AX runs on GL.iNet's latest SDK4.0+ firmware and presents a user-friendly interface for common users to set up the router with minimal inputs, and an extended customization experience for advanced users to install plug-ins and applications. Puli AX runs on GL.iNet's proprietary firmware based on OpenWrt (v21.02 Kernel version 5.4), supporting more than 5,000 ready-made plug-ins for customization. Simply browse, install, and manage packages with our no-code interface within the Admin Panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid\"\u003e\n\u003cdiv class=\"row justify-content-end align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0 order-lg-2\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_esim.jpg\" alt=\"Compatible with GL.iNet eSIM Solution\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 pt-3 pt-lg-0 mr-lg-5 order-lg-1\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eCompatible with GL.iNet eSIM Solution\u003c\/h2\u003e\n\u003cp\u003eExperience seamless connectivity with the Puli AX, fully compatible with GL.iNet’s advanced eSIM solution, which supports both physical eSIM cards and integrated eSIM chips. eSIMs can be programmed remotely, offering unmatched convenience, flexibility, space-saving, and enhanced security. For consumers, this means effortlessly switching networks and avoiding roaming charges, while businesses benefit from centralized management, multi-device support, and secure data management.\u003c\/p\u003e\n\u003cdiv class=\"row mt-4\"\u003e\u003ca class=\"btn btn-round btn-outline-dark\" href=\"\/products\/esim-experience-seamless-connectivity-with-gl-inet-esim\"\u003eLearn More\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid\"\u003e\n\u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_scene_1.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 pt-3 pt-lg-0 ml-lg-5\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eDFS Certification in US, CA, EU and UK\u003c\/h2\u003e\n\u003cp\u003ePuli AX is approved to use DFS (Dynamic Frequency Selection), letting the router's 5GHz network use additional frequencies normally reserved by military, satellite, and weather radar applications. The selection of additional channels can lower network congestion under high density network environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-5 order-lg-2\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-xe3000\/xe3000_goodcloud_screen.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-10 col-lg-5 order-lg-1\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eRemote Access and Management\u003c\/h2\u003e\n\u003cp\u003ePuli AX comes with GL.iNet's GoodCloud remote device management platform, providing users with data usage monitoring and technical support services with remote access to the device admin panel for maintenance and troubleshooting. It also enables batch device management, firmware updates, analytics and notifications for status updates, enabling users to manage devices efficiently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl py-4 py-lg-5 table-responsive-sm\"\u003e\n\u003ch2 class=\"font-weight-bold text-center\"\u003eModel Comparison\u003c\/h2\u003e\n\u003ctable class=\"table center\"\u003e\n\u003cthead\u003e\n\u003ctr class=\"table-borderless text-center\"\u003e\n\u003cth scope=\"col\" style=\"width: 25rem;\"\u003e\n\u003ca href=\"https:\/\/store-us.gl-inet.com\/products\/us-local-delivery-puli-gl-xe300-eg25-g-version\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_xe300.jpg\" width=\"250\"\u003e\u003c\/a\u003e\u003cbr\u003ePuli \/ GL-XE300\u003cbr\u003e4G LTE Smart Router\u003c\/th\u003e\n\u003cth scope=\"col\" style=\"width: 15rem;\"\u003e\n\u003ch3\u003eVS\u003c\/h3\u003e\n\u003c\/th\u003e\n\u003cth scope=\"col\" style=\"width: 25rem;\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_xe3000.jpg\" width=\"250\"\u003e\u003cbr\u003ePuli AX \/ GL-XE3000\u003cbr\u003eWi-Fi 6 5G Router\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eQualcomm Atheros, @650MHz\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eCPU\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMediaTek Dual-core, @1.3GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eDDR2 128MB \/ NOR Flash 16MB + NAND Flash 128MB\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eMemory \/ Storage\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eDDR4 512MB \/ eMMC 8GB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eIEEE 802.11b\/g\/n\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eProtocol\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eIEEE 802.11a\/b\/g\/n\/ac\/ax\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e300Mbps (2.4GHz)\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eWi-Fi Speed\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e574Mbps (2.4GHz), 2402Mbps (5GHz)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e10\/100Mbps\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4; vertical-align: middle;\"\u003eEthernet Speed\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center; vertical-align: middle;\"\u003eWAN Port: 10\/100\/1000\/2500Mbps\u003cbr\u003eLAN Port: 10\/100\/1000Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e1 x WAN, 1 x LAN\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eEthernet Ports\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e1 x 2.5Gbps WAN, 1 x LAN\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eType-C, 5V\/2A\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003ePower Port\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003carticle class=\"4ever-article\" data-clipboard-cangjie='[\"root\",{},[\"p\",{\"uuid\":\"mji9ad5nt3y6hzgl2j\"},[\"span\",{\"data-type\":\"text\"},[\"span\",{\"sz\":12,\"szUnit\":\"pt\",\"color\":\"rgb(0, 0, 0)\",\"data-type\":\"leaf\"},\"DC5521, 12V\/2.5A (5.5*2.1mm) [default adapter] \/ 9~16V\"]]]]' data-identifier-application__slash__x-cangjie-fragment=\"JTdCJTIya2xhc3MlMjIlM0ElMjJkb2N1bWVudCUyMiUyQyUyMmRhdGElMjIlM0ElN0IlN0QlMkMlMjJub2RlcyUyMiUzQSU1QiU3QiUyMmtsYXNzJTIyJTNBJTIyYmxvY2slMjIlMkMlMjJ0eXBlJTIyJTNBJTIycGFyYWdyYXBoJTIyJTJDJTIyZGF0YSUyMiUzQSU3QiUyMnV1aWQlMjIlM0ElMjJtamk5YWQ1bnQzeTZoemdsMmolMjIlN0QlMkMlMjJub2RlcyUyMiUzQSU1QiU3QiUyMmtsYXNzJTIyJTNBJTIydGV4dCUyMiUyQyUyMmxlYXZlcyUyMiUzQSU1QiU3QiUyMmtsYXNzJTIyJTNBJTIybGVhZiUyMiUyQyUyMnRleHQlMjIlM0ElMjJEQzU1MjElMkMlMjAxMlYlMkYyLjVBJTIwKDUuNSoyLjFtbSklMjAlNUJkZWZhdWx0JTIwYWRhcHRlciU1RCUyMCUyRiUyMDl+MTZWJTIyJTJDJTIybWFya3MlMjIlM0ElNUIlN0IlMjJrbGFzcyUyMiUzQSUyMm1hcmslMjIlMkMlMjJ0eXBlJTIyJTNBJTIyc3olMjIlMkMlMjJkYXRhJTIyJTNBJTdCJTIydmFsdWUlMjIlM0ExMiUyQyUyMnN6VW5pdCUyMiUzQSUyMnB0JTIyJTdEJTdEJTJDJTdCJTIya2xhc3MlMjIlM0ElMjJtYXJrJTIyJTJDJTIydHlwZSUyMiUzQSUyMmNvbG9yJTIyJTJDJTIyZGF0YSUyMiUzQSU3QiUyMnZhbHVlJTIyJTNBJTIycmdiKDAlMkMlMjAwJTJDJTIwMCklMjIlN0QlN0QlNUQlN0QlNUQlN0QlNUQlMkMlMjJjb250ZW50VHlwZSUyMiUzQSUyMmNhbmdqaWUtdGV4dGJsb2NrJTIyJTdEJTVEJTdE\" data-identifier-application__slash__x-doc-key=\"r4mlQ5baexk9Xlxo\"\u003e\n\u003cp\u003e\u003cspan data-type=\"text\"\u003eDC5521, 12V\/2.5A (5.5*2.1mm) [default adapter] \/ 9~16V\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e3.7V\/5000mAh\/18.5Wh\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eBuilt-in Battery\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e7.4V\/6400mAh\/47.4Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e1 x Nano SIM card slot\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eSIM Card Slot\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e2 x Nano SIM card slots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eMax.10Mbps\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eOpenVPN (Via Ethernet)\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMax.150Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eMax. 38Mbps\u003c\/td\u003e\n\u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;\"\u003eWireGuard® (Via Ethernet)\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMax. 300Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"text-left\" style=\"font-size: 14px;\"\u003e\n\u003ci\u003e* Tests conducted on a Local Network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Reviews from Youtubers --\u003e\n\u003csection class=\"container-fluid bg-light px-0 px-md-4 py-4 py-lg-5\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"font-weight-bold pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"youtube-playlist-container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv id=\"ytvideoPlayer\"\u003e\u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/4bbfTlFlzVw\" style=\"max-width: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv id=\"ytplaylist\"\u003e\n\u003ch5 class=\"text-light text-center py-3\"\u003ePuli AX (GL-XE3000) Reivews \u003cspan id=\"ytListBtn\"\u003e \u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\"\u003e\u003c\/i\u003e \u003c\/span\u003e\n\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cimg src=\"https:\/\/img.youtube.com\/vi\/4bbfTlFlzVw\/maxresdefault.jpg\" alt=\"Video 0\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eBest SIM Routers of 2023 - GET IT RIGHT FIRST TIME!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg src=\"https:\/\/img.youtube.com\/vi\/p2n9gak-9tA\/maxresdefault.jpg\" alt=\"Video 1\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eTHE ULTIMATE SIM ROUTER DOES EXIST - The GL.iNet Puli AX Mobile Router Review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg src=\"https:\/\/img.youtube.com\/vi\/0wUjROE3usw\/maxresdefault.jpg\" alt=\"Video 2\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eI have 5 hours to fix the gaming mini van\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mt-2\"\u003e\u003ca class=\"btn btn-outline-light btn-block\" href=\"https:\/\/youtube.com\/playlist?list=PLWQT710fjyEa0ZrdCBlLQ_Tnaa1L4aZG8\u0026amp;feature=shared\" target=\"_blank\"\u003eView More\u003c\/a\u003e\u003c\/div\u003e\n\u003cul id=\"ytPlayListUl\"\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"product-specs-section py-4 py-lg-5 text-center\" id=\"specs\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_5gnr.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_5gnr.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_5gnr.png\" alt=\"5G NR Module\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003e5G NR\u003cbr\u003eModule\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Pre-installed\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" alt=\"Wi-Fi 6\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 6\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client\/Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" alt=\"AdGuard\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eAdGuard\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-sim.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-sim.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-sim.png\" alt=\"Dual-SIM\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDual-SIM\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_battery.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_battery.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_battery.png\" alt=\"External Storage\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eBuilt-in Battery\u003cbr\u003e\n\u003c\/h5\u003e\n\u003cp\u003e(6400mAh\/7.4V\/47.4Wh)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" alt=\"DFS\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDFS\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-center mt-4\"\u003e\u003ci\u003eThe cellular feature in Puli AX (GL-XE3000) is restricted in Russia, Belarus, Cuba, Iran, North Korea, Syria, and the Crimean Peninsula due to modem limitations.\u003c\/i\u003e\u003c\/div\u003e\n\u003c\/section\u003e","brand":"GL.iNet","offers":[{"title":"Default Title","offer_id":48534766092565,"sku":"GL-XE3000-EU","price":353.77,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/1-shopify_xe3000-5g_main_v2_5d3fa285-5b5b-48cb-9e77-21db7f423bc6.jpg?v=1726216268"},{"product_id":"eu-beryl-ax-gl-mt3000-pocket-sized-ax3000-wi-fi-6-travel-router-with-2-5g-wan-port","title":"Beryl AX (GL-MT3000) Pocket-sized AX3000 Wi-Fi 6 Travel Router","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\n\u003cstyle\u003e\n    html,\n    body {\n        overflow-x: hidden\n    }\n\n    .text-mt3000 {\n        font-size: 1.5rem;\n        color: #4cafe2;\n    }\n\n\n\n    .mt3000-bg-primary {\n        background-color: #4cafe2 !important;\n    }\n\n    .mt3000-bg-secondary {\n        background-color: #338fbd !important;\n    }\n\n    .btn-round-mt3000 {\n        background-color: #4cafe2;\n        color: #FFF;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @media (max-width: 768px) {\n            min-height: 50px;\n            border-radius: 50px;\n            padding: 12px 2rem;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n    }\n\n    .btn-round-mt3000:hover {\n        background-color: #FFF;\n        color: #4cafe2;\n        border-color: #4cafe2;\n    }\n\n    .circle-badge {\n        position: absolute;\n        right: 35%;\n        top: -50px;\n        background: #1490a4;\n        border-radius: 55%;\n        text-align: center;\n        color: #fff;\n        font-size: 14px;\n        width: 100px;\n        height: 100px;\n        padding: 15px 0 0 0;\n    }\n\n    .video-header-mt3000 {\n        position: relative;\n        background-color: black;\n        height: 75vh;\n        min-height: 25rem;\n        width: 100%;\n        overflow: hidden;\n    }\n\n    .video-header-mt3000 video {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        min-width: 100%;\n        min-height: 100%;\n        width: auto;\n        height: auto;\n        z-index: 0;\n        -ms-transform: translateX(-50%) translateY(-50%);\n        -moz-transform: translateX(-50%) translateY(-50%);\n        -webkit-transform: translateX(-50%) translateY(-50%);\n        transform: translateX(-50%) translateY(-50%);\n    }\n\n    .video-header-mt3000 .container {\n        position: relative;\n        z-index: 2;\n    }\n\n    .video-header-mt3000 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0.4;\n        z-index: 1;\n    }\n\n    @media (pointer: coarse) and (hover: none) {\n        .video-header-mt3000 {\n            background: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_bg_teaser.mp4') black no-repeat center center scroll;\n        }\n\n        .video-header-mt3000 video {\n            display: none;\n        }\n    }\n\n    #mailchimp-mt3000 input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n\n        @include media-breakpoint-down(xs) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n        }\n\n    }\n\n    #mailchimp-mt3000 input.email {\n        background: #fff;\n    }\n\n    #mailchimp-mt3000 input[type=\"submit\"] {\n        background: #1290cf;\n        color: #fff;\n        cursor: pointer;\n        font-size: 15px;\n        width: 135px;\n        height: 50px;\n        padding: 8px 3px;\n        border-radius: 0px 25px 25px 0px;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @include media-breakpoint-down(xs) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 13px;\n        }\n    }\n\n    #mailchimp-mt3000 input[type=\"submit\"]:hover {\n        background-color: #0e71a3;\n        color: #FFF;\n    }\n\n\n    .mt3000-device-connected {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_connected-devices.jpg');\n        background-size: cover;\n        height: 45rem;\n        background-position: center;\n        background-repeat: no-repeat;\n\n        @media (max-width: 768px) {\n            height: 52rem;\n            background-position: center;\n            padding-top: 0 !important;\n        }\n\n    }\n\n    #youtube-playlist-container {\n        display: flex;\n        flex-direction: column;\n        \/* Stack items vertically *\/\n        align-items: center;\n        \/* Center items horizontally *\/\n    }\n\n    \/* Style for the video player container *\/\n    #playlistVideo {\n        width: 100%;\n        \/* Set width to 100% for responsiveness *\/\n        width: 660px;\n        \/* Set a maximum width for larger screens *\/\n        margin: 0 auto;\n        \/* Center the player horizontally *\/\n        height: 520px;\n    }\n\n    @media only screen and (max-width: 767px) {\n        #playlistVideo {\n            width: 450px;\n            \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n            max-width: 100%;\n            \/* Remove max-width for mobile responsiveness *\/\n            margin: 0;\n            \/* Remove any margin for mobile responsiveness *\/\n            height: 320px;\n        }\n    }\n\n    #ytplaylist {\n        overflow-y: auto;\n        \/* Enable vertical scrolling *\/\n        white-space: nowrap;\n        \/* Prevent items from wrapping to the next line *\/\n        display: flex;\n        flex-direction: column;\n        \/* Align items vertically *\/\n        background-color: black;\n        \/* Set background color to black *\/\n        padding: 20px;\n        \/* Add padding for better appearance *\/\n        max-height: 520px;\n        \/* Set max-height to the same value as the video player's height *\/\n    }\n\n    \/* Style for each playlist item *\/\n    #ytplaylist li {\n        list-style: none;\n        \/* Remove list-style points *\/\n        text-align: left;\n        margin-bottom: 10px;\n        display: flex;\n        align-items: center;\n        \/* Align items vertically *\/\n        transition: background-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for background color *\/\n    }\n\n    \/* Style for the playlist item on hover *\/\n    #ytplaylist li:hover {\n        background-color: #333;\n        \/* Change background color on hover *\/\n        border-radius: 15px;\n    }\n\n    \/* Style for the thumbnail images *\/\n    #ytplaylist img {\n        cursor: pointer;\n        border: 2px solid #ddd;\n        \/* Add a border to make it visually distinct *\/\n        border-radius: 8px;\n        transition: border-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect *\/\n        margin-right: 10px;\n        \/* Add margin to separate image and title *\/\n        width: 150px;\n        \/* Set the image width *\/\n    }\n\n    \/* Style for the thumbnail images on hover *\/\n    #ytplaylist img:hover {\n        border-color: #555;\n        \/* Change border color on hover *\/\n    }\n\n    \/* Style for the video title container *\/\n    #ytplaylist .title-container {\n        max-width: 250px;\n        \/* Set the maximum width for the title container *\/\n        width: 100%;\n        \/* Ensure it takes up the available width *\/\n        white-space: normal;\n        \/* Allow text to break into multiple lines *\/\n    }\n\n    \/* Style for the video title *\/\n    #ytplaylist .video-title {\n        font-size: 14px;\n        color: white;\n        \/* Set text color to white *\/\n        transition: color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for text color *\/\n        text-align: left;\n        \/* Align text to the left *\/\n    }\n\n    \/* Style for the video title on hover *\/\n    #ytplaylist li:hover .video-title {\n        color: #fff;\n        \/* Change text color on hover *\/\n    }\n\n    @media (max-width: 767px) {\n\n        .tab-panel,\n        .pxu-tabs.pxu-tabs--bottom-true {\n            padding: 0\n        }\n\n        .mt3000-d .nav-link {\n            padding: 6px 0;\n            font-size: 14px;\n        }\n\n        .mt3000-d .nav-item\u003ei {\n            display: none;\n        }\n\n        .mt3000-d .carousel-item {\n            padding: 10px !important;\n            font-size: 16px !important;\n        }\n\n        .mt3000-d .carousel-item h5 {\n            font-size: 16px !important;\n        }\n\n    }\n\u003c\/style\u003e\n\u003csection class=\"project-tab bg-light py-lg-5 mt3000-d\"\u003e\n    \u003cdiv class=\"container-fluid\" style=\"max-width: 1500px;\"\u003e\n        \u003cdiv class=\"row justify-content-center\"\u003e\n            \u003cdiv class=\"col-md-12\"\u003e\n                \u003ch2 class=\"font-weight-bold text-center\"\u003e\u003c\/h2\u003e\n                \u003ch2 class=\"font-weight-bold text-center\"\u003eAn Exceptional Wi-Fi 6 Experience\u003c\/h2\u003e\n                \u003cp class=\"text-center\"\u003eWi-Fi 6's is a powerful upgrade in mass device connectivity and OFDMA data\n                    transmission efficiency technologies. On top of this, Wi-Fi 6 comes with a series of internet\n                    technology breakthroughs, including Beamforming for enhanced coverage and BSS Coloring for minimal\n                    network congestion.\u003c\/p\u003e\n                \u003cnav\u003e\n                    \u003cdiv class=\"nav nav-tabs nav-fill\" id=\"nav-tab\" role=\"tablist\"\u003e\n                        \u003ca class=\"nav-item nav-link active\" id=\"nav-video-tab\" data-toggle=\"tab\" href=\"#nav-video\" role=\"tab\" aria-controls=\"nav-video\" aria-selected=\"true\"\u003e\u003ci class=\"fa-solid fa-video\"\u003e\u003c\/i\u003e\n                            Video Stream\u003c\/a\u003e \u003ca class=\"nav-item nav-link\" id=\"nav-gaming-tab\" data-toggle=\"tab\" href=\"#nav-gaming\" role=\"tab\" aria-controls=\"nav-gaming\" aria-selected=\"false\"\u003e\u003ci class=\"fa-solid fa-gamepad\"\u003e\u003c\/i\u003e Gaming\u003c\/a\u003e \u003ca class=\"nav-item nav-link\" id=\"nav-remote-tab\" data-toggle=\"tab\" href=\"#nav-remote\" role=\"tab\" aria-controls=\"nav-remote\" aria-selected=\"false\"\u003e\u003ci class=\"fa-solid fa-house-laptop\"\u003e\u003c\/i\u003e\n                            Work Trips\u003c\/a\u003e \u003ca class=\"nav-item nav-link\" id=\"nav-remote-tab\" data-toggle=\"tab\" href=\"#nav-apartments\" role=\"tab\" aria-controls=\"nav-remote\" aria-selected=\"false\"\u003e\u003ci class=\"fas fa-building\"\u003e\u003c\/i\u003e Apartment\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/nav\u003e\n                \u003cdiv class=\"tab-content\" id=\"nav-tabContent\"\u003e\n                    \u003cdiv class=\"tab-pane fade bg-white rounded active show\" id=\"nav-video\" role=\"tabpanel\" aria-labelledby=\"nav-video-batch\"\u003e\n                        \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n                            \u003cdiv class=\"col-12 col-lg-6 text-center\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_video-streaming.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_video-streaming.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_video-streaming.jpg\" alt=\"High Speed 4K Video Steaming\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-10 col-lg-6 text-dark pt-3 pt-lg-0\"\u003e\n                                \u003cp\u003eVideo buffering ruins the media experience. Beryl AX's Wi-Fi 6 speed supports a\n                                    family usage of multiple devices streaming 4K videos without being interrupted by\n                                    data buffering.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"tab-pane fade bg-white rounded\" id=\"nav-gaming\" role=\"tabpanel\" aria-labelledby=\"nav-gaming-tab\"\u003e\n                        \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n                            \u003cdiv class=\"col-12 col-lg-6 text-center\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_gaming_v2.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_gaming_v2.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_gaming_v2.jpg\" alt=\"Low Latency Gaming\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-10 col-lg-6 text-dark pt-3 pt-lg-0\"\u003e\n                                \u003cp\u003eEvery single ping matters. Beryl AX's Wi-Fi 6 protocol processes network data more\n                                    efficiently than older internet protocols, reducing the latency for game servers to\n                                    respond.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"tab-pane fade bg-white rounded\" id=\"nav-remote\" role=\"tabpanel\" aria-labelledby=\"nav-remote-tab\"\u003e\n                        \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n                            \u003cdiv class=\"col-12 col-lg-6 text-center\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_portable.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_portable.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_portable.jpg\" alt=\"Remote work and Business Trips\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-10 col-lg-6 text-dark pt-3 pt-lg-0\"\u003e\n                                \u003cp\u003eBeryl AX processes VPN efficiently, granting remote workforce or employees on\n                                    business trips a conveniently secured VPN tunnel for accessing company's sensitive\n                                    data or the public internet under public Wi-Fi or unknown networks.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"tab-pane fade bg-white rounded\" id=\"nav-apartments\" role=\"tabpanel\" aria-labelledby=\"nav-apartments-tab\"\u003e\n                        \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n                            \u003cdiv class=\"col-12 col-lg-6 text-center\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_apartment.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_apartment.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_apartment.jpg\" alt=\"Small Apartments\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-10 col-lg-6 text-dark pt-3 pt-lg-0\"\u003e\n                                \u003cp\u003eBeryl AX dramatically improves Wi-Fi congestion in condense apartment environments.\n                                    It supports OFDMA technologies on processing network data from multiple devices\n                                    efficiently and using BSS Coloring technology to avoid congested channels from\n                                    neighboring Wi-Fi signals.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"vpn\" class=\"container-fluid p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n            \u003cdiv class=\"text-dark\"\u003e\n                \u003csub\u003e30+ VPN SERVICE PROVIDERS FOR YOUR SELECTION\u003c\/sub\u003e\n                \u003ch2 class=\"font-weight-bold text-left\"\u003eSecuring Your Internet In The Background\u003c\/h2\u003e\n                \u003cp\u003eBeryl AX (GL-MT3000) is pre-installed with \u003cspan class=\"text-info\"\u003eOpenVPN and\n                        WireGuard®\u003c\/span\u003e supporting 30+ VPN services. It automatically encrypts all network traffic within\n                    the connected network, including guest or client devices that are not capable of running VPN. Beryl\n                    AX can also host VPN servers and supports VPN Cascading, automatically forwarding data from its VPN\n                    server to the VPN client within the same device.\u003c\/p\u003e\n                \u003cp\u003e\u003cspan class=\"text-info\" target=\"_blank\"\u003eWireGuard®\u003c\/span\u003e is a registered\n                    trademark of Jason A.Donenfeld.\u003c\/p\u003e\n                \u003cspan\u003eWireGuard\u003c\/span\u003e\n                \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                    \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated mt3000-bg-primary\" role=\"progressbar\" style=\"width: 100%;\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003eMax. 300Mbps\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cbr\u003e\u003cspan\u003eOpenVPN\u003c\/span\u003e\n                \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                    \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated mt3000-bg-secondary\" role=\"progressbar\" style=\"width: 50%;\" aria-valuenow=\"50\" aria-valuemin=\"0\" aria-valuemax=\"50\"\u003e\n                        Max. 150Mbps\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"py-3\" style=\"font-size: 13px;\"\u003e\n                    \u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network\n                        configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device\n                        as a server. Results above are in client mode.\u003c\/i\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/pages\/maintain-your-home-ip\" target=\"_blank\"\u003eLearn more about our VPN solutions\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5\"\u003e\u003ca href=\"https:\/\/www.gl-inet.com\/solutions\/vpn\/\" target=\"_blank\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" alt=\"30+ Commercial VPN services provider\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid py-4 py-lg-5 mt3000-device-connected\"\u003e\n    \u003cdiv class=\"col-12 col-lg-9 text-dark mx-auto text-center pt-3\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003e70+ Devices Mass Device Connectivity\u003c\/h2\u003e\n        \u003cp\u003eWi-Fi 6's is a powerful upgrade in mass device connectivity and OFDMA data transmission efficiency\n            technologies, letting Beryl AX connect with 70+ devices simultaneously. On top of this, Wi-Fi 6 comes with a\n            series of internet technology breakthroughs, including Beamforming for enhanced coverage and BSS Coloring\n            for minimal network congestion.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light\" id=\"ports\"\u003e\n    \u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n        \u003cdiv class=\"col-md-6 col-xl-6 px-0\"\u003e\n            \u003cpicture\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_hand.webp\" type=\"image\/webp\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_hand.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_hand.jpg\" alt=\"Smaller than your palm\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-md-6 col-xl-5 pt-lg-0 pt-3 px-5 ml-lg-5\"\u003e\n            \u003ch2 class=\"font-weight-bold\"\u003eAn Engineering Masterpiece\u003c\/h2\u003e\n            \u003cp\u003eBeryl AX comes with a 2.5G Multi-gigabit WAN port and a 1G gigabit LAN port, it is capable of processing\n                network and VPN packets efficiently using its MediaTek MT7981B 1.3GHz Dual-core processor. The router\n                also comes with a Type-C power supply and a USB 3.0 port for external storage.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light\" id=\"openwrt\"\u003e\n    \u003cdiv class=\"row justify-content-end align-items-center\"\u003e\n        \u003cdiv class=\"col-xl-6 px-0 order-lg-2\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_scene_openwrt.jpg\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"col-xl-5 mr-lg-5 px-5 pt-lg-0 pt-3 order-lg-1\"\u003e\n            \u003ch2 class=\"font-weight-bold\"\u003eRuns on OpenWrt 21.02 (Kernel version 5.4)\u003c\/h2\u003e\n            \u003cp\u003eBeryl AX's latest SDK4.0+ firmware presents a user-friendly interface for common users to set up the\n                router with minimal inputs, and an extended customization experience for advanced users to install\n                plug-ins and applications. Beryl AX runs on open source OpenWrt 21.02 (Kernel version 5.4) firmware,\n                supporting more than 5,000 ready-made plug-ins for customization. Simply browse, install, and manage\n                packages with our no-code interface within Beryl AX's Admin Panel.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light\" id=\"nas\"\u003e\n    \u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n        \u003cdiv class=\"col-md-6 col-xl-6 px-0\"\u003e\n            \u003cpicture\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_storage.webp\" type=\"image\/webp\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_storage.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_storage.jpg\" alt=\"Access Your Local Network Storage\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-md-6 col-xl-5 px-5 pt-lg-0 pt-3 ml-lg-5\"\u003e\n            \u003ch2 class=\"font-weight-bold\"\u003eAccess Your Local Network Storage from Anywhere\u003c\/h2\u003e\n            \u003cp\u003eOur local network storage feature supports SAMBA and WebDav protocol. By plugging an external USB hard\n                disc into the router, you can create a private network to store and share your documents. No matter for\n                work or family, you can benefit from easy file access. Save space on your devices by storing photos and\n                videos on the network.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid p-4\" id=\"dfs\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-xl-4 px-0 text-center\"\u003e\u003cvideo loop=\"loop\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" style=\"max-width: 100%; height: auto;\"\u003e\n                \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/mt3000_rendering.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n        \u003cdiv class=\"col-xl-5 mr-lg-5 px-5\"\u003e\n            \u003ch2 class=\"font-weight-bold\"\u003eDFS Certification in US, UK, Europe \u0026amp; Japan\u003c\/h2\u003e\n            \u003cp\u003eBeryl AX is approved to use DFS (Dynamic Frequency Selection), letting the router's 5GHz network use\n                additional frequencies normally reserved by military, satellite, and weather radar applications. The\n                selection of additional channels can lower network congestion under high density network environments.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light p-4 py-xl-5\" id=\"security\"\u003e\n    \u003ch3 class=\"text-center font-weight-bold\"\u003eProtected by Multiple Layers of Security\u003c\/h3\u003e\n    \u003cdiv class=\"row justify-content-center text-dark pt-3\"\u003e\n        \u003cdiv class=\"col-lg-4 bg-white p-5 mx-2 my-2\" style=\"border-radius: 15px;\"\u003e\n            \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/icon_wpa3.png\" alt=\"WPA3 protocol\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003eWPA3 protocol\u003c\/h5\u003e\n            \u003cp\u003eThe latest Wi-Fi security protocol with extensive improvements including preventive measures against\n                password brute-force attacks, user-to-user snooping, and individualized encryption in public Wi-Fi\n                networks.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-lg-4 bg-white p-5 mx-2 my-2\" style=\"border-radius: 15px;\"\u003e\n            \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/icon_dns.png\" alt=\"DNS over HTTPS \u0026amp; DNS over TLS\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003eDNS over HTTPS \u0026amp; DNS over TLS\u003c\/h5\u003e\n            \u003cp\u003eProtecting domain name system traffic and preventing data eavesdropping from malicious parties,\n                advertising platforms, and ISPs by encrypting plaintext DNS traffic using HTTPS and TLS protocols.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-lg-4 bg-white p-5 mx-2 my-2\" style=\"border-radius: 15px;\"\u003e\n            \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/icon_adguard.png\" alt=\"AdGuard Home\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/h5\u003e\n            \u003cp\u003eUsing a DNS server for blocking unwanted tracking and includes a user-friendly web interface to filter\n                selected digital advertisements.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-lg-4 bg-white p-5 mx-2 my-2\" style=\"border-radius: 15px;\"\u003e\n            \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3000\/icon_ipv6.png\" alt=\"IPv6\"\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003eIPv6\u003c\/h5\u003e\n            \u003cp\u003eThe latest internet protocol, featuring built-in authentication for privacy protection, eliminating the\n                need for network address translation, and featuring an improvement in a simplified and efficient\n                routing.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid\"\u003e\n    \u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n        \u003cdiv class=\"col-xl-6 px-0\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-m2\/m2_with-mt3000-scene.jpg\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"col-xl-5 ml-lg-5 pt-3 pt-xl-0\"\u003e\n            \u003ch2 class=\"font-weight-bold\"\u003eGet Your 5G Network Up and Running\u003c\/h2\u003e\n            \u003cp\u003eUse Beryl AX together with the GL-M2 Development Board which is designed to connect you to a 5G network\n                and give you the internet you deserve. With a built-in SIM card slot, the GL-M2 Development Board serves\n                as a 5G modem for your router to get your internet up and running, whether you are residing in a remote\n                area with no internet access or traveling on the road. Even better, the GL-M2 Development Board features\n                multi-WAN, supporting failover and load balancing to keep you connected at all times.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl py-4 py-lg-5 table-responsive\"\u003e\n    \u003ch2 class=\"font-weight-bold text-center\"\u003eModel Comparison\u003c\/h2\u003e\n    \u003ctable class=\"table\"\u003e\n        \u003cthead\u003e\n            \u003ctr class=\"table-borderless text-center\"\u003e\n                \u003cth scope=\"col\" style=\"min-width: 170px;\"\u003e\u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"min-width: 200px;\"\u003e\n                    \u003ca href=\"\/products\/eu-local-delivery-opal-gl-sft1200-eu-plug\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_sft1200.jpg\" alt=\"Opal (GL-SFT1200)\"\u003e\u003c\/a\u003e\u003cbr\u003eOpal\u003cbr\u003e(GL-SFT1200)\u003cbr\u003eGigabit Wireless Router\n                \u003c\/th\u003e\n                \u003cth scope=\"col\" style=\"min-width: 200px;\"\u003e\n                    \u003ca href=\"\/products\/slate-plus-gigabit-travel-router-gl-a1300\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_a1300.jpg\" alt=\"Slate Plus (GL-A1300)\"\u003e\u003c\/a\u003e\u003cbr\u003eSlate Plus\u003cbr\u003e(GL-A1300)\u003cbr\u003eGigabit Travel Router\n                \u003c\/th\u003e\n                \u003c!-- \u003cth scope=\"col\" style=\"min-width: 200px;\"\u003e\n                    \u003ca href=\"\/products\/gl-mt1300\/\"\u003e\u003cimg class=\"img-fluid\"\n                            src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_mt1300.jpg\"\n                            alt=\"Beryl (GL-MT1300)\"\u003e\u003c\/a\u003e\u003cbr\u003eBeryl\u003cbr\u003e(GL-MT1300)\u003cbr\u003eGigabit Wireless Router\n                \u003c\/th\u003e --\u003e\n                \u003cth scope=\"col\" style=\"min-width: 200px;\"\u003e\n                    \u003ca href=\"#\" id=\"mt3000-back-to-top\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_mt3000.jpg\" alt=\"Beryl AX (GL-MT3000)\"\u003e\u003c\/a\u003e\u003cbr\u003eBeryl AX\u003cbr\u003e(GL-MT3000)\u003cbr\u003eWi-Fi 6 Travel Router\n                \u003c\/th\u003e\n            \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;vertical-align: middle\"\u003eCPU\u003c\/th\u003e\n                \u003ctd style=\"background-color:#eaeaea;vertical-align: middle\"\u003eSF19A28, Dual-Core @1GHz\u003c\/td\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003eIPQ4018, Quad Core@717MHz\u003c\/td\u003e\n                \u003c!-- \u003ctd style=\"background-color:#eaeaea\"\u003eMT7621A @880MHz\u003c\/td\u003e --\u003e\n                \u003ctd style=\"background-color:#f7f7f7;vertical-align: middle\"\u003eMT7981B Dual-core@1.3GHz \u003ci class=\"fa-solid fa-trophy\" style=\"color: #08ccbc;\"\u003e\u003c\/i\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;vertical-align: middle\"\u003eRAM\u003c\/th\u003e\n                \u003ctd style=\"background-color:#eaeaea\"\u003eDDR3 128MB\u003c\/td\u003e\n                \u003ctd style=\"background-color:#f7f7f7;vertical-align: middle\"\u003eDDR3L 256MB\u003c\/td\u003e\n                \u003c!-- \u003ctd style=\"background-color:#eaeaea;vertical-align: middle\"\u003eDDR3L 256MB\u003c\/td\u003e --\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003eDDR4 512MB \u003ci class=\"fa-solid fa-trophy\" style=\"color: #08ccbc;\"\u003e\u003c\/i\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4;vertical-align: middle\"\u003eFLASH\u003c\/th\u003e\n                \u003ctd style=\"background-color:#eaeaea\"\u003eSPI NAND Flash 128MB\u003c\/td\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003eNOR Flash 4MB + NAND Flash 128MB\u003c\/td\u003e\n                \u003c!-- \u003ctd style=\"background-color:#eaeaea\"\u003eNOR Flash 32MB\u003c\/td\u003e --\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003eNAND Flash 256MB \u003ci class=\"fa-solid fa-trophy\" style=\"color: #08ccbc;\"\u003e\u003c\/i\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4\"\u003eGigabit Port\u003c\/th\u003e\n                \u003ctd style=\"background-color:#eaeaea\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003c!-- \u003ctd style=\"background-color:#eaeaea\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e --\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003e2.5G \u003ci class=\"fa-solid fa-trophy\" style=\"color: #08ccbc;\"\u003e\u003c\/i\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4; vertical-align: middle\"\u003eWi-Fi Speed\n                \u003c\/th\u003e\n                \u003ctd style=\"background-color:#eaeaea\"\u003e300Mbps(2.4GHz),\u003cbr\u003e 867Mbps (5GHz)\u003c\/td\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003e400Mbps (2.4GHz),\u003cbr\u003e 867Mbps (5GHz)\u003c\/td\u003e\n                \u003c!-- \u003ctd style=\"background-color:#eaeaea\"\u003e400Mbps (2.4GHz),\u003cbr\u003e 867Mbps (5GHz)\u003c\/td\u003e --\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003e574Mbps (2.4GHz),\u003cbr\u003e 2402Mbps (5GHz) \u003ci class=\"fa-solid fa-trophy\" style=\"color: #08ccbc;\"\u003e\u003c\/i\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4\"\u003eMicroSD Slot\u003c\/th\u003e\n                \u003ctd style=\"background-color:#eaeaea\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n                \u003c!-- \u003ctd style=\"background-color:#eaeaea\"\u003e\u003ci class=\"icon-check fas fa-check\"\u003e\u003c\/i\u003e\u003c\/td\u003e --\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003e\u003ci class=\"icon-minus fas fa-minus\"\u003e\u003c\/i\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4\"\u003eUSB Port\u003c\/th\u003e\n                \u003ctd style=\"background-color:#eaeaea\"\u003eUSB 2.0\u003c\/td\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003eUSB 3.0\u003c\/td\u003e\n                \u003c!-- \u003ctd style=\"background-color:#eaeaea\"\u003eUSB 3.0\u003c\/td\u003e --\u003e\n                \u003ctd style=\"background-color:#f7f7f7\"\u003eUSB 3.0\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4\"\u003eOpenVPN\u003cbr\u003e(Via Ethernet)\u003c\/th\u003e\n                \u003ctd style=\"background-color:#eaeaea;vertical-align: middle\"\u003eMax. 21Mbps\u003c\/td\u003e\n                \u003ctd style=\"background-color:#f7f7f7;vertical-align: middle\"\u003eMax. 28Mbps\u003c\/td\u003e\n                \u003c!-- \u003ctd style=\"background-color:#eaeaea;vertical-align: middle\"\u003eMax. 21Mbps\u003c\/td\u003e --\u003e\n                \u003ctd style=\"background-color:#f7f7f7;vertical-align: middle\"\u003eMax. 150Mbps \u003ci class=\"fa-solid fa-trophy\" style=\"color: #08ccbc;\"\u003e\u003c\/i\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr class=\"text-center\"\u003e\n                \u003cth scope=\"row\" class=\"text-white\" style=\"background-color: #1490a4\"\u003eWireGuard®\u003cbr\u003e(Via Ethernet)\u003c\/th\u003e\n                \u003ctd style=\"background-color:#eaeaea;vertical-align: middle\"\u003eMax. 65Mbps\u003c\/td\u003e\n                \u003ctd style=\"background-color:#f7f7f7;vertical-align: middle\"\u003eMax. 170Mbps\u003c\/td\u003e\n                \u003c!-- \u003ctd style=\"background-color:#eaeaea;vertical-align: middle\"\u003eMax. 91Mbps\u003c\/td\u003e --\u003e\n                \u003ctd style=\"background-color:#f7f7f7;vertical-align: middle\"\u003eMax. 300Mbps \u003ci class=\"fa-solid fa-trophy\" style=\"color: #08ccbc;\"\u003e\u003c\/i\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cdiv class=\"text-left\" style=\"font-size:14px;\"\u003e\n        \u003ci\u003e* Tests conducted on a Local Network. Real world speeds may differ depending on your network\n            configuration.\u003c\/i\u003e\u003cbr\u003e\n        \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in\n            client mode.\u003c\/i\u003e\u003cbr\u003e\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"container-fluid bg-dark py-lg-3  mt3000-d\" style=\"background-image:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.7)),url(https:\/\/static.gl-inet.com\/www\/images\/influencers\/beta-testing_bg.jpg);background-size:cover;background-position:bottom\"\u003e\n    \u003cdiv class=\"customer-review-container container\"\u003e\n        \u003ch2 class=\"font-weight-bold text-center text-light py-3\"\u003eWhat Our Beta Testers are Saying\u003c\/h2\u003e\n        \u003cdiv id=\"word\" class=\"carousel slide p-3\" data-ride=\"carousel\" style=\"min-height:15rem;\"\u003e\n            \u003cdiv class=\"carousel-inner text-left text-dark\" style=\"border-radius: 15px;\"\u003e\n                \u003cdiv class=\"carousel-item bg-light p-5 active\" style=\"height:230px;\" id=\"word1\"\u003e\n                    \u003ci class=\"fa fa-quote-left fa-2x px-lg-4 mx-lg-4 text-secondary\"\u003e\u003c\/i\u003e\n                    \u003ch5 class=\"px-lg-5 mx-lg-5\"\u003e\n                        I tested the unit using a Onn branded 20100 mAh USB battery pack. Given that this is a travel\n                        router,\n                        it performed very well with the battery and didn't witness any issues!\u003c\/h5\u003e\n                    \u003cp class=\"px-lg-5 mx-lg-5 text-dark mt-3\"\u003eJonathan Cope\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"carousel-item bg-light p-5\" style=\"height:230px\" id=\"word2\"\u003e\n                    \u003ci class=\"fa fa-quote-left fa-2x px-lg-4 mx-lg-4 text-secondary\"\u003e\u003c\/i\u003e\n                    \u003ch5 class=\"px-lg-5 mx-lg-5\"\u003e\n                        UI and UX is great. I was already used to use your firmware and I think it is easily\n                        understandable by technology savvy people.\n                    \u003c\/h5\u003e\n                    \u003cp class=\"px-lg-5 mx-lg-5 text-dark mt-3\"\u003eAntonio Picone\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"carousel-item bg-light p-5\" style=\"height:230px\" id=\"word3\"\u003e\n                    \u003ci class=\"fa fa-quote-left fa-2x px-lg-4 mx-lg-4 text-secondary\"\u003e\u003c\/i\u003e\n                    \u003ch5 class=\"px-lg-5 mx-lg-5\"\u003e\n                        VPN performance is very good specially when using wireguard.\n                    \u003c\/h5\u003e\n                    \u003cp class=\"px-lg-5 mx-lg-5 text-dark mt-3\"\u003eCedric Alberto\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"carousel-item bg-light p-5\" style=\"height:230px\" id=\"word4\"\u003e\n                    \u003ci class=\"fa fa-quote-left fa-2x px-lg-4 mx-lg-4 text-secondary\"\u003e\u003c\/i\u003e\n                    \u003ch5 class=\"px-lg-5 mx-lg-5\"\u003e\n                        Windscribe set on wiregard is extremely smooth. I can watch 4k YouTube video without lag.\n                    \u003c\/h5\u003e\n                    \u003cp class=\"px-lg-5 mx-lg-5 text-dark mt-3\"\u003eEmmanuel grand\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"carousel-item bg-light p-5\" style=\"height:230px\" id=\"word5\"\u003e\n                    \u003ci class=\"fa fa-quote-left fa-2x px-lg-4 mx-lg-4 text-secondary\"\u003e\u003c\/i\u003e\n                    \u003ch5 class=\"px-lg-5 mx-lg-5\"\u003e\n                        Overall, GL-MT3000 is quite stable and powerful, this should be a “sell like hot cakes” router\n                        on the market. 😊\n                    \u003c\/h5\u003e\n                    \u003cp class=\"px-lg-5 mx-lg-5 text-dark mt-3\"\u003eGeorge Wang\u003c\/p\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n            \u003ca class=\"carousel-control-prev\" href=\"#word\" role=\"button\" data-slide=\"prev\"\u003e\n                \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n            \u003c\/a\u003e\n            \u003ca class=\"carousel-control-next\" href=\"#word\" role=\"button\" data-slide=\"next\"\u003e\n                \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"container-fluid p-4 py-lg-5\"\u003e\n    \u003ch2 class=\"font-weight-bold text-dark text-center pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n    \u003c!-- Container for video player and playlist --\u003e\n    \u003cdiv id=\"youtube-playlist-container\"\u003e\n        \u003cdiv class=\"row justify-content-center\"\u003e\n\n            \u003c!-- Video player container --\u003e\n            \u003cdiv id=\"ytvideoPlayer\"\u003e\n                \u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/szqme3j7h10\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Playlist container --\u003e\n\n            \u003cdiv id=\"ytplaylist\"\u003e\n                \u003ch5 onclick=\"showYtPlayList()\" class=\"text-light text-center py-3\"\u003eBeryl AX (GL-MT3000) Reviews\n                    \u003cspan id=\"ytListBtn\"\u003e\n                        \u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\"\u003e\u003c\/i\u003e\n                    \u003c\/span\u003e\n                \u003c\/h5\u003e\n                \u003cul id=\"ytPlayListUl\"\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/szqme3j7h10\/maxresdefault.jpg\" alt=\"Video 1\" onclick=\"changeVideo('szqme3j7h10')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eTravel Routers Improve Your Life! Beryl AX Complete Setup\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/7_vk6cpPtxA\/maxresdefault.jpg\" alt=\"Video 2\" onclick=\"changeVideo('7_vk6cpPtxA')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eI didn’t know I needed this - GL.iNet Beryl AX\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/TyLXqwn2e5o\/maxresdefault.jpg\" alt=\"Video 3\" onclick=\"changeVideo('TyLXqwn2e5o')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eWiFi 6 Travel Router with Wireguard \u0026amp; OpenVPN : GLI.Net BERYL\n                                AX3000\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/KJyXegsjuvI\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('KJyXegsjuvI')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eNeues von GL.iNET Brume 2 \u0026amp; Beryl AX \/\/ Man in the Middle Attack\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/FUT3IFm3vA0\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('FUT3IFm3vA0')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003e[Unboxing] Beryl AX Wi-Fi 6 Router (Model GL-MT3000)\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/j8LMWMR2Izc\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('j8LMWMR2Izc')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eTravel with WiFi 6 - GL-iNet Beryl GL-MT3000 WiFi 6 Travel Router\n                                Review\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/1is6m-xBeKY\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('1is6m-xBeKY')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eGL-iNet Beryl AX WiFi6 AX3000 Travel Router Overview \u0026amp; Speedtest\n                                (GL-MT3000)\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/2uu-0lChJyU\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('2uu-0lChJyU')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eO MINI ROUTER que é MELHOR que o Router da OPERADORA! (VPN, Adguard,\n                                TOR) | BERYL AX (GL-MT3000)\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/JqOl--yXqhc\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('JqOl--yXqhc')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eBeryl AX GL-MT3000 Wi-Fi 6 \u0026amp; 2.5G Travel Router Review - INSANE\n                                $99 Router?\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/U_NglcGTvF4\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('U_NglcGTvF4')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eBeryl AX3000 Router Review | Fastest Router I've Ever Used! Up to\n                                500+ Mbps on Wi-Fi 6!!!\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/6eKSpOfy-Jc\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('6eKSpOfy-Jc')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eBeryl AX Review en ESPAÑOL | El mini router VPN más POTENTE del\n                                mercado\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/UwT58lRKZks\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('UwT58lRKZks')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eTiny Router Showdown - 2.5G, Tethering, and Docker?\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/HX0CPWQZcwY\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('HX0CPWQZcwY')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eGL iNet Beryl AX-Faster, More Compact, \u0026amp; 70+ Wireless Clients\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/YsfH_VvsRi8\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('YsfH_VvsRi8')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eBest travel router recommendations\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/szqme3j7h10\/maxresdefault.jpg\" alt=\"Video 4\" onclick=\"changeVideo('szqme3j7h10')\"\u003e\n                        \u003cdiv class=\"title-container\"\u003e\n                            \u003cp class=\"video-title\"\u003eTravel Routers Improve Your Life! Beryl AX Complete Setup\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003c!-- Add more items as needed --\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-specs-section py-4 py-lg-5\" id=\"specs\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" alt=\"Wi-Fi 6\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 6\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5g-gigabitports_x1.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5g-gigabitports_x1.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5g-gigabitports_x1.png\" alt=\"2.5-Gigabit Multi-Gig port\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003e2.5G \u003cbr\u003eMulti-Gig port\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client\/Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-2 col-lg-3 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" alt=\"USB 3.0 Port\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eUSB 3.0\u003cbr\u003ePort\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Pre-installed\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" alt=\"AdGuard Home\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eAdGuard\u003cbr\u003eHome\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" alt=\"DFS\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eDFS\u003c\/h5\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_network-storage.webp\" type=\"image\/webp\"\u003e\n                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_network-storage.png\" type=\"image\/png\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_network-storage.png\" alt=\"Local Network Storage\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eNetwork\u003cbr\u003eStorage\u003c\/h5\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n    \ndocument.getElementById('mt3000-back-to-top').addEventListener('click', function(event) {\n    event.preventDefault(); \/\/ 阻止默认的点击行为\n    window.scrollTo({ top: 0, behavior: 'smooth' }); \/\/ 平滑滚动到页面顶部\n});\n\u003c\/script\u003e","brand":"GL.iNet EU","offers":[{"title":"","offer_id":48534776578325,"sku":"GL-MT3000-4PX-EU","price":85.71,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/1-shopify_mt3000_main_8978fbf6-bbcb-4a8a-b4d0-b06cd925bb0d.jpg?v=1726216666"},{"product_id":"flint-2-gl-mt6000-wi-fi-6-high-performance-home-router","title":"Flint 2 (GL-MT6000) Wi-Fi 6 High-Performance Home Router","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e \u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    #youtube-playlist-container {\n        display: flex;\n        flex-direction: column;\n        \/* Stack items vertically *\/\n        align-items: center;\n        \/* Center items horizontally *\/\n    }\n\n    \/* Style for the video player container *\/\n    #playlistVideo {\n        width: 100%;\n        \/* Set width to 100% for responsiveness *\/\n        width: 660px;\n        \/* Set a maximum width for larger screens *\/\n        margin: 0 auto;\n        \/* Center the player horizontally *\/\n        height: 520px;\n    }\n\n    @media only screen and (max-width: 767px) {\n        #playlistVideo {\n            width: 450px;\n            \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n            max-width: none;\n            \/* Remove max-width for mobile responsiveness *\/\n            margin: 0;\n            \/* Remove any margin for mobile responsiveness *\/\n            height: 320px;\n        }\n    }\n\n    #ytplaylist {\n        overflow-y: auto;\n        \/* Enable vertical scrolling *\/\n        white-space: nowrap;\n        \/* Prevent items from wrapping to the next line *\/\n        display: flex;\n        flex-direction: column;\n        \/* Align items vertically *\/\n        background-color: black;\n        \/* Set background color to black *\/\n        padding: 20px;\n        \/* Add padding for better appearance *\/\n        max-height: 520px;\n        \/* Set max-height to the same value as the video player's height *\/\n    }\n\n    \/* Style for each playlist item *\/\n    #ytplaylist li {\n        list-style: none;\n        \/* Remove list-style points *\/\n        text-align: left;\n        margin-bottom: 10px;\n        display: flex;\n        align-items: center;\n        \/* Align items vertically *\/\n        transition: background-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for background color *\/\n    }\n\n    \/* Style for the playlist item on hover *\/\n    #ytplaylist li:hover {\n        background-color: #333;\n        \/* Change background color on hover *\/\n        border-radius: 15px;\n    }\n\n    \/* Style for the thumbnail images *\/\n    #ytplaylist img {\n        cursor: pointer;\n        border: 2px solid #ddd;\n        \/* Add a border to make it visually distinct *\/\n        border-radius: 8px;\n        transition: border-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect *\/\n        margin-right: 10px;\n        \/* Add margin to separate image and title *\/\n        width: 150px;\n        \/* Set the image width *\/\n    }\n\n    \/* Style for the thumbnail images on hover *\/\n    #ytplaylist img:hover {\n        border-color: #555;\n        \/* Change border color on hover *\/\n    }\n\n    \/* Style for the video title container *\/\n    #ytplaylist .title-container {\n        max-width: 250px;\n        \/* Set the maximum width for the title container *\/\n        width: 100%;\n        \/* Ensure it takes up the available width *\/\n        white-space: normal;\n        \/* Allow text to break into multiple lines *\/\n    }\n\n    \/* Style for the video title *\/\n    #ytplaylist .video-title {\n        font-size: 14px;\n        color: white;\n        \/* Set text color to white *\/\n        transition: color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for text color *\/\n        text-align: left;\n        \/* Align text to the left *\/\n    }\n\n    \/* Style for the video title on hover *\/\n    #ytplaylist li:hover .video-title {\n        color: #fff;\n        \/* Change text color on hover *\/\n    }\n\n    @media (max-width: 767px) {\n\n        .tab-panel,\n        .pxu-tabs.pxu-tabs--bottom-true {\n            padding: 0\n        }\n\n        .mt3000-d .nav-link {\n            padding: 6px 0;\n            font-size: 14px;\n        }\n\n        .mt3000-d .nav-item\u003ei {\n            display: none;\n        }\n\n        .mt3000-d .carousel-item {\n            padding: 10px !important;\n            font-size: 16px !important;\n        }\n\n        .mt3000-d .carousel-item h5 {\n            font-size: 16px !important;\n        }\n\n    }\n\n    .text-mt6000 {\n        font-size: 1.5rem;\n        color: #3f20c4;\n    }\n\n    .mt6000-bg-primary {\n        background-color: #3f20c4 !important;\n    }\n\n    .mt6000-bg-secondary {\n        background-color: #3f20c4 !important;\n    }\n\n    .btn-round-mt6000 {\n        background-color: #3f20c4;\n        color: #FFF !important;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n    }\n\n    .btn-round-normal {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700;\n    }\n\n    .btn-round-mt6000:hover {\n        background-color: #FFF;\n        color: #3f20c4!important;\n        border-color: #3f20c4;\n    }\n\n\n    #mailchimp-mt6000 input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n\n        @include media-breakpoint-down(xs) {\n            width: 235px;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 16px;\n        }\n\n    }\n\n    #mailchimp-mt6000 input.email {\n        background: #fff;\n    }\n\n    #mailchimp-mt6000 input[type=\"submit\"] {\n        background: #3f20c4;\n        color: #fff;\n        cursor: pointer;\n        font-size: 15px;\n        width: 135px;\n        height: 50px;\n        padding: 8px 3px;\n        border-radius: 0px 25px 25px 0px;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @include media-breakpoint-down(xs) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 13px;\n        }\n    }\n\n    #mailchimp-mt6000 input[type=\"submit\"]:hover {\n        background-color: #2f1ca0;\n        color: #FFF;\n    }\n\n\n    .mt6000-scene-1 {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_1.jpg');\n        background-size: cover;\n        height: 32rem;\n        background-position: right center;\n        background-repeat: no-repeat;\n\n        @include media-breakpoint-down(xs) {\n            background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_1_mobile.jpg');\n        }\n    }\n\n    .mt6000-scene-2 {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_2.jpg');\n        background-size: cover;\n        height: 32rem;\n        background-position: right center;\n        background-repeat: no-repeat;\n\n        @include media-breakpoint-down(xs) {\n            background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_2_mobile.jpg');\n        }\n    }\n\n    .mt6000-scene-3 {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_3.jpg');\n        background-size: cover;\n        height: 42rem;\n        background-position: center;\n        background-repeat: no-repeat;\n\n        @include media-breakpoint-down(xs) {\n            background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_3_mobile.jpg');\n        }\n    }\n\n    .mt6000-scene-3-text {\n        margin-top: 80px;\n        font-size: 45px;\n\n        @include media-breakpoint-down(xs) {\n            margin-top: 5px;\n        }\n    }\n\n    .gradient-text {\n        background-color: #f3ec78;\n        background-image: linear-gradient(to right, #a201f6, #9200f7, #8100f7, #6d00f8, #5500f8, #4323fb, #2d34fd, #0040ff, #0057ff, #006bff, #007cff, #328cfe);\n        background-size: 100%;\n        -webkit-background-clip: text;\n        -moz-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        -moz-text-fill-color: transparent;\n    }\n\n\n    .gradient-icon {\n        background: -webkit-gradient(linear, left top, left bottom, from(#a201f6), to(#328cfe));\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        margin-bottom: 1.5rem;\n    }\n\n    .mt6000-scene-gaming {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_gaming.jpg');\n        background-size: cover;\n        height: 48rem;\n        background-position: center;\n        background-repeat: no-repeat;\n\n        @include media-breakpoint-down(xs) {\n            background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_gaming_mobile.jpg');\n        }\n    }\n\n    .mt6000-gaming-block {\n        margin-top: 165px;\n\n        @include media-breakpoint-down(xs) {\n            margin-top: 35px;\n        }\n    }\n\n    .video-header-mt6000 {\n        position: relative;\n        background-color: black;\n        \/\/opacity: 0.95;\n        height: 45rem;\n        min-height: 25rem;\n        width: 100%;\n        overflow: hidden;\n    }\n\n    .video-header-mt6000 video {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        min-width: 100%;\n        min-height: 100%;\n        width: auto;\n        height: auto;\n        z-index: 0;\n        -ms-transform: translateX(-50%) translateY(-50%);\n        -moz-transform: translateX(-50%) translateY(-50%);\n        -webkit-transform: translateX(-50%) translateY(-50%);\n        transform: translateX(-50%) translateY(-50%);\n    }\n\n    .video-header-mt6000 .container {\n        position: relative;\n        z-index: 2;\n    }\n\n    .video-header-mt6000 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0.45;\n        z-index: 1;\n    }\n\n    @media (pointer: coarse) and (hover: none) {\n        .video-header-mt6000 {\n            background: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_bg_teaser.mp4') black no-repeat center center scroll;\n        }\n\n        .video-header-mt6000 video {\n            display: none;\n        }\n    }\n\u003c\/style\u003e\n\u003csection style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_bg.png'); background-size: cover;\" class=\"container-fluid gl-banner-top p-4 py-xl-5\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-lg-4\"\u003e\u003cimg width=\"500\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_main.png\" class=\"img-fluid float-right pt-3\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-lg-6 px-3 mt-4 pt-lg-5\"\u003e\n\u003cdiv class=\"text-dark\"\u003e\n\u003csub\u003eGL-MT6000 Wi-Fi 6 AX6000 Home Router\u003c\/sub\u003e\n\u003ch1 class=\"font-weight-bold\"\u003eMEET Flint 2\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n\u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n\u003cdiv class=\"text-dark\"\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003eWi-Fi 6 AX6000 Home Router\u003c\/h2\u003e\n\u003cp\u003eFlint 2 (GL-MT6000) is a Wi-Fi 6 home and office router ideally suited for heavy-duty data transmission, mass device connectivity or ultra-low latency gaming environments. Flint 2 offers blazing-fast WireGuard VPN speeds of up to 900Mbps. In addition, it also supports advanced network redundancies, including Multi-WAN, Failover and Load balance to ensure an uninterrupted network.\u003c\/p\u003e\n\u003chr\u003e\n\u003cdiv style=\"font-size: 15px;\"\u003e\n\u003cspan\u003eOpenVPN speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-mt6000\"\u003e 880\u003c\/span\u003e\u003cspan\u003e Mbps (with DCO support); WireGuard® speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-mt6000\"\u003e 900\u003c\/span\u003e\u003cspan\u003e Mbps\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eSupports \u003cspan class=\"txt-lg text-mt6000\"\u003eMulti-WAN failover\u003c\/span\u003e and \u003cspan class=\"txt-lg text-mt6000\"\u003eload balancing\u003c\/span\u003e capabilities\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eFeatures \u003cspan class=\"txt-lg text-mt6000\"\u003eparental control\u003c\/span\u003e and \u003cspan class=\"txt-lg text-mt6000\"\u003eadGuard Home\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ca href=\"#specs\" class=\"btn btn-round btn-round-mt6000 mt-3 mr-3\"\u003eLearn More\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n\n\u003cdiv class=\"row align-items-center justify-content-end\"\u003e\u003cdiv class=\"col-6 m-2\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/logo\/logo_climate-partner-certified.png\" alt=\"Amazon Climate Pledge Friendly Certification\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv data-ride=\"carousel\" class=\"carousel slide\" id=\"carouselExampleIndicators\"\u003e\n\u003col class=\"carousel-indicators\"\u003e\n\u003cli class=\"active\" data-slide-to=\"0\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"1\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"2\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"3\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"4\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"carousel-inner\"\u003e\n\u003cdiv class=\"carousel-item active\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_1.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_1.jpg\"\u003e \u003cimg alt=\"GL-MT6000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_1.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_2.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_2.jpg\"\u003e \u003cimg alt=\"GL-MT6000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_2.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_3.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_3.jpg\"\u003e \u003cimg alt=\"GL-MT6000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_3.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_4.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_4.jpg\"\u003e \u003cimg alt=\"GL-MT6000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_4.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_5.webp\"\u003e \u003csource type=\"image\/jpg\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_5.jpg\"\u003e \u003cimg alt=\"GL-MT6000\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_5.jpg\" class=\"d-block w-100\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca data-slide=\"prev\" role=\"button\" href=\"#carouselExampleIndicators\" class=\"carousel-control-prev\"\u003e \u003cspan aria-hidden=\"true\" class=\"carousel-control-prev-icon text-dark\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e \u003c\/a\u003e \u003ca data-slide=\"next\" role=\"button\" href=\"#carouselExampleIndicators\" class=\"carousel-control-next\"\u003e \u003cspan aria-hidden=\"true\" class=\"carousel-control-next-icon text-dark\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid py-4 py-lg-5 mt6000-scene-3\"\u003e\n\u003cdiv class=\"row m-lg-5 p-lg-5\"\u003e\n\u003cdiv class=\"col-lg-8 text-light p-5 mt6000-scene-3-text\"\u003e\n\u003ch1 class=\"font-weight-bold\"\u003eFast. Secure. Reliable.\u003c\/h1\u003e\n\u003ch3 class=\"font-weight-light\"\u003eMulti-WAN VPN Router\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"vpn\" class=\"container-fluid p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n\u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n\u003cdiv class=\"text-dark\"\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003eLightning-fast VPN connection\u003c\/h2\u003e\n\u003cp\u003eAn upgrade from its predecessor, Flint 2’s VPN speeds are better and faster. Flint 2 delivers up to 900 Mbps with WireGuard and 880 Mbps with OpenVPN-DCO. Effortlessly configure your VPN client via the admin panel, providing instant protection for all connected devices, or establish a VPN server.\u003c\/p\u003e\n\u003cp\u003eWhether you're working remotely, wrapping yourself in entertainment, or want an extra layer of privacy and security, your VPN speeds won't mean trouble for you.\u003c\/p\u003e\n\u003cp\u003eWireGuard® is a registered trademark of Jason A.Donenfeld.\u003c\/p\u003e\n\u003cspan\u003eWireGuard\u003c\/span\u003e\n\u003cdiv class=\"progress vpn-speed-bar\"\u003e\n\u003cdiv aria-valuemax=\"100\" aria-valuemin=\"0\" aria-valuenow=\"100\" style=\"width: 100%;\" role=\"progressbar\" class=\"progress-bar progress-bar-striped progress-bar-animated axt1800-bg-primary\"\u003eMax. 900Mbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cspan\u003eOpenVPN\u003c\/span\u003e\n\u003cdiv class=\"progress vpn-speed-bar\"\u003e\n\u003cdiv aria-valuemax=\"97\" aria-valuemin=\"0\" aria-valuenow=\"97\" style=\"width: 97%;\" role=\"progressbar\" class=\"progress-bar progress-bar-striped progress-bar-animated axt1800-bg-secondary\"\u003eMax. 880Mbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px;\" class=\"py-3\"\u003e\n\u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\n\u003c\/div\u003e\n\u003ca href=\"\/pages\/maintain-your-home-ip\" class=\"btn btn-round btn-outline-secondary mt-3\" target=\"_blank\"\u003eLearn more about our VPN solutions\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-md-9 col-lg-6 col-xl-5\"\u003e\u003cimg alt=\"30+ Commercial VPN Provider\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light py-4 py-lg-5 mt6000-scene-home\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eElevating Your Internet Experience\u003c\/h2\u003e\n\u003cp\u003eA leap in Speed, Capacity, and Stability\u003c\/p\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_home_internet-experience.png\" class=\"img-fluid\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row justify-content-center pt-5\"\u003e\n\u003cdiv style=\"border-radius: 15px;\" class=\"col-lg-3 bg-white m-3 p-5\"\u003e\n\u003ci style=\"font-size: 55px;\" class=\"fa-solid fa-database gradient-icon\"\u003e\u003c\/i\u003e\n\u003ch1 style=\"font-size: 30px;\" class=\"font-weight-bold\"\u003e\u003cspan class=\"gradient-text\"\u003eLarge Storage\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp\u003eHigher storage capacity satisfies stable online connections for over a hundred devices and meets the needs of DIY users for installing more plugins.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-radius: 15px;\" class=\"col-lg-3 bg-white m-3 p-5\"\u003e\n\u003ci style=\"font-size: 55px;\" class=\"fa-solid fa-microchip gradient-icon\"\u003e\u003c\/i\u003e\n\u003ch1 style=\"font-size: 30px;\" class=\"font-weight-bold\"\u003e\u003cspan class=\"gradient-text\"\u003ePowerful CPU\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp\u003eQuad-Core 2GHz Processor comes with powerful CPU processing capability that enhances overall product stability and provides even better performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-radius: 15px;\" class=\"col-lg-3 bg-white m-3 p-5\"\u003e\n\u003ci style=\"font-size: 55px;\" class=\"fa-solid fa-arrows-up-down-left-right gradient-icon\"\u003e\u003c\/i\u003e\n\u003ch1 style=\"font-size: 30px;\" class=\"font-weight-bold\"\u003e\u003cspan class=\"gradient-text\"\u003eExtended Coverage\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp\u003eEquipped with 8 high-power FEMs, expanding WIFI coverage range, meeting WIFI coverage requirements for medium-sized homes, ensuring strong signals throughout the house.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid pt-lg-5 p-lg-4\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-lg-5 text-center\"\u003e\u003cimg style=\"border-radius: 15px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_ports.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-lg-5 pl-lg-5 pt-3\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eElevate your network with 2.5G Ethernet ports\u003c\/h2\u003e\n\u003cp\u003eEnjoy lightning-fast 2.5G internal network transfer speeds for all your devices, whether it's a computer, NAS, or more. Embrace the future of connectivity with our innovative solution!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid py-lg-5 p-lg-4\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-lg-5 order-lg-2 text-center\"\u003e\u003cimg style=\"border-radius: 15px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-lg-5 order-lg-1 pr-lg-5 pt-3\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eTurbocharge Your Internet with Wi-Fi 6\u003c\/h2\u003e\n\u003cp\u003eUp to 8 channels of WIFI spatial streams, Flint 2 is capable of supporting simultaneous transmission of high-definition and ultra-high-definition videos for multiple devices. It also maintains backward compatibility with 802.11AC and earlier WIFI standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid mt6000-scene-gaming\"\u003e\n\u003cdiv class=\"row m-lg-5 p-3 p-lg-5\"\u003e\n\u003cdiv class=\"col-12 col-lg-4 bg-light p-5 mt6000-gaming-block\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eDominate with Uninterrupted Performance\u003c\/h2\u003e\n\u003cp\u003eEquipped with 8-Stream Wi-Fi 6 technology, the Flint 2 delivers blazing speeds, ensuring a stable and high-speed connection even during intense multiplayer battles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid px-4 py-lg-5 bg-light\"\u003e\n\u003cdiv class=\"row align-items-center justify-content-center text-dark\"\u003e\n\u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-xl-5 order-xl-2\"\u003e\u003cimg alt=\"Bark Parental Control\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_scene_bark.jpg\" class=\"img-fluid rounded\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pt-4 pr-lg-5 pt-lg-0 order-xl-1\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eKeep the Family Protected\u003c\/h2\u003e\n\u003cp\u003eAre too much screen time and exposure to inappropriate content your top concerns as a parent? In collaboration with Bark (an award-winning child-monitoring tool), Flint 2 offers parental controls* built in to the router. In a few clicks, you can filter out certain websites and content categories, enable safe search on your child’s search engine, and manage their usage effortlessly.\u003c\/p\u003e\n\u003cdiv class=\"text-center mt-3\"\u003e\u003cimg alt=\"Bark x GL.iNet\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/barkxglinet.png\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid p-4\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-lg-5 text-center\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt6000\/mt6000_interface.png\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-lg-5\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eDFS Certification in US, CA, EU and UK\u003c\/h2\u003e\n\u003cp\u003eFlint 2 is approved to use DFS (Dynamic Frequency Selection), letting the router's 5GHz network use additional frequencies normally reserved by military, satellite, and weather radar applications. The selection of additional channels can lower network congestion under high density network environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"security\" class=\"container-fluid bg-light p-4 py-xl-5\"\u003e\n\u003ch3 class=\"text-center font-weight-bold\"\u003eProtected by Multiple Layers of Security\u003c\/h3\u003e\n\u003cdiv class=\"row justify-content-center text-dark pt-3\"\u003e\n\u003cdiv style=\"border-radius: 15px; max-width: 430px;\" class=\"col-lg-3 bg-white p-5 m-2\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/icon_wpa3.png\" class=\"img-fluid mb-3\"\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eWPA3 protocol\u003c\/h5\u003e\n\u003cp\u003eThe latest Wi-Fi security protocol with extensive improvements including preventive measures against password brute-force attacks, user-to-user snooping, and individualized encryption in public Wi-Fi networks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-radius: 15px; max-width: 430px;\" class=\"col-lg-3 bg-white p-5 m-2\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/icon_dns.png\" class=\"img-fluid mb-3\"\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDNS over HTTPS \u0026amp; DNS over TLS\u003c\/h5\u003e\n\u003cp\u003eProtecting domain name system traffic and preventing data eavesdropping from malicious parties, advertising platforms, and ISPs by encrypting plaintext DNS traffic using HTTPS and TLS protocols.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-radius: 15px; max-width: 430px;\" class=\"col-lg-3 bg-white p-5 m-2\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-axt1800\/icon_adguard.png\" class=\"img-fluid mb-3\"\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/h5\u003e\n\u003cp\u003eUsing a DNS server for blocking unwanted tracking and includes a user-friendly web interface to filter selected digital advertisements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl py-4 py-lg-5 table-responsive-sm\"\u003e\n\u003ch2 class=\"font-weight-bold text-center\"\u003eModel Comparison\u003c\/h2\u003e\n\u003ctable class=\"table center\"\u003e\n\u003cthead\u003e\n\u003ctr class=\"table-borderless text-center\"\u003e\n\u003cth style=\"width: 25rem;\" scope=\"col\"\u003e\n\u003ca href=\"\/products\/flint-gl-ax1800-wi-fi-6-home-secure-router-with-us-plug\"\u003e\u003cimg width=\"250\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_ax1800.jpg\"\u003e\u003c\/a\u003e\u003cbr\u003eFlint \/ GL-AX1800\u003cbr\u003eWi-Fi 6 Home Router\u003c\/th\u003e\n\u003cth style=\"width: 15rem;\" scope=\"col\"\u003e\n\u003ch3\u003eVS\u003c\/h3\u003e\n\u003c\/th\u003e\n\u003cth style=\"width: 25rem;\" scope=\"col\"\u003e\n\u003cimg width=\"250\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_mt6000.jpg\"\u003e\u003cbr\u003eFlint 2 \/ GL-MT6000\u003cbr\u003eWi-Fi 6 AX6000 Home Router\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eQualcomm Quad-core, @1.2GHz\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eCPU\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMediaTek Quad-core, @2.0GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eDDR3L 512MB \/ NAND Flash 128MB\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eMemory \/ Storage\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eDDR4 1GB \/ eMMC 8GB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e600Mbps (2.4GHz), 1200Mbps(5GHz)\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eWi-Fi Speed\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e1148Mbps (2.4GHz), 4804Mbps (5GHz)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e10\/100\/1000Mbps\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4; vertical-align: middle;\" class=\"text-white\" scope=\"row\"\u003eEthernet Speed\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center; vertical-align: middle;\"\u003e2 x 2.5G Ports; 4 x 1G Ports\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e1 x WAN, 4 x LAN\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eEthernet Ports\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e1 x WAN (2.5G), 1 x WAN\/LAN (2.5G), 4 x LAN\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eMax.500Mbps\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eOpenVPN (Via Ethernet)\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMax.880Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003eMax. 500Mbps\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eWireGuard® (Via Ethernet)\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003eMax. 900Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"text-center\"\u003e\n\u003ctd style=\"background-color: #efefef; text-align: center;\"\u003e210 x 120 x 36.8mm \/ 445g\u003c\/td\u003e\n\u003cth style=\"background-color: #1490a4;\" class=\"text-white\" scope=\"row\"\u003eDimension \/ Weight\u003c\/th\u003e\n\u003ctd style=\"background-color: #f7f7f7; text-align: center;\"\u003e233 x 137 x 53 mm \/ 761g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv style=\"font-size: 14px;\" class=\"text-left\"\u003e\n\u003ci\u003e* Tests conducted on a Local Network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Reviews from Youtubers --\u003e\n\u003csection class=\"container-fluid bg-light px-0 px-md-4 py-4 py-lg-5\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"font-weight-bold pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"youtube-playlist-container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv id=\"ytvideoPlayer\"\u003e\u003ciframe style=\"max-width: 100%;\" src=\"https:\/\/www.youtube.com\/embed\/dKrUehjd7I8\" id=\"playlistVideo\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv id=\"ytplaylist\"\u003e\n\u003ch5 class=\"text-light text-center py-3\"\u003eFlint 2 (GL-MT6000) Reviews \u003cspan id=\"ytListBtn\"\u003e \u003ci class=\"fa fa-chevron-down\" id=\"ytListBtnIcon\"\u003e\u003c\/i\u003e \u003c\/span\u003e\n\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 0\" src=\"https:\/\/img.youtube.com\/vi\/dKrUehjd7I8\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eThey cut out all the BS! - GL.iNet Flint 2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 1\" src=\"https:\/\/img.youtube.com\/vi\/hKqTycmp0Rk\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eSet Up Secure VPN in Minutes with GL.iNet Routers!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 2\" src=\"https:\/\/img.youtube.com\/vi\/PiTEbkOOt1o\/hqdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eThe Flint 2 OpenWRT VPN Router WiFi 6 Access Point Bandwidth Tests and More\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 3\" src=\"https:\/\/img.youtube.com\/vi\/tSJZGDXlvIU\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eFLINT 2 GL-MT6000 ax - TUTORIAL COMPLETO\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 4\" src=\"https:\/\/img.youtube.com\/vi\/VBTFtVeu358\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGL-iNet Flint 2 - WiFi 6 AX6000, 2.5GbE Router - Overview, Setup and Speed Test\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 5\" src=\"https:\/\/img.youtube.com\/vi\/vfvyGLkA_mY\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003e［直播開箱］電腦討論區上面最熱門的冷門OpenWRT路由器 Flint 2 (GL-MT6000) (CC AI 字幕)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 6\" src=\"https:\/\/img.youtube.com\/vi\/lcq_QZb6k-c\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGL-iNet GL-MT6000 Flint 2 AX6000 Wireless Router Review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 7\" src=\"https:\/\/img.youtube.com\/vi\/PQiV9ovIWsY\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGL-iNet Flint 2 - Peformance Test: WAN to LAN, WiFi, VPN Throughput\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 8\" src=\"https:\/\/img.youtube.com\/vi\/SqHUH7HU6XU\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGL.iNet Flint 2 Review en ESPAÑOL - El mejor Router VPN WiFi 6 que bloquea Anuncios\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 9\" src=\"https:\/\/img.youtube.com\/vi\/VBnJnRHoDkE\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eProibida a Partilha de PASSWORDS em Streaming Fora e CASA? | A Solução é estar \"SEMPRE\" em CASA...\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 10\" src=\"https:\/\/img.youtube.com\/vi\/iqEeg4GTAMQ\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGL-iNet Flint 2 - USB 3.0 Network Attach Storage (NAS) Throughput Test\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 11\" src=\"https:\/\/img.youtube.com\/vi\/0xxlsHnmFWA\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eDiscover how to quickly set up your router as a Wi-Fi Repeater for better coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 12\" src=\"https:\/\/img.youtube.com\/vi\/BKSutw6YWQM\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGL.iNet Flint 2 Multi-WAN Router Walkthrough VPN \u0026amp; Speed Test Review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 13\" src=\"https:\/\/img.youtube.com\/vi\/6MW-WAZGm2Q\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eJuega MINECRAFT sin LAG con EL MEJOR router GAMER\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 14\" src=\"https:\/\/img.youtube.com\/vi\/GpCZpKarIMA\/hqdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGL.iNet GL-MT6000(Flint 2) WiFi 6 Router6 - High Performance Home Router\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 15\" src=\"https:\/\/img.youtube.com\/vi\/AIwsJ6mcAU0\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eТОП РОУТЕР GL.INET FLINT 2 GL-MT6000 НА OPENWRT З НЕЙМОВІРНОЮ ПЛОЩЄЮ ПОКРИТТЯ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 16\" src=\"https:\/\/img.youtube.com\/vi\/tKqL6sbPTxQ\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eТОП РОУТЕР GL.INET FLINT 2 GL-MT6000 НА OPENWRT С НЕВЕРОЯТНОЙ ПЛОЩАДЬЮ ПОКРЫТИЯ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 16\" src=\"https:\/\/img.youtube.com\/vi\/qnaOzP3t6t4\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eAumenta la VELOCIDAD DE INTERNET con ESTO! | GL.inet Flint 2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mt-2\"\u003e\u003ca href=\"https:\/\/youtube.com\/playlist?list=PLWQT710fjyEYQ-gex6Qd7TFA7yoAHAiBp\u0026amp;feature=shared\" class=\"btn btn-outline-light btn-block\" target=\"_blank\"\u003eView More\u003c\/a\u003e\u003c\/div\u003e\n\u003cul id=\"ytPlayListUl\"\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\" class=\"product-specs-section py-4 py-lg-5 text-center\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center mx-0\"\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\"\u003e \u003cimg alt=\"Wi-Fi 6\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 6 \u003cbr\u003eAX6000\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\"\u003e \u003cimg alt=\"2.5-Gigabit Multi-Gig port\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003e2.5G \u003cbr\u003eMulti-Gig port\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\"\u003e \u003cimg alt=\"Multi-WAN\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-ethernet-wan.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-ethernet-wan.png\"\u003e \u003cimg alt=\"Dual-Ethernet WAN\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-ethernet-wan.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDual-Ethernet\u003cbr\u003eWAN\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\"\u003e \u003cimg alt=\"OpenWrt Pre-installed\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\"\u003e \u003cimg alt=\"VPN Client\/Server\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\"\u003e \u003cimg alt=\"AdGuard Home\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eAdGuard\u003cbr\u003eHome\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\"\u003e \u003cimg alt=\"DFS\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDFS\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"GL.iNet EU","offers":[{"title":"","offer_id":48534780838165,"sku":"GL-MT6000-EU","price":137.81,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/1-shopify_mt6000_main.jpg?v=1755417141"},{"product_id":"mudi-v2-portable-4g-lte-router-travel-wifi-gl-e750v2","title":"Mudi V2 (GL-E750V2) Portable 4G LTE Router | Travel WiFi","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e \u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    html,\n    body {\n        overflow-x: hidden\n    }\n\n    #youtube-playlist-container {\n        display: flex;\n        flex-direction: column;\n        \/* Stack items vertically *\/\n        align-items: center;\n        \/* Center items horizontally *\/\n    }\n\n    \/* Style for the video player container *\/\n    #playlistVideo {\n        width: 100%;\n        \/* Set width to 100% for responsiveness *\/\n        width: 660px;\n        \/* Set a maximum width for larger screens *\/\n        margin: 0 auto;\n        \/* Center the player horizontally *\/\n        height: 520px;\n    }\n\n    @media only screen and (max-width: 767px) {\n        #playlistVideo {\n            width: 450px;\n            \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n            max-width: none;\n            \/* Remove max-width for mobile responsiveness *\/\n            margin: 0;\n            \/* Remove any margin for mobile responsiveness *\/\n            height: 320px;\n        }\n    }\n\n    #ytplaylist {\n        overflow-y: auto;\n        \/* Enable vertical scrolling *\/\n        white-space: nowrap;\n        \/* Prevent items from wrapping to the next line *\/\n        display: flex;\n        flex-direction: column;\n        \/* Align items vertically *\/\n        background-color: black;\n        \/* Set background color to black *\/\n        padding: 20px;\n        \/* Add padding for better appearance *\/\n        max-height: 520px;\n        \/* Set max-height to the same value as the video player's height *\/\n    }\n\n    \/* Style for each playlist item *\/\n    #ytplaylist li {\n        list-style: none;\n        \/* Remove list-style points *\/\n        text-align: left;\n        margin-bottom: 10px;\n        display: flex;\n        align-items: center;\n        \/* Align items vertically *\/\n        transition: background-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for background color *\/\n    }\n\n    \/* Style for the playlist item on hover *\/\n    #ytplaylist li:hover {\n        background-color: #333;\n        \/* Change background color on hover *\/\n        border-radius: 15px;\n    }\n\n    \/* Style for the thumbnail images *\/\n    #ytplaylist img {\n        cursor: pointer;\n        border: 2px solid #ddd;\n        \/* Add a border to make it visually distinct *\/\n        border-radius: 8px;\n        transition: border-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect *\/\n        margin-right: 10px;\n        \/* Add margin to separate image and title *\/\n        width: 150px;\n        \/* Set the image width *\/\n    }\n\n    \/* Style for the thumbnail images on hover *\/\n    #ytplaylist img:hover {\n        border-color: #555;\n        \/* Change border color on hover *\/\n    }\n\n    \/* Style for the video title container *\/\n    #ytplaylist .title-container {\n        max-width: 250px;\n        \/* Set the maximum width for the title container *\/\n        width: 100%;\n        \/* Ensure it takes up the available width *\/\n        white-space: normal;\n        \/* Allow text to break into multiple lines *\/\n    }\n\n    \/* Style for the video title *\/\n    #ytplaylist .video-title {\n        font-size: 14px;\n        color: white;\n        \/* Set text color to white *\/\n        transition: color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for text color *\/\n        text-align: left;\n        \/* Align text to the left *\/\n    }\n\n    \/* Style for the video title on hover *\/\n    #ytplaylist li:hover .video-title {\n        color: #fff;\n        \/* Change text color on hover *\/\n    }\n\n    .vpn-places {\n        background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar750s\/vpn_places.jpg\");\n        background-repeat: repeat-x;\n        background-position: bottom;\n        background-color: #f5f5f5;\n        height: 22rem;\n    }\n\n    .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700;\n    }\n\n    .btn-info {\n        color: #fff;\n        background-color: #17a2b8;\n        border-color: #17a2b8;\n    }\n\n    #accordion .panel {\n        border: none;\n        border-radius: 5px;\n        box-shadow: none;\n        margin-bottom: 10px;\n        background: transparent;\n    }\n\n    #accordion .panel-heading {\n        padding: 0;\n        border: none;\n        border-radius: 5px;\n        background: transparent;\n        position: relative;\n    }\n\n    #accordion .panel-title a {\n        display: block;\n        padding: 20px 30px;\n        margin: 0;\n        background: #1b488b;\n        font-size: 16px;\n        font-weight: bold;\n        color: #fff;\n        letter-spacing: 1px;\n        border: none;\n        border-radius: 5px;\n        position: relative;\n    }\n\n    #accordion .panel-title a.collapsed {\n        border: none;\n    }\n\n    #accordion .panel-title a:before,\n    #accordion .panel-title a.collapsed:before {\n        content: \"\\f107\";\n        font-family: \"Font Awesome 5 Free\";\n        width: 30px;\n        height: 30px;\n        line-height: 27px;\n        text-align: center;\n        font-size: 25px;\n        font-weight: 900;\n        color: #fff;\n        position: absolute;\n        top: 15px;\n        right: 30px;\n        transform: rotate(0deg);\n        transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);\n    }\n\n    #accordion .panel-title a.collapsed:before {\n        \/\/color: rgba(255,255,255,0.5);\n        transform: rotate(360deg);\n    }\n\n    #accordion .panel-body {\n        padding: 10px 20px;\n        font-size: 15px;\n        color: #fff;\n        line-height: 28px;\n        border-top: none;\n        border-radius: 5px;\n    }\n\n    .gl-banner-top-e750 {\n        background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/e750_bg.jpg\");\n        height: 28rem;\n        background-size: cover;\n        background-position: bottom;\n\n        @include media-breakpoint-down(xs) {\n            height: auto !important;\n        }\n    }\n\n    .gl-banner-top-e750v2 {\n        background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/e750v2_bg_v13.jpg\");\n        height: 34rem;\n        background-size: cover;\n        background-position: center;\n\n        @include media-breakpoint-down(xs) {\n            background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/e750v2_bg_mobile_v13.jpg\");\n            height: 45rem;\n            background-size: cover;\n            background-position: bottom center;\n        }\n    }\n\n    .mudi-places {\n        background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/mudi-places_2.png\");\n        background-repeat: repeat-x;\n        background-position: left;\n        background-color: #f5f5f5;\n        height: 30rem;\n        padding-bottom: 20rem;\n        padding-top: 10rem;\n    }\n\n    #mailchimp-e750v2 input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n\n        @include media-breakpoint-down(xs) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n        }\n\n    }\n\n    #mailchimp-e750v2 input.email {\n        background: #fff;\n    }\n\n    #mailchimp-e750v2 input[type=\"submit\"] {\n        background: #17a2b8;\n        color: #fff;\n        cursor: pointer;\n        font-size: 15px;\n        width: 135px;\n        height: 50px;\n        padding: 8px 3px;\n        border-radius: 0px 25px 25px 0px;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @include media-breakpoint-down(xs) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 13px;\n        }\n    }\n\n    #mailchimp-e750v2 input[type=\"submit\"]:hover {\n        background-color: #148697;\n        color: #FFF;\n    }\n\n\n    @media (max-width: 767px) {\n\n        .tab-panel,\n        .pxu-tabs.pxu-tabs--bottom-true {\n            padding: 0\n        }\n        #accordion .panel-body{\n            padding: 0;\n\n        }\n    }\n\u003c\/style\u003e\n\u003csection class=\"container-fluid gl-banner-top-e750v2 py-5\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center mt-lg-5\"\u003e\n\u003cdiv class=\"col-11 col-lg-6 mt-3\"\u003e\n\u003cdiv class=\"text-light\"\u003e\n\u003csub\u003eGL-E750V2\u003c\/sub\u003e\n\u003ch1 class=\"font-weight-bold\"\u003eMUDI V2\u003c\/h1\u003e\n\u003ch3\u003eBest Portable Wi-Fi Travel Router in 2024\u003c\/h3\u003e\n\u003cp class=\"text-light\"\u003e\u003ca class=\"text-light\" href=\"\/blog\/gl.inet-as-ces-2019-innovation-awards-honoree\/\" target=\"_blank\"\u003eCES 2020 Innovation Awards HONOREE\u003c\/a\u003e \u003cbr\u003ein the Cybersecurity and Personal Privacy product category\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n\u003cdiv class=\"text-dark\"\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003ePortable 4G LTE Router\u003c\/h2\u003e\n\u003cp\u003eMudi V2 by GL.iNet, is the best portable 4G LTE privacy router for road warriors and business travelers who want to secure their data and protect them from cyber criminals. With WireGuard® and OpenVPN settings, Mudi V2 gives the privacy-minded users a fast and simple VPN that utilizes state-of-the-art cryptography.\u003c\/p\u003e\n\u003chr\u003e\n\u003cdiv style=\"font-size: 15px;\"\u003e\u003cspan\u003eSupports 4G LTE,\u003cspan class=\"txt-lg text-info\"\u003e global carriers\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eFeatures \u003cspan class=\"txt-lg text-info\"\u003e VPN\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"txt-lg text-info\"\u003ePocket-friendly\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eSupports \u003c\/span\u003e\u003cspan class=\"txt-lg text-info\"\u003efailover, load balancing \u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eCan last \u003cspan class=\"txt-lg text-info\"\u003e8 hours\u003c\/span\u003e per charge\u003c\/span\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ca href=\"#specs\" class=\"btn btn-round bg-info text-light mt-3 mr-lg-3 mr-2\"\u003eLearn More\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n\u003cdiv data-ride=\"carousel\" class=\"carousel slide\" id=\"carouselExampleIndicators\"\u003e\n\u003col class=\"carousel-indicators\"\u003e\n\u003cli class=\"active\" data-slide-to=\"0\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"1\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"2\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"3\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003cli class=\"\" data-slide-to=\"4\" data-target=\"#carouselExampleIndicators\"\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"carousel-inner\"\u003e\n\u003cdiv class=\"carousel-item active carousel-item-left\"\u003e\u003cimg alt=\"Mudi (GL-E750)\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/E750_1.jpg\" class=\"d-block w-100\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item carousel-item-next carousel-item-left\"\u003e\u003cimg alt=\"Mudi (GL-E750)\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/E750_2.jpg\" class=\"d-block w-100\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"Mudi (GL-E750)\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/E750_3.jpg\" class=\"d-block w-100\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"Mudi (GL-E750)\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/E750_4.jpg\" class=\"d-block w-100\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cimg alt=\"Mudi (GL-E750)\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/E750_5.jpg\" class=\"d-block w-100\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca data-slide=\"prev\" role=\"button\" href=\"#carouselExampleIndicators\" class=\"carousel-control-prev\"\u003e \u003cspan aria-hidden=\"true\" class=\"carousel-control-prev-icon text-dark\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e \u003c\/a\u003e \u003ca data-slide=\"next\" role=\"button\" href=\"#carouselExampleIndicators\" class=\"carousel-control-next\"\u003e \u003cspan aria-hidden=\"true\" class=\"carousel-control-next-icon text-dark\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light\"\u003e\n\u003cdiv class=\"row justify-content-end align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0 order-lg-2\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/e750v2_pocket.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 pt-3 pt-lg-0 mr-lg-5 order-lg-1\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003ePocket Wi-Fi on the go\u003c\/h2\u003e\n\u003cp\u003eMudi V2 gives you a private bubble of internet wherever you go, with the added peace of mind that comes from knowing your online traffic is always protected by the VPN. With its support for global carriers, rest assured Mudi V2 works wherever the road takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"openwrt\" class=\"container-fluid bg-light\"\u003e\n\u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/e750v2_openwrt.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 pt-3 pt-lg-0  ml-lg-5\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eRuns on OpenWrt for Customization\u003c\/h2\u003e\n\u003cp\u003eA travel router that runs OpenWrt natively, Mudi V2 gives you full control of your network and the connected devices. Mudi V2 uses proprietary firmware based on OpenWrt (v22.03.4 Kernel version 5.150.176), offering over 5,000 ready-made plug-ins and applications at your disposal. Simply browse, install, and manage packages within the router's admin panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"vpn\" class=\"container-fluid p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n\u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n\u003cdiv class=\"text-dark\"\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003eBest Travel Router with VPN\u003c\/h2\u003e\n\u003ch5\u003eProtect your data with integrated \u003cb\u003eVPN Client\u003c\/b\u003e\n\u003c\/h5\u003e\n\u003cp\u003eMudi V2 offers built-in VPN functionality to help you stay private and secure at all times. With its support for OpenVPN or WireGuard, the travel router protects your online traffic anywhere you go. All you need to do is get a VPN subscription from one of the over 30 VPN service providers supported by GL.iNet.\u003c\/p\u003e\n\u003ch5\u003eBuilt-in with \u003cb\u003eVPN server\u003c\/b\u003e for remote access\u003c\/h5\u003e\n\u003cp\u003eMudi V2 supports running as a VPN server, allowing you to securely access your home or office network from anywhere in the world. The router supports running as a VPN client and a VPN server at the same time, meeting your needs all at once.\u003c\/p\u003e\n\u003cspan\u003eWireGuard\u003c\/span\u003e\n\u003cdiv class=\"progress vpn-speed-bar\"\u003e\n\u003cdiv aria-valuemax=\"100\" aria-valuemin=\"0\" aria-valuenow=\"100\" style=\"width: 100%;\" role=\"progressbar\" class=\"progress-bar progress-bar-striped progress-bar-animated bg-info\"\u003eMax. 40Mbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cspan\u003eOpenVPN\u003c\/span\u003e\n\u003cdiv class=\"progress vpn-speed-bar\"\u003e\n\u003cdiv aria-valuemax=\"25\" aria-valuemin=\"0\" aria-valuenow=\"25\" style=\"width: 25%;\" role=\"progressbar\" class=\"progress-bar progress-bar-striped progress-bar-animated bg-secondary\"\u003eMax. 5Mbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-size: 13px;\" class=\"py-3\"\u003e\n\u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\n\u003c\/div\u003e\n\u003ca href=\"\/pages\/maintain-your-home-ip\" class=\"btn btn-round btn-outline-secondary mt-3\" target=\"_blank\"\u003eLearn more about our VPN solutions\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-lg-5 col-md-6 my-5\"\u003e\u003ca href=\"\/solutions\/vpn\/\" target=\"_blank\"\u003e \u003cimg alt=\"30+ Commercial VPN services provider\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" class=\"img-fluid\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid bg-light\"\u003e\n\u003cdiv class=\"row justify-content-end align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0 order-lg-2\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/e750v2_replicator.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 pt-3 pt-lg-0 mr-lg-5 order-lg-1\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eImproved Network Reliability with Multi-WAN\u003c\/h2\u003e\n\u003cp\u003eMudi V2 offers four connection methods—cellular, tethering, Wi-Fi, and ethernet. Featuring multi-WAN, the travel router supports failover and load balancing, ensuring uninterrupted internet connectivity wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid p-4 py-lg-5\"\u003e\n\u003cdiv class=\"row justify-content-center pt-lg-5\"\u003e\n\u003cdiv class=\"col-lg-3\"\u003e\n\u003cimg alt=\"Cafe\" style=\"border-radius: 35px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/E750_scene_3.jpg\" class=\"img-fluid\"\u003e\n\u003cdiv class=\"p-4\"\u003e\n\u003ch5 class=\"font-weight-bold mb-2\"\u003eCoffee shops\u003c\/h5\u003e\n\u003cp\u003eWhether you’re working from a cafe or just stopping by for a coffee, use Mudi V2 to establish a private internet connection and stay away from prying eyes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-lg-3\"\u003e\n\u003cimg alt=\"Office\" style=\"border-radius: 35px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/E750_scene_4.jpg\" class=\"img-fluid\"\u003e\n\u003cdiv class=\"p-4\"\u003e\n\u003ch5 class=\"font-weight-bold mb-2\"\u003eHotel rooms\u003c\/h5\u003e\n\u003cp\u003eHotel Wi-Fi is not always safe. Use Mudi V2 for a private, secure connection. Also, you can save on excessive Wi-Fi fees and avoid poor internet service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-lg-3\"\u003e\n\u003cimg alt=\"On-the-Go\" style=\"border-radius: 35px;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/E750_scene_2.jpg\" class=\"img-fluid\"\u003e\n\u003cdiv class=\"p-4\"\u003e\n\u003ch5 class=\"font-weight-bold mb-2\"\u003eOn the road\u003c\/h5\u003e\n\u003cp\u003eMudi V2 meets whatever your needs are while on the road—letting you watch your favorite content, live stream, or access a network remotely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container-fluid\"\u003e\n\u003cdiv class=\"row justify-content-start align-items-center\"\u003e\n\u003cdiv class=\"col-xl-6 px-0\"\u003e\u003cimg alt=\"Compatible with GL.iNet eSIM Solution\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-e750\/e750v2_esim.jpg\" class=\"img-fluid\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-xl-5 ml-lg-5 pt-3 pt-lg-0\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eCompatible with GL.iNet eSIM Solution\u003c\/h2\u003e\n\u003cp\u003eExperience seamless connectivity with the Mudi V2, fully compatible with GL.iNet’s advanced eSIM solution, which supports both physical eSIM cards and integrated eSIM chips. eSIMs can be programmed remotely, offering unmatched convenience, flexibility, space-saving, and enhanced security. For consumers, this means effortlessly switching networks and avoiding roaming charges, while businesses benefit from centralized management, multi-device support, and secure data management.\u003c\/p\u003e\n\u003cdiv class=\"row my-4 text-center\"\u003e\u003ca href=\"\/products\/esim-experience-seamless-connectivity-with-gl-inet-esim\" class=\"btn btn-round btn-outline-dark\"\u003eLearn More\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"frequency-bands\"\u003e\n\u003cdiv class=\"container py-5\"\u003e\n\u003cdiv aria-multiselectable=\"true\" role=\"tablist\" id=\"accordion\" class=\"panel-group\"\u003e\n\u003cdiv class=\"panel panel-default\"\u003e\n\u003cdiv id=\"headingOne\" role=\"tab\" class=\"panel-heading\"\u003e\n\u003ch4 class=\"panel-title\"\u003e\u003ca aria-controls=\"collapseOne\" aria-expanded=\"true\" href=\"#collapseOne\" data-parent=\"#accordion\" data-toggle=\"collapse\" role=\"button\"\u003e CAT 6 Frequency Bands \u003c\/a\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv aria-labelledby=\"headingOne\" role=\"tabpanel\" class=\"panel-collapse collapse show\" id=\"collapseOne\"\u003e\n\u003cdiv class=\"panel-body\"\u003e\n\u003ctable class=\"table table-sm table-responsive-sm\"\u003e\n\u003cthead class=\"thead-light\"\u003e\n\u003ctr\u003e\n\u003cth colspan=\"3\" class=\"font-weight-bold\"\u003eModule: EM060K-G\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 80px;\" class=\"font-weight-bold\" rowspan=\"10\"\u003eLTE\u003c\/td\u003e\n\u003ctd style=\"width: 115px;\" class=\"font-weight-bold\"\u003eLTE-FDD\u003c\/td\u003e\n\u003ctd\u003eB1\/B2\/B3\/B4\/B5\/B7\/B8\/B12\/B13\/B14\/B17\/B18\/B19\/B20\/B25\/B26\/B28\/B29②\/B30\/B32①\/B66\/B71\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eLTE-TDD\u003c\/td\u003e\n\u003ctd\u003eB34\/B38\/B39\/B40\/B41\/B42\/B43\/B46① (LAA)\/B48 (CBRS)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eUp to 2 ×CA:\u003c\/td\u003e\n\u003ctd\u003eB2+B2\/5\/12\/13\/29③;B4+B4\/5\/12\/13\/29③; B5+B5\/7\/25\/30\/66; B7+B7\/12\/26;B12+B12\/25\/30\/66; B13+B66; B25+B25\/26; B30+B29; B66+B29\/66; B41+B41;\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eWCDMA:\u003c\/td\u003e\n\u003ctd\u003eB1\/2\/3\/4\/5\/6\/8\/19\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ci class=\"text-dark\"\u003e ①: B32 is only for secondary component carrier, B46 is only for secondary component carrier.\u003cbr\u003e②: B29 is only for secondary component carrier.\u003cbr\u003e③: means LTE-FDD B29 support receiving only, and is only for secondary component carrier in 2×CA. \u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv aria-multiselectable=\"true\" role=\"tablist\" id=\"accordion\" class=\"panel-group\"\u003e\n\u003cdiv class=\"panel panel-default\"\u003e\n\u003cdiv id=\"headingTwo\" role=\"tab\" class=\"panel-heading\"\u003e\n\u003ch4 class=\"panel-title\"\u003e\u003ca aria-controls=\"collapseTwo\" aria-expanded=\"true\" href=\"#collapseTwo\" data-parent=\"#accordion\" data-toggle=\"collapse\" role=\"button\"\u003e CAT 4 Frequency Bands \u003c\/a\u003e\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv aria-labelledby=\"headingTwo\" role=\"tabpanel\" class=\"panel-collapse collapse show\" id=\"collapseTwo\"\u003e\n\u003cdiv class=\"panel-body\"\u003e\n\u003ctable class=\"table table-sm table-responsive-sm\"\u003e\n\u003cthead class=\"thead-light\"\u003e\n\u003ctr\u003e\n\u003cth colspan=\"3\" class=\"font-weight-bold\"\u003eModule: EM05-G\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 70px;\" class=\"font-weight-bold\"\u003eLTE\u003c\/td\u003e\n\u003ctd\u003eB1\/2\/3\/4\/5\/7\/8\/12\/13\/14\/18\/19\/20\/25\/26\/28\/66\/71\/38\/39\/40\/41;\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"font-weight-bold\"\u003eWCDMA\u003c\/td\u003e\n\u003ctd\u003eB1\/2\/4\/5\/6\/8\/19\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Reviews from Youtubers --\u003e\n\u003csection class=\"container-fluid bg-light px-0 px-md-4 py-4 py-lg-5\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"font-weight-bold pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"youtube-playlist-container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv id=\"ytvideoPlayer\"\u003e\u003ciframe style=\"max-width: 100%;\" src=\"https:\/\/www.youtube.com\/embed\/lTcogGySqcA\" id=\"playlistVideo\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv id=\"ytplaylist\"\u003e\n\u003ch5 class=\"text-light text-center py-3\"\u003eMudi V2 (GL-E750V2) Reviews \u003cspan id=\"ytListBtn\"\u003e \u003ci class=\"fa fa-chevron-down\" id=\"ytListBtnIcon\"\u003e\u003c\/i\u003e \u003c\/span\u003e\n\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 0\" src=\"https:\/\/img.youtube.com\/vi\/lTcogGySqcA\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eINTERNET ANÓNIMA MÓVEL E SEGURA EM QUALQUER LADO! | MINI ROUTER MUDI V2 4G LTE (GL-E750V2)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 1\" src=\"https:\/\/img.youtube.com\/vi\/T5eC4HJzgOs\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eSHEIN è convenientissimo!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 2\" src=\"https:\/\/img.youtube.com\/vi\/Lf0_MMOqUd4\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eMUDI V2 Travel Router Review - This Router Is FAST!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 3\" src=\"https:\/\/img.youtube.com\/vi\/HMtyHcC6EMo\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGL-iNet mudi Portable 4G LTE Router GL-E750V2 Review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 4\" src=\"https:\/\/img.youtube.com\/vi\/5K_RyKvI-i8\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eMudi: Il Router Portatile 4G Che Rivoluzionerà il Tuo Modo di Connetterti!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 5\" src=\"https:\/\/img.youtube.com\/vi\/gV_WarQtZnI\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGL-iNet Mudi V2 - Portable 4G LTE Router - Unbox \u0026amp; Review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 6\" src=\"https:\/\/img.youtube.com\/vi\/mj4dqKaxsXQ\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eHow-To Setup Gl.iNet Mudi 4G LTE Wireless Travel Router Review\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg alt=\"Video 6\" src=\"https:\/\/img.youtube.com\/vi\/VzTHaR_hxgs\/maxresdefault.jpg\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eLe passeport pour un WiFi sans frontières : l’outil INDISPENSABLE des voyageurs connectés ? MUDI V2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mt-2\"\u003e\u003ca href=\"https:\/\/youtube.com\/playlist?list=PLWQT710fjyEb_s55ENxC1n8YOF-6h6knm\u0026amp;feature=shared\" class=\"btn btn-outline-light btn-block\" target=\"_blank\"\u003eView More\u003c\/a\u003e\u003c\/div\u003e\n\u003cul id=\"ytPlayListUl\"\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"specs\" class=\"product-specs-section py-4 py-lg-5\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-between\"\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4glte.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4glte.png\"\u003e \u003cimg alt=\"4G LTE Module\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4glte.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003e4G LTE\u003cbr\u003eModule\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_ac750.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_ac750.png\"\u003e \u003cimg alt=\"High Speed\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_ac750.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eHigh Speed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-band.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-band.png\"\u003e \u003cimg alt=\"Dual-band Wi-Fi\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-band.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDual-band\u003cbr\u003eWi-Fi\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_sdcard_1tb.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_sdcard_1tb.png\"\u003e \u003cimg alt=\"External Storage\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_sdcard_1tb.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eExternal\u003cbr\u003eStorage\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_battery.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_battery.png\"\u003e \u003cimg alt=\"External Storage\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_battery.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eBuilt-in\u003cbr\u003eBattery\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\"\u003e \u003cimg alt=\"VPN Client\/Server\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_tor.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_tor.png\"\u003e \u003cimg alt=\"Tor\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_tor.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eTor Anonymity\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\"\u003e \u003cimg alt=\"OpenWrt Pre-installed\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_global-connectivity.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_global-connectivity.png\"\u003e \u003cimg alt=\"Global Connectivity\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_global-connectivity.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eGlobal\u003cbr\u003eConnectivity\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-2 px-0 text-center mx-xl-3\"\u003e\n\u003cpicture\u003e \u003csource type=\"image\/webp\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dns.webp\"\u003e \u003csource type=\"image\/png\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dns.png\"\u003e \u003cimg alt=\"DNS Encryption\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dns.png\" class=\"img-fluid\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDNS\u003cbr\u003eEncryption\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"GL.iNet EU","offers":[{"title":"EM060K-G 4G Global \/ US+EU+UK+AU plug","offer_id":48534794240277,"sku":"GL-E750V2-EM060K-G","price":133.61,"currency_code":"EUR","in_stock":true},{"title":"EM05-G 4G Global \/ US+EU+UK+AU plug","offer_id":48534794273045,"sku":"GL-E750V2-EM05-G","price":122.68,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/E750V2_-1500x1500.jpg?v=1772762401"},{"product_id":"x2000","title":"Spitz Plus (GL-X2000) Wi-Fi 6 4G LTE CAT 12 Router","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap-icons\/1.11.3\/font\/bootstrap-icons.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:ital,wght@0,100..900;1,100..900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003c!-- \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e --\u003e\n\u003cstyle\u003e\n  .btn-underline{\n    text-decoration: underline;\n  }\n.tiny-slider-container-beta-tester-review {\n  .tiny-slider-beta-tester-review  {\n    display: flex;\n    flex-wrap: wrap;\n\n    .tiny-slider-item-beta-tester-review {\n      padding: 0 1rem;\n      vertical-align: middle;\n      display: inline-flex;\n      @media (max-width: 1440px) {\n        transform: translateX(0);\n      }\n\n      @media (max-width: 991px) {\n        vertical-align: top;\n      }\n\n      .tiny-slider-review-card{\n        display: flex;\n        height: 100%;\n\n        .row{\n          background-color: #ffffff;\n          margin: 0;\n          align-items: center;\n\n          @media (max-width: 991px) {\n            align-items: flex-start;\n          }\n          \n          @media (max-width: 768px) {\n            margin-right: 0;\n          }\n\n          .card-image {\n            height: 100%;\n            @media (max-width: 991px) {\n              height: auto;\n            }\n\n            img { \n              width: 100%;\n              height: 100%;\n              object-fit: cover;\n              border-radius: 15px 0 0 15px;\n      \n              @media (max-width: 991px) {\n                border-radius: 15px 15px 0 0;\n                width: 100%;\n                height: auto;\n              }\n            }\n          }\n\n          p {\n            font-size: 1.1rem;\n          }\n        }\n\n      }\n    }\n  }\n\n}\n    @media (min-width: 1441px) {\n        .tiny-slider-x2000-review h5 {\n            font-size: 14px !important;\n        }\n\n\n    }\n\n    #accordion .panel-title a {\n        display: block;\n        font-size: 16px;\n        font-weight: 700;\n        color: rgb(255, 255, 255);\n        letter-spacing: 1px;\n        position: relative;\n        padding: 20px 30px;\n        margin: 0px;\n        background: rgb(27, 72, 139);\n        border-width: initial;\n        border-style: none;\n        border-color: initial;\n        border-image: initial;\n        border-radius: 5px;\n\n        @media (max-width: 430px) {\n            padding: 20px 10px;\n        }\n    }\n\n    #accordion .panel-title a::before,\n    #accordion .panel-title a.collapsed::before {\n        content: \"\";\n        font-family: \"font awesome 5 free\";\n        width: 30px;\n        height: 30px;\n        line-height: 27px;\n        text-align: center;\n        font-size: 25px;\n        font-weight: 900;\n        color: rgb(255, 255, 255);\n        position: absolute;\n        top: 15px;\n        right: 30px;\n        transform: rotate(0deg);\n        transition: 0.4s cubic-bezier(0.08, 1.09, 0.32, 1.275);\n\n        @media (max-width: 430px) {\n            right: 10px;\n        }\n    }\n\n\n        .product-nav {\n            width: 100%;\n            background-color: #eeeeee;\n            border-top: 1px solid #c3c5c6;\n            position: sticky;\n            transform: scaleY(1);\n            transform-origin: top;\n            transition: top .15s ease;\n            width: 100%;\n            z-index: 999;\n    top: 124px;\n\n    @media (max-width: 991px) {\n      top: 66px;\n    }\n\n            .product-nav-content {\n                display: flex;\n                flex-direction: row;\n                justify-content: left;\n                align-items: center;\n                margin-bottom: 0;\n\n                @media (max-width: 768px) {\n                    overflow: auto;\n                    padding: 4px;\n                }\n            }\n\n                a {\n                color: #6c757d;\n                height: -moz-fit-content;\n                height: fit-content;\n                list-style: none;\n                margin-bottom: 0;\n                margin: 0 20px;\n\n                @media (max-width: 768px) {\n                    padding: 0;\n                    margin: 6px;\n                    word-break: normal;\n\n                }\n                }\n            a:hover {\n                color: #3DC1CF;\n                transition: 0.3s ease;\n            }\n\n            .active {\n                    color: #3DC1CF;\n                    border-bottom: 2px solid #3DC1CF;\n            }\n        }\n\n    .vpn-places {\n        background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-ar750s\/vpn_places.jpg\");\n        background-repeat: repeat-x;\n        background-position: bottom;\n        background-color: #f5f5f5;\n        height: 22rem;\n    }\n\n    .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700;\n    }\n\n    .btn-info {\n        color: #fff;\n        background-color: #17a2b8;\n        border-color: #17a2b8;\n    }\n\n\n    @media (max-width: 767px) {\n\n        .tab-panel,\n        .pxu-tabs.pxu-tabs--bottom-true {\n            padding: 0 10px\n        }\n\n        #accordion .panel-body {\n            padding: 0;\n\n        }\n\n        .deployment-title {\n            font-size: 20px;\n        }\n\n        .carousel-item {\n            padding: 1rem !important;\n        }\n    }\n\n    .x2000-main-container {\n     \n        #comparison ,#highlight_x2000 ,#scenarios,#features,#reviews,#specs{\n                scroll-margin-top: 160px;\n            }\n\n        .table-bands {\n            tr\u003etd {\n                width: 33.33%;\n            }\n        }\n\n        .LocalNavigationBar {\n            z-index: 10;\n            top: 65px;\n\n            a {\n                color: white;\n                padding: 0 3rem 0.5rem 0;\n\n                \u0026.active {\n                    h5 {\n                        border-bottom: 2px solid white;\n                    }\n                }\n\n                h5 {\n                    font-size: 1rem;\n                    padding-bottom: 0.5rem;\n                    margin-bottom: 0.5rem;\n                }\n            }\n\n            .btn {\n                border-color: white;\n                font-size: 0.75rem;\n                padding: 0.5rem 1rem;\n                margin-right: 0.5rem;\n                min-height: inherit;\n\n                \u0026:hover,\n                \u0026:active,\n                \u0026:focus {\n                    background-color: white;\n                    color: #1b488b;\n                }\n\n                @media (max-width: 576px) {\n                    margin-bottom: 0.5rem;\n\n                    \u0026:last-child {\n                        margin-bottom: 0;\n                    }\n                }\n            }\n        }\n\n        #dual-sim,\n        #multi-wan,\n        #vpn,\n        #model-comparison {\n            scroll-margin-top: 6rem;\n        }\n\n        .text-x2000 {\n            font-size: 1.5rem;\n            color: #1b488b;\n        }\n\n        .x2000-bg-primary {\n            background-color: #1b488b !important;\n        }\n\n        .x2000-bg-secondary {\n            background-color: #338fbd !important;\n        }\n\n        .btn-round-x2000 {\n            background-color: #1b488b;\n            color: #FFF;\n            border-radius: 50px;\n            padding: 1rem 2rem;\n            text-transform: uppercase;\n            font-weight: bold;\n\n            @media (max-width: 768px) {\n                min-height: 50px;\n                border-radius: 50px;\n                padding: 14px 1.5rem;\n                text-transform: uppercase;\n                font-weight: bold;\n            }\n        }\n\n        .btn-round-x2000:hover {\n            background-color: #FFF;\n            color: #1b488b;\n            border-color: #1b488b;\n        }\n\n        #mailchimp-x2000 input {\n            border: medium none;\n            color: gray;\n            font-size: 16px;\n            padding: 8px 25px;\n            width: auto;\n            height: 50px;\n            border-radius: 25px 0px 0px 25px;\n\n            @include media-breakpoint-down(xs) {\n                width: 100%;\n                height: 40px;\n                font-size: 13px;\n            }\n\n        }\n\n        #mailchimp-x2000 input.email {\n            background: #fff;\n        }\n\n        #mailchimp-x2000 input[type=\"submit\"] {\n            background: #1b488b;\n            color: #fff;\n            cursor: pointer;\n            font-size: 15px;\n            width: 135px;\n            height: 50px;\n            padding: 8px 3px;\n            border-radius: 0px 25px 25px 0px;\n            text-transform: uppercase;\n            font-weight: bold;\n\n            @include media-breakpoint-down(xs) {\n                width: 100%;\n                height: 40px;\n                font-size: 13px;\n                padding: 8px 13px;\n            }\n        }\n\n        #mailchimp-x2000 input[type=\"submit\"]:hover {\n            background-color: #0e71a3;\n            color: #FFF;\n        }\n\n        .model-comparison {\n            .product-img {\n                width: 75%;\n\n                @media (max-width: 576px) {\n                    width: 85%;\n                }\n            }\n\n            p {\n                @media (max-width: 576px) {\n                    font-size: 0.85rem;\n                }\n            }\n\n            .comparison-detail {\n                padding-bottom: 1rem;\n\n                @media (max-width: 768px) {\n                    padding-bottom: 0;\n                    background-color: white;\n\n                    div {\n                        background-color: white;\n                    }\n\n                    \u0026:nth-of-type(odd) {\n                        background-color: #f7f7f7;\n\n                        div {\n                            background-color: #f7f7f7;\n                        }\n                    }\n                }\n\n                img {\n                    width: 40px;\n                }\n\n                \u003ediv {\n                    padding: 1rem 2rem;\n                    background-color: #f7f7f7;\n                    align-content: center;\n                    border-bottom: 1px solid #dee2e6;\n\n                    @media (max-width: 768px) {\n                        background-color: inherit;\n                        padding: 0.7rem 1rem 3rem;\n                        border-bottom: 0;\n                    }\n\n                    h5 {\n                        font-size: 1rem;\n                        margin-bottom: 0;\n                    }\n\n                    p {\n                        margin-bottom: 0;\n                    }\n\n                    i {\n                        font-size: 1.4em;\n                        color: #1b488b;\n                        transform: rotate(20deg);\n                        position: absolute;\n                        top: -0.6rem;\n                        right: -2rem;\n\n                        @media (max-width: 768px) {\n                            right: -14px;\n                            font-size: 1rem;\n                        }\n                    }\n                }\n\n                div:nth-child(2) {\n                    background-color: #1b488b;\n                    color: white;\n\n                    @media (max-width: 768px) { \n                        padding: 2.5rem 0 0;\n                        background-color: inherit;\n                        color: #000000;\n                    }\n                }\n            }\n        }\n    }\n\n    .x2000-remote-work {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/scene_remote-work.jpg');\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: right bottom;\n\n        @include media-breakpoint-down(md) {\n            height: 25rem;\n        }\n    }\n\n    .bg-band {\n        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_band.jpg');\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center;\n        padding: 40px;\n        height: 398px;\n\n        @media (max-width: 992px) {\n            height: 280px;\n        }\n    }\n\n    .bg-cellular {\n        background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_cellular_2.jpg');\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center bottom;\n        padding: 40px;\n        height: 398px;\n\n        @media (max-width: 992px) {\n            height: 280px;\n        }\n    }\n\n    .bg-dualsim {\n        background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25)), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_dual-sim.jpg');\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center;\n        padding: 40px;\n        height: 260px;\n        position: relative;\n        overflow: hidden;\n        \/* Ensure content stays within bounds *\/\n\n        @media (max-width: 992px) {\n            height: 280px;\n        }\n    }\n\n    .bg-chip {\n        background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.1)), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_chip.jpg');\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center;\n        padding: 40px;\n        height: 398px;\n\n        @media (max-width: 992px) {\n            height: 280px;\n        }\n    }\n\n    .bg-antennas {\n        background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1)), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_antennas.jpg');\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center;\n        padding: 40px;\n        height: 398px;\n\n        @media (max-width: 992px) {\n            height: 280px;\n        }\n    }\n\n    .bg-port {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_port.jpg');\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center bottom;\n        padding: 40px;\n        height: 260px;\n        position: relative;\n        overflow: hidden;\n        \/* Ensure content stays within bounds *\/\n\n        @media (max-width: 992px) {\n            height: 280px;\n        }\n    }\n\n    .bg-wifi6 {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_wifi6.jpg');\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center bottom;\n        padding: 40px;\n        height: 260px;\n        position: relative;\n        overflow: hidden;\n        \/* Ensure content stays within bounds *\/\n\n        @media (max-width: 992px) {\n            height: 280px;\n        }\n    }\n\n    .x2000-banner-bg {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_bg.png');\n        height: 28rem;\n        background-position: center;\n\n        @media (max-width: 992px) {\n            height: 42rem;\n        }\n    }\n\n    .video-header-x2000 {\n        position: relative;\n        background-color: black;\n        height: 55rem;\n        min-height: 25rem;\n        width: 100%;\n        overflow: hidden;\n\n        @media (max-width: 992px) {\n            height: 32rem;\n        }\n    }\n\n    .video-header-x2000 video {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        min-width: 100%;\n        min-height: 100%;\n        width: auto;\n        height: auto;\n        z-index: 0;\n        -ms-transform: translateX(-50%) translateY(-50%);\n        -moz-transform: translateX(-50%) translateY(-50%);\n        -webkit-transform: translateX(-50%) translateY(-50%);\n        transform: translateX(-50%) translateY(-50%);\n    }\n\n    .video-header-x2000 .container {\n        position: relative;\n        z-index: 2;\n    }\n\n    .video-header-x2000 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0.65;\n        z-index: 1;\n    }\n\n    @media (pointer: coarse) and (hover: none) {\n        .video-header-x2000 {\n            background: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_bg_teaser.mp4') black no-repeat center center scroll;\n        }\n\n        .video-header-x2000 video {\n            display: none;\n        }\n\n    }\n\n    .tiny-slider-controls {\n        \u0026.circle-controls {\n            margin: 0;\n            padding: 0;\n            cursor: pointer;\n\n            \u0026:focus {\n                outline: none;\n            }\n\n            a {\n                display: inline-block;\n                width: 50px;\n                height: 50px;\n                text-align: center;\n                border-radius: 25px;\n                ;\n                border: 1px solid #c5c5c5;\n                padding: 0;\n                align-content: center;\n                color: #8f969c;\n\n                \u0026:hover {\n                    background-color: #17a2b8;\n                    color: white;\n                }\n            }\n        }\n    }\n\n    .x2000-wall-mount {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_wall-mount_installation2.jpg');\n        background-size: cover;\n        height: 32rem;\n        background-position: center right;\n\n        @media (max-width: 768px) {\n            background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_wall-mount_installation_mobile.jpg');\n            background-position: center bottom;\n            height: 30rem;\n        }\n    }\n\n    .tiny-slider-container-x2000-review {\n\n        .text-black-50{\n            margin-bottom: 0!important;\n        }\n        .tiny-slider-review-card {\n            .row {\n                margin: 0;\n                margin-right: 15px;\n                border-radius: 40px;\n                background-color: #ffffff;\n\n                @media (max-width: 768px) {\n                    margin-right: 0;\n                }\n\n            }\n\n            .col-lg-6 {\n                padding-left: 0;\n\n                @media (max-width: 768px) {\n                    padding-right: 0;\n                }\n            }\n\n            .img-fluid {\n                border-radius: 40px 0 0 40px;\n\n                @media (max-width: 768px) {\n                    border-radius: 40px 40px 0 0;\n                }\n            }\n        }\n\n        .tiny-slider-x2000-review {\n            margin-left: -25%;\n\n            @media (max-width: 1440px) {\n                margin-left: 0;\n\n                .col-lg-5 {\n                    padding: 16px;\n                }\n            }\n        }\n    }\n\n    .x2000-certified {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_certified.jpg');\n        background-size: cover;\n        height: 38rem;\n        background-position: center right;\n\n        @media (max-width: 768px) {\n            background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_certified_mobile.jpg');\n            background-size: cover;\n            height: 42rem;\n            background-position: center bottom;\n            background-repeat: no-repeat;\n        }\n    }\n\n    .x2000-certified-logo {\n        background-color: #fff;\n        opacity: 0.95;\n    }\n\n    .x2000-fixed-top {\n        position: fixed;\n        \/* top: 133px; *\/\n        width: 100%;\n        \/* 或者根据需要设置 *\/\n        z-index: 1000;\n        \/* 确保它在其他内容之上 *\/\n    }\n                @media (max-width: 768px) {\n                  .p-4,.p5{\n                    padding: 15px!important;\n                  }\n                }\n\u003c\/style\u003e\n\n\u003cmain class=\"x2000-main-container\"\u003e\n\n  \u003csection class=\"video-header-x2000\"\u003e\n    \u003cdiv class=\"overlay\"\u003e\u003c\/div\u003e\n    \u003cvideo playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"muted\" loop=\"loop\"\u003e\n      \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_bg_teaser_4.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n    \u003cdiv class=\"container h-100\"\u003e\n      \u003cdiv class=\"d-flex h-100 text-center align-items-center\"\u003e\n        \u003cdiv class=\"w-100 text-white\"\u003e\n          \u003ch1 class=\"font-weight-bold text-uppercase\"\u003eMEET Spitz Plus\u003c\/h1\u003e\n          \u003ch3 class=\"mb-0\"\u003e4G LTE Wi-Fi 6 Router\u003c\/h3\u003e\n\n          \u003cdiv class=\"btn-group\" role=\"group\" aria-label=\"Basic example\"\u003e\n              \n            \u003ca class=\"btn btn-round btn-outline-light my-4\" href=\"https:\/\/youtu.be\/_C6pMc9UMSQ\" target=\"_blank\"\u003e\u003ci class=\"fa-solid fa-circle-play mr-2\"\u003e\u003c\/i\u003eWatch Video\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-xl p-4 py-lg-5 product-header\"\u003e\n    \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n      \u003cdiv class=\"col-md-10 col-lg-7\"\u003e\n        \u003cdiv class=\"text-dark\"\u003e\n          \u003ch2 class=\"font-weight-bold text-left\"\u003eCellular Connectivity Anywhere\u003c\/h2\u003e\n          \u003cp\u003e\n            GL-X2000 is a Wi-Fi 6 cellular router designed to provide stable cellular connectivity in remote locations and \n            high-speed internet in urban areas. It features two external full-band LTE antennas for exceptional signal reception \n            and supports dual SIM slots, ensuring redundancy to keep the device online at all times. \n          \u003c\/p\u003e\n          \u003chr\u003e\n          \u003cdiv style=\"font-size: 15px;\"\u003e\n            \u003cspan\u003eSupports \u003c\/span\u003e\u003cspan class=\"txt-lg text-x2000\"\u003e4G LTE CAT12 \u003c\/span\u003e\u0026amp; \u003cspan class=\"txt-lg text-x2000\"\u003eMulti-WAN\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan class=\"txt-lg text-x2000\"\u003eDual-SIM, Single Modem\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan\u003eWi-Fi 6 Max. \u003cspan class=\"txt-lg text-x2000\"\u003e574\u003c\/span\u003e Mbps (2.4GHz) + \u003cspan class=\"txt-lg text-x2000\"\u003e2402\u003c\/span\u003e Mbps (5GHz) Wi-Fi Speeds\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan\u003eOpenVPN speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-x2000\"\u003e 30\u003c\/span\u003e\u003cspan\u003e Mbps; WireGuard speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-x2000\"\u003e 190\u003c\/span\u003e\u003cspan\u003e Mbps\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003ca class=\"btn btn-round btn-round-x2000 mt-3 mr-3\" href=\"#specs\"\u003eLearn More\u003c\/a\u003e\n          \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"https:\/\/www.gl-inet.com\/business\/#contact-us\/\" target=\"_blank\"\u003eContact Sales Manager\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n        \n      \u003cdiv class=\"col-md-7 col-lg-5\"\u003e\n        \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n          \u003col class=\"carousel-indicators \"\u003e\n            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n            \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n            \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"\"\u003e\n            \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n            \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n          \u003c\/li\u003e\n\u003c\/ol\u003e\n\n          \u003cdiv class=\"carousel-inner\"\u003e\n            \u003cdiv class=\"carousel-item active\"\u003e\n              \u003cpicture\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_1.webp\" type=\"image\/webp\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_1.jpg\" type=\"image\/jpg\"\u003e\n                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_1.jpg\" alt=\"Spitz Plus (GL-X2000)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"carousel-item\"\u003e\n              \u003cpicture\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_2.webp\" type=\"image\/webp\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_2.jpg\" type=\"image\/jpg\"\u003e\n                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_2.jpg\" alt=\"Spitz Plus (GL-X2000)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"carousel-item\"\u003e\n              \u003cpicture\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_3.webp\" type=\"image\/webp\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_3.jpg\" type=\"image\/jpg\"\u003e\n                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_3.jpg\" alt=\"Spitz Plus (GL-X2000)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"carousel-item\"\u003e\n              \u003cpicture\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_4.webp\" type=\"image\/webp\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_4.jpg\" type=\"image\/jpg\"\u003e\n                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/gl-x2000_4.jpg\" alt=\"Spitz Plus (GL-X2000)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"carousel-item\"\u003e\n              \u003cpicture\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_5.webp\" type=\"image\/webp\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_5.jpg\" type=\"image\/jpg\"\u003e\n                \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_5.jpg\" alt=\"Spitz Plus (GL-X2000)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n          \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\n            \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n            \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n          \u003c\/a\u003e\n\n          \u003ca class=\"carousel-control-next \" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\n            \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n            \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"frequency-bands\" class=\"bg-light p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"panel-group\" id=\"accordion\" role=\"tablist\" aria-multiselectable=\"true\"\u003e\n        \u003cdiv class=\"panel panel-default\"\u003e\n            \u003cdiv class=\"panel-heading\" role=\"tab\" id=\"headingOne\"\u003e\n                \u003ch4 class=\"panel-title\"\u003e\n                    \u003ca role=\"button\" data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\"\u003e\n                      Spitz Plus (GL-X2000) 4G LTE Frequency Bands\n                    \u003c\/a\u003e\n                \u003c\/h4\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"collapseOne\" class=\"panel-collapse collapse show\" role=\"tabpanel\" aria-labelledby=\"headingOne\"\u003e\n              \u003cdiv class=\"panel-body\"\u003e\n                \u003ctable class=\"table table-bands\"\u003e\n                  \u003cthead class=\"thead-light\"\u003e\n                    \u003ctr\u003e\n                      \u003cth scope=\"col\" colspan=\"3\"\u003eModule: Quectel EG120K-NA\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/thead\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd class=\"font-weight-bold\" rowspan=\"2\"\u003eLTE\u003c\/td\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eLTE-FDD\u003c\/td\u003e\n                      \u003ctd\u003eB2\/ 4\/ 5\/ 7\/ 12\/ 13\/ 14\/ 25\/ 26\/ 29\/ 30\/ 66\/ 71 \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eLTE-TDD\u003c\/td\u003e\n                      \u003ctd\u003eB41\/ 48\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eUMTS\u003c\/td\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eWCDMA\u003c\/td\u003e\n                      \u003ctd\u003e-\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eRegions\u003c\/td\u003e\n                      \u003ctd class=\"font-weight-bold\" colspan=\"2\"\u003eNorth America\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003ctable class=\"table table-bands\"\u003e\n                  \u003cthead class=\"thead-light\"\u003e\n                    \u003ctr\u003e\n                      \u003cth scope=\"col\" colspan=\"3\"\u003eModule: Quectel EG120K-EA\u003c\/th\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/thead\u003e\n                  \u003ctbody\u003e\n                    \u003ctr\u003e\n                      \u003ctd class=\"font-weight-bold\" rowspan=\"3\"\u003eLTE\u003c\/td\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eLTE-FDD\u003c\/td\u003e\n                      \u003ctd\u003eB1\/ 3\/ 5\/ 7\/ 8\/ 20\/ 28\/ 32\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eLTE-TDD\u003c\/td\u003e\n                      \u003ctd\u003eB38\/ 40\/ 41\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eLAA\u003c\/td\u003e\n                      \u003ctd\u003e-\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eUMTS\u003c\/td\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eWCDMA\u003c\/td\u003e\n                      \u003ctd\u003eB1\/ 3\/ 5\/ 8\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                      \u003ctd class=\"font-weight-bold\"\u003eRegions\u003c\/td\u003e\n                      \u003ctd class=\"font-weight-bold\" colspan=\"2\"\u003eEMEA\/APAC\/Brazil\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                  \u003c\/tbody\u003e\n                \u003c\/table\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Product Nav Tab --\u003e\n  \u003csection class=\"product-nav\"\u003e\n    \u003cdiv class=\"product-nav-container container-md\"\u003e\n      \u003cdiv class=\"product-nav-content\"\u003e\n        \u003ca class=\"product-nav-item nav-link highlight\" href=\"#highlight\"\u003eHighlight\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link scenarios\" href=\"#scenarios\"\u003eScenarios\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link features\" href=\"#features\"\u003eFeatures\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link reviews\" href=\"#reviews\"\u003eReviews\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link compare\" href=\"#compare\"\u003eCompare\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link specs\" href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cscript\u003e\n      let currentModel = ''\n      window.addEventListener(\"scroll\", function() {\n        document.querySelectorAll(\".product-nav-section\").forEach((section) =\u003e {\n          let sectionTop = section.offsetTop;\n          if (pageYOffset \u003e= sectionTop - 300) {\n            currentModel = section.getAttribute(\"id\");\n          }\n        });\n        document.querySelectorAll(\".product-nav-item\").forEach((li) =\u003e {\n          if (li.classList.contains(currentModel)) {\n            li.classList.add(\"active\");\n          } else {\n            li.classList.remove(\"active\");\n          }\n        });\n      });\n    \u003c\/script\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid p-4 py-lg-5 product-nav-section\" id=\"highlight\"\u003e\n    \u003cdiv class=\"row justify-content-center text-light\"\u003e\n      \n      \u003cdiv class=\"col-md-12 col-lg-4 col-xl-3 m-lg-2\"\u003e\n        \u003cdiv class=\"row\"\u003e\n          \u003cdiv class=\"col-12 col-lg-12 gl-rounded m-lg-2 my-2 bg-chip background-cover-center\" style=\"background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.1)), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_chip.jpg);\"\u003e\n            \u003ch3 class=\"font-weight-bold\"\u003eQualcomm-powered Mainboard \u0026amp; 4G Module\u003c\/h3\u003e\n            \u003cp\u003eto boost performance and reliability.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"col-12 col-lg-12 gl-rounded m-lg-2 my-2 bg-cellular background-cover-center\" style=\"background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_cellular_2.jpg);\"\u003e\n            \u003ch3 class=\"font-weight-bold\"\u003eFastest 4G CAT12 Router\u003c\/h3\u003e\n            \u003cp\u003e3-carrier aggregation reduces congestion and boosts speed.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-md-12 col-lg-3 col-xl-3 m-lg-2\"\u003e\n        \u003cdiv class=\"row\"\u003e\n          \u003cdiv class=\"col-12 col-lg-12 gl-rounded m-lg-2 my-2 bg-dualsim background-cover-center position-relative\" style=\"background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25)), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_dual-sim.jpg);\"\u003e\n            \u003ch3 class=\"font-weight-bold\"\u003eDual SIM Flexibility\u003c\/h3\u003e\n            \u003cp\u003elets you switch carriers easily for the best signal anywhere.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row\"\u003e\n          \u003cdiv class=\"col-12 col-lg-12 gl-rounded m-lg-2 my-2 bg-wifi6 background-cover-center position-relative\" style=\"background-image: url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_wifi6.jpg);\"\u003e\n            \u003ch3 class=\"font-weight-bold\"\u003eWi-Fi 6 Technology\u003c\/h3\u003e\n            \u003cp\u003edelivers AX3000 speeds for seamless, high-capacity connectivity.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row\"\u003e\n          \u003cdiv class=\"col-12 col-lg-12 gl-rounded m-lg-2 my-2 bg-port background-cover-center position-relative\" style=\"background-image: url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_port.jpg);\"\u003e\n            \u003ch3 class=\"font-weight-bold\"\u003eDual Gigabit Ports\u003c\/h3\u003e\n            \u003cp\u003eoffer ultra-fast wired connections for heavy usage.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-md-12 col-lg-4 col-xl-3 m-lg-2\"\u003e\n        \u003cdiv class=\"row\"\u003e\n          \u003cdiv class=\"col-12 col-lg-12 gl-rounded m-lg-2 my-2 bg-antennas background-cover-center\" style=\"background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1)), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_antennas.jpg);\"\u003e\n            \u003ch3 class=\"font-weight-bold\"\u003eInterchangeable External Antennas\u003c\/h3\u003e\n            \u003cp\u003eprovide maximum Wi-Fi 6 and 4G LTE signal reach and stability.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"col-12 col-lg-12 gl-rounded m-lg-2 my-2 bg-band background-cover-center\" style=\"background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_features_band.jpg);\"\u003e\n            \u003ch3 class=\"font-weight-bold\"\u003eExtended Coverage with Band 71\u003c\/h3\u003e\n            \u003cp\u003eensures superior T-Mobile signal even in remote areas.\u003c\/p\u003e\n          \u003c\/div\u003e \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p-4 py-lg-5 x2000-wall-mount\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row\"\u003e    \n        \u003cdiv class=\"col-md-12 col-lg-6 pt-lg-5 mt-lg-5\"\u003e \n          \u003ch2 class=\"font-weight-bold mb-3\"\u003eStick or Screw, the Choice is Yours!\u003c\/h2\u003e  \n          \u003cp\u003eMount anywhere with included dual-purpose bracket - choose between adhesive or screw installation for temporary or permanent setup.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid pt-4 pt-lg-5 product-nav-section\" id=\"scenarios\"\u003e\n    \u003cdiv class=\"row justify-content-center text-center\"\u003e\n      \u003cdiv class=\"col-lg-8\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eSeamless Internet Continuity for Your Home\u003c\/h2\u003e\n        \u003cp\u003e\n          The Spitz Plus (GL-X2000) is an essential router for any households, ensuring internet access with cellular connectivity when the ethernet network fails.\n          With its Multi-WAN connectivity, you can seamlessly switch between WAN ports, SIM cards, and repeaters. For improved signal \n          reception, the Spitz Plus can connect to external antennas on rooftops, providing extra stability in remote locations. This versatility \n          makes it an ideal solution for maintaining dependable internet access, whether in urban, suburban, or rural settings.\n        \u003c\/p\u003e\n\n        \u003ci class=\"mt-5 text-center\"\u003e*Supports the use of external antennas that can be \u003cb\u003epurchased separately\u003c\/b\u003e and positioned outside the home for better signal reception.\u003c\/i\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"row justify-content-center\"\u003e\n      \u003cdiv class=\"col-lg-12 px-0\"\u003e\n        \u003cpicture\u003e\n          \u003c!-- show this up to sm --\u003e\n          \u003csource media=\"(max-width: 596px)\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_diagram_mobile.png\" type=\"image\/png\"\u003e\n          \u003c!-- else show this --\u003e\n          \u003cimg class=\"img-fluid w-100\" alt=\"Seamless Internet Continuity for Your Home\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_diagram.png\"\u003e\u003c\/picture\u003e\n      \u003c\/div\u003e\n\n      \n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid p-4 py-lg-5 bg-light product-nav-section\"\u003e\n    \u003ch2 class=\"font-weight-bold text-center mb-4\"\u003eEveryday Scenario for Spitz Plus\u003c\/h2\u003e  \n    \u003cdiv class=\"row justify-content-center\"\u003e\n      \u003cdiv class=\"col-md-4 col-lg-3 m-lg-2 my-2\"\u003e\n        \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/scene_road-trip.jpg\" alt=\"Road Trips\"\u003e\n\n        \u003cdiv class=\"px-lg-4 pt-4\"\u003e\n          \u003ch4 class=\"font-weight-bold mb-2\"\u003eRoad Trips\u003c\/h4\u003e\n          \u003cp\u003eDual SIM cards to switch data services for your group in a snap.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-md-4 col-lg-3 m-lg-2 my-2\"\u003e\n        \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/scene_rural-area.jpg\" alt=\"Rural Areas\"\u003e\n\n        \u003cdiv class=\"px-lg-4 pt-4\"\u003e\n          \u003ch4 class=\"font-weight-bold mb-2\"\u003eRural Areas\u003c\/h4\u003e\n          \u003cp\u003eStable and long-range network connection using multi-WAN \u0026amp; antennas in your sizeable country house.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col-md-4 col-lg-3 m-lg-2 my-2\"\u003e\n        \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/scene_remote-work.jpg\" alt=\"Remote Work\"\u003e\n        \n        \u003cdiv class=\"px-lg-4 pt-4\"\u003e\n          \u003ch4 class=\"font-weight-bold mb-2\"\u003eRemote Work\u003c\/h4\u003e\n          \u003cp\u003ePre-installed Open VPN \u0026amp; WireGuard support 30+ VPN services. automatically encrypting all network traffic.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid p-4 py-lg-5 product-nav-section\" id=\"features\"\u003e\n    \u003cdiv class=\"row justify-content-center\"\u003e\n      \u003cdiv class=\"col-lg-10 text-center\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eMulti-WAN Support for Uninterrupted Connectivity\u003c\/h2\u003e\n        \u003cp\u003e\n          Spitz Plus (GL-X2000) is equipped with advanced features, including Multi-WAN that allows Load-balancing and Failover, \n          to ensure you experience quality internet connections when travelling, especially in rural areas.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003cdiv class=\"row justify-content-center\"\u003e\n      \u003cdiv class=\"col-md-12 col-lg-3 bg-light p-5 mx-2 my-2 d-flex flex-column\" style=\"border-radius: 15px;\"\u003e\n        \u003ca class=\"text-dark d-flex flex-column h-100\" href=\"https:\/\/docs.gl-inet.com\/router\/en\/4\/tutorials\/multi-wan\/\" target=\"_blank\" style=\"text-decoration: none;\"\u003e\n          \u003cimg class=\"img-fluid mb-3 w-25\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_icon_multi-wan.svg\" alt=\"Multi-WAN\"\u003e\n          \u003ch4 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h4\u003e\n          \u003ch6\u003eEnhanced Bandwidth and Network Stability\u003c\/h6\u003e\n          \u003cp\u003e\n            Spitz Plus Multi-WAN technology lets users to utilize multiple connection methods, including Ethernet, Repeater, Cellular, \n            and Tethering, at the same time, increasing the total bandwidth and staying connected when a single connection type is down.\n          \u003c\/p\u003e\n          \u003cimg class=\"img-fluid shadow gl-rounded mt-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/screen_multi-wan.jpg\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n  \n      \u003cdiv class=\"col-md-12 col-lg-3 bg-light p-5 mx-2 my-2 d-flex flex-column\" style=\"border-radius: 15px;\"\u003e\n        \u003ca class=\"text-dark d-flex flex-column h-100\" href=\"https:\/\/docs.gl-inet.com\/router\/en\/4\/tutorials\/multi-wan\/#load-balance\" target=\"_blank\" style=\"text-decoration: none;\"\u003e\n          \u003cimg class=\"img-fluid mb-3 w-25\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_icon_load-balancing.svg\" alt=\"Load-balancing\"\u003e\n          \u003ch4 class=\"font-weight-bold\"\u003eLoad-balancing\u003c\/h4\u003e\n          \u003ch6\u003eOptimal Bandwidth Usage\u003c\/h6\u003e\n          \u003cp\u003e\n            Spitz Plus allows you to distribute bandwidth across multiple connection methods—such as Ethernet, repeater, or tethering—based \n            on custom proportions. This prioritizes your preferred data consumption methods and reduces network congestion.\n          \u003c\/p\u003e\n          \u003cimg class=\"img-fluid shadow gl-rounded mt-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/screen_load-balance.jpg\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n  \n      \u003cdiv class=\"col-md-12 col-lg-3 bg-light p-5 mx-2 my-2 d-flex flex-column\" style=\"border-radius: 15px;\"\u003e\n        \u003ca class=\"text-dark d-flex flex-column h-100\" href=\"https:\/\/docs.gl-inet.com\/router\/en\/4\/tutorials\/multi-wan\/#failover\" target=\"_blank\" style=\"text-decoration: none;\"\u003e\n          \u003cimg class=\"img-fluid mb-3 w-25\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_icon_failover.svg\" alt=\"Failover\"\u003e\n          \u003ch4 class=\"font-weight-bold\"\u003eFailover\u003c\/h4\u003e\n          \u003ch6\u003eUninterrupted Connection\u003c\/h6\u003e\n          \u003cp\u003e\n            With built-in network failover, the Spitz Plus can automatically switch to a backup connection if the primary one fails. You can \n            configure failover priorities among different connection methods, ensuring a seamless online experience.\n          \u003c\/p\u003e\n          \u003cimg class=\"img-fluid shadow gl-rounded mt-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/screen_failover.jpg\"\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"row justify-content-center\"\u003e\n      \u003cdiv class=\"col-12 col-lg-9 text-center\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eCompatible with the Best RV Antennas in the Industry\u003c\/h2\u003e\n        \u003cp\u003e\n          GL.iNet partnered with the industry's top RV antenna manufacturers to ensure seamless communication no matter where your journey takes you. Stay connected, stream, browse, and share memories on the road without interruption.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"row justify-content-center text-center\"\u003e\n\n        \u003cdiv class=\"col-12 col-md-10 col-lg-5 col-xl-6 text-center py-3\"\u003e\n          \u003cdiv class=\"card gl-rounded h-100 compatible-rv-card\"\u003e\n            \u003cdiv class=\"card-image pt-5\"\u003e\n              \u003cspan class=\"badge badge-info mb-3\"\u003eRV Use\u003c\/span\u003e\u003cbr\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/rv\/logo_waveform.png\"\u003e\u003cbr\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/rv\/waveform_omniroam-4-in-1.jpg\" width=\"250\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"card-body text-center text-dark\"\u003e\n              \u003cp class=\"card-text font-weight-bold p-3 mt-3 bg-light gl-rounded\"\u003eModel: OmniRoam 4-in-1 Low-Profile Mobile Antenna (4G\/5G \u0026amp; WiFi)\u003c\/p\u003e\n              \u003cp class=\"d-inline-block btn-underline text-uppercase pb-0\"\u003eLearn More \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"https:\/\/www.waveform.com\/a\/b\/guides\/hotspots\/gl-inet-spitz-plus-gl-x2000\" class=\"position-absolute w-100 h-100 pb-3\" target=\"_blank\"\u003e\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-10 col-lg-5 col-xl-6 text-center py-3\"\u003e\n          \u003cdiv class=\"card gl-rounded h-100 compatible-rv-card\"\u003e\n            \u003cdiv class=\"card-image pt-5\"\u003e\n              \u003cspan class=\"badge badge-info mb-3\"\u003eHome Use\u003c\/span\u003e\u003cbr\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/rv\/logo_waveform.png\"\u003e\u003cbr\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/rv\/waveform_mumo2x2-panel-external-antenna-kit.jpg\" width=\"250\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"card-body text-center text-dark\"\u003e\n              \u003cp class=\"card-text font-weight-bold p-3 mt-3 bg-light gl-rounded\"\u003eModel: MIMO 2x2 Panel External Antenna Kit\u003c\/p\u003e\n              \u003cp class=\"d-inline-block btn-underline text-uppercase pb-0\"\u003eLearn More \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"https:\/\/www.waveform.com\/a\/b\/guides\/hotspots\/gl-inet-spitz-plus-gl-x2000\" class=\"position-absolute w-100 h-100 pb-3\" target=\"_blank\"\u003e\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p-4 py-lg-5\" id=\"vpn\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-11 col-lg-6 order-1\"\u003e\n          \u003csub\u003e30+ VPN SERVICE PROVIDERS FOR YOUR SELECTION\u003c\/sub\u003e\n          \u003ch2 class=\"text-left font-weight-bold\"\u003eSecuring Your Internet In The Background\u003c\/h2\u003e\n          \u003cp\u003e\n            Spitz Plus is pre-installed with \u003ca href=\"https:\/\/www.gl-inet.com\/solutions\/vpn\/\" class=\"text-info\"\u003eOpenVPN and WireGuard®\u003c\/a\u003e supporting 30+ VPN services. It automatically \n            encrypts all network traffic within the connected network, including guest or client devices that are \n            not capable of running VPN. Spitz Plus can also host VPN servers and supports VPN Cascading, automatically \n            forwarding data from its VPN server to the VPN client within the same device.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            \u003ca href=\"https:\/\/www.wireguard.com\/\" target=\"_blank\" class=\"text-info\"\u003eWireGuard®\u003c\/a\u003e is a registered trademark of Jason A.Donenfeld.\n          \u003c\/p\u003e\n\n          \u003cspan\u003eWireGuard\u003c\/span\u003e\n          \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n            \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated x3000-bg-primary\" role=\"progressbar\" style=\"width:100%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003eMax. 190Mbps\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cbr\u003e\n  \n          \u003cspan\u003eOpenVPN\u003c\/span\u003e\n          \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n            \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated x3000-bg-secondary\" role=\"progressbar\" style=\"width:25%\" aria-valuenow=\"20\" aria-valuemin=\"0\" aria-valuemax=\"20\"\u003eMax. 30Mbps\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"py-3\" style=\"font-size:13px;\"\u003e\n            \u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\n            \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\n          \u003c\/div\u003e\n\n          \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"https:\/\/www.gl-inet.com\/campaign\/vpn\/\" target=\"_blank\"\u003eLearn more about our VPN solutions\u003c\/a\u003e\n        \u003c\/div\u003e\n  \n        \u003cdiv class=\"col-lg-6 order-2\"\u003e\n          \u003ca href=\"https:\/\/www.gl-inet.com\/solutions\/vpn\/\" target=\"_blank\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" alt=\"30+ Commercial VPN services provider\"\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid x2000-certified p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-start\"\u003e\n        \u003cdiv class=\"col-lg-7 mt-5 pt-lg-5\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eCarrier Certified IoT Device\u003c\/h2\u003e\n        \u003cp\u003e\n        Spitz Plus is certified by T-Mobile and AT\u0026amp;T under the IoT device catagory, and is therefore compatible with these network providers. Spitz Plus’s \n        IoT application is supported and interoperable with these network infrastructures, ensuring seamless connectivity \n        and reducing the risk of connectivity issues. \n        \u003c\/p\u003e\n\n\n        \u003cimg class=\"img-fluid x2000-certified-logo\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/logo_t-mobile.png\" style=\"border-radius: 10px;\"\u003e\n        \u003cimg class=\"img-fluid x2000-certified-logo ml-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x3000\/logo_att.png\" style=\"border-radius: 10px;\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p-4 py-lg-5 bg-light\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-11 col-lg-6 order-2 order-lg-2 pt-4\"\u003e\n          \u003ch2 class=\"text-left font-weight-bold\"\u003eMonitor Your Entire Network from a Single Platform\u003c\/h2\u003e\n          \u003cp\u003e\n            Spitz Plus comes with GL.iNet's \u003ca href=\"https:\/\/www.gl-inet.com\/solutions\/goodcloud\/\" target=\"_blank\"\u003eGoodCloud\u003c\/a\u003e remote device \u0026amp; networks management platform, \n            providing users with data usage monitoring and technical support services with remote access \n            to the device admin panel for maintenance and troubleshooting. It also enables batch device management, \n            firmware updates, analytics and notifications for status updates, enabling users to manage devices efficiently.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n  \n        \u003cdiv class=\"col-lg-6 order-1 order-lg-1\"\u003e\n          \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/goodcloud_sceen_x2000.png\" alt=\"GoodCloud with Spitz Plus (GL-X2000)\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-11 col-lg-6\"\u003e\n            \u003ch2 class=\"font-weight-bold\"\u003eCompatible with GL.iNet eSIM Solution\u003c\/h2\u003e\n            \u003cp\u003e\n              Experience seamless connectivity with the Spitz Plus, fully compatible with GL.iNet's advanced eSIM solution, which support both physical \n              eSIM cards and integrated eSIM chips*. eSIMs can be programmed remotely, offering unmatched convenience, flexibility, space-saving, and enhanced security.\n            \u003c\/p\u003e\n\n            \u003ci\u003e※The feature currently requires pairing a physical eSIM card with our \u003ca href=\"https:\/\/dl.gl-inet.com\/router\/x2000\/beta\" target=\"_blank\"\u003ebeta firmware\u003c\/a\u003e. Integrated eSIM chip is available for bulk orders only. \u003c\/i\u003e\n          \u003cdiv class=\"row my-4\"\u003e\n            \u003ca class=\"btn btn-round btn-outline-dark\" href=\"https:\/\/www.gl-inet.com\/solutions\/esim\/\"\u003eLearn More\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n  \n        \u003cdiv class=\"col-lg-6\"\u003e\n          \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/x2000_esim.jpg\" alt=\"Compatible with GL.iNet eSIM Solution\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"section-customer-review product-nav-section py-4\" id=\"reviews\"\u003e\n    \u003cdiv class=\"container-fluid bg-light p-4 py-lg-5\"\u003e\n      \u003ch2 class=\"text-center font-weight-bold mb-4\"\u003eWhat Beta Tester are Saying\u003c\/h2\u003e\n\n      \u003cdiv class=\"tiny-slider-container-beta-tester-review pb-3\"\u003e\n        \u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n\n          \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n            \u003cdiv class=\"tiny-slider-review-card\"\u003e\n              \u003cdiv class=\"row gl-rounded\"\u003e\n                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                  \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/beta-tester\/x2000-reddit_wyzard78245_2.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                  \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                  \u003cp class=\"font-weight-bold\"\u003eusing a Verizon sim primary and T-Mobile sim backup and has been very stable this far.\n                  \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@wyzard78245\u003c\/h5\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n            \u003cdiv class=\"tiny-slider-review-card\"\u003e\n              \u003cdiv class=\"row gl-rounded\"\u003e\n                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                  \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/beta-tester\/x2000-discord_mabe.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                  \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                  \u003cp class=\"font-weight-bold\"\u003eit's backup LTE internet to my routers secondary WAN port. Awesome device! I love it!\u003c\/p\u003e\n                  \u003ch5 class=\"text-muted pt-3\"\u003e@mabe\u003c\/h5\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n            \u003cdiv class=\"tiny-slider-review-card\"\u003e\n              \u003cdiv class=\"row gl-rounded\"\u003e\n                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                  \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/beta-tester\/x2000-discord_lupuse_1.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                  \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                  \u003cp class=\"font-weight-bold\"\u003ea reliable router, with good performance. I am able to move around the house (3 story, 250sqm) and view YouTube videos in HQ\u003c\/p\u003e\n                  \u003ch5 class=\"text-muted pt-3\"\u003e@lupusE\u003c\/h5\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n            \u003cdiv class=\"tiny-slider-review-card\"\u003e\n              \u003cdiv class=\"row gl-rounded\"\u003e\n                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                  \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/beta-tester\/x2000-discord_ericg46.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                  \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                  \u003cp class=\"font-weight-bold\"\u003eI think this upgrade (from Spitz (GL-X750) is perfect for people in rural areas.  LTE\/4g speeds are more than adequate.\u003c\/p\u003e\n                  \u003ch5 class=\"text-muted pt-3\"\u003e@EricG46\u003c\/h5\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n            \u003cdiv class=\"tiny-slider-review-card\"\u003e\n              \u003cdiv class=\"row gl-rounded\"\u003e\n                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                  \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/beta-tester\/x2000-discord_lupuse_2.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                  \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                  \u003cp class=\"font-weight-bold\"\u003emobile in my RV nearly as good as the X3000, ... i would recommend the X2000 to all my friends and family who would never spend 500+ for X3000\u003c\/p\u003e\n                  \u003ch5 class=\"text-muted pt-3\"\u003e@lupusE\u003c\/h5\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n            \u003cdiv class=\"tiny-slider-review-card\"\u003e\n              \u003cdiv class=\"row gl-rounded\"\u003e\n                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                  \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-x2000\/beta-tester\/x2000-discord_beniamin.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                  \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                  \u003cp class=\"font-weight-bold\"\u003eoverall, i think the device is very very good. very stable and that's the most important part.\u003c\/p\u003e\n                  \u003ch5 class=\"text-muted pt-3\"\u003e@beniamin\u003c\/h5\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tiny-slider-controls circle-controls m-auto text-center pt-2 pt-lg-4\" id=\"tiny-slider-controls-beta-tester-review\" aria-label=\"Carousel Navigation\" tabindex=\"0\"\u003e\n        \u003ca class=\"prev mr-2\" data-controls=\"prev\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n          \u003ci class=\"fas fa-chevron-left\"\u003e\u003c\/i\u003e\n        \u003c\/a\u003e\n        \u003ca class=\"next\" data-controls=\"next\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n          \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"px-2 px-lg-4 py-4 py-lg-5 model-comparison product-nav-section\" id=\"compare\"\u003e\n    \u003cdiv class=\"container-lg\"\u003e\n      \u003cdiv class=\"text-center\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eModel Comparison\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"row justify-content-center text-center pt-3 pb-2 pb-md-3\"\u003e\n        \u003cdiv class=\"col-5 col-md-4\"\u003e\n          \u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_x750v2.jpg\" alt=\"Spitz (GL-X750V2)\"\u003e\n          \u003cp class=\"font-weight-bold\"\u003e\n            Spitz \/ GL-X750V2 \n            \u003cbr\u003e \n            4G LTE Smart Router\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-1 col-md-3 align-items-center d-flex px-0 px-md-3\"\u003e\n          \u003ch4 class=\"m-auto\"\u003eVS\u003c\/h4\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4\"\u003e\n          \u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_x2000.jpg\" alt=\"Spitz Plus (GL-X2000)\"\u003e\n          \u003cp class=\"font-weight-bold\"\u003e\n            Spitz Plus \/ GL-X2000\n            \u003cbr\u003e \n            4G LTE Wi-Fi 6 Router\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \n          \u003cp\u003eQualcomm, @650MHz\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e\n            CPU\n          \u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e\n            CPU\n          \u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003eQualcomm Dual-core, @1GHz\u003c\/p\u003e\n            \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003eDDR2 128MB \/ NOR Flash 16MB\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n            Memory \/ Storage\n          \u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n            Memory \/ Storage\n          \u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003eDDR3L 512MB \/ Nand Flash 128MB\u003c\/p\u003e\n            \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003eIEEE 802.11a\/b\/g\/n\/ac\u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_protocol.svg\" alt=\"Wireless Protocol\"\u003e\n            Protocol\n          \u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_protocol.svg\" alt=\"Wireless Protocol\"\u003e\n            Protocol\n          \u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003eIEEE 802.11a\/b\/g\/n\/ac\/ax\u003c\/p\u003e\n            \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003e300Mbps(2.4GHz), 433Mbps(5GHz)\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"\"\u003e\n            Wi-Fi Speed\n          \u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"\"\u003e\n            Wi-Fi Speed\n          \u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003e574Mbps(2.4GHz), 2402Mbps(5GHz)\u003c\/p\u003e\n            \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003e2 x 10\/100Mbps\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-speed.svg\" alt=\"Ethernet Speed\"\u003e\n            Ethernet Speed\n          \u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-speed.svg\" alt=\"Ethernet Speed\"\u003e\n            Ethernet Speed\n          \u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003e2 x 10\/100\/1000Mbps\u003c\/p\u003e\n            \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003e1 x USB 2.0 port\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_usb-port.svg\" alt=\"\"\u003e\n            USB Port\n          \u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_usb-port.svg\" alt=\"\"\u003e\n            USB Port\n          \u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003e1 x USB 2.0 port\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003e1 x Micro SIM card slot\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_sim.svg\" alt=\"\"\u003e\n            SIM Card Slot\n          \u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_sim.svg\" alt=\"\"\u003e\n            SIM Card Slot\n          \u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003e2 x Nano SIM card slot\u003c\/p\u003e\n            \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003eMax.10Mbps\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_openvpn.svg\" alt=\"\"\u003e\n            OpenVPN (Via Ethernet)\n          \u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_openvpn.svg\" alt=\"\"\u003e\n            OpenVPN (Via Ethernet)\n          \u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003eMax.30Mbps\u003c\/p\u003e\n            \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0 border-0\"\u003e\n          \u003cp\u003eMax.38Mbps\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wireguard.svg\" alt=\"\"\u003e\n            WireGuard\u003csup\u003e®\u003c\/sup\u003e (Via Ethernet)\n          \u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n            \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wireguard.svg\" alt=\"\"\u003e\n            WireGuard\u003csup\u003e®\u003c\/sup\u003e (Via Ethernet)\n          \u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0 border-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003eMax.190Mbps\u003c\/p\u003e\n            \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"text-left px-5 mt-3\"\u003e\n        \u003csmall\u003e\n        \u003ci\u003e* Tests conducted on a Local Network. Real world speeds may differ depending on your network configuration.\u003c\/i\u003e\n        \u003cbr\u003e\n        \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\n        \u003c\/small\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"product-specs-section py-4 py-lg-5 product-nav-section\" id=\"specs\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n            \u003cpicture\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4glte.webp\" type=\"image\/webp\"\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4glte.png\" type=\"image\/png\"\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4glte.png\" alt=\"4G LTE CAT 12 Module\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003e4G LTE\u003cbr\u003eCAT12 Module\u003c\/h5\u003e\n         \u003c\/div\u003e\n \n         \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n            \u003cpicture\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.webp\" type=\"image\/webp\"\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" type=\"image\/png\"\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" alt=\"Wi-Fi 6\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 6\u003cbr\u003eAX3000\u003c\/h5\u003e\n         \u003c\/div\u003e\n \n         \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n            \u003cpicture\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-sim.webp\" type=\"image\/webp\"\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-sim.png\" type=\"image\/png\"\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dual-sim.png\" alt=\"Dual SIM\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003eDual SIM\u003c\/h5\u003e\n         \u003c\/div\u003e\n \n         \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n            \u003cpicture\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.webp\" type=\"image\/webp\"\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" type=\"image\/png\"\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" alt=\"Multi-WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003ch5 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n         \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n           \u003cpicture\u003e\n             \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e\n             \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\n             \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Pre-installed\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n           \u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n         \u003c\/div\u003e\n \n         \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client\/Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n       \u003c\/div\u003e\n\n         \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n             \u003cpicture\u003e\n               \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.webp\" type=\"image\/webp\"\u003e\n               \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" type=\"image\/png\"\u003e\n               \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard.png\" alt=\"AdGuard Home\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n             \u003ch5 class=\"font-weight-bold\"\u003eAdGuard\u003cbr\u003eHome\u003c\/h5\u003e\n         \u003c\/div\u003e\n \n         \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n            \u003cpicture\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.webp\" type=\"image\/webp\"\u003e\n              \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" type=\"image\/png\"\u003e\n              \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dfs.png\" alt=\"DFS\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eDFS\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container py-4 py-lg-5\" id=\"specification\"\u003e\n    \u003ch2 class=\"font-weight-bold text-left\"\u003eSpecifications\u003c\/h2\u003e\n    \u003ctable class=\"table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e\n            1 x WAN Ethernet port\u003cbr\u003e\n            1 x LAN Ethernet port\u003cbr\u003e\n            1 x USB 2.0 port\u003cbr\u003e\n            2 x Nano SIM card slots\u003cbr\u003e\n            1 x Reset button\u003cbr\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eQualcomm Dual-core, @1GHz\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eDDR3L 512MB \/ NAND Flash 128MB\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eProtocol\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eIEEE 802.11a\/b\/g\/n\/ac\/ax\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eWi-Fi Speed\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e574Mbps (2.4GHz), 2402Mbps (5GHz)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eEthernet Speed\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e10\/100\/1000Mbps\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eAntennas\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e2 x Cellular Antennas (SMA, 600M~3.8GHz)\u003cbr\u003e2 x Wi-Fi Antennas (PR-SMA, 2.4G~2.5GHz, 5.15~5.84GHz)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eLEDs\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003ePower \/ Internet \/ 2.4G Wi-Fi \/ 5G Wi-Fi \/ Cellular Signal Strength\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eDC5521, 12V\/2.5A (5.5*2.1mm) [default adapter] \/ 9V~36V\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003ePower Consumption\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e \u0026lt; 14W\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eOperating Temperature\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e0 ~ 40°C (32 ~ 104°F)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eStorage Temperature\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e-20 ~ 70°C (-4 ~ 158°F)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eDimension \/ Weight\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e141 x 86 x 36mm \/ 443g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/products\/datasheet\/\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Datasheet\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/router\/x2000\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/app\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e App\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/youtu.be\/-_K3xuAj4UA\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e Unboxing\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/support\/gl-x2000\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/2m6xnsycs3epnhq37fnu7\/AMId53PtxNjm9vHHHSqAKCo?rlkey=hobnzp2u35pqwddzqpp5ydi3d\u0026amp;st=6mfq3btr\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"container-fluid p-5 bg-light\"\u003e\n    \u003cdiv class=\" text-center \"\u003e\n      \u003ch2\u003eLooking for Bulk Purchase?\u003c\/h2\u003e\n      \u003cbr\u003e\n      \u003ca role=\"button\" class=\"btn btn-round-x2000\" href=\"https:\/\/www.gl-inet.com\/business\/#contact-us\" target=\"_blank\"\u003eContact Our Sales Manager\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/main\u003e","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":48636215492885,"sku":"GL-X2000-EU","price":152.09,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/1-shopify_x2000_main.jpg?v=1742282472"},{"product_id":"slate-7-gl-be3600-dual-band-wi-fi-7-travel-router","title":"Slate 7 (GL-BE3600) Dual-band Wi-Fi 7 Travel Router","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\n\u003clink defer rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e\n\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\"\u003e\u003c\/script\u003e\n\u003cstyle scoped\u003e\n    @media (max-width: 1440px) {\n        .section-customer-review .tns-horizontal.tns-subpixel\u003e.tns-item h5 {\n            font-size: 14px;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be3600-main-container #story-3 div {\n            max-width: 100vw;\n        }\n\n        #ytvideoPlayer {\n            width: 90vw;\n        }\n\n        .tiny-slider-review-card .col-lg-6:nth-child(2) {\n            padding: 15px !important;\n        }\n\n        .tab-panel {\n            padding: 0;\n        }\n    }\n\n    .be3600-main-container {\n\n        #highlight,\n        #scenarios,\n        #hotspot,\n        #features,\n        #reviews {\n            scroll-margin-top: 140px;\n        }\n\n        .txt-lg {\n            font-size: 1.5rem;\n        }\n\n        .product-nav {\n            width: 100%;\n            background-color: #eeeeee;\n            border-top: 1px solid #c3c5c6;\n            position: sticky;\n            transform: scaleY(1);\n            transform-origin: top;\n            transition: top .15s ease;\n            width: 100%;\n            z-index: 999;\n            top: 132px;\n\n            @media (max-width: 991px) {\n                top: 74px;\n            }\n\n            .product-nav-content {\n                display: flex;\n                flex-direction: row;\n                justify-content: left;\n                align-items: center;\n                margin-bottom: 0;\n\n                @media (max-width: 768px) {\n                    overflow: auto;\n                    padding: 0 4px;\n                }\n            }\n\n            li {\n                color: #6c757d;\n                height: -moz-fit-content;\n                height: fit-content;\n                list-style: none;\n                margin-bottom: 0;\n                padding: 0 20px 0 0;\n                margin: 0 20px;\n\n                @media (max-width: 768px) {\n                    padding: 0;\n                    margin: 0 6px;\n                    word-break: normal;\n\n                }\n\n                a {\n                    color: #5e5e5e;\n                    padding: 10px;\n                }\n            }\n\n            li a:hover {\n                color: #3DC1CF;\n                transition: 0.3s ease;\n            }\n\n            .active {\n                a {\n                    color: #3DC1CF;\n                    border-bottom: 2px solid #3DC1CF;\n                }\n            }\n        }\n\n\n        #youtube-playlist-container {\n            display: flex;\n            flex-direction: column;\n            \/* Stack items vertically *\/\n            align-items: center;\n            \/* Center items horizontally *\/\n        }\n\n        \/* Style for the video player container *\/\n        #playlistVideo {\n            width: 100%;\n            \/* Set width to 100% for responsiveness *\/\n            width: 660px;\n            \/* Set a maximum width for larger screens *\/\n            margin: 0 auto;\n            \/* Center the player horizontally *\/\n            height: 520px;\n        }\n\n        @media only screen and (max-width: 767px) {\n            #playlistVideo {\n                max-width: 450px;\n                \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n                \/* max-width: none; *\/\n                width: 100%;\n                \/* Remove max-width for mobile responsiveness *\/\n                margin: 0;\n                \/* Remove any margin for mobile responsiveness *\/\n                height: 320px;\n            }\n        }\n\n        #ytplaylist {\n            overflow-y: auto;\n            \/* Enable vertical scrolling *\/\n            white-space: nowrap;\n            \/* Prevent items from wrapping to the next line *\/\n            display: flex;\n            flex-direction: column;\n            \/* Align items vertically *\/\n            background-color: black;\n            \/* Set background color to black *\/\n            padding: 20px;\n            \/* Add padding for better appearance *\/\n            max-height: 520px;\n            \/* Set max-height to the same value as the video player's height *\/\n        }\n\n        \/* Style for each playlist item *\/\n        #ytplaylist li {\n            list-style: none;\n            \/* Remove list-style points *\/\n            text-align: left;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            \/* Align items vertically *\/\n            transition: background-color 0.3s ease-in-out;\n            \/* Add a smooth transition effect for background color *\/\n        }\n\n        \/* Style for the playlist item on hover *\/\n        #ytplaylist li:hover {\n            background-color: #333;\n            \/* Change background color on hover *\/\n            border-radius: 15px;\n        }\n\n        \/* Style for the thumbnail images *\/\n        #ytplaylist img {\n            cursor: pointer;\n            border: 2px solid #ddd;\n            \/* Add a border to make it visually distinct *\/\n            border-radius: 8px;\n            transition: border-color 0.3s ease-in-out;\n            \/* Add a smooth transition effect *\/\n            margin-right: 10px;\n            \/* Add margin to separate image and title *\/\n            width: 150px;\n            \/* Set the image width *\/\n        }\n\n        \/* Style for the thumbnail images on hover *\/\n        #ytplaylist img:hover {\n            border-color: #555;\n            \/* Change border color on hover *\/\n        }\n\n        \/* Style for the video title container *\/\n        #ytplaylist .title-container {\n            max-width: 250px;\n            \/* Set the maximum width for the title container *\/\n            width: 100%;\n            \/* Ensure it takes up the available width *\/\n            white-space: normal;\n            \/* Allow text to break into multiple lines *\/\n        }\n\n        \/* Style for the video title *\/\n        #ytplaylist .video-title {\n            font-size: 14px;\n            color: white;\n            \/* Set text color to white *\/\n            transition: color 0.3s ease-in-out;\n            \/* Add a smooth transition effect for text color *\/\n            text-align: left;\n            \/* Align text to the left *\/\n        }\n\n        \/* Style for the video title on hover *\/\n        #ytplaylist li:hover .video-title {\n            color: #fff;\n            \/* Change text color on hover *\/\n        }\n\n        #ytListBtn {\n            display: none;\n        }\n\n        #ytPlayListUl {\n            flex: 1;\n            overflow: auto;\n            padding-bottom: 10px;\n        }\n\n        @media screen and (max-width: 1024px) {\n            #ytplaylist {\n                width: 100%;\n                padding: 0 20px;\n\n            }\n\n            #ytPlayListUl {\n                display: none;\n                padding: 20px;\n            }\n\n            #ytListBtn {\n                display: inline-block;\n            }\n\n            #ytplaylist h5 {\n                margin: 0;\n            }\n        }\n\n        .carousel-indicators,\n        .carousel-control-next,\n        .carousel-control-prev {\n            filter: invert(20%);\n        }\n\n        .gl-rounded {\n            border-radius: 15px !important;\n        }\n\n        .text-be3600 {\n            font-size: 1.5rem;\n            color: #4cafe2;\n        }\n\n        .btn-round-be3600 {\n            background-color: #4cafe2;\n            color: #FFF;\n            border-radius: 50px;\n            padding: 1rem 2rem;\n            text-transform: uppercase;\n            font-weight: bold;\n\n            @media (max-width: 768px) {\n                min-height: 50px;\n                border-radius: 50px;\n                padding: 12px 2rem;\n                text-transform: uppercase;\n                font-weight: bold;\n            }\n        }\n\n        .btn-round-be3600:hover {\n            background-color: #FFF;\n            color: #4cafe2;\n            border-color: #4cafe2;\n        }\n\n\n        \/*------- 1st video background --------*\/\n        .video-header-be3600 {\n            position: relative;\n            background-color: black;\n            height: 55rem;\n            min-height: 25rem;\n            width: 100%;\n            overflow: hidden;\n\n            .overlay {\n                position: absolute;\n                top: 0;\n                left: 0;\n                height: 100%;\n                width: 100%;\n                background-color: black;\n                opacity: 0.4;\n                z-index: 1;\n            }\n\n            video {\n                position: absolute;\n                top: 50%;\n                left: 50%;\n                min-width: 100%;\n                min-height: 100%;\n                width: auto;\n                height: auto;\n                z-index: 0;\n                -ms-transform: translateX(-50%) translateY(-50%);\n                -moz-transform: translateX(-50%) translateY(-50%);\n                -webkit-transform: translateX(-50%) translateY(-50%);\n                transform: translateX(-50%) translateY(-50%);\n            }\n\n            .container {\n                position: relative;\n                z-index: 2;\n\n                #mc-embedded-subscribe-form {\n                    @media (max-width: 991px) {\n                        width: 70%;\n                    }\n\n                    @media (max-width: 576px) {\n                        margin: auto;\n                        width: 80%;\n                    }\n                }\n\n                #mailchimp-be3600 input {\n                    border: medium none;\n                    color: gray;\n                    font-size: 16px;\n                    padding: 8px 25px;\n                    width: auto;\n                    height: 50px;\n                    border-radius: 25px 0px 0px 25px;\n\n                    @include media-breakpoint-down(xs) {\n                        width: 100%;\n                        height: 40px;\n                        font-size: 13px;\n                    }\n\n                }\n\n                #mailchimp-be3600 input.email {\n                    background: #fff;\n                }\n\n                #mailchimp-be3600 input[type=\"submit\"] {\n                    background: #1290cf;\n                    color: #fff;\n                    cursor: pointer;\n                    font-size: 15px;\n                    width: 135px;\n                    height: 50px;\n                    padding: 8px 3px;\n                    border-radius: 0px 25px 25px 0px;\n                    text-transform: uppercase;\n                    font-weight: bold;\n\n                    @include media-breakpoint-down(xs) {\n                        width: 100%;\n                        height: 40px;\n                        font-size: 13px;\n                        padding: 8px 13px;\n                    }\n                }\n\n                #mailchimp-be3600 input[type=\"submit\"]:hover {\n                    background-color: #0e71a3;\n                    color: #FFF;\n                }\n            }\n\n        }\n\n        @media (pointer: coarse) and (hover: none) {\n            .video-header-be3600 {\n                background: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_bg_teaser.mp4') black no-repeat center center scroll;\n            }\n\n            .video-header-be3600 video {\n                display: none;\n            }\n        }\n\n        .carousel-control-next,\n        .carousel-control-prev {\n            opacity: 1;\n        }\n\n        .grid {\n            display: grid;\n            grid-auto-rows: 6rem;\n\n            @media (max-width:991px) {\n                grid-auto-rows: 7rem;\n            }\n\n            @media (max-width:768px) {\n                grid-auto-rows: 6.5rem;\n            }\n\n            @media (max-width:400px) {\n                grid-auto-rows: 5.2rem;\n            }\n\n            .grid-item {\n                position: relative;\n                margin: 0.3rem;\n                overflow: hidden;\n            }\n\n            .grid-cell {\n                position: absolute;\n                transform: translate(-50%, -50%);\n                top: 50%;\n                left: 50%;\n                height: 100%;\n                width: 100%;\n                background-color: #ffffff;\n                background-size: cover;\n                background-repeat: no-repeat;\n                background-position: center bottom;\n\n                h2 {\n                    font-size: 2rem;\n\n                    @media (max-width:1199px) {\n                        font-size: 1.5rem;\n                    }\n\n                    @media (max-width:768px) {\n                        font-size: 1.25rem;\n                    }\n\n                    @media (max-width:576px) {\n                        font-size: 1rem;\n                    }\n                }\n\n                img {\n                    width: 50%;\n                }\n\n                p {\n                    margin-bottom: 0;\n\n                    @media (max-width:576px) {\n                        font-size: 0.75rem;\n                    }\n                }\n            }\n\n            .item-1 {\n                .grid-cell {\n                    @media (max-width:768px) {\n                        background-size: 100%;\n                        background-position-y: 80%;\n                    }\n\n                    @media (max-width:576px) {\n                        background-position-y: 90%;\n                    }\n\n                    h2 {\n                        position: relative;\n                        top: 2rem;\n\n                        @media (max-width:1280px) {\n                            top: 1.5rem;\n                            font-size: 1.75rem;\n                        }\n\n                        @media (max-width:991px) {\n                            top: 1rem;\n                            font-size: 2rem;\n                        }\n\n                        @media (max-width:768px) {\n                            top: 0;\n                            font-size: 1.5rem;\n                        }\n\n                        @media (max-width:576px) {\n                            font-size: 1.25rem;\n                        }\n                    }\n                }\n            }\n\n            .item-2 {\n                .grid-cell {\n                    @media (max-width:1280px) {\n                        background-position-x: 40%;\n                    }\n\n                    @media (max-width:768px) {\n                        background-size: 110%;\n                        background-position-x: 0%;\n                    }\n\n                    h2 {\n                        position: relative;\n                        top: 2rem;\n\n                        @media (max-width:1280px) {\n                            top: 1.5rem;\n                            font-size: 1.75rem;\n                        }\n\n                        @media (max-width:991px) {\n                            top: 1rem;\n                            font-size: 2rem;\n                        }\n\n                        @media (max-width:768px) {\n                            top: 0;\n                            font-size: 1.5rem;\n                        }\n\n                        @media (max-width:576px) {\n                            font-size: 1.25rem;\n                        }\n                    }\n                }\n            }\n\n            .item-3 {\n                .grid-cell {\n                    @media (max-width:991px) {\n                        background-position-y: 72%;\n                    }\n\n                    @media (max-width:576px) {\n                        background-position-y: 100%;\n                    }\n\n                    h2 {\n                        position: relative;\n                        top: 2rem;\n\n                        @media (max-width:1280px) {\n                            top: 1.5rem;\n                            font-size: 1.75rem;\n                        }\n\n                        @media (max-width:991px) {\n                            top: 1rem;\n                            font-size: 2rem;\n                        }\n\n                        @media (max-width:768px) {\n                            top: 0;\n                            font-size: 1.5rem;\n                        }\n\n                        @media (max-width:576px) {\n                            font-size: 1.25rem;\n                        }\n                    }\n                }\n            }\n\n            .item-4 {\n                .grid-cell {\n                    align-content: start;\n\n                    \u003ediv {\n                        position: relative;\n                        top: 2rem;\n\n                        @media (max-width:1280px) {\n                            top: 1.5rem;\n                        }\n\n                        @media (max-width:991px) {\n                            top: 0.5rem;\n                        }\n\n                        @media (max-width:768px) {\n                            top: 0;\n                        }\n\n                        @media (max-width:576px) {\n                            top: 1.5rem;\n                        }\n\n                        @media (max-width:400px) {\n                            top: 0.75rem;\n                        }\n\n                        h2 {\n                            font-size: 2rem;\n\n                            @media (max-width:1280px) {\n                                font-size: 1.75rem;\n                            }\n\n                            @media (max-width:991px) {\n                                font-size: 1.75rem;\n                            }\n\n                            @media (max-width:768px) {\n                                font-size: 1.5rem;\n                            }\n\n                            @media (max-width:576px) {\n                                font-size: 1.25rem;\n                            }\n                        }\n\n                        img {\n                            width: auto;\n                            height: 3.5rem;\n\n                            @media (max-width:1199px) {\n                                height: 3.5rem;\n                            }\n\n                            @media (max-width:576px) {\n                                height: 4.2rem;\n                            }\n\n                            @media (max-width:460px) {\n                                height: 3.3rem;\n                            }\n                        }\n                    }\n                }\n            }\n\n            .item-5 {\n                .grid-cell {\n                    @media (max-width:1199px) {\n                        background-position-x: 100%;\n                        background-size: 115%;\n                    }\n\n                    @media (max-width:991px) {\n                        background-size: 80%;\n                    }\n\n                    h2 {\n                        font-size: 1.75rem;\n\n                        @media (max-width:1199px) {\n                            font-size: 1.6rem;\n                        }\n\n                        @media (max-width:768px) {\n                            font-size: 1.5rem;\n                        }\n\n                        @media (max-width:576px) {\n                            font-size: 1.25rem;\n                        }\n                    }\n\n                    p {\n                        font-size: 1.25rem;\n\n                        @media (max-width:1199px) {\n                            font-size: 1rem;\n                        }\n\n                        @media (max-width:768px) {\n                            font-size: 1rem;\n                        }\n\n                        @media (max-width:576px) {\n                            font-size: 1rem;\n                        }\n                    }\n\n                    img {\n                        width: 7.2rem;\n\n                        @media (max-width:991px) {\n                            width: 6.2rem;\n                        }\n\n                        @media (max-width:768px) {\n                            width: 4.5rem;\n                        }\n\n                        @media (max-width:576px) {\n                            width: 5.5rem;\n                        }\n\n                        @media (max-width:400px) {\n                            width: 4rem;\n                        }\n                    }\n                }\n            }\n\n            .item-6 {\n                .grid-cell {\n                    align-content: end;\n                    background-position-y: 70%;\n\n                    @media (max-width:991px) {\n                        background-position-y: 55%;\n                        background-position-x: 30%;\n                        background-size: 106%;\n                    }\n\n                    @media (max-width:576px) {\n                        align-content: start;\n                        background-position-x: 10%;\n                        background-position-y: 35%;\n                        background-size: 105%;\n                    }\n\n                    h2 {\n                        @media (max-width:1280px) {\n                            top: 1.5rem;\n                            font-size: 1.75rem;\n                        }\n\n                        @media (max-width:991px) {\n                            top: 1rem;\n                            font-size: 1.75rem;\n                        }\n\n                        @media (max-width:768px) {\n                            top: 0;\n                            font-size: 1.5rem;\n                        }\n\n                        @media (max-width:576px) {\n                            font-size: 1.25rem;\n                        }\n                    }\n                }\n            }\n\n            .item-7,\n            .item-8,\n            .item-9 {\n                .grid-cell {\n                    \u003ediv {\n                        position: relative;\n                        top: 50%;\n                        transform: translateY(-50%);\n                    }\n                }\n            }\n\n            \/* grid control*\/\n            .item-1 {\n                grid-area: 1 \/ 1 \/ span 4 \/ span 3;\n            }\n\n            .item-2 {\n                grid-area: 1 \/ 4 \/ span 4 \/ span 3;\n            }\n\n            .item-3 {\n                grid-area: 1 \/ 7 \/ span 3 \/ span 3;\n            }\n\n            .item-4 {\n                grid-area: 1 \/ 10 \/ span 3 \/ span 3;\n            }\n\n            .item-5 {\n                grid-area: 4 \/ 7 \/ span 3 \/ span 3;\n            }\n\n            .item-6 {\n                grid-area: 4 \/ 10 \/ span 3 \/ span 3;\n            }\n\n            .item-7 {\n                grid-area: 5 \/ 1 \/ span 2 \/ span 2;\n            }\n\n            .item-8 {\n                grid-area: 5 \/ 3 \/ span 2 \/ span 2;\n            }\n\n            .item-9 {\n                grid-area: 5 \/ 5 \/ span 2 \/ span 2;\n            }\n\n            @media (max-width:991px) {\n                .item-1 {\n                    grid-area: 1 \/ 1 \/ span 4 \/ span 6;\n                }\n\n                .item-2 {\n                    grid-area: 5 \/ 7 \/ span 4 \/ span 6;\n                }\n\n                .item-3 {\n                    grid-area: 1 \/ 7 \/ span 2 \/ span 6;\n                }\n\n                .item-4 {\n                    grid-area: 3 \/ 7 \/ span 2 \/ span 6;\n                }\n\n                .item-5 {\n                    grid-area: 5 \/ 1 \/ span 2 \/ span 6;\n                }\n\n                .item-6 {\n                    grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n                }\n\n                .item-7 {\n                    grid-area: 9 \/ 1 \/ span 2 \/ span 4;\n                }\n\n                .item-8 {\n                    grid-area: 9 \/ 5 \/ span 2 \/ span 4;\n                }\n\n                .item-9 {\n                    grid-area: 9 \/ 9 \/ span 2 \/ span 4;\n                }\n            }\n\n            @media (max-width:768px) {\n                .item-1 {\n                    grid-area: 1 \/ 1 \/ span 3 \/ span 12;\n                }\n\n                .item-2 {\n                    grid-area: 6 \/ 1 \/ span 3 \/ span 12;\n                }\n\n                .item-3 {\n                    grid-area: 4 \/ 1 \/ span 2 \/ span 6;\n                }\n\n                .item-4 {\n                    grid-area: 4 \/ 7 \/ span 2 \/ span 6;\n                }\n\n                .item-5 {\n                    grid-area: 9 \/ 1 \/ span 2 \/ span 6;\n                }\n\n                .item-6 {\n                    grid-area: 9 \/ 7 \/ span 2 \/ span 6;\n                }\n\n                .item-7 {\n                    grid-area: 11 \/ 1 \/ span 2 \/ span 4;\n                }\n\n                .item-8 {\n                    grid-area: 11 \/ 5 \/ span 2 \/ span 4;\n                }\n\n                .item-9 {\n                    grid-area: 11 \/ 9 \/ span 2 \/ span 4;\n                }\n            }\n\n            @media (max-width:576px) {\n                .item-1 {\n                    grid-area: 1 \/ 1 \/ span 3 \/ span 12;\n                }\n\n                .item-2 {\n                    grid-area: 8 \/ 1 \/ span 3 \/ span 12;\n                }\n\n                .item-3 {\n                    grid-area: 6 \/ 1 \/ span 2 \/ span 6;\n                }\n\n                .item-4 {\n                    grid-area: 4 \/ 1 \/ span 2 \/ span 12;\n                }\n\n                .item-5 {\n                    grid-area: 6 \/ 7 \/ span 2 \/ span 6;\n                }\n\n                .item-6 {\n                    grid-area: 11 \/ 1 \/ span 2 \/ span 12;\n                }\n\n                .item-7 {\n                    grid-area: 13 \/ 1 \/ span 2 \/ span 4;\n                }\n\n                .item-8 {\n                    grid-area: 13 \/ 5 \/ span 2 \/ span 4;\n                }\n\n                .item-9 {\n                    grid-area: 13 \/ 9 \/ span 2 \/ span 4;\n                }\n            }\n        }\n\n        .wifi7 {\n            padding-top: 8rem;\n            padding-bottom: 9rem;\n\n            @media (max-width:768px) {\n                padding-top: 3rem;\n                padding-bottom: 3rem;\n            }\n\n            .txt-clip {\n                font-size: 10.5rem;\n                -webkit-background-clip: text;\n                background-clip: text;\n                color: transparent;\n                background-color: #17a2b8;\n                background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/wifi-wave.jpg');\n                background-repeat: no-repeat;\n                background-size: 200%;\n                background-position: calc(50% - .32em) calc(50% - .3em);\n                line-height: 1;\n                margin-bottom: 1rem;\n\n                @media (max-width:1199px) {\n                    font-size: 11rem;\n                    margin-top: 3rem;\n                }\n\n                @media (max-width:768px) {\n                    font-size: 7.5rem;\n                    margin-top: 1.5rem;\n                    margin-bottom: 0.25rem;\n                }\n\n                @media (max-width:460px) {\n                    font-size: 5rem;\n                }\n            }\n\n            .progress {\n                color: #e2e2e2;\n                height: 1.25rem;\n\n                .progress-bar-striped {\n                    background-image: linear-gradient(45deg, rgba(191, 255, 241, 0.8) 25%, transparent 25%, transparent 50%, rgba(191, 255, 241, 0.8) 50%, rgba(191, 255, 241, 0.8) 75%, transparent 75%, transparent);\n                }\n            }\n\n            h5 {\n                line-height: 1;\n            }\n        }\n\n        .animate {\n            .row {\n                \u003ediv {\n                    transition: opacity 0.5s ease;\n                    opacity: 0;\n                }\n            }\n\n            \u0026.in-view {\n                .row {\n                    \u003ediv {\n                        opacity: 1;\n\n                        \u0026.animate__animated {\n                            -webkit-animation-name: fadeInUp;\n                            animation-name: fadeInUp;\n                        }\n                    }\n                }\n            }\n\n            \/* .animate__animated p{\n    width: 400px!important;\n    } *\/\n        }\n\n        .vid {\n            height: 300vh;\n            position: relative;\n            z-index: 0;\n\n            @media (max-width: 991px) {\n                height: 300vh;\n            }\n\n            video {\n                width: 100%;\n                height: 100vh;\n                object-fit: cover;\n            }\n\n            .holder {\n                position: sticky;\n                top: 0;\n                margin-bottom: -0.5rem;\n            }\n\n            .story {\n                position: absolute;\n                top: 0;\n                left: 0;\n                width: 100%;\n\n                .story_container {\n                    text-shadow: 0 .25rem 0.5rem rgba(0, 0, 0, .45);\n                    display: flex;\n                    justify-content: center;\n                    text-align: center;\n                    height: 100vh;\n\n\n                    @media (max-width: 991px) {\n                        height: 100vh;\n                    }\n\n                    .row {\n                        position: fixed;\n                        top: 0;\n                        height: 100vh;\n                        display: none;\n\n                        h2 {\n                            font-size: 5vh;\n                            margin-bottom: 0.5rem;\n\n                            @media (max-width: 991px) {\n                                font-size: 5vh;\n                            }\n\n                            @media (max-width:768px) {\n                                font-size: 4.2vh;\n                            }\n\n                            @media (max-width:576px) {\n                                font-size: 8vw;\n                            }\n\n                            @media (max-width:400px) {\n                                font-size: 8vw;\n                            }\n                        }\n\n                        h3 {\n                            font-size: 3vh;\n                            margin-bottom: 0.5rem;\n\n                            @media (max-width: 991px) {\n                                font-size: 3vh\n                            }\n\n                            @media (max-width:768px) {\n                                font-size: 3vh\n                            }\n\n                            @media (max-width:576px) {\n                                font-size: 5vw;\n                            }\n\n                            @media (max-width:400px) {\n                                font-size: 5vw;\n                            }\n                        }\n\n                        p {\n                            font-size: clamp(16px, 1.25vh, 32px);\n\n                            @media (max-width:768px) {\n                                font-size: clamp(14px, 1.25vh, 32px);\n                            }\n                        }\n                    }\n\n                    \u0026#story-1 {\n                        .row {\n                            \u003ediv {\n                                \u0026.align-content-start {\n                                    padding-top: 23vh;\n                                }\n                            }\n                        }\n                    }\n\n                    \u0026#story-2 {\n                        .row {\n                            \u003ediv {\n                                \u0026.align-content-start {\n                                    padding-top: 23vh;\n                                }\n                            }\n                        }\n\n                        p {\n                            width: 80%;\n                        }\n                    }\n\n                    \u0026#story-3 {\n                        .row {\n                            \u003ediv {\n                                \u0026.align-content-start {\n                                    padding-top: 30vh;\n                                }\n\n                                \u0026.align-content-end {\n                                    padding-bottom: 20vh;\n                                }\n\n                                h3 {\n                                    font-size: 2vh;\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n\n        .devices {\n            clip-path: circle(0%);\n            width: 80%;\n            aspect-ratio: 1 \/ 1;\n            margin: auto;\n            transform: scale(0.8);\n            transition: opacity 0.5s ease;\n            background-size: cover;\n            background-position: 50% center;\n\n            img {\n                object-fit: cover;\n            }\n        }\n\n        .in-view {\n            .devices {\n                clip-path: circle(50%);\n                transform: scale(1);\n                transition: all 1s ease-in-out\n            }\n\n            \u003e.row {\n                display: flex !important;\n\n            }\n        }\n\n        .in-sticky {\n            \u0026.story_container {\n                \/* .row { *\/\n                position: sticky !important;\n                \/* } *\/\n            }\n\n        }\n    }\n\n    .tiny-slider-controls {\n        \u0026.circle-controls {\n            margin: 0;\n            padding: 0;\n            cursor: pointer;\n\n            \u0026:focus {\n                outline: none;\n            }\n\n            a {\n                display: inline-block;\n                width: 50px;\n                height: 50px;\n                text-align: center;\n                border-radius: 25px;\n                ;\n                border: 1px solid #c5c5c5;\n                padding: 0;\n                align-content: center;\n                color: #8f969c;\n\n                \u0026:hover {\n                    background-color: #17a2b8;\n                    color: white;\n                }\n            }\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review {\n\n        .text-black-50 {\n            margin-bottom: 0 !important;\n        }\n\n        .tiny-slider-review-card {\n            .row {\n                margin: 0;\n                margin-right: 15px;\n                border-radius: 40px;\n                background-color: #ffffff;\n\n                @media (max-width: 768px) {\n                    margin-right: 0;\n                }\n\n            }\n\n            .col-lg-6 {\n                padding-left: 0;\n\n                @media (max-width: 768px) {\n                    padding-right: 0;\n                }\n            }\n\n            .img-fluid {\n                border-radius: 40px 0 0 40px;\n\n                @media (max-width: 768px) {\n                    border-radius: 40px 40px 0 0;\n                }\n            }\n        }\n\n        .tiny-slider-container-beta-tester-review {\n            margin-left: -25%;\n\n            @media (max-width: 1440px) {\n                margin-left: 0;\n\n                .col-lg-5 {\n                    padding: 16px;\n                }\n            }\n        }\n    }\n\n    @media (min-width: 1441px) {\n        .tiny-slider-container-beta-tester-review h5 {\n            font-size: 14px !important;\n        }\n\n\n    }\n\n    .be3600-main-container .how-people {\n        position: relative\n    }\n\n    @media(max-width: 768px) {\n        .be3600-main-container .how-people {\n            background: linear-gradient(0deg, rgba(255, 255, 255, 0) 38%, #fff 70%), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_how-people.jpg);\n            background-position: 50%;\n            background-size: cover\n        }\n    }\n\n    .be3600-main-container .how-people .bg {\n        position: absolute;\n        width: 100%;\n        height: 100vh;\n        top: 0;\n        z-index: 0;\n        overflow: hidden\n    }\n\n    .be3600-main-container .how-people .bg\u003ediv {\n        display: flex;\n        height: 100%;\n        justify-content: center;\n        align-items: center\n    }\n\n    @keyframes slate7-scale {\n        0% {\n            transform: scale(2.5)\n        }\n\n        100% {\n            transform: scale(1.5)\n        }\n    }\n\n    .be3600-main-container .how-people .bg\u003ediv h2 {\n        transform: scale(2.5);\n        font-size: 25vh;\n        color: transparent;\n        background-color: #17a2b8;\n        background-image: url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_how-people.jpg);\n        background-position: 50%;\n        background-repeat: no-repeat;\n        background-size: cover;\n        -webkit-background-clip: text;\n        background-clip: text;\n        transition: all 1s ease\n    }\n\n    @media(max-width: 991px) {\n        .be3600-main-container .how-people .bg\u003ediv h2 {\n            font-size: 16vh\n        }\n    }\n\n    @media(max-width: 768px) {\n        .be3600-main-container .how-people .bg\u003ediv h2 {\n            display: none\n        }\n    }\n\n    .be3600-main-container .how-people .row\u003ediv {\n        padding: 0 .5rem;\n        opacity: 1;\n        transition: opacity .5s ease\n    }\n\n    .be3600-main-container .how-people .row\u003ediv:first-child {\n        margin-top: 0\n    }\n\n    .be3600-main-container .how-people .row\u003ediv:nth-child(2) {\n        margin-top: 4rem;\n        animation-delay: 250ms\n    }\n\n    @media(max-width: 991px) {\n        .be3600-main-container .how-people .row\u003ediv:nth-child(2) {\n            margin-top: 3rem\n        }\n    }\n\n    .be3600-main-container .how-people .row\u003ediv:nth-child(3) {\n        margin-top: -4rem;\n        animation-delay: 500ms\n    }\n\n    @media(max-width: 1360px) {\n        .be3600-main-container .how-people .row\u003ediv:nth-child(3) {\n            margin-top: -2rem\n        }\n    }\n\n    @media(max-width: 991px) {\n        .be3600-main-container .how-people .row\u003ediv:nth-child(3) {\n            margin-top: -3rem\n        }\n    }\n\n    .be3600-main-container .how-people .row\u003ediv:nth-child(4) {\n        margin-top: 2rem;\n        animation-delay: 750ms\n    }\n\n    @media(max-width: 991px) {\n        .be3600-main-container .how-people .row\u003ediv:nth-child(4) {\n            margin-top: 2rem\n        }\n    }\n\n    .be3600-main-container .how-people .row\u003ediv:nth-child(5) {\n        margin-top: -4rem;\n        animation-delay: 1000ms\n    }\n\n    @media(max-width: 1360px) {\n        .be3600-main-container .how-people .row\u003ediv:nth-child(5) {\n            margin-top: -3rem\n        }\n    }\n\n    @media(max-width: 1199px) {\n        .be3600-main-container .how-people .row\u003ediv:nth-child(5) {\n            margin-top: -1.5rem\n        }\n    }\n\n    @media(max-width: 991px) {\n        .be3600-main-container .how-people .row\u003ediv:nth-child(5) {\n            margin-top: -6.5rem\n        }\n    }\n\n    .be3600-main-container .how-people .row\u003ediv:nth-child(6) {\n        margin-top: 3rem;\n        animation-delay: 1250ms\n    }\n\n    @media(max-width: 991px) {\n        .be3600-main-container .how-people .row\u003ediv:nth-child(6) {\n            margin-top: 2rem\n        }\n    }\n\n    @media(max-width: 768px) {\n        .be3600-main-container .how-people .row\u003ediv {\n            margin-top: 0 !important;\n            margin-bottom: 1rem\n        }\n    }\n\n    .be3600-main-container .how-people .card {\n        padding: 1rem;\n        background-color: #fff;\n        box-shadow: 2px 2px 25px rgba(0, 0, 0, .15)\n    }\n\n    .be3600-main-container .how-people.in-view .bg h2 {\n        transform: scale(1);\n    }\n\n    @media (max-width: 1600px) {\n        .be3600-main-container .how-people.in-view .bg h2 {\n            transform: scale(1.5);\n        }\n    }\n\n    .be3600-main-container .how-people.in-view .row\u003ediv {\n        opacity: 1\n    }\n\n    .be3600-main-container .how-people.in-view .row\u003ediv.animate__animated {\n        -webkit-animation-name: fadeInUp;\n        animation-name: fadeInUp\n    }\n\n    .model-comparison .product-img {\n        width: 75%\n    }\n\n    @media(max-width: 576px) {\n        .model-comparison .product-img {\n            width: 85%\n        }\n    }\n\n    @media(max-width: 576px) {\n        .model-comparison p {\n            font-size: .85rem\n        }\n    }\n\n    .model-comparison .comparison-detail {\n        padding-bottom: 1rem\n    }\n\n    @media(max-width: 768px) {\n        .model-comparison .comparison-detail {\n            padding-bottom: 0;\n            background-color: #fff\n        }\n\n        .model-comparison .comparison-detail div {\n            background-color: #fff\n        }\n\n        .model-comparison .comparison-detail:nth-of-type(odd) {\n            background-color: #f7f7f7\n        }\n\n        .model-comparison .comparison-detail:nth-of-type(odd) div {\n            background-color: #f7f7f7\n        }\n    }\n\n    .model-comparison .comparison-detail img {\n        width: 40px\n    }\n\n    .model-comparison .comparison-detail\u003ediv {\n        padding: 1rem 2rem;\n        background-color: #f7f7f7;\n        align-content: center;\n        border-bottom: 1px solid #dee2e6\n    }\n\n    @media(max-width: 991px) {\n        .model-comparison .comparison-detail\u003ediv {\n            padding: 1rem .5rem\n        }\n    }\n\n    @media(max-width: 768px) {\n        .model-comparison .comparison-detail\u003ediv {\n            background-color: inherit;\n            padding: .7rem 1rem 3rem;\n            border-bottom: 0\n        }\n    }\n\n    .model-comparison .comparison-detail\u003ediv h5 {\n        font-size: 1rem;\n        margin-bottom: 0\n    }\n\n    .model-comparison .comparison-detail\u003ediv p {\n        margin-bottom: 0\n    }\n\n    .model-comparison .comparison-detail\u003ediv i {\n        font-size: 1.4em;\n        color: #1b488b;\n        transform: rotate(20deg);\n        position: absolute;\n        top: -.6rem;\n        right: -2rem\n    }\n\n    @media(max-width: 768px) {\n        .model-comparison .comparison-detail\u003ediv i {\n            right: -14px;\n            font-size: 1rem\n        }\n    }\n\n    .model-comparison .comparison-detail div:nth-child(2) {\n        background-color: #1b488b;\n        color: #fff\n    }\n\n    @media(max-width: 768px) {\n        .model-comparison .comparison-detail div:nth-child(2) {\n            padding: 2.5rem 0 0;\n            background-color: inherit;\n            color: #000\n        }\n    }\n\n    .comparison-detail {\n        i {\n            display: none;\n        }\n\n        .w-50 {\n            width: 100% !important;\n\n            @media (max-width:768px) {\n                width: 50% !important;\n            }\n        }\n    }\n\n    in-sticky .in-sticky {\n        \u0026.story_container {\n            .row {\n                position: sticky !important;\n            }\n        }\n    }\n\n    .product-specs-section {\n        background-color: #f4f5f7\n    }\n\u003c\/style\u003e\n\n\u003cmain class=\"be3600-container be3600-main-container\"\u003e\n\n\n\n    \u003csection class=\"video-header-be3600\"\u003e\n        \u003cdiv class=\"overlay\"\u003e\u003c\/div\u003e\n        \u003cvideo playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"muted\" loop=\"loop\"\u003e\n            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_bg_teaser.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n        \u003cdiv class=\"container h-100\"\u003e\n            \u003cdiv class=\"d-flex h-100 text-center align-items-center\"\u003e\n                \u003cdiv class=\"w-100 text-white\" style=\"padding-bottom:200px;\"\u003e\n                    \u003cimg class=\"img-fluid mb-3\" width=\"250\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/reddot-winner-2025_white.svg\" alt=\"reddot winner 2025\"\u003e\u003cbr\u003e\n                    \u003ch1 class=\"font-weight-bold text-uppercase\"\u003eMEET Slate 7\u003c\/h1\u003e\n                    \u003ch3 class=\"mb-0\"\u003eDual-band Wi-Fi 7 Travel Router\u003c\/h3\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"p-4 py-lg-5\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                \u003cdiv class=\"col-12 col-md-12 col-lg-7 col-xl-7 mb-4\"\u003e\n                    \u003ch2 class=\"font-weight-bold text-left\"\u003eGL.iNet's First Dual-band Wi-Fi 7 Travel Router\u003c\/h2\u003e\n                    \u003cp\u003eSlate 7 delivers faster speeds and more stable connections, ensuring you stay connected in any\n                        environment. Equipped with dual 2.5G high-speed ports,\n                        it offers lightning-fast network performance, perfect for demanding tasks such as streaming,\n                        gaming, and video calls.\n                        Its compact and portable design makes it the ideal choice for business trips and vacations,\n                        providing secure internet access wherever you go.\u003c\/p\u003e\n                    \u003cdiv\u003e\n                        \u003cspan\u003eMax. \u003cspan class=\"txt-lg text-info\"\u003e688\u003c\/span\u003e Mbps (2.4GHz) + \u003cspan class=\"txt-lg text-info\"\u003e2882\u003c\/span\u003e Mbps (5GHz) Fast Wi-Fi Speeds\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cspan class=\"txt-lg text-info\"\u003eDual 2.5G\u003c\/span\u003e Ethernet Ports (1x WAN and 1x LAN\n                            Port)\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eOpenVPN-DCO speed up to\u003c\/span\u003e\u003cspan class=\"txt-lg text-info\"\u003e\n                            385\u003c\/span\u003e\u003cspan\u003e Mbps;\u003c\/span\u003e\u003cspan\u003e WireGuard® speed up to \u003c\/span\u003e\u003cspan class=\"txt-lg text-info\"\u003e490\u003c\/span\u003e\u003cspan\u003e Mbps\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eSupports \u003cspan class=\"txt-lg text-info\"\u003eType-C\u003c\/span\u003e power with \u003cspan class=\"txt-lg text-info\"\u003ePD\u003c\/span\u003e Compatibility, Featuring a Lighter\n                            Adapter\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e\u003cspan class=\"txt-lg text-info\"\u003eInteractive Touchscreen\u003c\/span\u003e with\n                            Advanced Router Control Functionality\u003c\/span\u003e\n                        \u003cdiv class=\"py-3\" style=\"font-size:13px\"\u003e\n                            \u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your\n                                network configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be slower when\n                                running the device as a server. Results above are in client mode.\u003c\/i\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"pt-2\"\u003e\n                        \u003ca class=\"btn btn-round btn-info mt-3 mr-3\" href=\"#specs\"\u003eView Specs\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/support\/gl-be3600\/\" target=\"_blank\"\u003eOnline Guide\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-10 col-lg-5 py-4\"\u003e\n                    \u003cdiv class=\"text-center\"\u003e\u003cimg class=\"img-fluid\" width=\"250\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/reddot-winner-2025.svg\" alt=\"reddot winner 2025\"\u003e\u003c\/div\u003e\n                    \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide pointer-event\" data-ride=\"carousel\"\u003e\n                        \u003col class=\"carousel-indicators\"\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"active\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"5\" class=\"\"\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ol\u003e\n                        \u003cdiv class=\"carousel-inner\"\u003e\n                            \u003cdiv class=\"carousel-item active carousel-item-left\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_1.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_1.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_1.jpg\" alt=\"Slate 7 (GL-BE3600)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"carousel-item carousel-item-next carousel-item-left\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_2.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_2.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_2.jpg\" alt=\"Slate 7 (GL-BE3600)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_3.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_3.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_3.jpg\" alt=\"Slate 7 (GL-BE3600)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_4.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_4.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_4.jpg\" alt=\"Slate 7 (GL-BE3600)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_5.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_5.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_5.jpg\" alt=\"Slate 7 (GL-BE3600)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_6.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_6.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_6.jpg\" alt=\"Slate 7 (GL-BE3600)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                                \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                            \u003c\/a\u003e\u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                                \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pb-4 pb-lg-5\" id=\"next-be3600-nav\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center pt-5 pb-4\"\u003e\n                \u003cdiv class=\"col-11 col-lg-6 order-md-1 order-lg-2 text-center text-lg-left pl-4 pb-3\"\u003e\n                    \u003ch2 class=\"font-weight-bold\"\u003eRevolutionary Network Control with Touchscreen Simplicity\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Slate 7 features an innovative touchscreen interface, revolutionizing the way you interact with\n                        your router. The intuitive touchscreen allows you to scan QR codes for quick Wi-Fi connections,\n                        while also enabling real-time speed monitoring, VPN on\/off toggling, and switching between\n                        preferred VPN providers directly on the display. The screen provides instant network status\n                        updates through color-coded indicators for Ethernet, Tethering, Repeater, and Cellular modes,\n                        combining convenience and other advanced functionality to deliver a seamless, user-friendly\n                        experience for smarter network management.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-1\"\u003e\n                    \u003cvideo loop=\"\" autoplay=\"\" muted=\"\" playsinline=\"\" style=\"max-width:100%;height:auto\"\u003e\n                        \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_touch-screen.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n   \n    \u003csection class=\"py-4 py-lg-5  product-nav-section\" id=\"hotspot\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n                \u003ch2 class=\"font-weight-bold pb-3\"\u003eInstant Wi-Fi 7 Hotspot\u003c\/h2\u003e\n                \u003cp\u003e\n                    In a café, hotel front desk, KTV lounge, trade-show booth, conference foyer, or corporate lobby,\n                        power on the palm-sized BE3600 and tap its touchscreen once. A secure QR code appears\n                        instantly—guests, clients, or attendees scan it with their phone and connect immediately, with\n                        no passwords to type, no login screens, and no captive portals to bypass. Dual-band Wi-Fi 7\n                        delivers up to 3.6 Gbps, keeping video calls, POS terminals, and streaming displays smooth for\n                        many concurrent users. When the session ends, slide the router into your pocket and head to the\n                        next venue—set up, share, and repeat in under a minute.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"row justify-content-center align-items-center mt-4\"\u003e\n                \u003cdiv class=\"col-12 d-none d-md-block\"\u003e\n                    \u003cimg class=\"w-100 m-auto\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/1920x844-1.jpg?v=1761614794\" alt=\"Slate 7 Accessing Public Wi-Fi\"\u003e\n                  \n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 d-md-none\"\u003e\n                    \u003cimg class=\"w-100 m-auto\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/1000x1000-1.jpg?v=1761614793\" alt=\"Slate 7 Accessing Public Wi-Fi\"\u003e\n                  \n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"px-0 py-4 py-lg-5 bg-light product-nav-section\" id=\"highlight\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"grid w-100\"\u003e\n                \u003cdiv class=\"grid-item item-1\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center px-3 px-md-4 pt-4\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/wifi-7.jpg');\"\u003e\n                        \u003ch2 class=\"font-weight-bold\"\u003eWi-Fi 7 \u003cbr\u003e \u003cspan class=\"text-info\"\u003e3600\u003c\/span\u003eMbps\n                        \u003c\/h2\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item item-2\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-left text-md-center px-4 pt-4\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/vpn-server.jpg');\"\u003e\n                        \u003ch2 class=\"font-weight-bold\"\u003eVPN Server\u003c\/h2\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item item-3\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center px-3 px-md-4 pt-4\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/dual-port.jpg');\"\u003e\n                        \u003ch2 class=\"font-weight-bold mb-0\"\u003eDual \u003cspan class=\"text-info\"\u003e2.5G\u003c\/span\u003e Ports\u003c\/h2\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item item-4\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center text-lg-center px-2 px-lg-2 py-3 py-md-4\"\u003e\n                        \u003cdiv\u003e\n                            \u003ch2 class=\"font-weight-bold mb-3 mb-md-2 mb-lg-3\"\u003e\n                                \u003cspan class=\"text-info\"\u003e30+\u003c\/span\u003e VPN\n                                Services\n                            \u003c\/h2\u003e\n                            \u003cimg class=\"mr-n2 pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/vpn_services_1.png\"\u003e\n                            \u003cbr class=\"d-none d-md-block\"\u003e\n                            \u003cimg class=\"ml-n2 ml-md-0 pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/vpn_services_2.png\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item item-5\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center text-md-right text-lg-center px-2 px-md-4 py-4\"\u003e\n                        \u003cdiv class=\"text-center text-md-left text-lg-center pb-0 pb-lg-3\"\u003e\n                            \u003ch2 class=\"font-weight-bold mb-0 mb-md-n3 mb-lg-2\"\u003e\n                                \u003cspan class=\"text-info\"\u003eOpenWrt\u003c\/span\u003e\n                                \u003cbr\u003e Pre-installed\n                            \u003c\/h2\u003e\n                        \u003c\/div\u003e\n                        \u003cimg class=\"pb-2 mt-2 mt-md-0 mr-0 mr-md-n2 mr-lg-0\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/icon_openwrt.svg\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item item-6\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-left text-sm-center p-4\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/type-c-port.jpg');\"\u003e\n                        \u003ch2 class=\"font-weight-bold\"\u003e\n                            \u003cspan class=\"text-info\"\u003ePD\u003c\/span\u003e Power Port\n                        \u003c\/h2\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item item-7\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/icon_adguard-home.svg\"\u003e\n                            \u003cp class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item item-8\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/icon_dns.svg\"\u003e\n                            \u003cp class=\"font-weight-bold\"\u003eDNS\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item item-9\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/icon_usb-port.svg\"\u003e\n                            \u003cp class=\"font-weight-bold\"\u003eUSB 3.0 Port\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"px-4 wifi7 bg-white\" style=\"position: relative;z-index: 6;\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                \u003cdiv class=\"col-11 col-md-12 col-lg-12 col-xl-6 text-center px-0 order-2 order-xl-1\"\u003e\n                    \u003ch1 class=\"txt-clip\"\u003eWi-Fi 7\u003c\/h1\u003e\n\n                    \u003cdiv class=\"col-12 col-md-10 col-xl-12 text-left px-0 pt-3 pt-md-0 pb-3 m-auto\"\u003e\n\n                        \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                            \u003cdiv class=\"col-9\"\u003e\n                                \u003cp class=\"font-weight-bold mb-1\"\u003e5GHz\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-8 col-lg-7\"\u003e\n                                \u003cdiv class=\"progress rounded-pill\"\u003e\n                                    \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated rounded-pill bg-info\" role=\"progressbar\" style=\"width:100%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003e\u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-2 px-0\"\u003e\n                                \u003ch5 class=\"font-weight-bold text-info text-right mb-0\"\u003e2882 Mbps\u003c\/h5\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                            \u003cdiv class=\"col-9\"\u003e\n                                \u003cp class=\"font-weight-bold mt-1 mt-md-3 mb-1\"\u003e2.4GHz\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-8 col-lg-7\"\u003e\n                                \u003cdiv class=\"progress rounded-pill\"\u003e\n                                    \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated rounded-pill bg-info\" role=\"progressbar\" style=\"width:30%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003e\u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-2 px-0\"\u003e\n                                \u003ch5 class=\"font-weight-bold text-info text-right mb-0 \"\u003e668 Mbps\u003c\/h5\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-12 col-md-12 col-lg-12 col-xl-6 text-center text-xl-left order-1 order-xl-2\"\u003e\n                    \u003ch2 class=\"font-weight-bold\"\u003eLightning-Fast Wi-Fi 7 Speeds\u003c\/h2\u003e\n                    \u003cp\u003ePowered by Wi-Fi 7 technology, Slate 7 delivers speeds of up to 688 Mbps on 2.4GHz and 2882 Mbps\n                        on 5GHz, ensuring smooth 4K video streaming, secure access to public Wi-Fi while traveling, and\n                        efficient connectivity for business trips. \u003c\/p\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection id=\"features\" class=\"product-nav-section\"\u003e\n        \u003cdiv class=\"container-fluid vid px-0\"\u003e\n            \u003cdiv class=\"holder w-100\"\u003e\n                \u003cvideo autoplay muted playsinline\u003e\n                    \u003csource media=\"(max-width: 991px)\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_story_mobile.mp4\" type=\"video\/mp4\"\u003e\n                    \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_story_desktop.mp4\" type=\"video\/mp4\"\u003e\u003c\/source\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"story text-white m-auto\"\u003e\n\n                \u003c!-- 1 --\u003e\n                \u003cdiv class=\"container-xxl story_container animate\" id=\"story-1\"\u003e\n                    \u003cdiv class=\"row justify-content-center w-100\"\u003e\n                        \u003cdiv class=\"col-12 col-md-10 col-lg-8 align-content-start text-center\"\u003e\n                            \u003ch2 class=\"font-weight-bold animate__animated\"\u003e\n                                Compact Convenience\n                            \u003c\/h2\u003e\n                            \u003ch3 class=\"font-weight-bold animate__animated\"\u003e\n                                for Modern Travelers\n                            \u003c\/h3\u003e\n                            \u003cp class=\"m-auto pt-3 animate__animated\"\u003e\n                                Measuring just 130 x 91 x 34 mm, its compact design makes it a convenient companion for\n                                seamless on-the-go internet access.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 2 --\u003e\n                \u003cdiv class=\"container-xxl story_container animate\" id=\"story-2\"\u003e\n                    \u003cdiv class=\"row justify-content-center w-100\"\u003e\n                        \u003cdiv class=\"col-12 col-md-8 col-lg-7 align-content-start text-center\"\u003e\n                            \u003ch3 class=\"font-weight-bold animate__animated\"\u003e\n                                A Masterpiece of\n                            \u003c\/h3\u003e\n                            \u003ch2 class=\"font-weight-bold animate__animated\"\u003e\n                                Hardware Engineering\n                            \u003c\/h2\u003e\n                            \u003cp class=\"m-auto pt-3 animate__animated\"\u003e\n                                Slate 7 features a Type-C power interface with PD compatibility, paired with a\n                                lightweight adapter to enhance convenience and portability. \u003cbr\u003e\n                                With 1GB of DDR4 memory and 512MB of NAND Flash storage, the Slate 7 ensures smooth\n                                operation and ample space for essential configurations.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 3 --\u003e\n                \u003cdiv class=\"container-xxl story_container animate animate_sticky\" id=\"story-3\"\u003e\n                    \u003cdiv class=\"row justify-content-center w-100\"\u003e\n                        \u003cdiv class=\"col-12 col-md-10 col-lg-9 align-content-start text-center\"\u003e\n                            \u003ch3 class=\"font-weight-bold m-auto animate__animated\"\u003e\n                                Secured Internet with your favourite\n                            \u003c\/h3\u003e\n                            \u003ch2 class=\"font-weight-bold mt-3 animate__animated\"\u003e\n                                VPN services\n                                \u003cbr\u003e\n                                24\/7\n                            \u003c\/h2\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"col-12 col-md-8 col-lg-5 align-content-end text-center animate__animated\"\u003e\n                            \u003cp class=\"m-auto pt-3\"\u003e\n                                Slate 7 includes over 30 built-in VPN services, supporting OpenVPN and WireGuard®. This\n                                integrated VPN enhances security by encrypting your internet connection, safeguarding\n                                sensitive data from threats, and providing safe access to public Wi-Fi. Allowing you to\n                                browse, stream, and communicate with peace of mind, no matter where your travels take\n                                you.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"py-4 py-lg-5 bg-white animate_one\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center py-4\"\u003e\n                \u003cdiv class=\"col-11 col-lg-6 order-md-1 order-lg-2 text-center text-lg-left pl-4 pb-3\"\u003e\n                    \u003ch2 class=\"font-weight-bold\"\u003eOpenWrt-Based SDK for Flexible Customization\u003c\/h2\u003e\n                    \u003cp class=\"mb-2\"\u003eThe Slate 7 (GL-BE3600) is a high-performance Wi-Fi 7 travel router, built with\n                        OpenWrt 23.05 (Kernel 5.4.213) for maximum customization and advanced networking capabilities.\n                    \u003c\/p\u003e\n                    \u003cp\u003eWith 1GB of storage, users can install a wide range of OpenWrt plugins, enabling features like\n                        ad-blocking, traffic monitoring, enhanced security, and custom network configurations.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-2\"\u003e\n                    \u003cdiv class=\"devices background-cover-center\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/openwrt_based.jpg');\"\u003e\n                        \u003c!-- \u003cimg class=\"im gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/openwrt_based.jpg\" alt=\"\"\u003e --\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"py-4 py-lg-5 bg-white animate_one\" style=\"position: relative;z-index: 6;\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center py-4\"\u003e\n                \u003cdiv class=\"col-11 col-lg-6 order-md-1 order-lg-2 text-center text-lg-left pl-4 pb-3\"\u003e\n                    \u003ch2 class=\"font-weight-bold\"\u003eConnecting to 120+ devices simultaneously\u003c\/h2\u003e\n                    \u003cp\u003ePowered by advanced enhanced OFDMA technology, Slate 7 optimizes bandwidth by efficiently\n                        allocating resources across multiple devices, ensuring seamless data transmission with minimal\n                        latency. Whether in high-density environments or demanding applications, Slate 7 delivers\n                        stable, high-speed connectivity, making it the ideal solution for handling numerous connections\n                        without compromise.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-1\"\u003e\n                    \u003cdiv class=\"devices background-cover-center\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/120_devices_simultaneously.jpg');\"\u003e\n                        \u003c!-- \u003cimg class=\"im gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/120_devices_simultaneously.jpg\" alt=\"\"\u003e --\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"py-4 py-lg-5 bg-light product-nav-section\" id=\"scenarios\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n                \u003ch2 class=\"font-weight-bold pb-3\"\u003eMaximize Your Internet Potential with Slate 7\u003c\/h2\u003e\n                \u003cp\u003e\n                    Slate 7 exemplifies the future of wireless technology, offering blazing-fast speeds, diminished\n                    latency, and enhanced connectivity in crowded environments through advancements such as Multi-Link\n                    Operation (MLO), refined OFDMA, 4K QAM, and preamble puncture.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                \u003cdiv class=\"col-lg-10 p-0\"\u003e\n                    \u003cdiv id=\"carouselExampleIndicators-2\" class=\"carousel slide pb-4\" data-ride=\"carousel\"\u003e\n                        \u003col class=\"carousel-indicators\"\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"0\" class=\"active\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"1\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"2\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"3\"\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ol\u003e\n                        \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators-2\" role=\"button\" data-slide=\"prev\"\u003e\n                            \u003cspan class=\"carousel-control-prev-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                            \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                        \u003c\/a\u003e\n                        \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators-2\" role=\"button\" data-slide=\"next\"\u003e\n                            \u003cspan class=\"carousel-control-next-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                            \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n                        \u003c\/a\u003e\n\n                        \u003cdiv class=\"carousel-inner py-4\"\u003e\n                            \u003cdiv class=\"carousel-item active\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto \"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_scene_public-networks.jpg\" alt=\"Slate 7 Accessing Public Wi-Fi\"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003eStay Connected Anywhere with PD-Powered\n                                            Convenience\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            Slate 7 is designed for modern travelers, featuring PD protocol support for\n                                            efficient power input. It seamlessly works with 5V\/3A, 9V\/3A, and 12V\/2.5A\n                                            power sources, ensuring compatibility with a wide range of devices.\n                                            Paired with a lightweight adapter, this router combines ultimate portability\n                                            and convenience, keeping you connected on the go without the burden of bulky\n                                            power supplies.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto\"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_scene_on-the-go.jpg\" alt=\"Travelling with Slate 7 \"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003eSeamless Connectivity and Secure Sharing\n                                            on the Go\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            With support for multiple devices, Slate 7 allows you to connect all your\n                                            devices simultaneously without sacrificing performance. Additionally, by\n                                            plugging in an external USB drive,\n                                            you can create a private network to securely store and easily share photos\n                                            and videos with your travel companions. Allowing you to maintain\n                                            connectivity and effortlessly share your journey with others wherever you\n                                            travel.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto\"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_scene_remote-workers.jpg\" alt=\"Slate 7 on-the-go\"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003ePortable VPN Solution for Remote Work\n                                            and Travel\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            Slate 7 comes pre-installed with OpenVPN and WireGuard, supporting over 30\n                                            VPN services. It can be easily configured as either a VPN client or server,\n                                            providing full flexibility.\n                                            This feature enables remote workers and business travelers to securely\n                                            connect to their internal networks from anywhere, access sensitive\n                                            resources, and manage printers at home or\n                                            in the office, all while maintaining control over their network IP address.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto\"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/be3600_scene_geo-restrictions.jpg\" alt=\"4K Streaming with Slate 7 \"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003eBypass Geographical Restrictions to\n                                            Watch Your Favorite Show\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            Slate 7 enables connections to servers in various regions, granting access\n                                            to preferred websites that may be restricted in your current location.\n                                            It effectively overcomes geographical limitations and provides the\n                                            flexibility to explore a wider array of online content,\n                                            ensuring you never miss out on your favorite entertainment options.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"how-people py-4 py-lg-5 animate_one\"\u003e\n        \u003cdiv class=\"bg\"\u003e\n            \u003cdiv class=\"container-fluid px-0\"\u003e\n                \u003cdiv class=\"text-center\"\u003e\n                    \u003ch2\u003eSlate 7\u003c\/h2\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"container position-relative p-4\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n                \u003ch2 class=\"font-weight-bold pb-2\"\u003eHow People Would Use Slate 7\u003c\/h2\u003e\n                \u003cp\u003eThe \u003cspan class=\"font-weight-bold text-info\"\u003eSlate 7 (GL-BE3600)\u003c\/span\u003e is the ultimate travel and\n                    home networking router. With its powerful hardware, flexible connectivity, and open-source firmware,\n                    it's the top choice for professionals, gamers, remote workers, and networking enthusiasts alike. But\n                    don’t just take our word for it-here are reasons why users want the Slate 7!\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"row justify-content-center pt-2 pt-xl-5 pb-5\"\u003e\n                \u003cdiv class=\"col-12 col-lg-11 col-xl-10\"\u003e\n                    \u003cdiv class=\"row justify-content-between\"\u003e\n                        \u003cdiv class=\"col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"card-title font-weight-bold\"\u003eSeamless Connectivity Anywhere\u003c\/h4\u003e\n                                    \u003cp\u003eEnhance your connectivity with Slate 7-easily share documents by setting it up as\n                                        a print server, bypass hotel Wi-Fi restrictions with captive portal handling,\n                                        and build a mobile workstation for secure, high-speed internet anywhere.\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"card-title font-weight-bold\"\u003eNetwork Optimization \u0026amp; Security\u003c\/h4\u003e\n                                    \u003cp\u003eSecure and streamline your network with powerful features-set up a VPN server at\n                                        home and use Slate 7 as a VPN client for remote file access, monitor traffic\n                                        with real-time analytics and QoS controls, and safeguard your privacy with DNS\n                                        encryption and VPN protection.\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"card-title font-weight-bold\"\u003eTech Enthusiasts\u003c\/h4\u003e\n                                    \u003cp\u003eUnlock endless possibilities with advanced networking-customize your setup with\n                                        custom firmware and scripting, deploy it as a mini server for self-hosted apps,\n                                        or extend your Wi-Fi coverage for seamless connectivity.\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"card-title font-weight-bold\"\u003eGaming \u0026amp; Entertainment\u003c\/h4\u003e\n                                    \u003cp\u003eExperience ultra-fast, lag-free connectivity-optimize QoS settings to reduce\n                                        latency and packet loss, enjoy seamless gaming on the go, stream 4K videos, and\n                                        power multiplayer gaming with Wi-Fi 7, all while connecting multiple devices\n                                        without performance drops.\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"card-title font-weight-bold\"\u003eBusiness \u0026amp; Productivity\u003c\/h4\u003e\n                                    \u003cp\u003eBuild a seamless remote office with fast, secure connections, optimize bandwidth\n                                        for VoIP and video calls, and set up a dedicated guest network for clients and\n                                        partners.\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"card-title font-weight-bold\"\u003eTravel \u0026amp; Adventure\u003c\/h4\u003e\n                                    \u003cp\u003eStay connected on the road with reliable internet in your RV or campervan, share\n                                        a single mobile data plan with fellow travelers, and effortlessly set up\n                                        temporary networks for events and trade shows.\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"container-fluid p-4 py-lg-5 product-nav-section product-nav-section\" id=\"reviews\"\u003e\n        \u003ch2 class=\"font-weight-bold text-dark text-center pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n        \u003c!-- Container for video player and playlist --\u003e\n        \u003cdiv id=\"youtube-playlist-container\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n\n                \u003c!-- Video player container --\u003e\n                \u003cdiv id=\"ytvideoPlayer\"\u003e\n                    \u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/QquwZoQJHEA\" frameborder=\"0\" allowfullscreen\u003e\u003c\/iframe\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Playlist container --\u003e\n\n                \u003cdiv id=\"ytplaylist\"\u003e\n                    \u003ch5 onclick=\"showYtPlayList()\" class=\"text-light text-center py-3\"\u003eSlate 7 (GL-BE3600) Reviews\n                        \u003cspan id=\"ytListBtn\"\u003e\n                            \u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\"\u003e\u003c\/i\u003e\n                        \u003c\/span\u003e\n                    \u003c\/h5\u003e\n                    \u003cul id=\"ytPlayListUl\"\u003e\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/QquwZoQJHEA\/maxresdefault.jpg\" alt=\"The RTX 5090 loses to a ROUTER!\" onclick=\"changeVideo('QquwZoQJHEA')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eThe RTX 5090 loses to a ROUTER!\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/PFvARqCcXug\/maxresdefault.jpg\" alt=\"GL.iNet Slate 7 (GL-BE3600) Portable Wi-Fi 7 Router Revealed\" onclick=\"changeVideo('PFvARqCcXug')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eGL.iNet Slate 7 (GL-BE3600) Portable Wi-Fi 7 Router Revealed\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/WjxTDIl-hAU\/maxresdefault.jpg\" alt=\"Portable Wi-Fi? Sign Me Up!\" onclick=\"changeVideo('WjxTDIl-hAU')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003ePortable Wi-Fi? Sign Me Up!\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/YTZzd4R90Jo\/maxresdefault.jpg\" alt=\"FIRST LOOK! Slate 7 Travel Router from GL.iNet #ces2025 #traveltech\" onclick=\"changeVideo('YTZzd4R90Jo')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eFIRST LOOK! Slate 7 Travel Router from GL.iNet #ces2025\n                                    #traveltech\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cli\u003e\n                            \u003cimg src=\"https:\/\/img.youtube.com\/vi\/Z9sleGMy9ko\/maxresdefault.jpg\" alt=\"GL.iNet Slate 7 BE3600 Travel Router: Wi-Fi 7 on the Go\" onclick=\"changeVideo('Z9sleGMy9ko')\"\u003e\n                            \u003cdiv class=\"title-container\"\u003e\n                                \u003cp class=\"video-title\"\u003eGL.iNet Slate 7 BE3600 Travel Router: Wi-Fi 7 on the Go\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/li\u003e\n\n                        \u003cdiv class=\"mt-2\"\u003e\n                            \u003ca class=\"btn btn-outline-light btn-block\" target=\"_blank\" href=\"https:\/\/www.youtube.com\/playlist?list=PLWQT710fjyEaPees3SnkcFUVUfd0omx3_\"\u003eView\n                                More\u003c\/a\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/ul\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- What Beta Tester are Saying --\u003e\n    \u003csection class=\"section-customer-review product-nav-section bg-light\"\u003e\n        \u003cdiv class=\"container-fluid p-4 py-lg-5\"\u003e\n            \u003ch2 class=\"text-center font-weight-bold mb-4\"\u003eWhat Beta Tester are Saying\u003c\/h2\u003e\n\n            \u003cdiv class=\"tiny-slider-container\"\u003e\n                \u003cdiv class=\"tiny-slider-container-beta-tester-review\"\u003e\n                    \u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row align-items-center\"\u003e\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/beta-tester\/be3600-lupuse.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cp class=\"text-black-50\"\u003e\u003ci class=\"fa-solid fa-quote-left fa-2x\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                                    \u003ch5\u003eI think I'm in love with the new compact power supply... The Slate7 with the\n                                        touch screen is a nice addon in the GL.iNet family... the display does make the\n                                        share\n                                        of (guest) WiFi much more comfortable, the on\/off of different VPN instead of\n                                        one on\/of button is cool, and I can fast ask at the phone for the actual IP...\n                                    \u003c\/h5\u003e\n                                    \u003ch5 class=\"text-muted pt-3\"\u003e@LupusE\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row align-items-center\"\u003e\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/beta-tester\/be3600-mniko.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cp class=\"text-black-50\"\u003e\u003ci class=\"fa-solid fa-quote-left fa-2x\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                                    \u003ch5\u003eScreen really useful you can connect, reset and disconnect... I really like\n                                        design of your travel routers. Especially this one slate7(gl-be3600) for design.\n                                    \u003c\/h5\u003e\n                                    \u003ch5 class=\"text-muted pt-3\"\u003e@Mniko\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row align-items-center\"\u003e\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/beta-tester\/be3600-cookiep71.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cp class=\"text-black-50\"\u003e\u003ci class=\"fa-solid fa-quote-left fa-2x\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                                    \u003ch5\u003eI really have enjoyed using my Slate 7. It is travel friendly (portable size,\n                                        USB-C power and USB port for tether\/storage) and it can handle advanced features\n                                        like\n                                        VPNs (both OpenVPN and WireGuard). The touchscreen lets you keep an eye on\n                                        status and even enable\/disable certain features easily.\u003c\/h5\u003e\n                                    \u003ch5 class=\"text-muted pt-3\"\u003e@CookieP71\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row align-items-center\"\u003e\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/beta-tester\/be3600-aargvark.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cp class=\"text-black-50\"\u003e\u003ci class=\"fa-solid fa-quote-left fa-2x\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                                    \u003ch5\u003eThis router has been AMAZING this week. Rock solid performance in the different\n                                        hotels and airports I've been in. In one hotel my room was on the 3rd floor and\n                                        I had a\n                                        great signal in the restaurant on the first floor! This one is a winner!\u003c\/h5\u003e\n                                    \u003ch5 class=\"text-muted pt-3\"\u003e@Aargvark\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row align-items-center\"\u003e\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/beta-tester\/be3600-tarxvf.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cp class=\"text-black-50\"\u003e\u003ci class=\"fa-solid fa-quote-left fa-2x\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                                    \u003ch5\u003eThe Slate 7 is an absolute standout in both aesthetics and performance... Setup\n                                        was effortless, and the compact form factor is perfect for travel. The\n                                        performance is exceptional, delivering fast and reliable good range\n                                        connectivity...\u003c\/h5\u003e\n                                    \u003ch5 class=\"text-muted pt-3\"\u003e@tarxvf\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row align-items-center\"\u003e\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/beta-tester\/be3600-nyctn.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cp class=\"text-black-50\"\u003e\u003ci class=\"fa-solid fa-quote-left fa-2x\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                                    \u003ch5\u003eButtons feel of good quality and the antennas click into place in 90 degrees and\n                                        180 degree positions as desired.No flimsy or poor quality perception during the\n                                        beta test\n                                        use everyday and while used for traveling.\u003c\/h5\u003e\n                                    \u003ch5 class=\"text-muted pt-3\"\u003e@nyctn\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"tiny-slider-controls circle-controls m-auto text-center pt-2 pt-lg-4\" id=\"tiny-slider-controls-be3600-review\" aria-label=\"Carousel Navigation\" tabindex=\"0\"\u003e\n                \u003ca class=\"prev mr-2\" data-controls=\"prev\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n                    \u003ci class=\"fas fa-chevron-left\"\u003e\u003c\/i\u003e\n                \u003c\/a\u003e\n                \u003ca class=\"next\" data-controls=\"next\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n                    \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Model Comparison --\u003e\n    \u003csection class=\"px-2 px-lg-4 py-4 py-lg-5 model-comparison\"\u003e\n        \u003cdiv class=\"container-lg\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eModel Comparison\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"row justify-content-center text-center pt-3 pb-2 pb-md-3\"\u003e\n                \u003cdiv class=\"col-5 col-md-4\"\u003e\n                    \u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-table\/table_be3600.png\" alt=\"Slate 7 \/ GL-BE3600\"\u003e\n                    \u003cp class=\"font-weight-bold\"\u003eSlate 7 \/ GL-BE3600\u003cbr\u003eDual-band Wi-Fi 7 Travel Router\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-1 col-md-3 align-items-center d-flex px-0 px-md-3\"\u003e\n                    \u003ch4 class=\"m-auto\"\u003eVS\u003c\/h4\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4\"\u003e\n                    \u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-list\/product-list_mt3000.jpg\" alt=\"Beryl AX \/ GL-MT3000\"\u003e\n                    \u003cp class=\"font-weight-bold\"\u003eBeryl AX \/ GL-MT3000\u003cbr\u003eWi-Fi 6 Gigabit Travel Router\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n                    \u003cp\u003eQualcomm, Quad-core @1.1GHz\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n                    \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e\n                        CPU\n                    \u003c\/h5\u003e\n                    \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e\n                        CPU\n                    \u003c\/h5\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n                    \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n                        \u003cp\u003eMT7981B Dual-core, @1.3GHz\u003c\/p\u003e\n                        \u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n                    \u003cp\u003eDDR4 1GB \/ NAND Flash 512MB\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n                    \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n                        Memory \/ Storage\n                    \u003c\/h5\u003e\n                    \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n                        Memory \/ Storage\n                    \u003c\/h5\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n                    \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n                        \u003cp\u003eDDR4 512MB \/ NAND Flash 256MB\u003c\/p\u003e\n                        \u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n                    \u003cp\u003e1 x 2.5Gbps WAN Ethernet Port\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n                    \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"WAN Ports\"\u003e\n                        WAN Ports\n                    \u003c\/h5\u003e\n                    \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"WAN Ports\"\u003e\n                        WAN Ports\n                    \u003c\/h5\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n                    \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n                        \u003cp\u003e1 x 2.5Gbps WAN Ethernet Port\u003c\/p\u003e\n                        \u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n                    \u003cp\u003e1 x 2.5Gbps LAN Ethernet Port\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n                    \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Ports\"\u003e\n                        LAN Ports\n                    \u003c\/h5\u003e\n                    \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Ports\"\u003e\n                        LAN Ports\n                    \u003c\/h5\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n                    \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n                        \u003cp\u003e1 x 1Gbps LAN Ethernet Port\u003c\/p\u003e\n                        \u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n                    \u003cp\u003e688Mbps(2.4GHz), 2882Mbps(5GHz)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n                    \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi Speed\"\u003e\n                        Wi-Fi Speed\n                    \u003c\/h5\u003e\n                    \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi Speed\"\u003e\n                        Wi-Fi Speed\n                    \u003c\/h5\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n                    \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n                        \u003cp\u003e574Mbps(2.4GHz), 2402Mbps(5GHz)\u003c\/p\u003e\n                        \u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n                    \u003cp\u003eMax.385Mbps (with DCO support)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n                    \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_openvpn.svg\" alt=\"OpenVPN Speed\"\u003e\n                        OpenVPN Speed\n                    \u003c\/h5\u003e\n                    \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_openvpn.svg\" alt=\"OpenVPN Speed\"\u003e\n                        OpenVPN Speed\n                    \u003c\/h5\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n                    \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n                        \u003cp\u003eMax.150Mbps\u003c\/p\u003e\n                        \u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n                    \u003cp\u003eMax.490Mbps\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n                    \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wireguard.svg\" alt=\"WireGuard Speed\"\u003e\n                        WireGuard Speed\n                    \u003c\/h5\u003e\n                    \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wireguard.svg\" alt=\"WireGuard Speed\"\u003e\n                        WireGuard Speed\n                    \u003c\/h5\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n                    \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n                        \u003cp\u003eMax.300Mbps\u003c\/p\u003e\n                        \u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n                    \u003cp\u003eType-C, 5V\/3A, 9V\/3A, 12V\/2.5A\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n                    \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n                        Power Input\n                    \u003c\/h5\u003e\n                    \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n                        Power Input\n                    \u003c\/h5\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n                    \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n                        \u003cp\u003eType-C, 5V\/3A\u003c\/p\u003e\n                        \u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n                    \u003cp\u003e130 x 91 x 34mm \/ 295g\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n                    \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimension \/ Weight\"\u003e\n                        Dimension \/ Weight\n                    \u003c\/h5\u003e\n                    \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n                        \u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimension \/ Weight\"\u003e\n                        Dimension \/ Weight\n                    \u003c\/h5\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n                    \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n                        \u003cp\u003e120 x 83 x 34mm \/ 196g\u003c\/p\u003e\n                        \u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"text-left px-5 mt-3\"\u003e\u003csmall\u003e\u003ci\u003e* Tests conducted on a Local Network. Real world speeds may\n                        differ depending on your network configuration.\u003c\/i\u003e\u003cbr\u003e\u003ci\u003e* OpenVPN and WireGuard speeds will be\n                        slower when running the device as a server. Results above are in client mode.\u003c\/i\u003e\u003c\/small\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003csection class=\"product-specs-section py-4 py-lg-5  product-nav-section\" id=\"specs\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n\n                \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Pre-installed\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.png\" alt=\"Wi-Fi 7\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 7\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\" alt=\"Dual 2.5G Ethernet Ports\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eDual 2.5G\u003cbr\u003eEthernet Ports\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dns.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dns.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dns.png\" alt=\"DNS Encryption\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eDNS\u003cbr\u003eEncryption\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation.png\" alt=\"Multi-Link Operation\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eMulti-Link\u003cbr\u003eOperation\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_pd-power-supply.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_pd-power-supply.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_pd-power-supply.png\" alt=\"PD Power Supply\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003ePD Power Supply\u003cbr\u003e(5V\/3A, 9V\/3A, 12V\/2.5A)\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_touch-screen.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_touch-screen.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_touch-screen.png\" alt=\"Touch Screen\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eTouch Screen\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003cscript\u003e\n        const section = document.querySelector('.vid')\n        const vid = section.querySelector('video')\n        vid.pause()\n        const scroll = () =\u003e {\n            const distance = Math.max(0, window.scrollY - section.offsetTop + window.innerHeight)\n            const total = section.clientHeight\n            let percentage = distance \/ total\n            percentage = Math.max(0, percentage)\n            percentage = Math.min(percentage, 1)\n            if (vid.duration \u003e 0) {\n                vid.currentTime = vid.duration * percentage\n            }\n        }\n        scroll()\n        window.addEventListener('scroll', scroll)\n    \u003c\/script\u003e\n\n    \u003cscript\u003e\n        let lastScrollTopSticky = 0;\n        function handleAnimationSticky() {\n            const elementList = document.querySelectorAll('.animate_sticky');\n            elementList.forEach((element) =\u003e {\n                let top = element.getBoundingClientRect().top;\n                let bottom = element.getBoundingClientRect().bottom;\n                let height = element.offsetHeight;\n                let winHeightScrollUp = window.innerHeight * 0.04;\n                \/\/ 获取当前的滚动位置\n                let scrollTop = window.pageYOffset || document.documentElement.scrollTop;\n\n                \/\/ 更新为当前的滚动位置，以便下次比较\n                setTimeout(function () {\n                    lastScrollTopSticky = scrollTop \u003c= 0 ? 0 : Math.floor(scrollTop);\n                }, 1)\n\n                if (scrollTop \u003e lastScrollTopSticky) {\n                    \/\/console.log('向下滚动');\n                    if ((Math.abs(top) \u003c winHeightScrollUp)) {\n                        if (!element.classList.value.includes('in-sticky')) {\n                            element.classList.add('in-sticky');\n                        }\n                    }\n                } else {\n                    \/\/console.log('向上滚动');\n                    if (element.classList.value.includes('in-sticky')) {\n                        element.classList.remove('in-sticky');\n                    }\n                }\n            })\n        }\n        window.addEventListener('scroll', handleAnimationSticky);\n    \u003c\/script\u003e\n\n    \u003cscript\u003e\n        let lastScrollTop = 0;\n        function handleAnimation() {\n            const elementList = document.querySelectorAll('.animate');\n            elementList.forEach((element) =\u003e {\n                let top = element.getBoundingClientRect().top;\n                let bottom = element.getBoundingClientRect().bottom;\n                let height = element.offsetHeight;\n                let winHeightScrollUp = window.innerHeight * 0.6;\n                let winHeightScrollDown = window.innerHeight * 0.25;\n                \/\/ 获取当前的滚动位置\n                let scrollTop = window.pageYOffset || document.documentElement.scrollTop;\n\n                \/\/ 更新为当前的滚动位置，以便下次比较\n                setTimeout(function () {\n                    lastScrollTop = scrollTop \u003c= 0 ? 0 : Math.floor(scrollTop);\n                }, 1)\n\n                \/\/console.log('scrollTop', scrollTop, lastScrollTop);\n                if (scrollTop \u003e lastScrollTop) {\n                    \/\/console.log('向下滚动');\n                    if ((Math.abs(top) \u003c winHeightScrollUp)) {\n                        if (!element.classList.value.includes('in-view')) {\n                            element.classList.add('in-view');\n                        }\n                    }\n                    if (bottom \u003c (window.innerHeight * 0.65) || bottom \u003e (window.innerHeight + height - 50)) {\n                        element.classList.remove('in-view');\n                    }\n                } else {\n                    \/\/console.log('向上滚动');\n                    if (!element.classList.value.includes('in-view')) {\n                        if (bottom \u003e (window.innerHeight * 0.5) || bottom \u003e (window.innerHeight + height - 50)) {\n                            element.classList.add('in-view');\n                        }\n                    }\n                    if (top \u003e (window.innerHeight * 0.45)) {\n                        element.classList.remove('in-view');\n                    }\n                }\n            })\n        }\n        window.addEventListener('scroll', handleAnimation);\n    \u003c\/script\u003e\n\n    \u003cscript\u003e\n        function handleAnimationOne(element) {\n            const elementList = document.querySelectorAll('.animate_one');\n            elementList.forEach((element) =\u003e {\n                let top = element.getBoundingClientRect().top;\n                let bottom = element.getBoundingClientRect().bottom;\n                let height = element.offsetHeight\n                let winHeight = window.innerHeight * 0.8\n                if ((Math.abs(top) \u003c winHeight)) {\n                    if (!element.classList.value.includes('in-view')) {\n                        element.classList.add('in-view');\n                    }\n                }\n                if (bottom \u003c 50 || bottom \u003e (window.innerHeight + height - 50)) {\n                    element.classList.remove('in-view');\n                }\n            })\n        }\n        window.addEventListener('scroll', handleAnimationOne);\n    \u003c\/script\u003e\n    \u003cscript\u003e\n        $(document).ready(function () {\n            var allTinySliderBE3600ReviewByClass = document.getElementsByClassName('tiny-slider-container-beta-tester-review');\n            console.log('allTinySliderBE3600ReviewByClass', allTinySliderBE3600ReviewByClass)\n            if (allTinySliderBE3600ReviewByClass.length \u003e 0) {\n                const slider = tns({\n                    container: '.tiny-slider-container-beta-tester-review',\n                    loop: true,\n                    items: 1,\n                    slideBy: 1,\n                    nav: false,\n                    autoplay: true,\n                    speed: 400,\n                    autoplayButtonOutput: false,\n                    mouseDrag: true,\n                    controlsContainer: \"#tiny-slider-controls-be3600-review\",\n                    responsive: {\n                        640: {\n                            items: 1,\n                        },\n                        768: {\n                            items: 1,\n                        },\n                        1440: {\n                            items: 2,\n                        }\n                    }\n                });\n            }\n        })\n    \u003c\/script\u003e\n    \u003cscript\u003e\n        let currentModel = ''\n        window.addEventListener(\"scroll\", function () {\n            document.querySelectorAll(\".product-nav-section\").forEach((section) =\u003e {\n                let sectionTop = section.offsetTop - 190;\n                if (pageYOffset \u003e= sectionTop) {\n                    currentModel = section.getAttribute(\"id\");\n                }\n            });\n            if ((window.innerHeight + window.scrollY) \u003e= document.body.offsetHeight - 50) {\n                currentModel = 'reviews'\n            }\n            document\n                .querySelectorAll(\".product-nav-item\")\n                .forEach((li) =\u003e {\n                    if (li.classList.contains(currentModel)) {\n                        li.classList.add(\"active\");\n                    } else {\n                        li.classList.remove(\"active\");\n                    }\n                });\n\n            var nextElement = document.getElementById('next-be3600-nav')\n            var stickyElement = document.getElementById('be3600-nav');\n            var sticky = nextElement.offsetTop - 50;\n            var scrollPosition = window.pageYOffset || document.documentElement.scrollTop;\n            if (scrollPosition \u003e= sticky) {\n                if (document.getElementsByClassName('site-header')) {\n                    stickyElement.style.top = document.getElementsByClassName('site-header')[0].offsetHeight - 2 + 'px'\n\n                }\n            } else {\n                stickyElement.style.removeProperty('width');\n                stickyElement.style.removeProperty('top');\n            }\n        });\n\n        \/\/ 移动端youtube 下拉列表显示隐藏\n        function showYtPlayList() {\n            if (window.innerWidth \u003e 1024) {\n                return\n            }\n            if (!document.getElementById('ytPlayListUl').style.display || document.getElementById('ytPlayListUl').style.display == 'none') {\n                document.getElementById('ytPlayListUl').style.display = 'block';\n                document.getElementById('ytListBtnIcon').className = 'fa fa-chevron-up'\n            } else {\n                document.getElementById('ytPlayListUl').style.display = 'none';\n                document.getElementById('ytListBtnIcon').className = 'fa fa-chevron-down'\n\n            }\n\n        }\n        \/\/ Function to change the YouTube video - Video YouTube List\n        function changeVideo(videoId) {\n            const videoPlayer = document.getElementById('playlistVideo');\n            videoPlayer.src = `https:\/\/www.youtube.com\/embed\/${videoId}`;\n        }\n\n    \u003c\/script\u003e\n    \u003cscript\u003e\n        function handleAnimationOne(element) {\n            const elementList = document.querySelectorAll('.animate_one');\n            elementList.forEach((element) =\u003e {\n                let top = element.getBoundingClientRect().top;\n                let bottom = element.getBoundingClientRect().bottom;\n                let height = element.offsetHeight\n                let winHeight = window.innerHeight * 0.8\n                if ((Math.abs(top) \u003c winHeight)) {\n                    if (!element.classList.value.includes('in-view')) {\n                        element.classList.add('in-view');\n                    }\n                }\n                if (bottom \u003c 50 || bottom \u003e (window.innerHeight + height - 50)) {\n                    element.classList.remove('in-view');\n                }\n            })\n        }\n        window.addEventListener('scroll', handleAnimationOne);\n    \u003c\/script\u003e\n\u003c\/main\u003e","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":48790707339541,"sku":"GL-BE3600-EU-4PX","price":147.05,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/1-shopify_be3600_main.jpg?v=1770891649"},{"product_id":"comet-gl-rm1-remote-keyboard-video-mouse","title":"Comet (GL-RM1) Remote Keyboard Video Mouse","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap-icons\/1.11.3\/font\/bootstrap-icons.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n    .product-nav-section{\n        scroll-margin-top:150px;\n    }\n    :root {\n        --blue: #00aeef;\n        --indigo: #6610f2;\n        --purple: #6f42c1;\n        --pink: #e83e8c;\n        --red: #dc3545;\n        --orange: #fd7e14;\n        --yellow: #ffc107;\n        --green: #1abc9c;\n        --teal: #20c997;\n        --cyan: #17a2b8;\n        --white: #fff;\n        --gray: #6c757d;\n        --gray-dark: #343a40;\n        --primary: #1abc9c;\n        --secondary: #484848;\n        --success: #1abc9c;\n        --info: #17a2b8;\n        --warning: #ffc107;\n        --danger: #dc3545;\n        --light: #f7f7f7;\n        --dark: #222;\n        --breakpoint-xs: 0;\n        --breakpoint-sm: 576px;\n        --breakpoint-md: 768px;\n        --breakpoint-lg: 992px;\n        --breakpoint-xl: 1200px;\n        --font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n        --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace\n    }\n\n    *,\n    *::before,\n    *::after {\n        box-sizing: border-box\n    }\n\n    html {\n        font-family: sans-serif;\n        line-height: 1.15;\n        -webkit-text-size-adjust: 100%;\n        -webkit-tap-highlight-color: transparent\n    }\n\n    article,\n    aside,\n    figcaption,\n    figure,\n    footer,\n    header,\n    hgroup,\n    main,\n    nav,\n    section {\n        display: block\n    }\n\n    body {\n        margin: 0;\n        font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;\n        font-size: 1rem;\n        font-weight: 400;\n        line-height: 1.5;\n        color: #323436;\n        text-align: left;\n        background-color: #fff\n    }\n\n    [tabindex=\"-1\"]:focus:not(:focus-visible) {\n        outline: 0 !important\n    }\n\n    hr {\n        box-sizing: content-box;\n        height: 0;\n        overflow: visible\n    }\n\n    h1,\n    h2,\n    h3,\n    h4,\n    h5,\n    h6 {\n        margin-top: 0;\n        margin-bottom: .5rem\n    }\n\n    p {\n        margin-top: 0;\n        margin-bottom: 1rem\n    }\n\n    abbr[title],\n    abbr[data-original-title] {\n        text-decoration: underline;\n        text-decoration: underline dotted;\n        cursor: help;\n        border-bottom: 0;\n        text-decoration-skip-ink: none\n    }\n\n    address {\n        margin-bottom: 1rem;\n        font-style: normal;\n        line-height: inherit\n    }\n\n    ol,\n    ul,\n    dl {\n        margin-top: 0;\n        margin-bottom: 1rem\n    }\n\n    ol ol,\n    ul ul,\n    ol ul,\n    ul ol {\n        margin-bottom: 0\n    }\n\n    dt {\n        font-weight: 700\n    }\n\n    dd {\n        margin-bottom: .5rem;\n        margin-left: 0\n    }\n\n    blockquote {\n        margin: 0 0 1rem\n    }\n\n    b,\n    strong {\n        font-weight: bolder\n    }\n\n    small {\n        font-size: 80%\n    }\n\n    sub,\n    sup {\n        position: relative;\n        font-size: 75%;\n        line-height: 0;\n        vertical-align: baseline\n    }\n\n    sub {\n        bottom: -.25em\n    }\n\n    sup {\n        top: -.5em\n    }\n\n    a {\n        color: #1abc9c;\n        text-decoration: none;\n        background-color: transparent\n    }\n\n    a:hover {\n        color: #117964;\n        text-decoration: underline\n    }\n\n    a:not([href]) {\n        color: inherit;\n        text-decoration: none\n    }\n\n    a:not([href]):hover {\n        color: inherit;\n        text-decoration: none\n    }\n\n    pre,\n    code,\n    kbd,\n    samp {\n        font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;\n        font-size: 1em\n    }\n\n    pre {\n        margin-top: 0;\n        margin-bottom: 1rem;\n        overflow: auto;\n        -ms-overflow-style: scrollbar\n    }\n\n    figure {\n        margin: 0 0 1rem\n    }\n\n    img {\n        vertical-align: middle;\n        border-style: none\n    }\n\n    svg {\n        overflow: hidden;\n        vertical-align: middle\n    }\n\n    table {\n        border-collapse: collapse\n    }\n\n    caption {\n        padding-top: .75rem;\n        padding-bottom: .75rem;\n        color: #6c757d;\n        text-align: left;\n        caption-side: bottom\n    }\n\n    th {\n        text-align: inherit\n    }\n\n    label {\n        display: inline-block;\n        margin-bottom: .5rem\n    }\n\n    button {\n        border-radius: 0\n    }\n\n    button:focus {\n        outline: 1px dotted;\n        outline: 5px auto -webkit-focus-ring-color\n    }\n\n    input,\n    button,\n    select,\n    optgroup,\n    textarea {\n        margin: 0;\n        font-family: inherit;\n        font-size: inherit;\n        line-height: inherit\n    }\n\n    button,\n    input {\n        overflow: visible\n    }\n\n    button,\n    select {\n        text-transform: none\n    }\n\n    [role=button] {\n        cursor: pointer\n    }\n\n    select {\n        word-wrap: normal\n    }\n\n    button,\n    [type=button],\n    [type=reset],\n    [type=submit] {\n        -webkit-appearance: button\n    }\n\n    button:not(:disabled),\n    [type=button]:not(:disabled),\n    [type=reset]:not(:disabled),\n    [type=submit]:not(:disabled) {\n        cursor: pointer\n    }\n\n    button::-moz-focus-inner,\n    [type=button]::-moz-focus-inner,\n    [type=reset]::-moz-focus-inner,\n    [type=submit]::-moz-focus-inner {\n        padding: 0;\n        border-style: none\n    }\n\n    input[type=radio],\n    input[type=checkbox] {\n        box-sizing: border-box;\n        padding: 0\n    }\n\n    textarea {\n        overflow: auto;\n        resize: vertical\n    }\n\n    fieldset {\n        min-width: 0;\n        padding: 0;\n        margin: 0;\n        border: 0\n    }\n\n    legend {\n        display: block;\n        width: 100%;\n        max-width: 100%;\n        padding: 0;\n        margin-bottom: .5rem;\n        font-size: 1.5rem;\n        line-height: inherit;\n        color: inherit;\n        white-space: normal\n    }\n\n    [type=number]::-webkit-inner-spin-button,\n    [type=number]::-webkit-outer-spin-button {\n        height: auto\n    }\n\n    [type=search] {\n        outline-offset: -2px;\n        -webkit-appearance: none\n    }\n\n    [type=search]::-webkit-search-decoration {\n        -webkit-appearance: none\n    }\n\n    ::-webkit-file-upload-button {\n        font: inherit;\n        -webkit-appearance: button\n    }\n\n    output {\n        display: inline-block\n    }\n\n    summary {\n        display: list-item;\n        cursor: pointer\n    }\n\n    template {\n        display: none\n    }\n\n    [hidden] {\n        display: none !important\n    }\n\n    h1,\n    h2,\n    h3,\n    h4,\n    h5,\n    h6,\n    .h1,\n    .h2,\n    .h3,\n    .h4,\n    .h5,\n    .h6 {\n        margin-bottom: .5rem;\n        font-weight: 500;\n        line-height: 1.2\n    }\n\n    h1,\n    .h1 {\n        font-size: 2.5rem\n    }\n\n    h2,\n    .h2 {\n        font-size: 2rem\n    }\n\n    h3,\n    .h3 {\n        font-size: 1.75rem\n    }\n\n    h4,\n    .h4 {\n        font-size: 1.5rem\n    }\n\n    h5,\n    .h5 {\n        font-size: 1.25rem\n    }\n\n    h6,\n    .h6 {\n        font-size: 1rem\n    }\n\n    .lead {\n        font-size: 1.25rem;\n        font-weight: 300\n    }\n\n    .display-1 {\n        font-size: 6rem;\n        font-weight: 300;\n        line-height: 1.2\n    }\n\n    .display-2 {\n        font-size: 5.5rem;\n        font-weight: 300;\n        line-height: 1.2\n    }\n\n    .display-3 {\n        font-size: 4.5rem;\n        font-weight: 300;\n        line-height: 1.2\n    }\n\n    .display-4 {\n        font-size: 3.5rem;\n        font-weight: 300;\n        line-height: 1.2\n    }\n\n    hr {\n        margin-top: 1rem;\n        margin-bottom: 1rem;\n        border: 0;\n        border-top: 1px solid rgba(0, 0, 0, .1)\n    }\n\n    small,\n    .small {\n        font-size: 80%;\n        font-weight: 400\n    }\n\n    mark,\n    .mark {\n        padding: .2em;\n        background-color: #fcf8e3\n    }\n\n    .list-unstyled {\n        padding-left: 0;\n        list-style: none\n    }\n\n    .list-inline {\n        padding-left: 0;\n        list-style: none\n    }\n\n    .list-inline-item {\n        display: inline-block\n    }\n\n    .list-inline-item:not(:last-child) {\n        margin-right: .5rem\n    }\n\n    .initialism {\n        font-size: 90%;\n        text-transform: uppercase\n    }\n\n    .blockquote {\n        margin-bottom: 1rem;\n        font-size: 1.25rem\n    }\n\n    .blockquote-footer {\n        display: block;\n        font-size: 80%;\n        color: #6c757d\n    }\n\n    .blockquote-footer::before {\n        content: \"\\2014\\00A0\"\n    }\n\n    .img-fluid {\n        max-width: 100%;\n        height: auto\n    }\n\n    .img-thumbnail {\n        padding: .25rem;\n        background-color: #fff;\n        border: 1px solid #dee2e6;\n        border-radius: .25rem;\n        max-width: 100%;\n        height: auto\n    }\n\n    .figure {\n        display: inline-block\n    }\n\n    .figure-img {\n        margin-bottom: .5rem;\n        line-height: 1\n    }\n\n    .figure-caption {\n        font-size: 90%;\n        color: #6c757d\n    }\n\n    code {\n        font-size: 87.5%;\n        color: #e83e8c;\n        word-wrap: break-word\n    }\n\n    a\u003ecode {\n        color: inherit\n    }\n\n    kbd {\n        padding: .2rem .4rem;\n        font-size: 87.5%;\n        color: #fff;\n        background-color: #212529;\n        border-radius: .2rem\n    }\n\n    kbd kbd {\n        padding: 0;\n        font-size: 100%;\n        font-weight: 700\n    }\n\n    pre {\n        display: block;\n        font-size: 87.5%;\n        color: #212529\n    }\n\n    pre code {\n        font-size: inherit;\n        color: inherit;\n        word-break: normal\n    }\n\n    .pre-scrollable {\n        max-height: 340px;\n        overflow-y: scroll\n    }\n\n    .container {\n        width: 100%;\n        padding-right: 15px;\n        padding-left: 15px;\n        margin-right: auto;\n        margin-left: auto\n    }\n\n    @media(min-width:576px) {\n        .container {\n            max-width: 540px\n        }\n    }\n\n    @media(min-width:768px) {\n        .container {\n            max-width: 720px\n        }\n    }\n\n    @media(min-width:992px) {\n        .container {\n            max-width: 960px\n        }\n    }\n\n    @media(min-width:1200px) {\n        .container {\n            max-width: 1140px\n        }\n    }\n\n    .container-fluid,\n    .container-xl,\n    .container-lg,\n    .container-md,\n    .container-sm {\n        width: 100%;\n        padding-right: 15px;\n        padding-left: 15px;\n        margin-right: auto;\n        margin-left: auto\n    }\n\n    @media(min-width:576px) {\n\n        .container-sm,\n        .container {\n            max-width: 540px\n        }\n    }\n\n    @media(min-width:768px) {\n\n        .container-md,\n        .container-sm,\n        .container {\n            max-width: 720px\n        }\n    }\n\n    @media(min-width:992px) {\n\n        .container-lg,\n        .container-md,\n        .container-sm,\n        .container {\n            max-width: 960px\n        }\n    }\n\n    @media(min-width:1200px) {\n\n        .container-xl,\n        .container-lg,\n        .container-md,\n        .container-sm,\n        .container {\n            max-width: 1140px\n        }\n    }\n\n    .row {\n        display: flex;\n        flex-wrap: wrap;\n        margin-right: -15px;\n        margin-left: -15px\n    }\n\n    .no-gutters {\n        margin-right: 0;\n        margin-left: 0\n    }\n\n    .no-gutters\u003e.col,\n    .no-gutters\u003e[class*=col-] {\n        padding-right: 0;\n        padding-left: 0\n    }\n\n    .col-xl,\n    .col-xl-auto,\n    .col-xl-12,\n    .col-xl-11,\n    .col-xl-10,\n    .col-xl-9,\n    .col-xl-8,\n    .col-xl-7,\n    .col-xl-6,\n    .col-xl-5,\n    .col-xl-4,\n    .col-xl-3,\n    .col-xl-2,\n    .col-xl-1,\n    .col-lg,\n    .col-lg-auto,\n    .col-lg-12,\n    .col-lg-11,\n    .col-lg-10,\n    .col-lg-9,\n    .col-lg-8,\n    .col-lg-7,\n    .col-lg-6,\n    .col-lg-5,\n    .col-lg-4,\n    .col-lg-3,\n    .col-lg-2,\n    .col-lg-1,\n    .col-md,\n    .col-md-auto,\n    .col-md-12,\n    .col-md-11,\n    .col-md-10,\n    .col-md-9,\n    .col-md-8,\n    .col-md-7,\n    .col-md-6,\n    .col-md-5,\n    .col-md-4,\n    .col-md-3,\n    .col-md-2,\n    .col-md-1,\n    .col-sm,\n    .col-sm-auto,\n    .col-sm-12,\n    .col-sm-11,\n    .col-sm-10,\n    .col-sm-9,\n    .col-sm-8,\n    .col-sm-7,\n    .col-sm-6,\n    .col-sm-5,\n    .col-sm-4,\n    .col-sm-3,\n    .col-sm-2,\n    .col-sm-1,\n    .col,\n    .col-auto,\n    .col-12,\n    .col-11,\n    .col-10,\n    .col-9,\n    .col-8,\n    .col-7,\n    .col-6,\n    .col-5,\n    .col-4,\n    .col-3,\n    .col-2,\n    .col-1 {\n        position: relative;\n        width: 100%;\n        padding-right: 15px;\n        padding-left: 15px\n    }\n\n    .col {\n        flex-basis: 0;\n        flex-grow: 1;\n        min-width: 0;\n        max-width: 100%\n    }\n\n    .row-cols-1\u003e* {\n        flex: 0 0 100%;\n        max-width: 100%\n    }\n\n    .row-cols-2\u003e* {\n        flex: 0 0 50%;\n        max-width: 50%\n    }\n\n    .row-cols-3\u003e* {\n        flex: 0 0 33.33333333%;\n        max-width: 33.33333333%\n    }\n\n    .row-cols-4\u003e* {\n        flex: 0 0 25%;\n        max-width: 25%\n    }\n\n    .row-cols-5\u003e* {\n        flex: 0 0 20%;\n        max-width: 20%\n    }\n\n    .row-cols-6\u003e* {\n        flex: 0 0 16.66666667%;\n        max-width: 16.66666667%\n    }\n\n    .col-auto {\n        flex: none;\n        width: auto;\n        max-width: 100%\n    }\n\n    .col-1 {\n        flex: 0 0 8.33333333%;\n        max-width: 8.33333333%\n    }\n\n    .col-2 {\n        flex: 0 0 16.66666667%;\n        max-width: 16.66666667%\n    }\n\n    .col-3 {\n        flex: 0 0 25%;\n        max-width: 25%\n    }\n\n    .col-4 {\n        flex: 0 0 33.33333333%;\n        max-width: 33.33333333%\n    }\n\n    .col-5 {\n        flex: 0 0 41.66666667%;\n        max-width: 41.66666667%\n    }\n\n    .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%\n    }\n\n    .col-7 {\n        flex: 0 0 58.33333333%;\n        max-width: 58.33333333%\n    }\n\n    .col-8 {\n        flex: 0 0 66.66666667%;\n        max-width: 66.66666667%\n    }\n\n    .col-9 {\n        flex: 0 0 75%;\n        max-width: 75%\n    }\n\n    .col-10 {\n        flex: 0 0 83.33333333%;\n        max-width: 83.33333333%\n    }\n\n    .col-11 {\n        flex: 0 0 91.66666667%;\n        max-width: 91.66666667%\n    }\n\n    .col-12 {\n        flex: 0 0 100%;\n        max-width: 100%\n    }\n\n    .order-first {\n        order: -1\n    }\n\n    .order-last {\n        order: 13\n    }\n\n    .order-0 {\n        order: 0\n    }\n\n    .order-1 {\n        order: 1\n    }\n\n    .order-2 {\n        order: 2\n    }\n\n    .order-3 {\n        order: 3\n    }\n\n    .order-4 {\n        order: 4\n    }\n\n    .order-5 {\n        order: 5\n    }\n\n    .order-6 {\n        order: 6\n    }\n\n    .order-7 {\n        order: 7\n    }\n\n    .order-8 {\n        order: 8\n    }\n\n    .order-9 {\n        order: 9\n    }\n\n    .order-10 {\n        order: 10\n    }\n\n    .order-11 {\n        order: 11\n    }\n\n    .order-12 {\n        order: 12\n    }\n\n    .offset-1 {\n        margin-left: 8.33333333%\n    }\n\n    .offset-2 {\n        margin-left: 16.66666667%\n    }\n\n    .offset-3 {\n        margin-left: 25%\n    }\n\n    .offset-4 {\n        margin-left: 33.33333333%\n    }\n\n    .offset-5 {\n        margin-left: 41.66666667%\n    }\n\n    .offset-6 {\n        margin-left: 50%\n    }\n\n    .offset-7 {\n        margin-left: 58.33333333%\n    }\n\n    .offset-8 {\n        margin-left: 66.66666667%\n    }\n\n    .offset-9 {\n        margin-left: 75%\n    }\n\n    .offset-10 {\n        margin-left: 83.33333333%\n    }\n\n    .offset-11 {\n        margin-left: 91.66666667%\n    }\n\n    @media(min-width:576px) {\n        .col-sm {\n            flex-basis: 0;\n            flex-grow: 1;\n            min-width: 0;\n            max-width: 100%\n        }\n\n        .row-cols-sm-1\u003e* {\n            flex: 0 0 100%;\n            max-width: 100%\n        }\n\n        .row-cols-sm-2\u003e* {\n            flex: 0 0 50%;\n            max-width: 50%\n        }\n\n        .row-cols-sm-3\u003e* {\n            flex: 0 0 33.33333333%;\n            max-width: 33.33333333%\n        }\n\n        .row-cols-sm-4\u003e* {\n            flex: 0 0 25%;\n            max-width: 25%\n        }\n\n        .row-cols-sm-5\u003e* {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n\n        .row-cols-sm-6\u003e* {\n            flex: 0 0 16.66666667%;\n            max-width: 16.66666667%\n        }\n\n        .col-sm-auto {\n            flex: none;\n            width: auto;\n            max-width: 100%\n        }\n\n        .col-sm-1 {\n            flex: 0 0 8.33333333%;\n            max-width: 8.33333333%\n        }\n\n        .col-sm-2 {\n            flex: 0 0 16.66666667%;\n            max-width: 16.66666667%\n        }\n\n        .col-sm-3 {\n            flex: 0 0 25%;\n            max-width: 25%\n        }\n\n        .col-sm-4 {\n            flex: 0 0 33.33333333%;\n            max-width: 33.33333333%\n        }\n\n        .col-sm-5 {\n            flex: 0 0 41.66666667%;\n            max-width: 41.66666667%\n        }\n\n        .col-sm-6 {\n            flex: 0 0 50%;\n            max-width: 50%\n        }\n\n        .col-sm-7 {\n            flex: 0 0 58.33333333%;\n            max-width: 58.33333333%\n        }\n\n        .col-sm-8 {\n            flex: 0 0 66.66666667%;\n            max-width: 66.66666667%\n        }\n\n        .col-sm-9 {\n            flex: 0 0 75%;\n            max-width: 75%\n        }\n\n        .col-sm-10 {\n            flex: 0 0 83.33333333%;\n            max-width: 83.33333333%\n        }\n\n        .col-sm-11 {\n            flex: 0 0 91.66666667%;\n            max-width: 91.66666667%\n        }\n\n        .col-sm-12 {\n            flex: 0 0 100%;\n            max-width: 100%\n        }\n\n        .order-sm-first {\n            order: -1\n        }\n\n        .order-sm-last {\n            order: 13\n        }\n\n        .order-sm-0 {\n            order: 0\n        }\n\n        .order-sm-1 {\n            order: 1\n        }\n\n        .order-sm-2 {\n            order: 2\n        }\n\n        .order-sm-3 {\n            order: 3\n        }\n\n        .order-sm-4 {\n            order: 4\n        }\n\n        .order-sm-5 {\n            order: 5\n        }\n\n        .order-sm-6 {\n            order: 6\n        }\n\n        .order-sm-7 {\n            order: 7\n        }\n\n        .order-sm-8 {\n            order: 8\n        }\n\n        .order-sm-9 {\n            order: 9\n        }\n\n        .order-sm-10 {\n            order: 10\n        }\n\n        .order-sm-11 {\n            order: 11\n        }\n\n        .order-sm-12 {\n            order: 12\n        }\n\n        .offset-sm-0 {\n            margin-left: 0\n        }\n\n        .offset-sm-1 {\n            margin-left: 8.33333333%\n        }\n\n        .offset-sm-2 {\n            margin-left: 16.66666667%\n        }\n\n        .offset-sm-3 {\n            margin-left: 25%\n        }\n\n        .offset-sm-4 {\n            margin-left: 33.33333333%\n        }\n\n        .offset-sm-5 {\n            margin-left: 41.66666667%\n        }\n\n        .offset-sm-6 {\n            margin-left: 50%\n        }\n\n        .offset-sm-7 {\n            margin-left: 58.33333333%\n        }\n\n        .offset-sm-8 {\n            margin-left: 66.66666667%\n        }\n\n        .offset-sm-9 {\n            margin-left: 75%\n        }\n\n        .offset-sm-10 {\n            margin-left: 83.33333333%\n        }\n\n        .offset-sm-11 {\n            margin-left: 91.66666667%\n        }\n    }\n\n    @media(min-width:768px) {\n        .col-md {\n            flex-basis: 0;\n            flex-grow: 1;\n            min-width: 0;\n            max-width: 100%\n        }\n\n        .row-cols-md-1\u003e* {\n            flex: 0 0 100%;\n            max-width: 100%\n        }\n\n        .row-cols-md-2\u003e* {\n            flex: 0 0 50%;\n            max-width: 50%\n        }\n\n        .row-cols-md-3\u003e* {\n            flex: 0 0 33.33333333%;\n            max-width: 33.33333333%\n        }\n\n        .row-cols-md-4\u003e* {\n            flex: 0 0 25%;\n            max-width: 25%\n        }\n\n        .row-cols-md-5\u003e* {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n\n        .row-cols-md-6\u003e* {\n            flex: 0 0 16.66666667%;\n            max-width: 16.66666667%\n        }\n\n        .col-md-auto {\n            flex: none;\n            width: auto;\n            max-width: 100%\n        }\n\n        .col-md-1 {\n            flex: 0 0 8.33333333%;\n            max-width: 8.33333333%\n        }\n\n        .col-md-2 {\n            flex: 0 0 16.66666667%;\n            max-width: 16.66666667%\n        }\n\n        .col-md-3 {\n            flex: 0 0 25%;\n            max-width: 25%\n        }\n\n        .col-md-4 {\n            flex: 0 0 33.33333333%;\n            max-width: 33.33333333%\n        }\n\n        .col-md-5 {\n            flex: 0 0 41.66666667%;\n            max-width: 41.66666667%\n        }\n\n        .col-md-6 {\n            flex: 0 0 50%;\n            max-width: 50%\n        }\n\n        .col-md-7 {\n            flex: 0 0 58.33333333%;\n            max-width: 58.33333333%\n        }\n\n        .col-md-8 {\n            flex: 0 0 66.66666667%;\n            max-width: 66.66666667%\n        }\n\n        .col-md-9 {\n            flex: 0 0 75%;\n            max-width: 75%\n        }\n\n        .col-md-10 {\n            flex: 0 0 83.33333333%;\n            max-width: 83.33333333%\n        }\n\n        .col-md-11 {\n            flex: 0 0 91.66666667%;\n            max-width: 91.66666667%\n        }\n\n        .col-md-12 {\n            flex: 0 0 100%;\n            max-width: 100%\n        }\n\n        .order-md-first {\n            order: -1\n        }\n\n        .order-md-last {\n            order: 13\n        }\n\n        .order-md-0 {\n            order: 0\n        }\n\n        .order-md-1 {\n            order: 1\n        }\n\n        .order-md-2 {\n            order: 2\n        }\n\n        .order-md-3 {\n            order: 3\n        }\n\n        .order-md-4 {\n            order: 4\n        }\n\n        .order-md-5 {\n            order: 5\n        }\n\n        .order-md-6 {\n            order: 6\n        }\n\n        .order-md-7 {\n            order: 7\n        }\n\n        .order-md-8 {\n            order: 8\n        }\n\n        .order-md-9 {\n            order: 9\n        }\n\n        .order-md-10 {\n            order: 10\n        }\n\n        .order-md-11 {\n            order: 11\n        }\n\n        .order-md-12 {\n            order: 12\n        }\n\n        .offset-md-0 {\n            margin-left: 0\n        }\n\n        .offset-md-1 {\n            margin-left: 8.33333333%\n        }\n\n        .offset-md-2 {\n            margin-left: 16.66666667%\n        }\n\n        .offset-md-3 {\n            margin-left: 25%\n        }\n\n        .offset-md-4 {\n            margin-left: 33.33333333%\n        }\n\n        .offset-md-5 {\n            margin-left: 41.66666667%\n        }\n\n        .offset-md-6 {\n            margin-left: 50%\n        }\n\n        .offset-md-7 {\n            margin-left: 58.33333333%\n        }\n\n        .offset-md-8 {\n            margin-left: 66.66666667%\n        }\n\n        .offset-md-9 {\n            margin-left: 75%\n        }\n\n        .offset-md-10 {\n            margin-left: 83.33333333%\n        }\n\n        .offset-md-11 {\n            margin-left: 91.66666667%\n        }\n    }\n\n    @media(min-width:992px) {\n        .col-lg {\n            flex-basis: 0;\n            flex-grow: 1;\n            min-width: 0;\n            max-width: 100%\n        }\n\n        .row-cols-lg-1\u003e* {\n            flex: 0 0 100%;\n            max-width: 100%\n        }\n\n        .row-cols-lg-2\u003e* {\n            flex: 0 0 50%;\n            max-width: 50%\n        }\n\n        .row-cols-lg-3\u003e* {\n            flex: 0 0 33.33333333%;\n            max-width: 33.33333333%\n        }\n\n        .row-cols-lg-4\u003e* {\n            flex: 0 0 25%;\n            max-width: 25%\n        }\n\n        .row-cols-lg-5\u003e* {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n\n        .row-cols-lg-6\u003e* {\n            flex: 0 0 16.66666667%;\n            max-width: 16.66666667%\n        }\n\n        .col-lg-auto {\n            flex: none;\n            width: auto;\n            max-width: 100%\n        }\n\n        .col-lg-1 {\n            flex: 0 0 8.33333333%;\n            max-width: 8.33333333%\n        }\n\n        .col-lg-2 {\n            flex: 0 0 16.66666667%;\n            max-width: 16.66666667%\n        }\n\n        .col-lg-3 {\n            flex: 0 0 25%;\n            max-width: 25%\n        }\n\n        .col-lg-4 {\n            flex: 0 0 33.33333333%;\n            max-width: 33.33333333%\n        }\n\n        .col-lg-5 {\n            flex: 0 0 41.66666667%;\n            max-width: 41.66666667%\n        }\n\n        .col-lg-6 {\n            flex: 0 0 50%;\n            max-width: 50%\n        }\n\n        .col-lg-7 {\n            flex: 0 0 58.33333333%;\n            max-width: 58.33333333%\n        }\n\n        .col-lg-8 {\n            flex: 0 0 66.66666667%;\n            max-width: 66.66666667%\n        }\n\n        .col-lg-9 {\n            flex: 0 0 75%;\n            max-width: 75%\n        }\n\n        .col-lg-10 {\n            flex: 0 0 83.33333333%;\n            max-width: 83.33333333%\n        }\n\n        .col-lg-11 {\n            flex: 0 0 91.66666667%;\n            max-width: 91.66666667%\n        }\n\n        .col-lg-12 {\n            flex: 0 0 100%;\n            max-width: 100%\n        }\n\n        .order-lg-first {\n            order: -1\n        }\n\n        .order-lg-last {\n            order: 13\n        }\n\n        .order-lg-0 {\n            order: 0\n        }\n\n        .order-lg-1 {\n            order: 1\n        }\n\n        .order-lg-2 {\n            order: 2\n        }\n\n        .order-lg-3 {\n            order: 3\n        }\n\n        .order-lg-4 {\n            order: 4\n        }\n\n        .order-lg-5 {\n            order: 5\n        }\n\n        .order-lg-6 {\n            order: 6\n        }\n\n        .order-lg-7 {\n            order: 7\n        }\n\n        .order-lg-8 {\n            order: 8\n        }\n\n        .order-lg-9 {\n            order: 9\n        }\n\n        .order-lg-10 {\n            order: 10\n        }\n\n        .order-lg-11 {\n            order: 11\n        }\n\n        .order-lg-12 {\n            order: 12\n        }\n\n        .offset-lg-0 {\n            margin-left: 0\n        }\n\n        .offset-lg-1 {\n            margin-left: 8.33333333%\n        }\n\n        .offset-lg-2 {\n            margin-left: 16.66666667%\n        }\n\n        .offset-lg-3 {\n            margin-left: 25%\n        }\n\n        .offset-lg-4 {\n            margin-left: 33.33333333%\n        }\n\n        .offset-lg-5 {\n            margin-left: 41.66666667%\n        }\n\n        .offset-lg-6 {\n            margin-left: 50%\n        }\n\n        .offset-lg-7 {\n            margin-left: 58.33333333%\n        }\n\n        .offset-lg-8 {\n            margin-left: 66.66666667%\n        }\n\n        .offset-lg-9 {\n            margin-left: 75%\n        }\n\n        .offset-lg-10 {\n            margin-left: 83.33333333%\n        }\n\n        .offset-lg-11 {\n            margin-left: 91.66666667%\n        }\n    }\n\n    @media(min-width:1200px) {\n        .col-xl {\n            flex-basis: 0;\n            flex-grow: 1;\n            min-width: 0;\n            max-width: 100%\n        }\n\n        .row-cols-xl-1\u003e* {\n            flex: 0 0 100%;\n            max-width: 100%\n        }\n\n        .row-cols-xl-2\u003e* {\n            flex: 0 0 50%;\n            max-width: 50%\n        }\n\n        .row-cols-xl-3\u003e* {\n            flex: 0 0 33.33333333%;\n            max-width: 33.33333333%\n        }\n\n        .row-cols-xl-4\u003e* {\n            flex: 0 0 25%;\n            max-width: 25%\n        }\n\n        .row-cols-xl-5\u003e* {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n\n        .row-cols-xl-6\u003e* {\n            flex: 0 0 16.66666667%;\n            max-width: 16.66666667%\n        }\n\n        .col-xl-auto {\n            flex: none;\n            width: auto;\n            max-width: 100%\n        }\n\n        .col-xl-1 {\n            flex: 0 0 8.33333333%;\n            max-width: 8.33333333%\n        }\n\n        .col-xl-2 {\n            flex: 0 0 16.66666667%;\n            max-width: 16.66666667%\n        }\n\n        .col-xl-3 {\n            flex: 0 0 25%;\n            max-width: 25%\n        }\n\n        .col-xl-4 {\n            flex: 0 0 33.33333333%;\n            max-width: 33.33333333%\n        }\n\n        .col-xl-5 {\n            flex: 0 0 41.66666667%;\n            max-width: 41.66666667%\n        }\n\n        .col-xl-6 {\n            flex: 0 0 50%;\n            max-width: 50%\n        }\n\n        .col-xl-7 {\n            flex: 0 0 58.33333333%;\n            max-width: 58.33333333%\n        }\n\n        .col-xl-8 {\n            flex: 0 0 66.66666667%;\n            max-width: 66.66666667%\n        }\n\n        .col-xl-9 {\n            flex: 0 0 75%;\n            max-width: 75%\n        }\n\n        .col-xl-10 {\n            flex: 0 0 83.33333333%;\n            max-width: 83.33333333%\n        }\n\n        .col-xl-11 {\n            flex: 0 0 91.66666667%;\n            max-width: 91.66666667%\n        }\n\n        .col-xl-12 {\n            flex: 0 0 100%;\n            max-width: 100%\n        }\n\n        .order-xl-first {\n            order: -1\n        }\n\n        .order-xl-last {\n            order: 13\n        }\n\n        .order-xl-0 {\n            order: 0\n        }\n\n        .order-xl-1 {\n            order: 1\n        }\n\n        .order-xl-2 {\n            order: 2\n        }\n\n        .order-xl-3 {\n            order: 3\n        }\n\n        .order-xl-4 {\n            order: 4\n        }\n\n        .order-xl-5 {\n            order: 5\n        }\n\n        .order-xl-6 {\n            order: 6\n        }\n\n        .order-xl-7 {\n            order: 7\n        }\n\n        .order-xl-8 {\n            order: 8\n        }\n\n        .order-xl-9 {\n            order: 9\n        }\n\n        .order-xl-10 {\n            order: 10\n        }\n\n        .order-xl-11 {\n            order: 11\n        }\n\n        .order-xl-12 {\n            order: 12\n        }\n\n        .offset-xl-0 {\n            margin-left: 0\n        }\n\n        .offset-xl-1 {\n            margin-left: 8.33333333%\n        }\n\n        .offset-xl-2 {\n            margin-left: 16.66666667%\n        }\n\n        .offset-xl-3 {\n            margin-left: 25%\n        }\n\n        .offset-xl-4 {\n            margin-left: 33.33333333%\n        }\n\n        .offset-xl-5 {\n            margin-left: 41.66666667%\n        }\n\n        .offset-xl-6 {\n            margin-left: 50%\n        }\n\n        .offset-xl-7 {\n            margin-left: 58.33333333%\n        }\n\n        .offset-xl-8 {\n            margin-left: 66.66666667%\n        }\n\n        .offset-xl-9 {\n            margin-left: 75%\n        }\n\n        .offset-xl-10 {\n            margin-left: 83.33333333%\n        }\n\n        .offset-xl-11 {\n            margin-left: 91.66666667%\n        }\n    }\n\n    .table {\n        width: 100%;\n        margin-bottom: 1rem;\n        color: #323436\n    }\n\n    .table th,\n    .table td {\n        padding: .75rem;\n        vertical-align: top;\n        border-top: 1px solid #dee2e6\n    }\n\n    .table thead th {\n        vertical-align: bottom;\n        border-bottom: 2px solid #dee2e6\n    }\n\n    .table tbody+tbody {\n        border-top: 2px solid #dee2e6\n    }\n\n    .table-sm th,\n    .table-sm td {\n        padding: .3rem\n    }\n\n    .table-bordered {\n        border: 1px solid #dee2e6\n    }\n\n    .table-bordered th,\n    .table-bordered td {\n        border: 1px solid #dee2e6\n    }\n\n    .table-bordered thead th,\n    .table-bordered thead td {\n        border-bottom-width: 2px\n    }\n\n    .table-borderless th,\n    .table-borderless td,\n    .table-borderless thead th,\n    .table-borderless tbody+tbody {\n        border: 0\n    }\n\n    .table-striped tbody tr:nth-of-type(odd) {\n        background-color: rgba(0, 0, 0, 5%)\n    }\n\n    .table-hover tbody tr:hover {\n        color: #323436;\n        background-color: rgba(0, 0, 0, .075)\n    }\n\n    .table-primary,\n    .table-primary\u003eth,\n    .table-primary\u003etd {\n        background-color: #bfece3\n    }\n\n    .table-primary th,\n    .table-primary td,\n    .table-primary thead th,\n    .table-primary tbody+tbody {\n        border-color: #88dccc\n    }\n\n    .table-hover .table-primary:hover {\n        background-color: #abe6da\n    }\n\n    .table-hover .table-primary:hover\u003etd,\n    .table-hover .table-primary:hover\u003eth {\n        background-color: #abe6da\n    }\n\n    .table-secondary,\n    .table-secondary\u003eth,\n    .table-secondary\u003etd {\n        background-color: #ccc\n    }\n\n    .table-secondary th,\n    .table-secondary td,\n    .table-secondary thead th,\n    .table-secondary tbody+tbody {\n        border-color: #a0a0a0\n    }\n\n    .table-hover .table-secondary:hover {\n        background-color: #bfbfbf\n    }\n\n    .table-hover .table-secondary:hover\u003etd,\n    .table-hover .table-secondary:hover\u003eth {\n        background-color: #bfbfbf\n    }\n\n    .table-success,\n    .table-success\u003eth,\n    .table-success\u003etd {\n        background-color: #bfece3\n    }\n\n    .table-success th,\n    .table-success td,\n    .table-success thead th,\n    .table-success tbody+tbody {\n        border-color: #88dccc\n    }\n\n    .table-hover .table-success:hover {\n        background-color: #abe6da\n    }\n\n    .table-hover .table-success:hover\u003etd,\n    .table-hover .table-success:hover\u003eth {\n        background-color: #abe6da\n    }\n\n    .table-info,\n    .table-info\u003eth,\n    .table-info\u003etd {\n        background-color: #bee5eb\n    }\n\n    .table-info th,\n    .table-info td,\n    .table-info thead th,\n    .table-info tbody+tbody {\n        border-color: #86cfda\n    }\n\n    .table-hover .table-info:hover {\n        background-color: #abdde5\n    }\n\n    .table-hover .table-info:hover\u003etd,\n    .table-hover .table-info:hover\u003eth {\n        background-color: #abdde5\n    }\n\n    .table-warning,\n    .table-warning\u003eth,\n    .table-warning\u003etd {\n        background-color: #ffeeba\n    }\n\n    .table-warning th,\n    .table-warning td,\n    .table-warning thead th,\n    .table-warning tbody+tbody {\n        border-color: #ffdf7e\n    }\n\n    .table-hover .table-warning:hover {\n        background-color: #ffe8a1\n    }\n\n    .table-hover .table-warning:hover\u003etd,\n    .table-hover .table-warning:hover\u003eth {\n        background-color: #ffe8a1\n    }\n\n    .table-danger,\n    .table-danger\u003eth,\n    .table-danger\u003etd {\n        background-color: #f5c6cb\n    }\n\n    .table-danger th,\n    .table-danger td,\n    .table-danger thead th,\n    .table-danger tbody+tbody {\n        border-color: #ed969e\n    }\n\n    .table-hover .table-danger:hover {\n        background-color: #f1b0b7\n    }\n\n    .table-hover .table-danger:hover\u003etd,\n    .table-hover .table-danger:hover\u003eth {\n        background-color: #f1b0b7\n    }\n\n    .table-light,\n    .table-light\u003eth,\n    .table-light\u003etd {\n        background-color: #fdfdfd\n    }\n\n    .table-light th,\n    .table-light td,\n    .table-light thead th,\n    .table-light tbody+tbody {\n        border-color: #fbfbfb\n    }\n\n    .table-hover .table-light:hover {\n        background-color: #f0f0f0\n    }\n\n    .table-hover .table-light:hover\u003etd,\n    .table-hover .table-light:hover\u003eth {\n        background-color: #f0f0f0\n    }\n\n    .table-dark,\n    .table-dark\u003eth,\n    .table-dark\u003etd {\n        background-color: #c1c1c1\n    }\n\n    .table-dark th,\n    .table-dark td,\n    .table-dark thead th,\n    .table-dark tbody+tbody {\n        border-color: #8c8c8c\n    }\n\n    .table-hover .table-dark:hover {\n        background-color: #b4b4b4\n    }\n\n    .table-hover .table-dark:hover\u003etd,\n    .table-hover .table-dark:hover\u003eth {\n        background-color: #b4b4b4\n    }\n\n    .table-active,\n    .table-active\u003eth,\n    .table-active\u003etd {\n        background-color: rgba(0, 0, 0, .075)\n    }\n\n    .table-hover .table-active:hover {\n        background-color: rgba(0, 0, 0, .075)\n    }\n\n    .table-hover .table-active:hover\u003etd,\n    .table-hover .table-active:hover\u003eth {\n        background-color: rgba(0, 0, 0, .075)\n    }\n\n    .table .thead-dark th {\n        color: #fff;\n        background-color: #343a40;\n        border-color: #454d55\n    }\n\n    .table .thead-light th {\n        color: #495057;\n        background-color: #e9ecef;\n        border-color: #dee2e6\n    }\n\n    .table-dark {\n        color: #fff;\n        background-color: #343a40\n    }\n\n    .table-dark th,\n    .table-dark td,\n    .table-dark thead th {\n        border-color: #454d55\n    }\n\n    .table-dark.table-bordered {\n        border: 0\n    }\n\n    .table-dark.table-striped tbody tr:nth-of-type(odd) {\n        background-color: rgba(255, 255, 255, 5%)\n    }\n\n    .table-dark.table-hover tbody tr:hover {\n        color: #fff;\n        background-color: rgba(255, 255, 255, .075)\n    }\n\n    @media(max-width:575.98px) {\n        .table-responsive-sm {\n            display: block;\n            width: 100%;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch\n        }\n\n        .table-responsive-sm\u003e.table-bordered {\n            border: 0\n        }\n    }\n\n    @media(max-width:767.98px) {\n        .table-responsive-md {\n            display: block;\n            width: 100%;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch\n        }\n\n        .table-responsive-md\u003e.table-bordered {\n            border: 0\n        }\n    }\n\n    @media(max-width:991.98px) {\n        .table-responsive-lg {\n            display: block;\n            width: 100%;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch\n        }\n\n        .table-responsive-lg\u003e.table-bordered {\n            border: 0\n        }\n    }\n\n    @media(max-width:1199.98px) {\n        .table-responsive-xl {\n            display: block;\n            width: 100%;\n            overflow-x: auto;\n            -webkit-overflow-scrolling: touch\n        }\n\n        .table-responsive-xl\u003e.table-bordered {\n            border: 0\n        }\n    }\n\n    .table-responsive {\n        display: block;\n        width: 100%;\n        overflow-x: auto;\n        -webkit-overflow-scrolling: touch\n    }\n\n    .table-responsive\u003e.table-bordered {\n        border: 0\n    }\n\n    .btn {\n        display: inline-block;\n        font-weight: 400;\n        color: #323436;\n        text-align: center;\n        vertical-align: middle;\n        user-select: none;\n        background-color: transparent;\n        border: 1px solid transparent;\n        padding: .375rem .75rem;\n        font-size: 1rem;\n        line-height: 1.5;\n        border-radius: .25rem;\n        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .btn {\n            transition: none\n        }\n    }\n\n    .btn:hover {\n        color: #323436;\n        text-decoration: none\n    }\n\n    .btn:focus,\n    .btn.focus {\n        outline: 0;\n        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25)\n    }\n\n    .btn.disabled,\n    .btn:disabled {\n        opacity: .65\n    }\n\n    .btn:not(:disabled):not(.disabled) {\n        cursor: pointer\n    }\n\n    a.btn.disabled,\n    fieldset:disabled a.btn {\n        pointer-events: none\n    }\n\n    .btn-primary {\n        color: #fff;\n        background-color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-primary:hover {\n        color: #fff;\n        background-color: #159a80;\n        border-color: #148f77\n    }\n\n    .btn-primary:focus,\n    .btn-primary.focus {\n        color: #fff;\n        background-color: #159a80;\n        border-color: #148f77;\n        box-shadow: 0 0 0 .2rem rgba(60, 198, 171, .5)\n    }\n\n    .btn-primary.disabled,\n    .btn-primary:disabled {\n        color: #fff;\n        background-color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-primary:not(:disabled):not(.disabled):active,\n    .btn-primary:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-primary.dropdown-toggle {\n        color: #fff;\n        background-color: #148f77;\n        border-color: #12846e\n    }\n\n    .btn-primary:not(:disabled):not(.disabled):active:focus,\n    .btn-primary:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-primary.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(60, 198, 171, .5)\n    }\n\n    .btn-secondary {\n        color: #fff;\n        background-color: #484848;\n        border-color: #484848\n    }\n\n    .btn-secondary:hover {\n        color: #fff;\n        background-color: #353535;\n        border-color: #2f2f2f\n    }\n\n    .btn-secondary:focus,\n    .btn-secondary.focus {\n        color: #fff;\n        background-color: #353535;\n        border-color: #2f2f2f;\n        box-shadow: 0 0 0 .2rem rgba(99, 99, 99, .5)\n    }\n\n    .btn-secondary.disabled,\n    .btn-secondary:disabled {\n        color: #fff;\n        background-color: #484848;\n        border-color: #484848\n    }\n\n    .btn-secondary:not(:disabled):not(.disabled):active,\n    .btn-secondary:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-secondary.dropdown-toggle {\n        color: #fff;\n        background-color: #2f2f2f;\n        border-color: #282828\n    }\n\n    .btn-secondary:not(:disabled):not(.disabled):active:focus,\n    .btn-secondary:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-secondary.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(99, 99, 99, .5)\n    }\n\n    .btn-success {\n        color: #fff;\n        background-color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-success:hover {\n        color: #fff;\n        background-color: #159a80;\n        border-color: #148f77\n    }\n\n    .btn-success:focus,\n    .btn-success.focus {\n        color: #fff;\n        background-color: #159a80;\n        border-color: #148f77;\n        box-shadow: 0 0 0 .2rem rgba(60, 198, 171, .5)\n    }\n\n    .btn-success.disabled,\n    .btn-success:disabled {\n        color: #fff;\n        background-color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-success:not(:disabled):not(.disabled):active,\n    .btn-success:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-success.dropdown-toggle {\n        color: #fff;\n        background-color: #148f77;\n        border-color: #12846e\n    }\n\n    .btn-success:not(:disabled):not(.disabled):active:focus,\n    .btn-success:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-success.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(60, 198, 171, .5)\n    }\n\n    .btn-info {\n        color: #fff;\n        background-color: #17a2b8;\n        border-color: #17a2b8\n    }\n\n    .btn-info:hover {\n        color: #fff;\n        background-color: #138496;\n        border-color: #117a8b\n    }\n\n    .btn-info:focus,\n    .btn-info.focus {\n        color: #fff;\n        background-color: #138496;\n        border-color: #117a8b;\n        box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)\n    }\n\n    .btn-info.disabled,\n    .btn-info:disabled {\n        color: #fff;\n        background-color: #17a2b8;\n        border-color: #17a2b8\n    }\n\n    .btn-info:not(:disabled):not(.disabled):active,\n    .btn-info:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-info.dropdown-toggle {\n        color: #fff;\n        background-color: #117a8b;\n        border-color: #10707f\n    }\n\n    .btn-info:not(:disabled):not(.disabled):active:focus,\n    .btn-info:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-info.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)\n    }\n\n    .btn-warning {\n        color: #212529;\n        background-color: #ffc107;\n        border-color: #ffc107\n    }\n\n    .btn-warning:hover {\n        color: #212529;\n        background-color: #e0a800;\n        border-color: #d39e00\n    }\n\n    .btn-warning:focus,\n    .btn-warning.focus {\n        color: #212529;\n        background-color: #e0a800;\n        border-color: #d39e00;\n        box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)\n    }\n\n    .btn-warning.disabled,\n    .btn-warning:disabled {\n        color: #212529;\n        background-color: #ffc107;\n        border-color: #ffc107\n    }\n\n    .btn-warning:not(:disabled):not(.disabled):active,\n    .btn-warning:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-warning.dropdown-toggle {\n        color: #212529;\n        background-color: #d39e00;\n        border-color: #c69500\n    }\n\n    .btn-warning:not(:disabled):not(.disabled):active:focus,\n    .btn-warning:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-warning.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)\n    }\n\n    .btn-danger {\n        color: #fff;\n        background-color: #dc3545;\n        border-color: #dc3545\n    }\n\n    .btn-danger:hover {\n        color: #fff;\n        background-color: #c82333;\n        border-color: #bd2130\n    }\n\n    .btn-danger:focus,\n    .btn-danger.focus {\n        color: #fff;\n        background-color: #c82333;\n        border-color: #bd2130;\n        box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)\n    }\n\n    .btn-danger.disabled,\n    .btn-danger:disabled {\n        color: #fff;\n        background-color: #dc3545;\n        border-color: #dc3545\n    }\n\n    .btn-danger:not(:disabled):not(.disabled):active,\n    .btn-danger:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-danger.dropdown-toggle {\n        color: #fff;\n        background-color: #bd2130;\n        border-color: #b21f2d\n    }\n\n    .btn-danger:not(:disabled):not(.disabled):active:focus,\n    .btn-danger:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-danger.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)\n    }\n\n    .btn-light {\n        color: #212529;\n        background-color: #f7f7f7;\n        border-color: #f7f7f7\n    }\n\n    .btn-light:hover {\n        color: #212529;\n        background-color: #e4e4e4;\n        border-color: #dedede\n    }\n\n    .btn-light:focus,\n    .btn-light.focus {\n        color: #212529;\n        background-color: #e4e4e4;\n        border-color: #dedede;\n        box-shadow: 0 0 0 .2rem rgba(215, 216, 216, .5)\n    }\n\n    .btn-light.disabled,\n    .btn-light:disabled {\n        color: #212529;\n        background-color: #f7f7f7;\n        border-color: #f7f7f7\n    }\n\n    .btn-light:not(:disabled):not(.disabled):active,\n    .btn-light:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-light.dropdown-toggle {\n        color: #212529;\n        background-color: #dedede;\n        border-color: #d7d7d7\n    }\n\n    .btn-light:not(:disabled):not(.disabled):active:focus,\n    .btn-light:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-light.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(215, 216, 216, .5)\n    }\n\n    .btn-dark {\n        color: #fff;\n        background-color: #222;\n        border-color: #222\n    }\n\n    .btn-dark:hover {\n        color: #fff;\n        background-color: #0f0f0f;\n        border-color: #090909\n    }\n\n    .btn-dark:focus,\n    .btn-dark.focus {\n        color: #fff;\n        background-color: #0f0f0f;\n        border-color: #090909;\n        box-shadow: 0 0 0 .2rem rgba(67, 67, 67, .5)\n    }\n\n    .btn-dark.disabled,\n    .btn-dark:disabled {\n        color: #fff;\n        background-color: #222;\n        border-color: #222\n    }\n\n    .btn-dark:not(:disabled):not(.disabled):active,\n    .btn-dark:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-dark.dropdown-toggle {\n        color: #fff;\n        background-color: #090909;\n        border-color: #020202\n    }\n\n    .btn-dark:not(:disabled):not(.disabled):active:focus,\n    .btn-dark:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-dark.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(67, 67, 67, .5)\n    }\n\n    .btn-outline-primary {\n        color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-outline-primary:hover {\n        color: #fff;\n        background-color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-outline-primary:focus,\n    .btn-outline-primary.focus {\n        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .5)\n    }\n\n    .btn-outline-primary.disabled,\n    .btn-outline-primary:disabled {\n        color: #1abc9c;\n        background-color: transparent\n    }\n\n    .btn-outline-primary:not(:disabled):not(.disabled):active,\n    .btn-outline-primary:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-outline-primary.dropdown-toggle {\n        color: #fff;\n        background-color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-outline-primary:not(:disabled):not(.disabled):active:focus,\n    .btn-outline-primary:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-outline-primary.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .5)\n    }\n\n    .btn-outline-secondary {\n        color: #484848;\n        border-color: #484848\n    }\n\n    .btn-outline-secondary:hover {\n        color: #fff;\n        background-color: #484848;\n        border-color: #484848\n    }\n\n    .btn-outline-secondary:focus,\n    .btn-outline-secondary.focus {\n        box-shadow: 0 0 0 .2rem rgba(72, 72, 72, .5)\n    }\n\n    .btn-outline-secondary.disabled,\n    .btn-outline-secondary:disabled {\n        color: #484848;\n        background-color: transparent\n    }\n\n    .btn-outline-secondary:not(:disabled):not(.disabled):active,\n    .btn-outline-secondary:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-outline-secondary.dropdown-toggle {\n        color: #fff;\n        background-color: #484848;\n        border-color: #484848\n    }\n\n    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,\n    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-outline-secondary.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(72, 72, 72, .5)\n    }\n\n    .btn-outline-success {\n        color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-outline-success:hover {\n        color: #fff;\n        background-color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-outline-success:focus,\n    .btn-outline-success.focus {\n        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .5)\n    }\n\n    .btn-outline-success.disabled,\n    .btn-outline-success:disabled {\n        color: #1abc9c;\n        background-color: transparent\n    }\n\n    .btn-outline-success:not(:disabled):not(.disabled):active,\n    .btn-outline-success:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-outline-success.dropdown-toggle {\n        color: #fff;\n        background-color: #1abc9c;\n        border-color: #1abc9c\n    }\n\n    .btn-outline-success:not(:disabled):not(.disabled):active:focus,\n    .btn-outline-success:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-outline-success.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .5)\n    }\n\n    .btn-outline-info {\n        color: #17a2b8;\n        border-color: #17a2b8\n    }\n\n    .btn-outline-info:hover {\n        color: #fff;\n        background-color: #17a2b8;\n        border-color: #17a2b8\n    }\n\n    .btn-outline-info:focus,\n    .btn-outline-info.focus {\n        box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)\n    }\n\n    .btn-outline-info.disabled,\n    .btn-outline-info:disabled {\n        color: #17a2b8;\n        background-color: transparent\n    }\n\n    .btn-outline-info:not(:disabled):not(.disabled):active,\n    .btn-outline-info:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-outline-info.dropdown-toggle {\n        color: #fff;\n        background-color: #17a2b8;\n        border-color: #17a2b8\n    }\n\n    .btn-outline-info:not(:disabled):not(.disabled):active:focus,\n    .btn-outline-info:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-outline-info.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)\n    }\n\n    .btn-outline-warning {\n        color: #ffc107;\n        border-color: #ffc107\n    }\n\n    .btn-outline-warning:hover {\n        color: #212529;\n        background-color: #ffc107;\n        border-color: #ffc107\n    }\n\n    .btn-outline-warning:focus,\n    .btn-outline-warning.focus {\n        box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)\n    }\n\n    .btn-outline-warning.disabled,\n    .btn-outline-warning:disabled {\n        color: #ffc107;\n        background-color: transparent\n    }\n\n    .btn-outline-warning:not(:disabled):not(.disabled):active,\n    .btn-outline-warning:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-outline-warning.dropdown-toggle {\n        color: #212529;\n        background-color: #ffc107;\n        border-color: #ffc107\n    }\n\n    .btn-outline-warning:not(:disabled):not(.disabled):active:focus,\n    .btn-outline-warning:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-outline-warning.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)\n    }\n\n    .btn-outline-danger {\n        color: #dc3545;\n        border-color: #dc3545\n    }\n\n    .btn-outline-danger:hover {\n        color: #fff;\n        background-color: #dc3545;\n        border-color: #dc3545\n    }\n\n    .btn-outline-danger:focus,\n    .btn-outline-danger.focus {\n        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)\n    }\n\n    .btn-outline-danger.disabled,\n    .btn-outline-danger:disabled {\n        color: #dc3545;\n        background-color: transparent\n    }\n\n    .btn-outline-danger:not(:disabled):not(.disabled):active,\n    .btn-outline-danger:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-outline-danger.dropdown-toggle {\n        color: #fff;\n        background-color: #dc3545;\n        border-color: #dc3545\n    }\n\n    .btn-outline-danger:not(:disabled):not(.disabled):active:focus,\n    .btn-outline-danger:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-outline-danger.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)\n    }\n\n    .btn-outline-light {\n        color: #f7f7f7;\n        border-color: #f7f7f7\n    }\n\n    .btn-outline-light:hover {\n        color: #212529;\n        background-color: #f7f7f7;\n        border-color: #f7f7f7\n    }\n\n    .btn-outline-light:focus,\n    .btn-outline-light.focus {\n        box-shadow: 0 0 0 .2rem rgba(247, 247, 247, .5)\n    }\n\n    .btn-outline-light.disabled,\n    .btn-outline-light:disabled {\n        color: #f7f7f7;\n        background-color: transparent\n    }\n\n    .btn-outline-light:not(:disabled):not(.disabled):active,\n    .btn-outline-light:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-outline-light.dropdown-toggle {\n        color: #212529;\n        background-color: #f7f7f7;\n        border-color: #f7f7f7\n    }\n\n    .btn-outline-light:not(:disabled):not(.disabled):active:focus,\n    .btn-outline-light:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-outline-light.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(247, 247, 247, .5)\n    }\n\n    .btn-outline-dark {\n        color: #222;\n        border-color: #222\n    }\n\n    .btn-outline-dark:hover {\n        color: #fff;\n        background-color: #222;\n        border-color: #222\n    }\n\n    .btn-outline-dark:focus,\n    .btn-outline-dark.focus {\n        box-shadow: 0 0 0 .2rem rgba(34, 34, 34, .5)\n    }\n\n    .btn-outline-dark.disabled,\n    .btn-outline-dark:disabled {\n        color: #222;\n        background-color: transparent\n    }\n\n    .btn-outline-dark:not(:disabled):not(.disabled):active,\n    .btn-outline-dark:not(:disabled):not(.disabled).active,\n    .show\u003e.btn-outline-dark.dropdown-toggle {\n        color: #fff;\n        background-color: #222;\n        border-color: #222\n    }\n\n    .btn-outline-dark:not(:disabled):not(.disabled):active:focus,\n    .btn-outline-dark:not(:disabled):not(.disabled).active:focus,\n    .show\u003e.btn-outline-dark.dropdown-toggle:focus {\n        box-shadow: 0 0 0 .2rem rgba(34, 34, 34, .5)\n    }\n\n    .btn-link {\n        font-weight: 400;\n        color: #1abc9c;\n        text-decoration: none\n    }\n\n    .btn-link:hover {\n        color: #117964;\n        text-decoration: underline\n    }\n\n    .btn-link:focus,\n    .btn-link.focus {\n        text-decoration: underline\n    }\n\n    .btn-link:disabled,\n    .btn-link.disabled {\n        color: #6c757d;\n        pointer-events: none\n    }\n\n    .btn-lg,\n    .btn-group-lg\u003e.btn {\n        padding: .5rem 1rem;\n        font-size: 1.25rem;\n        line-height: 1.5;\n        border-radius: .3rem\n    }\n\n    .btn-sm,\n    .btn-group-sm\u003e.btn {\n        padding: .25rem .5rem;\n        font-size: .875rem;\n        line-height: 1.5;\n        border-radius: .2rem\n    }\n\n    .btn-block {\n        display: block;\n        width: 100%\n    }\n\n    .btn-block+.btn-block {\n        margin-top: .5rem\n    }\n\n    input[type=submit].btn-block,\n    input[type=reset].btn-block,\n    input[type=button].btn-block {\n        width: 100%\n    }\n\n    .fade {\n        transition: opacity .15s linear\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .fade {\n            transition: none\n        }\n    }\n\n    .fade:not(.show) {\n        opacity: 0\n    }\n\n    .collapse:not(.show) {\n        display: none\n    }\n\n    .collapsing {\n        position: relative;\n        height: 0;\n        overflow: hidden;\n        transition: height .35s ease\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .collapsing {\n            transition: none\n        }\n    }\n\n    .dropup,\n    .dropright,\n    .dropdown,\n    .dropleft {\n        position: relative\n    }\n\n    .dropdown-toggle {\n        white-space: nowrap\n    }\n\n    .dropdown-toggle::after {\n        display: inline-block;\n        margin-left: .255em;\n        vertical-align: .255em;\n        content: \"\";\n        border-top: .3em solid;\n        border-right: .3em solid transparent;\n        border-bottom: 0;\n        border-left: .3em solid transparent\n    }\n\n    .dropdown-toggle:empty::after {\n        margin-left: 0\n    }\n\n    .dropdown-menu {\n        position: absolute;\n        top: 100%;\n        left: 0;\n        z-index: 1000;\n        display: none;\n        float: left;\n        min-width: 10rem;\n        padding: .5rem 0;\n        margin: .125rem 0 0;\n        font-size: 1rem;\n        color: #323436;\n        text-align: left;\n        list-style: none;\n        background-color: #fff;\n        background-clip: padding-box;\n        border: 1px solid rgba(0, 0, 0, .15);\n        border-radius: .25rem\n    }\n\n    .dropdown-menu-left {\n        right: auto;\n        left: 0\n    }\n\n    .dropdown-menu-right {\n        right: 0;\n        left: auto\n    }\n\n    @media(min-width:576px) {\n        .dropdown-menu-sm-left {\n            right: auto;\n            left: 0\n        }\n\n        .dropdown-menu-sm-right {\n            right: 0;\n            left: auto\n        }\n    }\n\n    @media(min-width:768px) {\n        .dropdown-menu-md-left {\n            right: auto;\n            left: 0\n        }\n\n        .dropdown-menu-md-right {\n            right: 0;\n            left: auto\n        }\n    }\n\n    @media(min-width:992px) {\n        .dropdown-menu-lg-left {\n            right: auto;\n            left: 0\n        }\n\n        .dropdown-menu-lg-right {\n            right: 0;\n            left: auto\n        }\n    }\n\n    @media(min-width:1200px) {\n        .dropdown-menu-xl-left {\n            right: auto;\n            left: 0\n        }\n\n        .dropdown-menu-xl-right {\n            right: 0;\n            left: auto\n        }\n    }\n\n    .dropup .dropdown-menu {\n        top: auto;\n        bottom: 100%;\n        margin-top: 0;\n        margin-bottom: .125rem\n    }\n\n    .dropup .dropdown-toggle::after {\n        display: inline-block;\n        margin-left: .255em;\n        vertical-align: .255em;\n        content: \"\";\n        border-top: 0;\n        border-right: .3em solid transparent;\n        border-bottom: .3em solid;\n        border-left: .3em solid transparent\n    }\n\n    .dropup .dropdown-toggle:empty::after {\n        margin-left: 0\n    }\n\n    .dropright .dropdown-menu {\n        top: 0;\n        right: auto;\n        left: 100%;\n        margin-top: 0;\n        margin-left: .125rem\n    }\n\n    .dropright .dropdown-toggle::after {\n        display: inline-block;\n        margin-left: .255em;\n        vertical-align: .255em;\n        content: \"\";\n        border-top: .3em solid transparent;\n        border-right: 0;\n        border-bottom: .3em solid transparent;\n        border-left: .3em solid\n    }\n\n    .dropright .dropdown-toggle:empty::after {\n        margin-left: 0\n    }\n\n    .dropright .dropdown-toggle::after {\n        vertical-align: 0\n    }\n\n    .dropleft .dropdown-menu {\n        top: 0;\n        right: 100%;\n        left: auto;\n        margin-top: 0;\n        margin-right: .125rem\n    }\n\n    .dropleft .dropdown-toggle::after {\n        display: inline-block;\n        margin-left: .255em;\n        vertical-align: .255em;\n        content: \"\"\n    }\n\n    .dropleft .dropdown-toggle::after {\n        display: none\n    }\n\n    .dropleft .dropdown-toggle::before {\n        display: inline-block;\n        margin-right: .255em;\n        vertical-align: .255em;\n        content: \"\";\n        border-top: .3em solid transparent;\n        border-right: .3em solid;\n        border-bottom: .3em solid transparent\n    }\n\n    .dropleft .dropdown-toggle:empty::after {\n        margin-left: 0\n    }\n\n    .dropleft .dropdown-toggle::before {\n        vertical-align: 0\n    }\n\n    .dropdown-menu[x-placement^=top],\n    .dropdown-menu[x-placement^=right],\n    .dropdown-menu[x-placement^=bottom],\n    .dropdown-menu[x-placement^=left] {\n        right: auto;\n        bottom: auto\n    }\n\n    .dropdown-divider {\n        height: 0;\n        margin: .5rem 0;\n        overflow: hidden;\n        border-top: 1px solid #e9ecef\n    }\n\n    .dropdown-item {\n        display: block;\n        width: 100%;\n        padding: .25rem 1.5rem;\n        clear: both;\n        font-weight: 400;\n        color: #212529;\n        text-align: inherit;\n        white-space: nowrap;\n        background-color: transparent;\n        border: 0\n    }\n\n    .dropdown-item:hover,\n    .dropdown-item:focus {\n        color: #16181b;\n        text-decoration: none;\n        background-color: #f8f9fa\n    }\n\n    .dropdown-item.active,\n    .dropdown-item:active {\n        color: #fff;\n        text-decoration: none;\n        background-color: #1abc9c\n    }\n\n    .dropdown-item.disabled,\n    .dropdown-item:disabled {\n        color: #6c757d;\n        pointer-events: none;\n        background-color: transparent\n    }\n\n    .dropdown-menu.show {\n        display: block\n    }\n\n    .dropdown-header {\n        display: block;\n        padding: .5rem 1.5rem;\n        margin-bottom: 0;\n        font-size: .875rem;\n        color: #6c757d;\n        white-space: nowrap\n    }\n\n    .dropdown-item-text {\n        display: block;\n        padding: .25rem 1.5rem;\n        color: #212529\n    }\n\n    .btn-group,\n    .btn-group-vertical {\n        position: relative;\n        display: inline-flex;\n        vertical-align: middle\n    }\n\n    .btn-group\u003e.btn,\n    .btn-group-vertical\u003e.btn {\n        position: relative;\n        flex: auto\n    }\n\n    .btn-group\u003e.btn:hover,\n    .btn-group-vertical\u003e.btn:hover {\n        z-index: 1\n    }\n\n    .btn-group\u003e.btn:focus,\n    .btn-group\u003e.btn:active,\n    .btn-group\u003e.btn.active,\n    .btn-group-vertical\u003e.btn:focus,\n    .btn-group-vertical\u003e.btn:active,\n    .btn-group-vertical\u003e.btn.active {\n        z-index: 1\n    }\n\n    .btn-toolbar {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: flex-start\n    }\n\n    .btn-toolbar .input-group {\n        width: auto\n    }\n\n    .btn-group\u003e.btn:not(:first-child),\n    .btn-group\u003e.btn-group:not(:first-child) {\n        margin-left: -1px\n    }\n\n    .btn-group\u003e.btn:not(:last-child):not(.dropdown-toggle),\n    .btn-group\u003e.btn-group:not(:last-child)\u003e.btn {\n        border-top-right-radius: 0;\n        border-bottom-right-radius: 0\n    }\n\n    .btn-group\u003e.btn:not(:first-child),\n    .btn-group\u003e.btn-group:not(:first-child)\u003e.btn {\n        border-top-left-radius: 0;\n        border-bottom-left-radius: 0\n    }\n\n    .dropdown-toggle-split {\n        padding-right: .5625rem;\n        padding-left: .5625rem\n    }\n\n    .dropdown-toggle-split::after,\n    .dropup .dropdown-toggle-split::after,\n    .dropright .dropdown-toggle-split::after {\n        margin-left: 0\n    }\n\n    .dropleft .dropdown-toggle-split::before {\n        margin-right: 0\n    }\n\n    .btn-sm+.dropdown-toggle-split,\n    .btn-group-sm\u003e.btn+.dropdown-toggle-split {\n        padding-right: .375rem;\n        padding-left: .375rem\n    }\n\n    .btn-lg+.dropdown-toggle-split,\n    .btn-group-lg\u003e.btn+.dropdown-toggle-split {\n        padding-right: .75rem;\n        padding-left: .75rem\n    }\n\n    .btn-group-vertical {\n        flex-direction: column;\n        align-items: flex-start;\n        justify-content: center\n    }\n\n    .btn-group-vertical\u003e.btn,\n    .btn-group-vertical\u003e.btn-group {\n        width: 100%\n    }\n\n    .btn-group-vertical\u003e.btn:not(:first-child),\n    .btn-group-vertical\u003e.btn-group:not(:first-child) {\n        margin-top: -1px\n    }\n\n    .btn-group-vertical\u003e.btn:not(:last-child):not(.dropdown-toggle),\n    .btn-group-vertical\u003e.btn-group:not(:last-child)\u003e.btn {\n        border-bottom-right-radius: 0;\n        border-bottom-left-radius: 0\n    }\n\n    .btn-group-vertical\u003e.btn:not(:first-child),\n    .btn-group-vertical\u003e.btn-group:not(:first-child)\u003e.btn {\n        border-top-left-radius: 0;\n        border-top-right-radius: 0\n    }\n\n    .btn-group-toggle\u003e.btn,\n    .btn-group-toggle\u003e.btn-group\u003e.btn {\n        margin-bottom: 0\n    }\n\n    .btn-group-toggle\u003e.btn input[type=radio],\n    .btn-group-toggle\u003e.btn input[type=checkbox],\n    .btn-group-toggle\u003e.btn-group\u003e.btn input[type=radio],\n    .btn-group-toggle\u003e.btn-group\u003e.btn input[type=checkbox] {\n        position: absolute;\n        clip: rect(0, 0, 0, 0);\n        pointer-events: none\n    }\n\n    .custom-control-inline {\n        display: inline-flex;\n        margin-right: 1rem\n    }\n\n    .custom-control-input {\n        position: absolute;\n        left: 0;\n        z-index: -1;\n        width: 1rem;\n        height: 1.25rem;\n        opacity: 0\n    }\n\n    .custom-control-input:checked~.custom-control-label::before {\n        color: #fff;\n        border-color: #1abc9c;\n        background-color: #1abc9c\n    }\n\n    .custom-control-input:focus~.custom-control-label::before {\n        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25)\n    }\n\n    .custom-control-input:focus:not(:checked)~.custom-control-label::before {\n        border-color: #6bebd1\n    }\n\n    .custom-control-input:not(:disabled):active~.custom-control-label::before {\n        color: #fff;\n        background-color: #98f1df;\n        border-color: #98f1df\n    }\n\n    .custom-control-input[disabled]~.custom-control-label,\n    .custom-control-input:disabled~.custom-control-label {\n        color: #6c757d\n    }\n\n    .custom-control-input[disabled]~.custom-control-label::before,\n    .custom-control-input:disabled~.custom-control-label::before {\n        background-color: #e9ecef\n    }\n\n    .custom-control-label {\n        position: relative;\n        margin-bottom: 0;\n        vertical-align: top\n    }\n\n    .custom-control-label::before {\n        position: absolute;\n        top: .25rem;\n        left: -1.5rem;\n        display: block;\n        width: 1rem;\n        height: 1rem;\n        pointer-events: none;\n        content: \"\";\n        background-color: #fff;\n        border: #adb5bd solid 1px\n    }\n\n    .custom-control-label::after {\n        position: absolute;\n        top: .25rem;\n        left: -1.5rem;\n        display: block;\n        width: 1rem;\n        height: 1rem;\n        content: \"\";\n        background: no-repeat 50%\/50%\n    }\n\n    .custom-checkbox .custom-control-label::before {\n        border-radius: .25rem\n    }\n\n    .custom-checkbox .custom-control-input:checked~.custom-control-label::after {\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'\/%3e%3c\/svg%3e\")\n    }\n\n    .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {\n        border-color: #1abc9c;\n        background-color: #1abc9c\n    }\n\n    .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'\/%3e%3c\/svg%3e\")\n    }\n\n    .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {\n        background-color: rgba(26, 188, 156, .5)\n    }\n\n    .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {\n        background-color: rgba(26, 188, 156, .5)\n    }\n\n    .custom-radio .custom-control-label::before {\n        border-radius: 50%\n    }\n\n    .custom-radio .custom-control-input:checked~.custom-control-label::after {\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'\/%3e%3c\/svg%3e\")\n    }\n\n    .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {\n        background-color: rgba(26, 188, 156, .5)\n    }\n\n    .custom-switch {\n        padding-left: 2.25rem\n    }\n\n    .custom-switch .custom-control-label::before {\n        left: -2.25rem;\n        width: 1.75rem;\n        pointer-events: all;\n        border-radius: .5rem\n    }\n\n    .custom-switch .custom-control-label::after {\n        top: calc(.25rem + 2px);\n        left: calc(-2.25rem + 2px);\n        width: calc(1rem - 4px);\n        height: calc(1rem - 4px);\n        background-color: #adb5bd;\n        border-radius: .5rem;\n        transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .custom-switch .custom-control-label::after {\n            transition: none\n        }\n    }\n\n    .custom-switch .custom-control-input:checked~.custom-control-label::after {\n        background-color: #fff;\n        transform: translateX(.75rem)\n    }\n\n    .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {\n        background-color: rgba(26, 188, 156, .5)\n    }\n\n    .custom-select {\n        display: inline-block;\n        width: 100%;\n        height: calc(1.5em + .75rem + 2px);\n        padding: .375rem 1.75rem .375rem .75rem;\n        font-size: 1rem;\n        font-weight: 400;\n        line-height: 1.5;\n        color: #495057;\n        vertical-align: middle;\n        background: #fff url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'\/%3e%3c\/svg%3e\")no-repeat right .75rem center\/8px 10px;\n        border: 1px solid #ced4da;\n        border-radius: .25rem;\n        appearance: none\n    }\n\n    .custom-select:focus {\n        border-color: #6bebd1;\n        outline: 0;\n        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25)\n    }\n\n    .custom-select:focus::-ms-value {\n        color: #495057;\n        background-color: #fff\n    }\n\n    .custom-select[multiple],\n    .custom-select[size]:not([size=\"1\"]) {\n        height: auto;\n        padding-right: .75rem;\n        background-image: none\n    }\n\n    .custom-select:disabled {\n        color: #6c757d;\n        background-color: #e9ecef\n    }\n\n    .custom-select::-ms-expand {\n        display: none\n    }\n\n    .custom-select:-moz-focusring {\n        color: transparent;\n        text-shadow: 0 0 0 #495057\n    }\n\n    .custom-select-sm {\n        height: calc(1.5em + .5rem + 2px);\n        padding-top: .25rem;\n        padding-bottom: .25rem;\n        padding-left: .5rem;\n        font-size: .875rem\n    }\n\n    .custom-select-lg {\n        height: calc(1.5em + 1rem + 2px);\n        padding-top: .5rem;\n        padding-bottom: .5rem;\n        padding-left: 1rem;\n        font-size: 1.25rem\n    }\n\n    .custom-file {\n        position: relative;\n        display: inline-block;\n        width: 100%;\n        height: calc(1.5em + .75rem + 2px);\n        margin-bottom: 0\n    }\n\n    .custom-file-input {\n        position: relative;\n        z-index: 2;\n        width: 100%;\n        height: calc(1.5em + .75rem + 2px);\n        margin: 0;\n        opacity: 0\n    }\n\n    .custom-file-input:focus~.custom-file-label {\n        border-color: #6bebd1;\n        box-shadow: 0 0 0 .2rem rgba(26, 188, 156, .25)\n    }\n\n    .custom-file-input[disabled]~.custom-file-label,\n    .custom-file-input:disabled~.custom-file-label {\n        background-color: #e9ecef\n    }\n\n    .custom-file-input:lang(en)~.custom-file-label::after {\n        content: \"Browse\"\n    }\n\n    .custom-file-input~.custom-file-label[data-browse]::after {\n        content: attr(data-browse)\n    }\n\n    .custom-file-label {\n        position: absolute;\n        top: 0;\n        right: 0;\n        left: 0;\n        z-index: 1;\n        height: calc(1.5em + .75rem + 2px);\n        padding: .375rem .75rem;\n        font-weight: 400;\n        line-height: 1.5;\n        color: #495057;\n        background-color: #fff;\n        border: 1px solid #ced4da;\n        border-radius: .25rem\n    }\n\n    .custom-file-label::after {\n        position: absolute;\n        top: 0;\n        right: 0;\n        bottom: 0;\n        z-index: 3;\n        display: block;\n        height: calc(1.5em + .75rem);\n        padding: .375rem .75rem;\n        line-height: 1.5;\n        color: #495057;\n        content: \"Browse\";\n        background-color: #e9ecef;\n        border-left: inherit;\n        border-radius: 0 .25rem .25rem 0\n    }\n\n    .custom-range {\n        width: 100%;\n        height: 1.4rem;\n        padding: 0;\n        background-color: transparent;\n        appearance: none\n    }\n\n    .custom-range:focus {\n        outline: none\n    }\n\n    .custom-range:focus::-webkit-slider-thumb {\n        box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(26, 188, 156, .25)\n    }\n\n    .custom-range:focus::-moz-range-thumb {\n        box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(26, 188, 156, .25)\n    }\n\n    .custom-range:focus::-ms-thumb {\n        box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(26, 188, 156, .25)\n    }\n\n    .custom-range::-moz-focus-outer {\n        border: 0\n    }\n\n    .custom-range::-webkit-slider-thumb {\n        width: 1rem;\n        height: 1rem;\n        margin-top: -.25rem;\n        background-color: #1abc9c;\n        border: 0;\n        border-radius: 1rem;\n        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;\n        appearance: none\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .custom-range::-webkit-slider-thumb {\n            transition: none\n        }\n    }\n\n    .custom-range::-webkit-slider-thumb:active {\n        background-color: #98f1df\n    }\n\n    .custom-range::-webkit-slider-runnable-track {\n        width: 100%;\n        height: .5rem;\n        color: transparent;\n        cursor: pointer;\n        background-color: #dee2e6;\n        border-color: transparent;\n        border-radius: 1rem\n    }\n\n    .custom-range::-moz-range-thumb {\n        width: 1rem;\n        height: 1rem;\n        background-color: #1abc9c;\n        border: 0;\n        border-radius: 1rem;\n        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;\n        appearance: none\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .custom-range::-moz-range-thumb {\n            transition: none\n        }\n    }\n\n    .custom-range::-moz-range-thumb:active {\n        background-color: #98f1df\n    }\n\n    .custom-range::-moz-range-track {\n        width: 100%;\n        height: .5rem;\n        color: transparent;\n        cursor: pointer;\n        background-color: #dee2e6;\n        border-color: transparent;\n        border-radius: 1rem\n    }\n\n    .custom-range::-ms-thumb {\n        width: 1rem;\n        height: 1rem;\n        margin-top: 0;\n        margin-right: .2rem;\n        margin-left: .2rem;\n        background-color: #1abc9c;\n        border: 0;\n        border-radius: 1rem;\n        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;\n        appearance: none\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .custom-range::-ms-thumb {\n            transition: none\n        }\n    }\n\n    .custom-range::-ms-thumb:active {\n        background-color: #98f1df\n    }\n\n    .custom-range::-ms-track {\n        width: 100%;\n        height: .5rem;\n        color: transparent;\n        cursor: pointer;\n        background-color: transparent;\n        border-color: transparent;\n        border-width: .5rem\n    }\n\n    .custom-range::-ms-fill-lower {\n        background-color: #dee2e6;\n        border-radius: 1rem\n    }\n\n    .custom-range::-ms-fill-upper {\n        margin-right: 15px;\n        background-color: #dee2e6;\n        border-radius: 1rem\n    }\n\n    .custom-range:disabled::-webkit-slider-thumb {\n        background-color: #adb5bd\n    }\n\n    .custom-range:disabled::-webkit-slider-runnable-track {\n        cursor: default\n    }\n\n    .custom-range:disabled::-moz-range-thumb {\n        background-color: #adb5bd\n    }\n\n    .custom-range:disabled::-moz-range-track {\n        cursor: default\n    }\n\n    .custom-range:disabled::-ms-thumb {\n        background-color: #adb5bd\n    }\n\n    .custom-control-label::before,\n    .custom-file-label,\n    .custom-select {\n        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n\n        .custom-control-label::before,\n        .custom-file-label,\n        .custom-select {\n            transition: none\n        }\n    }\n\n    .nav {\n        display: flex;\n        flex-wrap: wrap;\n        padding-left: 0;\n        margin-bottom: 0;\n        list-style: none\n    }\n\n    .nav-link {\n        display: block;\n        padding: 1.25rem 1rem\n    }\n\n    .nav-link:hover,\n    .nav-link:focus {\n        text-decoration: none\n    }\n\n    .nav-link.disabled {\n        color: #6c757d;\n        pointer-events: none;\n        cursor: default\n    }\n\n    .nav-tabs {\n        border-bottom: 1px solid #dee2e6\n    }\n\n    .nav-tabs .nav-item {\n        margin-bottom: -1px\n    }\n\n    .nav-tabs .nav-link {\n        border: 1px solid transparent;\n        border-top-left-radius: .25rem;\n        border-top-right-radius: .25rem\n    }\n\n    .nav-tabs .nav-link:hover,\n    .nav-tabs .nav-link:focus {\n        border-color: #e9ecef #e9ecef #dee2e6\n    }\n\n    .nav-tabs .nav-link.disabled {\n        color: #6c757d;\n        background-color: transparent;\n        border-color: transparent\n    }\n\n    .nav-tabs .nav-link.active,\n    .nav-tabs .nav-item.show .nav-link {\n        color: #495057;\n        background-color: #fff;\n        border-color: #dee2e6 #dee2e6 #fff\n    }\n\n    .nav-tabs .dropdown-menu {\n        margin-top: -1px;\n        border-top-left-radius: 0;\n        border-top-right-radius: 0\n    }\n\n    .nav-pills .nav-link {\n        border-radius: .25rem\n    }\n\n    .nav-pills .nav-link.active,\n    .nav-pills .show\u003e.nav-link {\n        color: #fff;\n        background-color: #1abc9c\n    }\n\n    .nav-fill .nav-item {\n        flex: auto;\n        text-align: center\n    }\n\n    .nav-justified .nav-item {\n        flex-basis: 0;\n        flex-grow: 1;\n        text-align: center\n    }\n\n    .tab-content\u003e.tab-pane {\n        display: none\n    }\n\n    .tab-content\u003e.active {\n        display: block\n    }\n\n    .navbar {\n        position: relative;\n        display: flex;\n        flex-wrap: wrap;\n        align-items: center;\n        justify-content: space-between;\n        padding: 0 1rem\n    }\n\n    .navbar .container,\n    .navbar .container-fluid,\n    .navbar .container-sm,\n    .navbar .container-md,\n    .navbar .container-lg,\n    .navbar .container-xl {\n        display: flex;\n        flex-wrap: wrap;\n        align-items: center;\n        justify-content: space-between\n    }\n\n    .navbar-brand {\n        display: inline-block;\n        padding-top: 1.0625rem;\n        padding-bottom: 1.0625rem;\n        margin-right: 1rem;\n        font-size: 1.25rem;\n        line-height: inherit;\n        white-space: nowrap\n    }\n\n    .navbar-brand:hover,\n    .navbar-brand:focus {\n        text-decoration: none\n    }\n\n    .navbar-nav {\n        display: flex;\n        flex-direction: column;\n        padding-left: 0;\n        margin-bottom: 0;\n        list-style: none\n    }\n\n    .navbar-nav .nav-link {\n        padding-right: 0;\n        padding-left: 0\n    }\n\n    .navbar-nav .dropdown-menu {\n        position: static;\n        float: none\n    }\n\n    .navbar-text {\n        display: inline-block;\n        padding-top: 1.25rem;\n        padding-bottom: 1.25rem\n    }\n\n    .navbar-collapse {\n        flex-basis: 100%;\n        flex-grow: 1;\n        align-items: center\n    }\n\n    .navbar-toggler {\n        padding: .25rem .75rem;\n        font-size: 1.25rem;\n        line-height: 1;\n        background-color: transparent;\n        border: 1px solid transparent;\n        border-radius: .25rem\n    }\n\n    .navbar-toggler:hover,\n    .navbar-toggler:focus {\n        text-decoration: none\n    }\n\n    .navbar-toggler-icon {\n        display: inline-block;\n        width: 1.5em;\n        height: 1.5em;\n        vertical-align: middle;\n        content: \"\";\n        background: no-repeat 50%;\n        background-size: 100% 100%\n    }\n\n    @media(max-width:575.98px) {\n\n        .navbar-expand-sm\u003e.container,\n        .navbar-expand-sm\u003e.container-fluid,\n        .navbar-expand-sm\u003e.container-sm,\n        .navbar-expand-sm\u003e.container-md,\n        .navbar-expand-sm\u003e.container-lg,\n        .navbar-expand-sm\u003e.container-xl {\n            padding-right: 0;\n            padding-left: 0\n        }\n    }\n\n    @media(min-width:576px) {\n        .navbar-expand-sm {\n            flex-flow: row nowrap;\n            justify-content: flex-start\n        }\n\n        .navbar-expand-sm .navbar-nav {\n            flex-direction: row\n        }\n\n        .navbar-expand-sm .navbar-nav .dropdown-menu {\n            position: absolute\n        }\n\n        .navbar-expand-sm .navbar-nav .nav-link {\n            padding-right: .5rem;\n            padding-left: .5rem\n        }\n\n        .navbar-expand-sm\u003e.container,\n        .navbar-expand-sm\u003e.container-fluid,\n        .navbar-expand-sm\u003e.container-sm,\n        .navbar-expand-sm\u003e.container-md,\n        .navbar-expand-sm\u003e.container-lg,\n        .navbar-expand-sm\u003e.container-xl {\n            flex-wrap: nowrap\n        }\n\n        .navbar-expand-sm .navbar-collapse {\n            display: flex !important;\n            flex-basis: auto\n        }\n\n        .navbar-expand-sm .navbar-toggler {\n            display: none\n        }\n    }\n\n    @media(max-width:767.98px) {\n\n        .navbar-expand-md\u003e.container,\n        .navbar-expand-md\u003e.container-fluid,\n        .navbar-expand-md\u003e.container-sm,\n        .navbar-expand-md\u003e.container-md,\n        .navbar-expand-md\u003e.container-lg,\n        .navbar-expand-md\u003e.container-xl {\n            padding-right: 0;\n            padding-left: 0\n        }\n    }\n\n    @media(min-width:768px) {\n        .navbar-expand-md {\n            flex-flow: row nowrap;\n            justify-content: flex-start\n        }\n\n        .navbar-expand-md .navbar-nav {\n            flex-direction: row\n        }\n\n        .navbar-expand-md .navbar-nav .dropdown-menu {\n            position: absolute\n        }\n\n        .navbar-expand-md .navbar-nav .nav-link {\n            padding-right: .5rem;\n            padding-left: .5rem\n        }\n\n        .navbar-expand-md\u003e.container,\n        .navbar-expand-md\u003e.container-fluid,\n        .navbar-expand-md\u003e.container-sm,\n        .navbar-expand-md\u003e.container-md,\n        .navbar-expand-md\u003e.container-lg,\n        .navbar-expand-md\u003e.container-xl {\n            flex-wrap: nowrap\n        }\n\n        .navbar-expand-md .navbar-collapse {\n            display: flex !important;\n            flex-basis: auto\n        }\n\n        .navbar-expand-md .navbar-toggler {\n            display: none\n        }\n    }\n\n    @media(max-width:991.98px) {\n\n        .navbar-expand-lg\u003e.container,\n        .navbar-expand-lg\u003e.container-fluid,\n        .navbar-expand-lg\u003e.container-sm,\n        .navbar-expand-lg\u003e.container-md,\n        .navbar-expand-lg\u003e.container-lg,\n        .navbar-expand-lg\u003e.container-xl {\n            padding-right: 0;\n            padding-left: 0\n        }\n    }\n\n    @media(min-width:992px) {\n        .navbar-expand-lg {\n            flex-flow: row nowrap;\n            justify-content: flex-start\n        }\n\n        .navbar-expand-lg .navbar-nav {\n            flex-direction: row\n        }\n\n        .navbar-expand-lg .navbar-nav .dropdown-menu {\n            position: absolute\n        }\n\n        .navbar-expand-lg .navbar-nav .nav-link {\n            padding-right: .5rem;\n            padding-left: .5rem\n        }\n\n        .navbar-expand-lg\u003e.container,\n        .navbar-expand-lg\u003e.container-fluid,\n        .navbar-expand-lg\u003e.container-sm,\n        .navbar-expand-lg\u003e.container-md,\n        .navbar-expand-lg\u003e.container-lg,\n        .navbar-expand-lg\u003e.container-xl {\n            flex-wrap: nowrap\n        }\n\n        .navbar-expand-lg .navbar-collapse {\n            display: flex !important;\n            flex-basis: auto\n        }\n\n        .navbar-expand-lg .navbar-toggler {\n            display: none\n        }\n    }\n\n    @media(max-width:1199.98px) {\n\n        .navbar-expand-xl\u003e.container,\n        .navbar-expand-xl\u003e.container-fluid,\n        .navbar-expand-xl\u003e.container-sm,\n        .navbar-expand-xl\u003e.container-md,\n        .navbar-expand-xl\u003e.container-lg,\n        .navbar-expand-xl\u003e.container-xl {\n            padding-right: 0;\n            padding-left: 0\n        }\n    }\n\n    @media(min-width:1200px) {\n        .navbar-expand-xl {\n            flex-flow: row nowrap;\n            justify-content: flex-start\n        }\n\n        .navbar-expand-xl .navbar-nav {\n            flex-direction: row\n        }\n\n        .navbar-expand-xl .navbar-nav .dropdown-menu {\n            position: absolute\n        }\n\n        .navbar-expand-xl .navbar-nav .nav-link {\n            padding-right: .5rem;\n            padding-left: .5rem\n        }\n\n        .navbar-expand-xl\u003e.container,\n        .navbar-expand-xl\u003e.container-fluid,\n        .navbar-expand-xl\u003e.container-sm,\n        .navbar-expand-xl\u003e.container-md,\n        .navbar-expand-xl\u003e.container-lg,\n        .navbar-expand-xl\u003e.container-xl {\n            flex-wrap: nowrap\n        }\n\n        .navbar-expand-xl .navbar-collapse {\n            display: flex !important;\n            flex-basis: auto\n        }\n\n        .navbar-expand-xl .navbar-toggler {\n            display: none\n        }\n    }\n\n    .navbar-expand {\n        flex-flow: row nowrap;\n        justify-content: flex-start\n    }\n\n    .navbar-expand\u003e.container,\n    .navbar-expand\u003e.container-fluid,\n    .navbar-expand\u003e.container-sm,\n    .navbar-expand\u003e.container-md,\n    .navbar-expand\u003e.container-lg,\n    .navbar-expand\u003e.container-xl {\n        padding-right: 0;\n        padding-left: 0\n    }\n\n    .navbar-expand .navbar-nav {\n        flex-direction: row\n    }\n\n    .navbar-expand .navbar-nav .dropdown-menu {\n        position: absolute\n    }\n\n    .navbar-expand .navbar-nav .nav-link {\n        padding-right: .5rem;\n        padding-left: .5rem\n    }\n\n    .navbar-expand\u003e.container,\n    .navbar-expand\u003e.container-fluid,\n    .navbar-expand\u003e.container-sm,\n    .navbar-expand\u003e.container-md,\n    .navbar-expand\u003e.container-lg,\n    .navbar-expand\u003e.container-xl {\n        flex-wrap: nowrap\n    }\n\n    .navbar-expand .navbar-collapse {\n        display: flex !important;\n        flex-basis: auto\n    }\n\n    .navbar-expand .navbar-toggler {\n        display: none\n    }\n\n    .navbar-light .navbar-brand {\n        color: rgba(0, 0, 0, .9)\n    }\n\n    .navbar-light .navbar-brand:hover,\n    .navbar-light .navbar-brand:focus {\n        color: rgba(0, 0, 0, .9)\n    }\n\n    .navbar-light .navbar-nav .nav-link {\n        color: rgba(0, 0, 0, .5)\n    }\n\n    .navbar-light .navbar-nav .nav-link:hover,\n    .navbar-light .navbar-nav .nav-link:focus {\n        color: rgba(0, 0, 0, .7)\n    }\n\n    .navbar-light .navbar-nav .nav-link.disabled {\n        color: rgba(0, 0, 0, .3)\n    }\n\n    .navbar-light .navbar-nav .show\u003e.nav-link,\n    .navbar-light .navbar-nav .active\u003e.nav-link,\n    .navbar-light .navbar-nav .nav-link.show,\n    .navbar-light .navbar-nav .nav-link.active {\n        color: rgba(0, 0, 0, .9)\n    }\n\n    .navbar-light .navbar-toggler {\n        color: rgba(0, 0, 0, .5);\n        border-color: rgba(0, 0, 0, .1)\n    }\n\n    .navbar-light .navbar-toggler-icon {\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'\/%3e%3c\/svg%3e\")\n    }\n\n    .navbar-light .navbar-text {\n        color: rgba(0, 0, 0, .5)\n    }\n\n    .navbar-light .navbar-text a {\n        color: rgba(0, 0, 0, .9)\n    }\n\n    .navbar-light .navbar-text a:hover,\n    .navbar-light .navbar-text a:focus {\n        color: rgba(0, 0, 0, .9)\n    }\n\n    .navbar-dark .navbar-brand {\n        color: #fff\n    }\n\n    .navbar-dark .navbar-brand:hover,\n    .navbar-dark .navbar-brand:focus {\n        color: #fff\n    }\n\n    .navbar-dark .navbar-nav .nav-link {\n        color: rgba(255, 255, 255, .5)\n    }\n\n    .navbar-dark .navbar-nav .nav-link:hover,\n    .navbar-dark .navbar-nav .nav-link:focus {\n        color: rgba(255, 255, 255, .75)\n    }\n\n    .navbar-dark .navbar-nav .nav-link.disabled {\n        color: rgba(255, 255, 255, .25)\n    }\n\n    .navbar-dark .navbar-nav .show\u003e.nav-link,\n    .navbar-dark .navbar-nav .active\u003e.nav-link,\n    .navbar-dark .navbar-nav .nav-link.show,\n    .navbar-dark .navbar-nav .nav-link.active {\n        color: #fff\n    }\n\n    .navbar-dark .navbar-toggler {\n        color: rgba(255, 255, 255, .5);\n        border-color: rgba(255, 255, 255, .1)\n    }\n\n    .navbar-dark .navbar-toggler-icon {\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'\/%3e%3c\/svg%3e\")\n    }\n\n    .navbar-dark .navbar-text {\n        color: rgba(255, 255, 255, .5)\n    }\n\n    .navbar-dark .navbar-text a {\n        color: #fff\n    }\n\n    .navbar-dark .navbar-text a:hover,\n    .navbar-dark .navbar-text a:focus {\n        color: #fff\n    }\n\n    .card {\n        position: relative;\n        display: flex;\n        flex-direction: column;\n        min-width: 0;\n        word-wrap: break-word;\n        background-color: #fff;\n        background-clip: border-box;\n        border: 1px solid rgba(0, 0, 0, .125);\n        border-radius: .25rem\n    }\n\n    .card\u003ehr {\n        margin-right: 0;\n        margin-left: 0\n    }\n\n    .card\u003e.list-group {\n        border-top: inherit;\n        border-bottom: inherit\n    }\n\n    .card\u003e.list-group:first-child {\n        border-top-width: 0;\n        border-top-left-radius: calc(.25rem - 1px);\n        border-top-right-radius: calc(.25rem - 1px)\n    }\n\n    .card\u003e.list-group:last-child {\n        border-bottom-width: 0;\n        border-bottom-right-radius: calc(.25rem - 1px);\n        border-bottom-left-radius: calc(.25rem - 1px)\n    }\n\n    .card-body {\n        flex: auto;\n        min-height: 1px;\n        padding: 1.25rem\n    }\n\n    .card-title {\n        margin-bottom: .75rem\n    }\n\n    .card-subtitle {\n        margin-top: -.375rem;\n        margin-bottom: 0\n    }\n\n    .card-text:last-child {\n        margin-bottom: 0\n    }\n\n    .card-link:hover {\n        text-decoration: none\n    }\n\n    .card-link+.card-link {\n        margin-left: 1.25rem\n    }\n\n    .card-header {\n        padding: .75rem 1.25rem;\n        margin-bottom: 0;\n        background-color: rgba(0, 0, 0, 3%);\n        border-bottom: 1px solid rgba(0, 0, 0, .125)\n    }\n\n    .card-header:first-child {\n        border-radius: calc(.25rem - 1px)calc(.25rem - 1px)0 0\n    }\n\n    .card-header+.list-group .list-group-item:first-child {\n        border-top: 0\n    }\n\n    .card-footer {\n        padding: .75rem 1.25rem;\n        background-color: rgba(0, 0, 0, 3%);\n        border-top: 1px solid rgba(0, 0, 0, .125)\n    }\n\n    .card-footer:last-child {\n        border-radius: 0 0 calc(.25rem - 1px)calc(.25rem - 1px)\n    }\n\n    .card-img-overlay {\n        position: absolute;\n        top: 0;\n        right: 0;\n        bottom: 0;\n        left: 0;\n        padding: 1.25rem\n    }\n\n    .card-img,\n    .card-img-top,\n    .card-img-bottom {\n        flex-shrink: 0;\n        width: 100%\n    }\n\n    .card-img,\n    .card-img-top {\n        border-top-left-radius: calc(.25rem - 1px);\n        border-top-right-radius: calc(.25rem - 1px)\n    }\n\n    .card-img,\n    .card-img-bottom {\n        border-bottom-right-radius: calc(.25rem - 1px);\n        border-bottom-left-radius: calc(.25rem - 1px)\n    }\n\n    .card-deck .card {\n        margin-bottom: 15px\n    }\n\n    @media(min-width:576px) {\n        .card-deck {\n            display: flex;\n            flex-flow: row wrap;\n            margin-right: -15px;\n            margin-left: -15px\n        }\n\n        .card-deck .card {\n            flex: 1 0;\n            margin-right: 15px;\n            margin-bottom: 0;\n            margin-left: 15px\n        }\n    }\n\n    .card-group\u003e.card {\n        margin-bottom: 15px\n    }\n\n    @media(min-width:576px) {\n        .card-group {\n            display: flex;\n            flex-flow: row wrap\n        }\n\n        .card-group\u003e.card {\n            flex: 1 0;\n            margin-bottom: 0\n        }\n\n        .card-group\u003e.card+.card {\n            margin-left: 0;\n            border-left: 0\n        }\n\n        .card-group\u003e.card:not(:last-child) {\n            border-top-right-radius: 0;\n            border-bottom-right-radius: 0\n        }\n\n        .card-group\u003e.card:not(:last-child) .card-img-top,\n        .card-group\u003e.card:not(:last-child) .card-header {\n            border-top-right-radius: 0\n        }\n\n        .card-group\u003e.card:not(:last-child) .card-img-bottom,\n        .card-group\u003e.card:not(:last-child) .card-footer {\n            border-bottom-right-radius: 0\n        }\n\n        .card-group\u003e.card:not(:first-child) {\n            border-top-left-radius: 0;\n            border-bottom-left-radius: 0\n        }\n\n        .card-group\u003e.card:not(:first-child) .card-img-top,\n        .card-group\u003e.card:not(:first-child) .card-header {\n            border-top-left-radius: 0\n        }\n\n        .card-group\u003e.card:not(:first-child) .card-img-bottom,\n        .card-group\u003e.card:not(:first-child) .card-footer {\n            border-bottom-left-radius: 0\n        }\n    }\n\n    .card-columns .card {\n        margin-bottom: .75rem\n    }\n\n    @media(min-width:576px) {\n        .card-columns {\n            column-count: 3;\n            column-gap: 1.25rem;\n            orphans: 1;\n            widows: 1\n        }\n\n        .card-columns .card {\n            display: inline-block;\n            width: 100%\n        }\n    }\n\n    .accordion\u003e.card {\n        overflow: hidden\n    }\n\n    .accordion\u003e.card:not(:last-of-type) {\n        border-bottom: 0;\n        border-bottom-right-radius: 0;\n        border-bottom-left-radius: 0\n    }\n\n    .accordion\u003e.card:not(:first-of-type) {\n        border-top-left-radius: 0;\n        border-top-right-radius: 0\n    }\n\n    .accordion\u003e.card\u003e.card-header {\n        border-radius: 0;\n        margin-bottom: -1px\n    }\n\n    .media {\n        display: flex;\n        align-items: flex-start\n    }\n\n    .media-body {\n        flex: 1\n    }\n\n    .close {\n        float: right;\n        font-size: 1.5rem;\n        font-weight: 700;\n        line-height: 1;\n        color: #000;\n        text-shadow: 0 1px 0 #fff;\n        opacity: .5\n    }\n\n    .close:hover {\n        color: #000;\n        text-decoration: none\n    }\n\n    .close:not(:disabled):not(.disabled):hover,\n    .close:not(:disabled):not(.disabled):focus {\n        opacity: .75\n    }\n\n    button.close {\n        padding: 0;\n        background-color: transparent;\n        border: 0\n    }\n\n    a.close.disabled {\n        pointer-events: none\n    }\n\n    .toast {\n        max-width: 350px;\n        overflow: hidden;\n        font-size: .875rem;\n        background-color: rgba(255, 255, 255, .85);\n        background-clip: padding-box;\n        border: 1px solid rgba(0, 0, 0, .1);\n        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);\n        backdrop-filter: blur(10px);\n        opacity: 0;\n        border-radius: .25rem\n    }\n\n    .toast:not(:last-child) {\n        margin-bottom: .75rem\n    }\n\n    .toast.showing {\n        opacity: 1\n    }\n\n    .toast.show {\n        display: block;\n        opacity: 1\n    }\n\n    .toast.hide {\n        display: none\n    }\n\n    .toast-header {\n        display: flex;\n        align-items: center;\n        padding: .25rem .75rem;\n        color: #6c757d;\n        background-color: rgba(255, 255, 255, .85);\n        background-clip: padding-box;\n        border-bottom: 1px solid rgba(0, 0, 0, 5%)\n    }\n\n    .toast-body {\n        padding: .75rem\n    }\n\n    .modal-open {\n        overflow: hidden\n    }\n\n    .modal-open .modal {\n        overflow-x: hidden;\n        overflow-y: auto\n    }\n\n    .modal {\n        position: fixed;\n        top: 0;\n        left: 0;\n        z-index: 1050;\n        display: none;\n        width: 100%;\n        height: 100%;\n        overflow: hidden;\n        outline: 0\n    }\n\n    .modal-dialog {\n        position: relative;\n        width: auto;\n        margin: .5rem;\n        pointer-events: none\n    }\n\n    .modal.fade .modal-dialog {\n        transition: transform .3s ease-out;\n        transform: translate(0, -50px)\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .modal.fade .modal-dialog {\n            transition: none\n        }\n    }\n\n    .modal.show .modal-dialog {\n        transform: none\n    }\n\n    .modal.modal-static .modal-dialog {\n        transform: scale(1.02)\n    }\n\n    .modal-dialog-scrollable {\n        display: flex;\n        max-height: calc(100% - 1rem)\n    }\n\n    .modal-dialog-scrollable .modal-content {\n        max-height: calc(100vh - 1rem);\n        overflow: hidden\n    }\n\n    .modal-dialog-scrollable .modal-header,\n    .modal-dialog-scrollable .modal-footer {\n        flex-shrink: 0\n    }\n\n    .modal-dialog-scrollable .modal-body {\n        overflow-y: auto\n    }\n\n    .modal-dialog-centered {\n        display: flex;\n        align-items: center;\n        min-height: calc(100% - 1rem)\n    }\n\n    .modal-dialog-centered::before {\n        display: block;\n        height: calc(100vh - 1rem);\n        height: min-content;\n        content: \"\"\n    }\n\n    .modal-dialog-centered.modal-dialog-scrollable {\n        flex-direction: column;\n        justify-content: center;\n        height: 100%\n    }\n\n    .modal-dialog-centered.modal-dialog-scrollable .modal-content {\n        max-height: none\n    }\n\n    .modal-dialog-centered.modal-dialog-scrollable::before {\n        content: none\n    }\n\n    .modal-content {\n        position: relative;\n        display: flex;\n        flex-direction: column;\n        width: 100%;\n        pointer-events: auto;\n        background-color: #fff;\n        background-clip: padding-box;\n        border: 1px solid rgba(0, 0, 0, .2);\n        border-radius: .3rem;\n        outline: 0\n    }\n\n    .modal-backdrop {\n        position: fixed;\n        top: 0;\n        left: 0;\n        z-index: 1040;\n        width: 100vw;\n        height: 100vh;\n        background-color: #000\n    }\n\n    .modal-backdrop.fade {\n        opacity: 0\n    }\n\n    .modal-backdrop.show {\n        opacity: .5\n    }\n\n    .modal-header {\n        display: flex;\n        align-items: flex-start;\n        justify-content: space-between;\n        padding: 1rem;\n        border-bottom: 1px solid #dee2e6;\n        border-top-left-radius: calc(.3rem - 1px);\n        border-top-right-radius: calc(.3rem - 1px)\n    }\n\n    .modal-header .close {\n        padding: 1rem;\n        margin: -1rem -1rem -1rem auto\n    }\n\n    .modal-title {\n        margin-bottom: 0;\n        line-height: 1.5\n    }\n\n    .modal-body {\n        position: relative;\n        flex: auto;\n        padding: 1rem\n    }\n\n    .modal-footer {\n        display: flex;\n        flex-wrap: wrap;\n        align-items: center;\n        justify-content: flex-end;\n        padding: .75rem;\n        border-top: 1px solid #dee2e6;\n        border-bottom-right-radius: calc(.3rem - 1px);\n        border-bottom-left-radius: calc(.3rem - 1px)\n    }\n\n    .modal-footer\u003e* {\n        margin: .25rem\n    }\n\n    .modal-scrollbar-measure {\n        position: absolute;\n        top: -9999px;\n        width: 50px;\n        height: 50px;\n        overflow: scroll\n    }\n\n    @media(min-width:576px) {\n        .modal-dialog {\n            max-width: 500px;\n            margin: 1.75rem auto\n        }\n\n        .modal-dialog-scrollable {\n            max-height: calc(100% - 3.5rem)\n        }\n\n        .modal-dialog-scrollable .modal-content {\n            max-height: calc(100vh - 3.5rem)\n        }\n\n        .modal-dialog-centered {\n            min-height: calc(100% - 3.5rem)\n        }\n\n        .modal-dialog-centered::before {\n            height: calc(100vh - 3.5rem);\n            height: min-content\n        }\n\n        .modal-sm {\n            max-width: 300px\n        }\n    }\n\n    @media(min-width:992px) {\n\n        .modal-lg,\n        .modal-xl {\n            max-width: 800px\n        }\n    }\n\n    @media(min-width:1200px) {\n        .modal-xl {\n            max-width: 1140px\n        }\n    }\n\n    .tooltip {\n        position: absolute;\n        z-index: 1070;\n        display: block;\n        margin: 0;\n        font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;\n        font-style: normal;\n        font-weight: 400;\n        line-height: 1.5;\n        text-align: left;\n        text-align: start;\n        text-decoration: none;\n        text-shadow: none;\n        text-transform: none;\n        letter-spacing: normal;\n        word-break: normal;\n        word-spacing: normal;\n        white-space: normal;\n        line-break: auto;\n        font-size: .875rem;\n        word-wrap: break-word;\n        opacity: 0\n    }\n\n    .tooltip.show {\n        opacity: .9\n    }\n\n    .tooltip .arrow {\n        position: absolute;\n        display: block;\n        width: .8rem;\n        height: .4rem\n    }\n\n    .tooltip .arrow::before {\n        position: absolute;\n        content: \"\";\n        border-color: transparent;\n        border-style: solid\n    }\n\n    .bs-tooltip-top,\n    .bs-tooltip-auto[x-placement^=top] {\n        padding: .4rem 0\n    }\n\n    .bs-tooltip-top .arrow,\n    .bs-tooltip-auto[x-placement^=top] .arrow {\n        bottom: 0\n    }\n\n    .bs-tooltip-top .arrow::before,\n    .bs-tooltip-auto[x-placement^=top] .arrow::before {\n        top: 0;\n        border-width: .4rem .4rem 0;\n        border-top-color: #000\n    }\n\n    .bs-tooltip-right,\n    .bs-tooltip-auto[x-placement^=right] {\n        padding: 0 .4rem\n    }\n\n    .bs-tooltip-right .arrow,\n    .bs-tooltip-auto[x-placement^=right] .arrow {\n        left: 0;\n        width: .4rem;\n        height: .8rem\n    }\n\n    .bs-tooltip-right .arrow::before,\n    .bs-tooltip-auto[x-placement^=right] .arrow::before {\n        right: 0;\n        border-width: .4rem .4rem .4rem 0;\n        border-right-color: #000\n    }\n\n    .bs-tooltip-bottom,\n    .bs-tooltip-auto[x-placement^=bottom] {\n        padding: .4rem 0\n    }\n\n    .bs-tooltip-bottom .arrow,\n    .bs-tooltip-auto[x-placement^=bottom] .arrow {\n        top: 0\n    }\n\n    .bs-tooltip-bottom .arrow::before,\n    .bs-tooltip-auto[x-placement^=bottom] .arrow::before {\n        bottom: 0;\n        border-width: 0 .4rem .4rem;\n        border-bottom-color: #000\n    }\n\n    .bs-tooltip-left,\n    .bs-tooltip-auto[x-placement^=left] {\n        padding: 0 .4rem\n    }\n\n    .bs-tooltip-left .arrow,\n    .bs-tooltip-auto[x-placement^=left] .arrow {\n        right: 0;\n        width: .4rem;\n        height: .8rem\n    }\n\n    .bs-tooltip-left .arrow::before,\n    .bs-tooltip-auto[x-placement^=left] .arrow::before {\n        left: 0;\n        border-width: .4rem 0 .4rem .4rem;\n        border-left-color: #000\n    }\n\n    .tooltip-inner {\n        max-width: 200px;\n        padding: .25rem .5rem;\n        color: #fff;\n        text-align: center;\n        background-color: #000;\n        border-radius: .25rem\n    }\n\n    .popover {\n        position: absolute;\n        top: 0;\n        left: 0;\n        z-index: 1060;\n        display: block;\n        max-width: 276px;\n        font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;\n        font-style: normal;\n        font-weight: 400;\n        line-height: 1.5;\n        text-align: left;\n        text-align: start;\n        text-decoration: none;\n        text-shadow: none;\n        text-transform: none;\n        letter-spacing: normal;\n        word-break: normal;\n        word-spacing: normal;\n        white-space: normal;\n        line-break: auto;\n        font-size: .875rem;\n        word-wrap: break-word;\n        background-color: #fff;\n        background-clip: padding-box;\n        border: 1px solid rgba(0, 0, 0, .2);\n        border-radius: .3rem\n    }\n\n    .popover .arrow {\n        position: absolute;\n        display: block;\n        width: 1rem;\n        height: .5rem;\n        margin: 0 .3rem\n    }\n\n    .popover .arrow::before,\n    .popover .arrow::after {\n        position: absolute;\n        display: block;\n        content: \"\";\n        border-color: transparent;\n        border-style: solid\n    }\n\n    .bs-popover-top,\n    .bs-popover-auto[x-placement^=top] {\n        margin-bottom: .5rem\n    }\n\n    .bs-popover-top\u003e.arrow,\n    .bs-popover-auto[x-placement^=top]\u003e.arrow {\n        bottom: calc(-.5rem - 1px)\n    }\n\n    .bs-popover-top\u003e.arrow::before,\n    .bs-popover-auto[x-placement^=top]\u003e.arrow::before {\n        bottom: 0;\n        border-width: .5rem .5rem 0;\n        border-top-color: rgba(0, 0, 0, .25)\n    }\n\n    .bs-popover-top\u003e.arrow::after,\n    .bs-popover-auto[x-placement^=top]\u003e.arrow::after {\n        bottom: 1px;\n        border-width: .5rem .5rem 0;\n        border-top-color: #fff\n    }\n\n    .bs-popover-right,\n    .bs-popover-auto[x-placement^=right] {\n        margin-left: .5rem\n    }\n\n    .bs-popover-right\u003e.arrow,\n    .bs-popover-auto[x-placement^=right]\u003e.arrow {\n        left: calc(-.5rem - 1px);\n        width: .5rem;\n        height: 1rem;\n        margin: .3rem 0\n    }\n\n    .bs-popover-right\u003e.arrow::before,\n    .bs-popover-auto[x-placement^=right]\u003e.arrow::before {\n        left: 0;\n        border-width: .5rem .5rem .5rem 0;\n        border-right-color: rgba(0, 0, 0, .25)\n    }\n\n    .bs-popover-right\u003e.arrow::after,\n    .bs-popover-auto[x-placement^=right]\u003e.arrow::after {\n        left: 1px;\n        border-width: .5rem .5rem .5rem 0;\n        border-right-color: #fff\n    }\n\n    .bs-popover-bottom,\n    .bs-popover-auto[x-placement^=bottom] {\n        margin-top: .5rem\n    }\n\n    .bs-popover-bottom\u003e.arrow,\n    .bs-popover-auto[x-placement^=bottom]\u003e.arrow {\n        top: calc(-.5rem - 1px)\n    }\n\n    .bs-popover-bottom\u003e.arrow::before,\n    .bs-popover-auto[x-placement^=bottom]\u003e.arrow::before {\n        top: 0;\n        border-width: 0 .5rem .5rem;\n        border-bottom-color: rgba(0, 0, 0, .25)\n    }\n\n    .bs-popover-bottom\u003e.arrow::after,\n    .bs-popover-auto[x-placement^=bottom]\u003e.arrow::after {\n        top: 1px;\n        border-width: 0 .5rem .5rem;\n        border-bottom-color: #fff\n    }\n\n    .bs-popover-bottom .popover-header::before,\n    .bs-popover-auto[x-placement^=bottom] .popover-header::before {\n        position: absolute;\n        top: 0;\n        left: 50%;\n        display: block;\n        width: 1rem;\n        margin-left: -.5rem;\n        content: \"\";\n        border-bottom: 1px solid #f7f7f7\n    }\n\n    .bs-popover-left,\n    .bs-popover-auto[x-placement^=left] {\n        margin-right: .5rem\n    }\n\n    .bs-popover-left\u003e.arrow,\n    .bs-popover-auto[x-placement^=left]\u003e.arrow {\n        right: calc(-.5rem - 1px);\n        width: .5rem;\n        height: 1rem;\n        margin: .3rem 0\n    }\n\n    .bs-popover-left\u003e.arrow::before,\n    .bs-popover-auto[x-placement^=left]\u003e.arrow::before {\n        right: 0;\n        border-width: .5rem 0 .5rem .5rem;\n        border-left-color: rgba(0, 0, 0, .25)\n    }\n\n    .bs-popover-left\u003e.arrow::after,\n    .bs-popover-auto[x-placement^=left]\u003e.arrow::after {\n        right: 1px;\n        border-width: .5rem 0 .5rem .5rem;\n        border-left-color: #fff\n    }\n\n    .popover-header {\n        padding: .5rem .75rem;\n        margin-bottom: 0;\n        font-size: 1rem;\n        background-color: #f7f7f7;\n        border-bottom: 1px solid #ebebeb;\n        border-top-left-radius: calc(.3rem - 1px);\n        border-top-right-radius: calc(.3rem - 1px)\n    }\n\n    .popover-header:empty {\n        display: none\n    }\n\n    .popover-body {\n        padding: .5rem .75rem;\n        color: #323436\n    }\n\n    .carousel {\n        position: relative\n    }\n\n    .carousel.pointer-event {\n        touch-action: pan-y\n    }\n\n    .carousel-inner {\n        position: relative;\n        width: 100%;\n        overflow: hidden\n    }\n\n    .carousel-inner::after {\n        display: block;\n        clear: both;\n        content: \"\"\n    }\n\n    .carousel-item {\n        position: relative;\n        display: none;\n        float: left;\n        width: 100%;\n        margin-right: -100%;\n        backface-visibility: hidden;\n        transition: transform .6s ease-in-out\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .carousel-item {\n            transition: none\n        }\n    }\n\n    .carousel-item.active,\n    .carousel-item-next,\n    .carousel-item-prev {\n        display: block\n    }\n\n    .carousel-item-next:not(.carousel-item-left),\n    .active.carousel-item-right {\n        transform: translateX(100%)\n    }\n\n    .carousel-item-prev:not(.carousel-item-right),\n    .active.carousel-item-left {\n        transform: translateX(-100%)\n    }\n\n    .carousel-fade .carousel-item {\n        opacity: 0;\n        transition-property: opacity;\n        transform: none\n    }\n\n    .carousel-fade .carousel-item.active,\n    .carousel-fade .carousel-item-next.carousel-item-left,\n    .carousel-fade .carousel-item-prev.carousel-item-right {\n        z-index: 1;\n        opacity: 1\n    }\n\n    .carousel-fade .active.carousel-item-left,\n    .carousel-fade .active.carousel-item-right {\n        z-index: 0;\n        opacity: 0;\n        transition: opacity 0s .6s\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n\n        .carousel-fade .active.carousel-item-left,\n        .carousel-fade .active.carousel-item-right {\n            transition: none\n        }\n    }\n\n    .carousel-control-prev,\n    .carousel-control-next {\n        position: absolute;\n        top: 0;\n        bottom: 0;\n        z-index: 1;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 15%;\n        color: #fff;\n        text-align: center;\n        opacity: .5;\n        transition: opacity .15s ease\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n\n        .carousel-control-prev,\n        .carousel-control-next {\n            transition: none\n        }\n    }\n\n    .carousel-control-prev:hover,\n    .carousel-control-prev:focus,\n    .carousel-control-next:hover,\n    .carousel-control-next:focus {\n        color: #fff;\n        text-decoration: none;\n        outline: 0;\n        opacity: .9\n    }\n\n    .carousel-control-prev {\n        left: 0\n    }\n\n    .carousel-control-next {\n        right: 0\n    }\n\n    .carousel-control-prev-icon,\n    .carousel-control-next-icon {\n        display: inline-block;\n        width: 20px;\n        height: 20px;\n        background: no-repeat 50%\/100% 100%\n    }\n\n    .carousel-control-prev-icon {\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'\/%3e%3c\/svg%3e\")\n    }\n\n    .carousel-control-next-icon {\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'\/%3e%3c\/svg%3e\")\n    }\n\n    .carousel-indicators {\n        position: absolute;\n        right: 0;\n        bottom: 0;\n        left: 0;\n        z-index: 15;\n        display: flex;\n        justify-content: center;\n        padding-left: 0;\n        margin-right: 15%;\n        margin-left: 15%;\n        list-style: none\n    }\n\n    .carousel-indicators li {\n        box-sizing: content-box;\n        flex: initial;\n        width: 30px;\n        height: 3px;\n        margin-right: 3px;\n        margin-left: 3px;\n        text-indent: -999px;\n        cursor: pointer;\n        background-color: #fff;\n        background-clip: padding-box;\n        border-top: 10px solid transparent;\n        border-bottom: 10px solid transparent;\n        opacity: .5;\n        transition: opacity .6s ease\n    }\n\n    @media(prefers-reduced-motion:reduce) {\n        .carousel-indicators li {\n            transition: none\n        }\n    }\n\n    .carousel-indicators .active {\n        opacity: 1\n    }\n\n    .carousel-caption {\n        position: absolute;\n        right: 15%;\n        bottom: 20px;\n        left: 15%;\n        z-index: 10;\n        padding-top: 20px;\n        padding-bottom: 20px;\n        color: #fff;\n        text-align: center\n    }\n\n    @keyframes spinner-border {\n        to {\n            transform: rotate(360deg)\n        }\n    }\n\n    .spinner-border {\n        display: inline-block;\n        width: 2rem;\n        height: 2rem;\n        vertical-align: text-bottom;\n        border: .25em solid;\n        border-right-color: transparent;\n        border-radius: 50%;\n        animation: spinner-border .75s linear infinite\n    }\n\n    .spinner-border-sm {\n        width: 1rem;\n        height: 1rem;\n        border-width: .2em\n    }\n\n    @keyframes spinner-grow {\n        0% {\n            transform: scale(0)\n        }\n\n        50% {\n            opacity: 1;\n            transform: none\n        }\n    }\n\n    .spinner-grow {\n        display: inline-block;\n        width: 2rem;\n        height: 2rem;\n        vertical-align: text-bottom;\n        background-color: currentColor;\n        border-radius: 50%;\n        opacity: 0;\n        animation: spinner-grow .75s linear infinite\n    }\n\n    .spinner-grow-sm {\n        width: 1rem;\n        height: 1rem\n    }\n\n    .align-baseline {\n        vertical-align: baseline !important\n    }\n\n    .align-top {\n        vertical-align: top !important\n    }\n\n    .align-middle {\n        vertical-align: middle !important\n    }\n\n    .align-bottom {\n        vertical-align: bottom !important\n    }\n\n    .align-text-bottom {\n        vertical-align: text-bottom !important\n    }\n\n    .align-text-top {\n        vertical-align: text-top !important\n    }\n\n    .bg-primary {\n        background-color: #1abc9c !important\n    }\n\n    a.bg-primary:hover,\n    a.bg-primary:focus,\n    button.bg-primary:hover,\n    button.bg-primary:focus {\n        background-color: #148f77 !important\n    }\n\n    .bg-secondary {\n        background-color: #484848 !important\n    }\n\n    a.bg-secondary:hover,\n    a.bg-secondary:focus,\n    button.bg-secondary:hover,\n    button.bg-secondary:focus {\n        background-color: #2f2f2f !important\n    }\n\n    .bg-success {\n        background-color: #1abc9c !important\n    }\n\n    a.bg-success:hover,\n    a.bg-success:focus,\n    button.bg-success:hover,\n    button.bg-success:focus {\n        background-color: #148f77 !important\n    }\n\n    .bg-info {\n        background-color: #17a2b8 !important\n    }\n\n    a.bg-info:hover,\n    a.bg-info:focus,\n    button.bg-info:hover,\n    button.bg-info:focus {\n        background-color: #117a8b !important\n    }\n\n    .bg-warning {\n        background-color: #ffc107 !important\n    }\n\n    a.bg-warning:hover,\n    a.bg-warning:focus,\n    button.bg-warning:hover,\n    button.bg-warning:focus {\n        background-color: #d39e00 !important\n    }\n\n    .bg-danger {\n        background-color: #dc3545 !important\n    }\n\n    a.bg-danger:hover,\n    a.bg-danger:focus,\n    button.bg-danger:hover,\n    button.bg-danger:focus {\n        background-color: #bd2130 !important\n    }\n\n    .bg-light {\n        background-color: #f7f7f7 !important\n    }\n\n    a.bg-light:hover,\n    a.bg-light:focus,\n    button.bg-light:hover,\n    button.bg-light:focus {\n        background-color: #dedede !important\n    }\n\n    .bg-dark {\n        background-color: #222 !important\n    }\n\n    a.bg-dark:hover,\n    a.bg-dark:focus,\n    button.bg-dark:hover,\n    button.bg-dark:focus {\n        background-color: #090909 !important\n    }\n\n    .bg-white {\n        background-color: #fff !important\n    }\n\n    .bg-transparent {\n        background-color: transparent !important\n    }\n\n    .border {\n        border: 1px solid #dee2e6 !important\n    }\n\n    .border-top {\n        border-top: 1px solid #dee2e6 !important\n    }\n\n    .border-right {\n        border-right: 1px solid #dee2e6 !important\n    }\n\n    .border-bottom {\n        border-bottom: 1px solid #dee2e6 !important\n    }\n\n    .border-left {\n        border-left: 1px solid #dee2e6 !important\n    }\n\n    .border-0 {\n        border: 0 !important\n    }\n\n    .border-top-0 {\n        border-top: 0 !important\n    }\n\n    .border-right-0 {\n        border-right: 0 !important\n    }\n\n    .border-bottom-0 {\n        border-bottom: 0 !important\n    }\n\n    .border-left-0 {\n        border-left: 0 !important\n    }\n\n    .border-primary {\n        border-color: #1abc9c !important\n    }\n\n    .border-secondary {\n        border-color: #484848 !important\n    }\n\n    .border-success {\n        border-color: #1abc9c !important\n    }\n\n    .border-info {\n        border-color: #17a2b8 !important\n    }\n\n    .border-warning {\n        border-color: #ffc107 !important\n    }\n\n    .border-danger {\n        border-color: #dc3545 !important\n    }\n\n    .border-light {\n        border-color: #f7f7f7 !important\n    }\n\n    .border-dark {\n        border-color: #222 !important\n    }\n\n    .border-white {\n        border-color: #fff !important\n    }\n\n    .rounded-sm {\n        border-radius: .2rem !important\n    }\n\n    .rounded {\n        border-radius: .25rem !important\n    }\n\n    .rounded-top {\n        border-top-left-radius: .25rem !important;\n        border-top-right-radius: .25rem !important\n    }\n\n    .rounded-right {\n        border-top-right-radius: .25rem !important;\n        border-bottom-right-radius: .25rem !important\n    }\n\n    .rounded-bottom {\n        border-bottom-right-radius: .25rem !important;\n        border-bottom-left-radius: .25rem !important\n    }\n\n    .rounded-left {\n        border-top-left-radius: .25rem !important;\n        border-bottom-left-radius: .25rem !important\n    }\n\n    .rounded-lg {\n        border-radius: .3rem !important\n    }\n\n    .rounded-circle {\n        border-radius: 50% !important\n    }\n\n    .rounded-pill {\n        border-radius: 50rem !important\n    }\n\n    .rounded-0 {\n        border-radius: 0 !important\n    }\n\n    .clearfix::after {\n        display: block;\n        clear: both;\n        content: \"\"\n    }\n\n    .d-none {\n        display: none !important\n    }\n\n    .d-inline {\n        display: inline !important\n    }\n\n    .d-inline-block {\n        display: inline-block !important\n    }\n\n    .d-block {\n        display: block !important\n    }\n\n    .d-table {\n        display: table !important\n    }\n\n    .d-table-row {\n        display: table-row !important\n    }\n\n    .d-table-cell {\n        display: table-cell !important\n    }\n\n    .d-flex {\n        display: flex !important\n    }\n\n    .d-inline-flex {\n        display: inline-flex !important\n    }\n\n    @media(min-width:576px) {\n        .d-sm-none {\n            display: none !important\n        }\n\n        .d-sm-inline {\n            display: inline !important\n        }\n\n        .d-sm-inline-block {\n            display: inline-block !important\n        }\n\n        .d-sm-block {\n            display: block !important\n        }\n\n        .d-sm-table {\n            display: table !important\n        }\n\n        .d-sm-table-row {\n            display: table-row !important\n        }\n\n        .d-sm-table-cell {\n            display: table-cell !important\n        }\n\n        .d-sm-flex {\n            display: flex !important\n        }\n\n        .d-sm-inline-flex {\n            display: inline-flex !important\n        }\n    }\n\n    @media(min-width:768px) {\n        .d-md-none {\n            display: none !important\n        }\n\n        .d-md-inline {\n            display: inline !important\n        }\n\n        .d-md-inline-block {\n            display: inline-block !important\n        }\n\n        .d-md-block {\n            display: block !important\n        }\n\n        .d-md-table {\n            display: table !important\n        }\n\n        .d-md-table-row {\n            display: table-row !important\n        }\n\n        .d-md-table-cell {\n            display: table-cell !important\n        }\n\n        .d-md-flex {\n            display: flex !important\n        }\n\n        .d-md-inline-flex {\n            display: inline-flex !important\n        }\n    }\n\n    @media(min-width:992px) {\n        .d-lg-none {\n            display: none !important\n        }\n\n        .d-lg-inline {\n            display: inline !important\n        }\n\n        .d-lg-inline-block {\n            display: inline-block !important\n        }\n\n        .d-lg-block {\n            display: block !important\n        }\n\n        .d-lg-table {\n            display: table !important\n        }\n\n        .d-lg-table-row {\n            display: table-row !important\n        }\n\n        .d-lg-table-cell {\n            display: table-cell !important\n        }\n\n        .d-lg-flex {\n            display: flex !important\n        }\n\n        .d-lg-inline-flex {\n            display: inline-flex !important\n        }\n    }\n\n    @media(min-width:1200px) {\n        .d-xl-none {\n            display: none !important\n        }\n\n        .d-xl-inline {\n            display: inline !important\n        }\n\n        .d-xl-inline-block {\n            display: inline-block !important\n        }\n\n        .d-xl-block {\n            display: block !important\n        }\n\n        .d-xl-table {\n            display: table !important\n        }\n\n        .d-xl-table-row {\n            display: table-row !important\n        }\n\n        .d-xl-table-cell {\n            display: table-cell !important\n        }\n\n        .d-xl-flex {\n            display: flex !important\n        }\n\n        .d-xl-inline-flex {\n            display: inline-flex !important\n        }\n    }\n\n    @media print {\n        .d-print-none {\n            display: none !important\n        }\n\n        .d-print-inline {\n            display: inline !important\n        }\n\n        .d-print-inline-block {\n            display: inline-block !important\n        }\n\n        .d-print-block {\n            display: block !important\n        }\n\n        .d-print-table {\n            display: table !important\n        }\n\n        .d-print-table-row {\n            display: table-row !important\n        }\n\n        .d-print-table-cell {\n            display: table-cell !important\n        }\n\n        .d-print-flex {\n            display: flex !important\n        }\n\n        .d-print-inline-flex {\n            display: inline-flex !important\n        }\n    }\n\n    .embed-responsive {\n        position: relative;\n        display: block;\n        width: 100%;\n        padding: 0;\n        overflow: hidden\n    }\n\n    .embed-responsive::before {\n        display: block;\n        content: \"\"\n    }\n\n    .embed-responsive .embed-responsive-item,\n    .embed-responsive iframe,\n    .embed-responsive embed,\n    .embed-responsive object,\n    .embed-responsive video {\n        position: absolute;\n        top: 0;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        border: 0\n    }\n\n    .embed-responsive-21by9::before {\n        padding-top: 42.85714286%\n    }\n\n    .embed-responsive-16by9::before {\n        padding-top: 56.25%\n    }\n\n    .embed-responsive-4by3::before {\n        padding-top: 75%\n    }\n\n    .embed-responsive-1by1::before {\n        padding-top: 100%\n    }\n\n    .flex-row {\n        flex-direction: row !important\n    }\n\n    .flex-column {\n        flex-direction: column !important\n    }\n\n    .flex-row-reverse {\n        flex-direction: row-reverse !important\n    }\n\n    .flex-column-reverse {\n        flex-direction: column-reverse !important\n    }\n\n    .flex-wrap {\n        flex-wrap: wrap !important\n    }\n\n    .flex-nowrap {\n        flex-wrap: nowrap !important\n    }\n\n    .flex-wrap-reverse {\n        flex-wrap: wrap-reverse !important\n    }\n\n    .flex-fill {\n        flex: auto !important\n    }\n\n    .flex-grow-0 {\n        flex-grow: 0 !important\n    }\n\n    .flex-grow-1 {\n        flex-grow: 1 !important\n    }\n\n    .flex-shrink-0 {\n        flex-shrink: 0 !important\n    }\n\n    .flex-shrink-1 {\n        flex-shrink: 1 !important\n    }\n\n    .justify-content-start {\n        justify-content: flex-start !important\n    }\n\n    .justify-content-end {\n        justify-content: flex-end !important\n    }\n\n    .justify-content-center {\n        justify-content: center !important\n    }\n\n    .justify-content-between {\n        justify-content: space-between !important\n    }\n\n    .justify-content-around {\n        justify-content: space-around !important\n    }\n\n    .align-items-start {\n        align-items: flex-start !important\n    }\n\n    .align-items-end {\n        align-items: flex-end !important\n    }\n\n    .align-items-center {\n        align-items: center !important\n    }\n\n    .align-items-baseline {\n        align-items: baseline !important\n    }\n\n    .align-items-stretch {\n        align-items: stretch !important\n    }\n\n    .align-content-start {\n        align-content: flex-start !important\n    }\n\n    .align-content-end {\n        align-content: flex-end !important\n    }\n\n    .align-content-center {\n        align-content: center !important\n    }\n\n    .align-content-between {\n        align-content: space-between !important\n    }\n\n    .align-content-around {\n        align-content: space-around !important\n    }\n\n    .align-content-stretch {\n        align-content: stretch !important\n    }\n\n    .align-self-auto {\n        align-self: auto !important\n    }\n\n    .align-self-start {\n        align-self: flex-start !important\n    }\n\n    .align-self-end {\n        align-self: flex-end !important\n    }\n\n    .align-self-center {\n        align-self: center !important\n    }\n\n    .align-self-baseline {\n        align-self: baseline !important\n    }\n\n    .align-self-stretch {\n        align-self: stretch !important\n    }\n\n    @media(min-width:576px) {\n        .flex-sm-row {\n            flex-direction: row !important\n        }\n\n        .flex-sm-column {\n            flex-direction: column !important\n        }\n\n        .flex-sm-row-reverse {\n            flex-direction: row-reverse !important\n        }\n\n        .flex-sm-column-reverse {\n            flex-direction: column-reverse !important\n        }\n\n        .flex-sm-wrap {\n            flex-wrap: wrap !important\n        }\n\n        .flex-sm-nowrap {\n            flex-wrap: nowrap !important\n        }\n\n        .flex-sm-wrap-reverse {\n            flex-wrap: wrap-reverse !important\n        }\n\n        .flex-sm-fill {\n            flex: auto !important\n        }\n\n        .flex-sm-grow-0 {\n            flex-grow: 0 !important\n        }\n\n        .flex-sm-grow-1 {\n            flex-grow: 1 !important\n        }\n\n        .flex-sm-shrink-0 {\n            flex-shrink: 0 !important\n        }\n\n        .flex-sm-shrink-1 {\n            flex-shrink: 1 !important\n        }\n\n        .justify-content-sm-start {\n            justify-content: flex-start !important\n        }\n\n        .justify-content-sm-end {\n            justify-content: flex-end !important\n        }\n\n        .justify-content-sm-center {\n            justify-content: center !important\n        }\n\n        .justify-content-sm-between {\n            justify-content: space-between !important\n        }\n\n        .justify-content-sm-around {\n            justify-content: space-around !important\n        }\n\n        .align-items-sm-start {\n            align-items: flex-start !important\n        }\n\n        .align-items-sm-end {\n            align-items: flex-end !important\n        }\n\n        .align-items-sm-center {\n            align-items: center !important\n        }\n\n        .align-items-sm-baseline {\n            align-items: baseline !important\n        }\n\n        .align-items-sm-stretch {\n            align-items: stretch !important\n        }\n\n        .align-content-sm-start {\n            align-content: flex-start !important\n        }\n\n        .align-content-sm-end {\n            align-content: flex-end !important\n        }\n\n        .align-content-sm-center {\n            align-content: center !important\n        }\n\n        .align-content-sm-between {\n            align-content: space-between !important\n        }\n\n        .align-content-sm-around {\n            align-content: space-around !important\n        }\n\n        .align-content-sm-stretch {\n            align-content: stretch !important\n        }\n\n        .align-self-sm-auto {\n            align-self: auto !important\n        }\n\n        .align-self-sm-start {\n            align-self: flex-start !important\n        }\n\n        .align-self-sm-end {\n            align-self: flex-end !important\n        }\n\n        .align-self-sm-center {\n            align-self: center !important\n        }\n\n        .align-self-sm-baseline {\n            align-self: baseline !important\n        }\n\n        .align-self-sm-stretch {\n            align-self: stretch !important\n        }\n    }\n\n    @media(min-width:768px) {\n        .flex-md-row {\n            flex-direction: row !important\n        }\n\n        .flex-md-column {\n            flex-direction: column !important\n        }\n\n        .flex-md-row-reverse {\n            flex-direction: row-reverse !important\n        }\n\n        .flex-md-column-reverse {\n            flex-direction: column-reverse !important\n        }\n\n        .flex-md-wrap {\n            flex-wrap: wrap !important\n        }\n\n        .flex-md-nowrap {\n            flex-wrap: nowrap !important\n        }\n\n        .flex-md-wrap-reverse {\n            flex-wrap: wrap-reverse !important\n        }\n\n        .flex-md-fill {\n            flex: auto !important\n        }\n\n        .flex-md-grow-0 {\n            flex-grow: 0 !important\n        }\n\n        .flex-md-grow-1 {\n            flex-grow: 1 !important\n        }\n\n        .flex-md-shrink-0 {\n            flex-shrink: 0 !important\n        }\n\n        .flex-md-shrink-1 {\n            flex-shrink: 1 !important\n        }\n\n        .justify-content-md-start {\n            justify-content: flex-start !important\n        }\n\n        .justify-content-md-end {\n            justify-content: flex-end !important\n        }\n\n        .justify-content-md-center {\n            justify-content: center !important\n        }\n\n        .justify-content-md-between {\n            justify-content: space-between !important\n        }\n\n        .justify-content-md-around {\n            justify-content: space-around !important\n        }\n\n        .align-items-md-start {\n            align-items: flex-start !important\n        }\n\n        .align-items-md-end {\n            align-items: flex-end !important\n        }\n\n        .align-items-md-center {\n            align-items: center !important\n        }\n\n        .align-items-md-baseline {\n            align-items: baseline !important\n        }\n\n        .align-items-md-stretch {\n            align-items: stretch !important\n        }\n\n        .align-content-md-start {\n            align-content: flex-start !important\n        }\n\n        .align-content-md-end {\n            align-content: flex-end !important\n        }\n\n        .align-content-md-center {\n            align-content: center !important\n        }\n\n        .align-content-md-between {\n            align-content: space-between !important\n        }\n\n        .align-content-md-around {\n            align-content: space-around !important\n        }\n\n        .align-content-md-stretch {\n            align-content: stretch !important\n        }\n\n        .align-self-md-auto {\n            align-self: auto !important\n        }\n\n        .align-self-md-start {\n            align-self: flex-start !important\n        }\n\n        .align-self-md-end {\n            align-self: flex-end !important\n        }\n\n        .align-self-md-center {\n            align-self: center !important\n        }\n\n        .align-self-md-baseline {\n            align-self: baseline !important\n        }\n\n        .align-self-md-stretch {\n            align-self: stretch !important\n        }\n    }\n\n    @media(min-width:992px) {\n        .flex-lg-row {\n            flex-direction: row !important\n        }\n\n        .flex-lg-column {\n            flex-direction: column !important\n        }\n\n        .flex-lg-row-reverse {\n            flex-direction: row-reverse !important\n        }\n\n        .flex-lg-column-reverse {\n            flex-direction: column-reverse !important\n        }\n\n        .flex-lg-wrap {\n            flex-wrap: wrap !important\n        }\n\n        .flex-lg-nowrap {\n            flex-wrap: nowrap !important\n        }\n\n        .flex-lg-wrap-reverse {\n            flex-wrap: wrap-reverse !important\n        }\n\n        .flex-lg-fill {\n            flex: auto !important\n        }\n\n        .flex-lg-grow-0 {\n            flex-grow: 0 !important\n        }\n\n        .flex-lg-grow-1 {\n            flex-grow: 1 !important\n        }\n\n        .flex-lg-shrink-0 {\n            flex-shrink: 0 !important\n        }\n\n        .flex-lg-shrink-1 {\n            flex-shrink: 1 !important\n        }\n\n        .justify-content-lg-start {\n            justify-content: flex-start !important\n        }\n\n        .justify-content-lg-end {\n            justify-content: flex-end !important\n        }\n\n        .justify-content-lg-center {\n            justify-content: center !important\n        }\n\n        .justify-content-lg-between {\n            justify-content: space-between !important\n        }\n\n        .justify-content-lg-around {\n            justify-content: space-around !important\n        }\n\n        .align-items-lg-start {\n            align-items: flex-start !important\n        }\n\n        .align-items-lg-end {\n            align-items: flex-end !important\n        }\n\n        .align-items-lg-center {\n            align-items: center !important\n        }\n\n        .align-items-lg-baseline {\n            align-items: baseline !important\n        }\n\n        .align-items-lg-stretch {\n            align-items: stretch !important\n        }\n\n        .align-content-lg-start {\n            align-content: flex-start !important\n        }\n\n        .align-content-lg-end {\n            align-content: flex-end !important\n        }\n\n        .align-content-lg-center {\n            align-content: center !important\n        }\n\n        .align-content-lg-between {\n            align-content: space-between !important\n        }\n\n        .align-content-lg-around {\n            align-content: space-around !important\n        }\n\n        .align-content-lg-stretch {\n            align-content: stretch !important\n        }\n\n        .align-self-lg-auto {\n            align-self: auto !important\n        }\n\n        .align-self-lg-start {\n            align-self: flex-start !important\n        }\n\n        .align-self-lg-end {\n            align-self: flex-end !important\n        }\n\n        .align-self-lg-center {\n            align-self: center !important\n        }\n\n        .align-self-lg-baseline {\n            align-self: baseline !important\n        }\n\n        .align-self-lg-stretch {\n            align-self: stretch !important\n        }\n    }\n\n    @media(min-width:1200px) {\n        .flex-xl-row {\n            flex-direction: row !important\n        }\n\n        .flex-xl-column {\n            flex-direction: column !important\n        }\n\n        .flex-xl-row-reverse {\n            flex-direction: row-reverse !important\n        }\n\n        .flex-xl-column-reverse {\n            flex-direction: column-reverse !important\n        }\n\n        .flex-xl-wrap {\n            flex-wrap: wrap !important\n        }\n\n        .flex-xl-nowrap {\n            flex-wrap: nowrap !important\n        }\n\n        .flex-xl-wrap-reverse {\n            flex-wrap: wrap-reverse !important\n        }\n\n        .flex-xl-fill {\n            flex: auto !important\n        }\n\n        .flex-xl-grow-0 {\n            flex-grow: 0 !important\n        }\n\n        .flex-xl-grow-1 {\n            flex-grow: 1 !important\n        }\n\n        .flex-xl-shrink-0 {\n            flex-shrink: 0 !important\n        }\n\n        .flex-xl-shrink-1 {\n            flex-shrink: 1 !important\n        }\n\n        .justify-content-xl-start {\n            justify-content: flex-start !important\n        }\n\n        .justify-content-xl-end {\n            justify-content: flex-end !important\n        }\n\n        .justify-content-xl-center {\n            justify-content: center !important\n        }\n\n        .justify-content-xl-between {\n            justify-content: space-between !important\n        }\n\n        .justify-content-xl-around {\n            justify-content: space-around !important\n        }\n\n        .align-items-xl-start {\n            align-items: flex-start !important\n        }\n\n        .align-items-xl-end {\n            align-items: flex-end !important\n        }\n\n        .align-items-xl-center {\n            align-items: center !important\n        }\n\n        .align-items-xl-baseline {\n            align-items: baseline !important\n        }\n\n        .align-items-xl-stretch {\n            align-items: stretch !important\n        }\n\n        .align-content-xl-start {\n            align-content: flex-start !important\n        }\n\n        .align-content-xl-end {\n            align-content: flex-end !important\n        }\n\n        .align-content-xl-center {\n            align-content: center !important\n        }\n\n        .align-content-xl-between {\n            align-content: space-between !important\n        }\n\n        .align-content-xl-around {\n            align-content: space-around !important\n        }\n\n        .align-content-xl-stretch {\n            align-content: stretch !important\n        }\n\n        .align-self-xl-auto {\n            align-self: auto !important\n        }\n\n        .align-self-xl-start {\n            align-self: flex-start !important\n        }\n\n        .align-self-xl-end {\n            align-self: flex-end !important\n        }\n\n        .align-self-xl-center {\n            align-self: center !important\n        }\n\n        .align-self-xl-baseline {\n            align-self: baseline !important\n        }\n\n        .align-self-xl-stretch {\n            align-self: stretch !important\n        }\n    }\n\n    .float-left {\n        float: left !important\n    }\n\n    .float-right {\n        float: right !important\n    }\n\n    .float-none {\n        float: none !important\n    }\n\n    @media(min-width:576px) {\n        .float-sm-left {\n            float: left !important\n        }\n\n        .float-sm-right {\n            float: right !important\n        }\n\n        .float-sm-none {\n            float: none !important\n        }\n    }\n\n    @media(min-width:768px) {\n        .float-md-left {\n            float: left !important\n        }\n\n        .float-md-right {\n            float: right !important\n        }\n\n        .float-md-none {\n            float: none !important\n        }\n    }\n\n    @media(min-width:992px) {\n        .float-lg-left {\n            float: left !important\n        }\n\n        .float-lg-right {\n            float: right !important\n        }\n\n        .float-lg-none {\n            float: none !important\n        }\n    }\n\n    @media(min-width:1200px) {\n        .float-xl-left {\n            float: left !important\n        }\n\n        .float-xl-right {\n            float: right !important\n        }\n\n        .float-xl-none {\n            float: none !important\n        }\n    }\n\n    .user-select-all {\n        user-select: all !important\n    }\n\n    .user-select-auto {\n        user-select: auto !important\n    }\n\n    .user-select-none {\n        user-select: none !important\n    }\n\n    .overflow-auto {\n        overflow: auto !important\n    }\n\n    .overflow-hidden {\n        overflow: hidden !important\n    }\n\n    .position-static {\n        position: static !important\n    }\n\n    .position-relative {\n        position: relative !important\n    }\n\n    .position-absolute {\n        position: absolute !important\n    }\n\n    .position-fixed {\n        position: fixed !important\n    }\n\n    .position-sticky {\n        position: sticky !important\n    }\n\n    .fixed-top {\n        position: fixed;\n        top: 0;\n        right: 0;\n        left: 0;\n        z-index: 1030\n    }\n\n    .fixed-bottom {\n        position: fixed;\n        right: 0;\n        bottom: 0;\n        left: 0;\n        z-index: 1030\n    }\n\n    @supports(position:sticky) {\n        .sticky-top {\n            position: sticky;\n            top: 0;\n            z-index: 1020\n        }\n    }\n\n    .sr-only {\n        position: absolute;\n        width: 1px;\n        height: 1px;\n        padding: 0;\n        margin: -1px;\n        overflow: hidden;\n        clip: rect(0, 0, 0, 0);\n        white-space: nowrap;\n        border: 0\n    }\n\n    .sr-only-focusable:active,\n    .sr-only-focusable:focus {\n        position: static;\n        width: auto;\n        height: auto;\n        overflow: visible;\n        clip: auto;\n        white-space: normal\n    }\n\n    .shadow-sm {\n        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important\n    }\n\n    .shadow {\n        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important\n    }\n\n    .shadow-lg {\n        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important\n    }\n\n    .shadow-none {\n        box-shadow: none !important\n    }\n\n    .w-25 {\n        width: 25% !important\n    }\n\n    .w-50 {\n        width: 50% !important\n    }\n\n    .w-75 {\n        width: 75% !important\n    }\n\n    .w-100 {\n        width: 100% !important\n    }\n\n    .w-auto {\n        width: auto !important\n    }\n\n    .h-25 {\n        height: 25% !important\n    }\n\n    .h-50 {\n        height: 50% !important\n    }\n\n    .h-75 {\n        height: 75% !important\n    }\n\n    .h-100 {\n        height: 100% !important\n    }\n\n    .h-auto {\n        height: auto !important\n    }\n\n    .mw-100 {\n        max-width: 100% !important\n    }\n\n    .mh-100 {\n        max-height: 100% !important\n    }\n\n    .min-vw-100 {\n        min-width: 100vw !important\n    }\n\n    .min-vh-100 {\n        min-height: 100vh !important\n    }\n\n    .vw-100 {\n        width: 100vw !important\n    }\n\n    .vh-100 {\n        height: 100vh !important\n    }\n\n    .m-0 {\n        margin: 0 !important\n    }\n\n    .mt-0,\n    .my-0 {\n        margin-top: 0 !important\n    }\n\n    .mr-0,\n    .mx-0 {\n        margin-right: 0 !important\n    }\n\n    .mb-0,\n    .my-0 {\n        margin-bottom: 0 !important\n    }\n\n    .ml-0,\n    .mx-0 {\n        margin-left: 0 !important\n    }\n\n    .m-1 {\n        margin: .25rem !important\n    }\n\n    .mt-1,\n    .my-1 {\n        margin-top: .25rem !important\n    }\n\n    .mr-1,\n    .mx-1 {\n        margin-right: .25rem !important\n    }\n\n    .mb-1,\n    .my-1 {\n        margin-bottom: .25rem !important\n    }\n\n    .ml-1,\n    .mx-1 {\n        margin-left: .25rem !important\n    }\n\n    .m-2 {\n        margin: .5rem !important\n    }\n\n    .mt-2,\n    .my-2 {\n        margin-top: .5rem !important\n    }\n\n    .mr-2,\n    .mx-2 {\n        margin-right: .5rem !important\n    }\n\n    .mb-2,\n    .my-2 {\n        margin-bottom: .5rem !important\n    }\n\n    .ml-2,\n    .mx-2 {\n        margin-left: .5rem !important\n    }\n\n    .m-3 {\n        margin: 1rem !important\n    }\n\n    .mt-3,\n    .my-3 {\n        margin-top: 1rem !important\n    }\n\n    .mr-3,\n    .mx-3 {\n        margin-right: 1rem !important\n    }\n\n    .mb-3,\n    .my-3 {\n        margin-bottom: 1rem !important\n    }\n\n    .ml-3,\n    .mx-3 {\n        margin-left: 1rem !important\n    }\n\n    .m-4 {\n        margin: 1.5rem !important\n    }\n\n    .mt-4,\n    .my-4 {\n        margin-top: 1.5rem !important\n    }\n\n    .mr-4,\n    .mx-4 {\n        margin-right: 1.5rem !important\n    }\n\n    .mb-4,\n    .my-4 {\n        margin-bottom: 1.5rem !important\n    }\n\n    .ml-4,\n    .mx-4 {\n        margin-left: 1.5rem !important\n    }\n\n    .m-5 {\n        margin: 3rem !important\n    }\n\n    .mt-5,\n    .my-5 {\n        margin-top: 3rem !important\n    }\n\n    .mr-5,\n    .mx-5 {\n        margin-right: 3rem !important\n    }\n\n    .mb-5,\n    .my-5 {\n        margin-bottom: 3rem !important\n    }\n\n    .ml-5,\n    .mx-5 {\n        margin-left: 3rem !important\n    }\n\n    .p-0 {\n        padding: 0 !important\n    }\n\n    .pt-0,\n    .py-0 {\n        padding-top: 0 !important\n    }\n\n    .pr-0,\n    .px-0 {\n        padding-right: 0 !important\n    }\n\n    .pb-0,\n    .py-0 {\n        padding-bottom: 0 !important\n    }\n\n    .pl-0,\n    .px-0 {\n        padding-left: 0 !important\n    }\n\n    .p-1 {\n        padding: .25rem !important\n    }\n\n    .pt-1,\n    .py-1 {\n        padding-top: .25rem !important\n    }\n\n    .pr-1,\n    .px-1 {\n        padding-right: .25rem !important\n    }\n\n    .pb-1,\n    .py-1 {\n        padding-bottom: .25rem !important\n    }\n\n    .pl-1,\n    .px-1 {\n        padding-left: .25rem !important\n    }\n\n    .p-2 {\n        padding: .5rem !important\n    }\n\n    .pt-2,\n    .py-2 {\n        padding-top: .5rem !important\n    }\n\n    .pr-2,\n    .px-2 {\n        padding-right: .5rem !important\n    }\n\n    .pb-2,\n    .py-2 {\n        padding-bottom: .5rem !important\n    }\n\n    .pl-2,\n    .px-2 {\n        padding-left: .5rem !important\n    }\n\n    .p-3 {\n        padding: 1rem !important\n    }\n\n    .pt-3,\n    .py-3 {\n        padding-top: 1rem !important\n    }\n\n    .pr-3,\n    .px-3 {\n        padding-right: 1rem !important\n    }\n\n    .pb-3,\n    .py-3 {\n        padding-bottom: 1rem !important\n    }\n\n    .pl-3,\n    .px-3 {\n        padding-left: 1rem !important\n    }\n\n    .p-4 {\n        padding: 1.5rem !important\n    }\n\n    .pt-4,\n    .py-4 {\n        padding-top: 1.5rem !important\n    }\n\n    .pr-4,\n    .px-4 {\n        padding-right: 1.5rem !important\n    }\n\n    .pb-4,\n    .py-4 {\n        padding-bottom: 1.5rem !important\n    }\n\n    .pl-4,\n    .px-4 {\n        padding-left: 1.5rem !important\n    }\n\n    .p-5 {\n        padding: 3rem !important\n    }\n\n    .pt-5,\n    .py-5 {\n        padding-top: 3rem !important\n    }\n\n    .pr-5,\n    .px-5 {\n        padding-right: 3rem !important\n    }\n\n    .pb-5,\n    .py-5 {\n        padding-bottom: 3rem !important\n    }\n\n    .pl-5,\n    .px-5 {\n        padding-left: 3rem !important\n    }\n\n    .m-n1 {\n        margin: -.25rem !important\n    }\n\n    .mt-n1,\n    .my-n1 {\n        margin-top: -.25rem !important\n    }\n\n    .mr-n1,\n    .mx-n1 {\n        margin-right: -.25rem !important\n    }\n\n    .mb-n1,\n    .my-n1 {\n        margin-bottom: -.25rem !important\n    }\n\n    .ml-n1,\n    .mx-n1 {\n        margin-left: -.25rem !important\n    }\n\n    .m-n2 {\n        margin: -.5rem !important\n    }\n\n    .mt-n2,\n    .my-n2 {\n        margin-top: -.5rem !important\n    }\n\n    .mr-n2,\n    .mx-n2 {\n        margin-right: -.5rem !important\n    }\n\n    .mb-n2,\n    .my-n2 {\n        margin-bottom: -.5rem !important\n    }\n\n    .ml-n2,\n    .mx-n2 {\n        margin-left: -.5rem !important\n    }\n\n    .m-n3 {\n        margin: -1rem !important\n    }\n\n    .mt-n3,\n    .my-n3 {\n        margin-top: -1rem !important\n    }\n\n    .mr-n3,\n    .mx-n3 {\n        margin-right: -1rem !important\n    }\n\n    .mb-n3,\n    .my-n3 {\n        margin-bottom: -1rem !important\n    }\n\n    .ml-n3,\n    .mx-n3 {\n        margin-left: -1rem !important\n    }\n\n    .m-n4 {\n        margin: -1.5rem !important\n    }\n\n    .mt-n4,\n    .my-n4 {\n        margin-top: -1.5rem !important\n    }\n\n    .mr-n4,\n    .mx-n4 {\n        margin-right: -1.5rem !important\n    }\n\n    .mb-n4,\n    .my-n4 {\n        margin-bottom: -1.5rem !important\n    }\n\n    .ml-n4,\n    .mx-n4 {\n        margin-left: -1.5rem !important\n    }\n\n    .m-n5 {\n        margin: -3rem !important\n    }\n\n    .mt-n5,\n    .my-n5 {\n        margin-top: -3rem !important\n    }\n\n    .mr-n5,\n    .mx-n5 {\n        margin-right: -3rem !important\n    }\n\n    .mb-n5,\n    .my-n5 {\n        margin-bottom: -3rem !important\n    }\n\n    .ml-n5,\n    .mx-n5 {\n        margin-left: -3rem !important\n    }\n\n    .m-auto {\n        margin: auto !important\n    }\n\n    .mt-auto,\n    .my-auto {\n        margin-top: auto !important\n    }\n\n    .mr-auto,\n    .mx-auto {\n        margin-right: auto !important\n    }\n\n    .mb-auto,\n    .my-auto {\n        margin-bottom: auto !important\n    }\n\n    .ml-auto,\n    .mx-auto {\n        margin-left: auto !important\n    }\n\n    @media(min-width:576px) {\n        .m-sm-0 {\n            margin: 0 !important\n        }\n\n        .mt-sm-0,\n        .my-sm-0 {\n            margin-top: 0 !important\n        }\n\n        .mr-sm-0,\n        .mx-sm-0 {\n            margin-right: 0 !important\n        }\n\n        .mb-sm-0,\n        .my-sm-0 {\n            margin-bottom: 0 !important\n        }\n\n        .ml-sm-0,\n        .mx-sm-0 {\n            margin-left: 0 !important\n        }\n\n        .m-sm-1 {\n            margin: .25rem !important\n        }\n\n        .mt-sm-1,\n        .my-sm-1 {\n            margin-top: .25rem !important\n        }\n\n        .mr-sm-1,\n        .mx-sm-1 {\n            margin-right: .25rem !important\n        }\n\n        .mb-sm-1,\n        .my-sm-1 {\n            margin-bottom: .25rem !important\n        }\n\n        .ml-sm-1,\n        .mx-sm-1 {\n            margin-left: .25rem !important\n        }\n\n        .m-sm-2 {\n            margin: .5rem !important\n        }\n\n        .mt-sm-2,\n        .my-sm-2 {\n            margin-top: .5rem !important\n        }\n\n        .mr-sm-2,\n        .mx-sm-2 {\n            margin-right: .5rem !important\n        }\n\n        .mb-sm-2,\n        .my-sm-2 {\n            margin-bottom: .5rem !important\n        }\n\n        .ml-sm-2,\n        .mx-sm-2 {\n            margin-left: .5rem !important\n        }\n\n        .m-sm-3 {\n            margin: 1rem !important\n        }\n\n        .mt-sm-3,\n        .my-sm-3 {\n            margin-top: 1rem !important\n        }\n\n        .mr-sm-3,\n        .mx-sm-3 {\n            margin-right: 1rem !important\n        }\n\n        .mb-sm-3,\n        .my-sm-3 {\n            margin-bottom: 1rem !important\n        }\n\n        .ml-sm-3,\n        .mx-sm-3 {\n            margin-left: 1rem !important\n        }\n\n        .m-sm-4 {\n            margin: 1.5rem !important\n        }\n\n        .mt-sm-4,\n        .my-sm-4 {\n            margin-top: 1.5rem !important\n        }\n\n        .mr-sm-4,\n        .mx-sm-4 {\n            margin-right: 1.5rem !important\n        }\n\n        .mb-sm-4,\n        .my-sm-4 {\n            margin-bottom: 1.5rem !important\n        }\n\n        .ml-sm-4,\n        .mx-sm-4 {\n            margin-left: 1.5rem !important\n        }\n\n        .m-sm-5 {\n            margin: 3rem !important\n        }\n\n        .mt-sm-5,\n        .my-sm-5 {\n            margin-top: 3rem !important\n        }\n\n        .mr-sm-5,\n        .mx-sm-5 {\n            margin-right: 3rem !important\n        }\n\n        .mb-sm-5,\n        .my-sm-5 {\n            margin-bottom: 3rem !important\n        }\n\n        .ml-sm-5,\n        .mx-sm-5 {\n            margin-left: 3rem !important\n        }\n\n        .p-sm-0 {\n            padding: 0 !important\n        }\n\n        .pt-sm-0,\n        .py-sm-0 {\n            padding-top: 0 !important\n        }\n\n        .pr-sm-0,\n        .px-sm-0 {\n            padding-right: 0 !important\n        }\n\n        .pb-sm-0,\n        .py-sm-0 {\n            padding-bottom: 0 !important\n        }\n\n        .pl-sm-0,\n        .px-sm-0 {\n            padding-left: 0 !important\n        }\n\n        .p-sm-1 {\n            padding: .25rem !important\n        }\n\n        .pt-sm-1,\n        .py-sm-1 {\n            padding-top: .25rem !important\n        }\n\n        .pr-sm-1,\n        .px-sm-1 {\n            padding-right: .25rem !important\n        }\n\n        .pb-sm-1,\n        .py-sm-1 {\n            padding-bottom: .25rem !important\n        }\n\n        .pl-sm-1,\n        .px-sm-1 {\n            padding-left: .25rem !important\n        }\n\n        .p-sm-2 {\n            padding: .5rem !important\n        }\n\n        .pt-sm-2,\n        .py-sm-2 {\n            padding-top: .5rem !important\n        }\n\n        .pr-sm-2,\n        .px-sm-2 {\n            padding-right: .5rem !important\n        }\n\n        .pb-sm-2,\n        .py-sm-2 {\n            padding-bottom: .5rem !important\n        }\n\n        .pl-sm-2,\n        .px-sm-2 {\n            padding-left: .5rem !important\n        }\n\n        .p-sm-3 {\n            padding: 1rem !important\n        }\n\n        .pt-sm-3,\n        .py-sm-3 {\n            padding-top: 1rem !important\n        }\n\n        .pr-sm-3,\n        .px-sm-3 {\n            padding-right: 1rem !important\n        }\n\n        .pb-sm-3,\n        .py-sm-3 {\n            padding-bottom: 1rem !important\n        }\n\n        .pl-sm-3,\n        .px-sm-3 {\n            padding-left: 1rem !important\n        }\n\n        .p-sm-4 {\n            padding: 1.5rem !important\n        }\n\n        .pt-sm-4,\n        .py-sm-4 {\n            padding-top: 1.5rem !important\n        }\n\n        .pr-sm-4,\n        .px-sm-4 {\n            padding-right: 1.5rem !important\n        }\n\n        .pb-sm-4,\n        .py-sm-4 {\n            padding-bottom: 1.5rem !important\n        }\n\n        .pl-sm-4,\n        .px-sm-4 {\n            padding-left: 1.5rem !important\n        }\n\n        .p-sm-5 {\n            padding: 3rem !important\n        }\n\n        .pt-sm-5,\n        .py-sm-5 {\n            padding-top: 3rem !important\n        }\n\n        .pr-sm-5,\n        .px-sm-5 {\n            padding-right: 3rem !important\n        }\n\n        .pb-sm-5,\n        .py-sm-5 {\n            padding-bottom: 3rem !important\n        }\n\n        .pl-sm-5,\n        .px-sm-5 {\n            padding-left: 3rem !important\n        }\n\n        .m-sm-n1 {\n            margin: -.25rem !important\n        }\n\n        .mt-sm-n1,\n        .my-sm-n1 {\n            margin-top: -.25rem !important\n        }\n\n        .mr-sm-n1,\n        .mx-sm-n1 {\n            margin-right: -.25rem !important\n        }\n\n        .mb-sm-n1,\n        .my-sm-n1 {\n            margin-bottom: -.25rem !important\n        }\n\n        .ml-sm-n1,\n        .mx-sm-n1 {\n            margin-left: -.25rem !important\n        }\n\n        .m-sm-n2 {\n            margin: -.5rem !important\n        }\n\n        .mt-sm-n2,\n        .my-sm-n2 {\n            margin-top: -.5rem !important\n        }\n\n        .mr-sm-n2,\n        .mx-sm-n2 {\n            margin-right: -.5rem !important\n        }\n\n        .mb-sm-n2,\n        .my-sm-n2 {\n            margin-bottom: -.5rem !important\n        }\n\n        .ml-sm-n2,\n        .mx-sm-n2 {\n            margin-left: -.5rem !important\n        }\n\n        .m-sm-n3 {\n            margin: -1rem !important\n        }\n\n        .mt-sm-n3,\n        .my-sm-n3 {\n            margin-top: -1rem !important\n        }\n\n        .mr-sm-n3,\n        .mx-sm-n3 {\n            margin-right: -1rem !important\n        }\n\n        .mb-sm-n3,\n        .my-sm-n3 {\n            margin-bottom: -1rem !important\n        }\n\n        .ml-sm-n3,\n        .mx-sm-n3 {\n            margin-left: -1rem !important\n        }\n\n        .m-sm-n4 {\n            margin: -1.5rem !important\n        }\n\n        .mt-sm-n4,\n        .my-sm-n4 {\n            margin-top: -1.5rem !important\n        }\n\n        .mr-sm-n4,\n        .mx-sm-n4 {\n            margin-right: -1.5rem !important\n        }\n\n        .mb-sm-n4,\n        .my-sm-n4 {\n            margin-bottom: -1.5rem !important\n        }\n\n        .ml-sm-n4,\n        .mx-sm-n4 {\n            margin-left: -1.5rem !important\n        }\n\n        .m-sm-n5 {\n            margin: -3rem !important\n        }\n\n        .mt-sm-n5,\n        .my-sm-n5 {\n            margin-top: -3rem !important\n        }\n\n        .mr-sm-n5,\n        .mx-sm-n5 {\n            margin-right: -3rem !important\n        }\n\n        .mb-sm-n5,\n        .my-sm-n5 {\n            margin-bottom: -3rem !important\n        }\n\n        .ml-sm-n5,\n        .mx-sm-n5 {\n            margin-left: -3rem !important\n        }\n\n        .m-sm-auto {\n            margin: auto !important\n        }\n\n        .mt-sm-auto,\n        .my-sm-auto {\n            margin-top: auto !important\n        }\n\n        .mr-sm-auto,\n        .mx-sm-auto {\n            margin-right: auto !important\n        }\n\n        .mb-sm-auto,\n        .my-sm-auto {\n            margin-bottom: auto !important\n        }\n\n        .ml-sm-auto,\n        .mx-sm-auto {\n            margin-left: auto !important\n        }\n    }\n\n    @media(min-width:768px) {\n        .m-md-0 {\n            margin: 0 !important\n        }\n\n        .mt-md-0,\n        .my-md-0 {\n            margin-top: 0 !important\n        }\n\n        .mr-md-0,\n        .mx-md-0 {\n            margin-right: 0 !important\n        }\n\n        .mb-md-0,\n        .my-md-0 {\n            margin-bottom: 0 !important\n        }\n\n        .ml-md-0,\n        .mx-md-0 {\n            margin-left: 0 !important\n        }\n\n        .m-md-1 {\n            margin: .25rem !important\n        }\n\n        .mt-md-1,\n        .my-md-1 {\n            margin-top: .25rem !important\n        }\n\n        .mr-md-1,\n        .mx-md-1 {\n            margin-right: .25rem !important\n        }\n\n        .mb-md-1,\n        .my-md-1 {\n            margin-bottom: .25rem !important\n        }\n\n        .ml-md-1,\n        .mx-md-1 {\n            margin-left: .25rem !important\n        }\n\n        .m-md-2 {\n            margin: .5rem !important\n        }\n\n        .mt-md-2,\n        .my-md-2 {\n            margin-top: .5rem !important\n        }\n\n        .mr-md-2,\n        .mx-md-2 {\n            margin-right: .5rem !important\n        }\n\n        .mb-md-2,\n        .my-md-2 {\n            margin-bottom: .5rem !important\n        }\n\n        .ml-md-2,\n        .mx-md-2 {\n            margin-left: .5rem !important\n        }\n\n        .m-md-3 {\n            margin: 1rem !important\n        }\n\n        .mt-md-3,\n        .my-md-3 {\n            margin-top: 1rem !important\n        }\n\n        .mr-md-3,\n        .mx-md-3 {\n            margin-right: 1rem !important\n        }\n\n        .mb-md-3,\n        .my-md-3 {\n            margin-bottom: 1rem !important\n        }\n\n        .ml-md-3,\n        .mx-md-3 {\n            margin-left: 1rem !important\n        }\n\n        .m-md-4 {\n            margin: 1.5rem !important\n        }\n\n        .mt-md-4,\n        .my-md-4 {\n            margin-top: 1.5rem !important\n        }\n\n        .mr-md-4,\n        .mx-md-4 {\n            margin-right: 1.5rem !important\n        }\n\n        .mb-md-4,\n        .my-md-4 {\n            margin-bottom: 1.5rem !important\n        }\n\n        .ml-md-4,\n        .mx-md-4 {\n            margin-left: 1.5rem !important\n        }\n\n        .m-md-5 {\n            margin: 3rem !important\n        }\n\n        .mt-md-5,\n        .my-md-5 {\n            margin-top: 3rem !important\n        }\n\n        .mr-md-5,\n        .mx-md-5 {\n            margin-right: 3rem !important\n        }\n\n        .mb-md-5,\n        .my-md-5 {\n            margin-bottom: 3rem !important\n        }\n\n        .ml-md-5,\n        .mx-md-5 {\n            margin-left: 3rem !important\n        }\n\n        .p-md-0 {\n            padding: 0 !important\n        }\n\n        .pt-md-0,\n        .py-md-0 {\n            padding-top: 0 !important\n        }\n\n        .pr-md-0,\n        .px-md-0 {\n            padding-right: 0 !important\n        }\n\n        .pb-md-0,\n        .py-md-0 {\n            padding-bottom: 0 !important\n        }\n\n        .pl-md-0,\n        .px-md-0 {\n            padding-left: 0 !important\n        }\n\n        .p-md-1 {\n            padding: .25rem !important\n        }\n\n        .pt-md-1,\n        .py-md-1 {\n            padding-top: .25rem !important\n        }\n\n        .pr-md-1,\n        .px-md-1 {\n            padding-right: .25rem !important\n        }\n\n        .pb-md-1,\n        .py-md-1 {\n            padding-bottom: .25rem !important\n        }\n\n        .pl-md-1,\n        .px-md-1 {\n            padding-left: .25rem !important\n        }\n\n        .p-md-2 {\n            padding: .5rem !important\n        }\n\n        .pt-md-2,\n        .py-md-2 {\n            padding-top: .5rem !important\n        }\n\n        .pr-md-2,\n        .px-md-2 {\n            padding-right: .5rem !important\n        }\n\n        .pb-md-2,\n        .py-md-2 {\n            padding-bottom: .5rem !important\n        }\n\n        .pl-md-2,\n        .px-md-2 {\n            padding-left: .5rem !important\n        }\n\n        .p-md-3 {\n            padding: 1rem !important\n        }\n\n        .pt-md-3,\n        .py-md-3 {\n            padding-top: 1rem !important\n        }\n\n        .pr-md-3,\n        .px-md-3 {\n            padding-right: 1rem !important\n        }\n\n        .pb-md-3,\n        .py-md-3 {\n            padding-bottom: 1rem !important\n        }\n\n        .pl-md-3,\n        .px-md-3 {\n            padding-left: 1rem !important\n        }\n\n        .p-md-4 {\n            padding: 1.5rem !important\n        }\n\n        .pt-md-4,\n        .py-md-4 {\n            padding-top: 1.5rem !important\n        }\n\n        .pr-md-4,\n        .px-md-4 {\n            padding-right: 1.5rem !important\n        }\n\n        .pb-md-4,\n        .py-md-4 {\n            padding-bottom: 1.5rem !important\n        }\n\n        .pl-md-4,\n        .px-md-4 {\n            padding-left: 1.5rem !important\n        }\n\n        .p-md-5 {\n            padding: 3rem !important\n        }\n\n        .pt-md-5,\n        .py-md-5 {\n            padding-top: 3rem !important\n        }\n\n        .pr-md-5,\n        .px-md-5 {\n            padding-right: 3rem !important\n        }\n\n        .pb-md-5,\n        .py-md-5 {\n            padding-bottom: 3rem !important\n        }\n\n        .pl-md-5,\n        .px-md-5 {\n            padding-left: 3rem !important\n        }\n\n        .m-md-n1 {\n            margin: -.25rem !important\n        }\n\n        .mt-md-n1,\n        .my-md-n1 {\n            margin-top: -.25rem !important\n        }\n\n        .mr-md-n1,\n        .mx-md-n1 {\n            margin-right: -.25rem !important\n        }\n\n        .mb-md-n1,\n        .my-md-n1 {\n            margin-bottom: -.25rem !important\n        }\n\n        .ml-md-n1,\n        .mx-md-n1 {\n            margin-left: -.25rem !important\n        }\n\n        .m-md-n2 {\n            margin: -.5rem !important\n        }\n\n        .mt-md-n2,\n        .my-md-n2 {\n            margin-top: -.5rem !important\n        }\n\n        .mr-md-n2,\n        .mx-md-n2 {\n            margin-right: -.5rem !important\n        }\n\n        .mb-md-n2,\n        .my-md-n2 {\n            margin-bottom: -.5rem !important\n        }\n\n        .ml-md-n2,\n        .mx-md-n2 {\n            margin-left: -.5rem !important\n        }\n\n        .m-md-n3 {\n            margin: -1rem !important\n        }\n\n        .mt-md-n3,\n        .my-md-n3 {\n            margin-top: -1rem !important\n        }\n\n        .mr-md-n3,\n        .mx-md-n3 {\n            margin-right: -1rem !important\n        }\n\n        .mb-md-n3,\n        .my-md-n3 {\n            margin-bottom: -1rem !important\n        }\n\n        .ml-md-n3,\n        .mx-md-n3 {\n            margin-left: -1rem !important\n        }\n\n        .m-md-n4 {\n            margin: -1.5rem !important\n        }\n\n        .mt-md-n4,\n        .my-md-n4 {\n            margin-top: -1.5rem !important\n        }\n\n        .mr-md-n4,\n        .mx-md-n4 {\n            margin-right: -1.5rem !important\n        }\n\n        .mb-md-n4,\n        .my-md-n4 {\n            margin-bottom: -1.5rem !important\n        }\n\n        .ml-md-n4,\n        .mx-md-n4 {\n            margin-left: -1.5rem !important\n        }\n\n        .m-md-n5 {\n            margin: -3rem !important\n        }\n\n        .mt-md-n5,\n        .my-md-n5 {\n            margin-top: -3rem !important\n        }\n\n        .mr-md-n5,\n        .mx-md-n5 {\n            margin-right: -3rem !important\n        }\n\n        .mb-md-n5,\n        .my-md-n5 {\n            margin-bottom: -3rem !important\n        }\n\n        .ml-md-n5,\n        .mx-md-n5 {\n            margin-left: -3rem !important\n        }\n\n        .m-md-auto {\n            margin: auto !important\n        }\n\n        .mt-md-auto,\n        .my-md-auto {\n            margin-top: auto !important\n        }\n\n        .mr-md-auto,\n        .mx-md-auto {\n            margin-right: auto !important\n        }\n\n        .mb-md-auto,\n        .my-md-auto {\n            margin-bottom: auto !important\n        }\n\n        .ml-md-auto,\n        .mx-md-auto {\n            margin-left: auto !important\n        }\n    }\n\n    @media(min-width:992px) {\n        .m-lg-0 {\n            margin: 0 !important\n        }\n\n        .mt-lg-0,\n        .my-lg-0 {\n            margin-top: 0 !important\n        }\n\n        .mr-lg-0,\n        .mx-lg-0 {\n            margin-right: 0 !important\n        }\n\n        .mb-lg-0,\n        .my-lg-0 {\n            margin-bottom: 0 !important\n        }\n\n        .ml-lg-0,\n        .mx-lg-0 {\n            margin-left: 0 !important\n        }\n\n        .m-lg-1 {\n            margin: .25rem !important\n        }\n\n        .mt-lg-1,\n        .my-lg-1 {\n            margin-top: .25rem !important\n        }\n\n        .mr-lg-1,\n        .mx-lg-1 {\n            margin-right: .25rem !important\n        }\n\n        .mb-lg-1,\n        .my-lg-1 {\n            margin-bottom: .25rem !important\n        }\n\n        .ml-lg-1,\n        .mx-lg-1 {\n            margin-left: .25rem !important\n        }\n\n        .m-lg-2 {\n            margin: .5rem !important\n        }\n\n        .mt-lg-2,\n        .my-lg-2 {\n            margin-top: .5rem !important\n        }\n\n        .mr-lg-2,\n        .mx-lg-2 {\n            margin-right: .5rem !important\n        }\n\n        .mb-lg-2,\n        .my-lg-2 {\n            margin-bottom: .5rem !important\n        }\n\n        .ml-lg-2,\n        .mx-lg-2 {\n            margin-left: .5rem !important\n        }\n\n        .m-lg-3 {\n            margin: 1rem !important\n        }\n\n        .mt-lg-3,\n        .my-lg-3 {\n            margin-top: 1rem !important\n        }\n\n        .mr-lg-3,\n        .mx-lg-3 {\n            margin-right: 1rem !important\n        }\n\n        .mb-lg-3,\n        .my-lg-3 {\n            margin-bottom: 1rem !important\n        }\n\n        .ml-lg-3,\n        .mx-lg-3 {\n            margin-left: 1rem !important\n        }\n\n        .m-lg-4 {\n            margin: 1.5rem !important\n        }\n\n        .mt-lg-4,\n        .my-lg-4 {\n            margin-top: 1.5rem !important\n        }\n\n        .mr-lg-4,\n        .mx-lg-4 {\n            margin-right: 1.5rem !important\n        }\n\n        .mb-lg-4,\n        .my-lg-4 {\n            margin-bottom: 1.5rem !important\n        }\n\n        .ml-lg-4,\n        .mx-lg-4 {\n            margin-left: 1.5rem !important\n        }\n\n        .m-lg-5 {\n            margin: 3rem !important\n        }\n\n        .mt-lg-5,\n        .my-lg-5 {\n            margin-top: 3rem !important\n        }\n\n        .mr-lg-5,\n        .mx-lg-5 {\n            margin-right: 3rem !important\n        }\n\n        .mb-lg-5,\n        .my-lg-5 {\n            margin-bottom: 3rem !important\n        }\n\n        .ml-lg-5,\n        .mx-lg-5 {\n            margin-left: 3rem !important\n        }\n\n        .p-lg-0 {\n            padding: 0 !important\n        }\n\n        .pt-lg-0,\n        .py-lg-0 {\n            padding-top: 0 !important\n        }\n\n        .pr-lg-0,\n        .px-lg-0 {\n            padding-right: 0 !important\n        }\n\n        .pb-lg-0,\n        .py-lg-0 {\n            padding-bottom: 0 !important\n        }\n\n        .pl-lg-0,\n        .px-lg-0 {\n            padding-left: 0 !important\n        }\n\n        .p-lg-1 {\n            padding: .25rem !important\n        }\n\n        .pt-lg-1,\n        .py-lg-1 {\n            padding-top: .25rem !important\n        }\n\n        .pr-lg-1,\n        .px-lg-1 {\n            padding-right: .25rem !important\n        }\n\n        .pb-lg-1,\n        .py-lg-1 {\n            padding-bottom: .25rem !important\n        }\n\n        .pl-lg-1,\n        .px-lg-1 {\n            padding-left: .25rem !important\n        }\n\n        .p-lg-2 {\n            padding: .5rem !important\n        }\n\n        .pt-lg-2,\n        .py-lg-2 {\n            padding-top: .5rem !important\n        }\n\n        .pr-lg-2,\n        .px-lg-2 {\n            padding-right: .5rem !important\n        }\n\n        .pb-lg-2,\n        .py-lg-2 {\n            padding-bottom: .5rem !important\n        }\n\n        .pl-lg-2,\n        .px-lg-2 {\n            padding-left: .5rem !important\n        }\n\n        .p-lg-3 {\n            padding: 1rem !important\n        }\n\n        .pt-lg-3,\n        .py-lg-3 {\n            padding-top: 1rem !important\n        }\n\n        .pr-lg-3,\n        .px-lg-3 {\n            padding-right: 1rem !important\n        }\n\n        .pb-lg-3,\n        .py-lg-3 {\n            padding-bottom: 1rem !important\n        }\n\n        .pl-lg-3,\n        .px-lg-3 {\n            padding-left: 1rem !important\n        }\n\n        .p-lg-4 {\n            padding: 1.5rem !important\n        }\n\n        .pt-lg-4,\n        .py-lg-4 {\n            padding-top: 1.5rem !important\n        }\n\n        .pr-lg-4,\n        .px-lg-4 {\n            padding-right: 1.5rem !important\n        }\n\n        .pb-lg-4,\n        .py-lg-4 {\n            padding-bottom: 1.5rem !important\n        }\n\n        .pl-lg-4,\n        .px-lg-4 {\n            padding-left: 1.5rem !important\n        }\n\n        .p-lg-5 {\n            padding: 3rem !important\n        }\n\n        .pt-lg-5,\n        .py-lg-5 {\n            padding-top: 3rem !important\n        }\n\n        .pr-lg-5,\n        .px-lg-5 {\n            padding-right: 3rem !important\n        }\n\n        .pb-lg-5,\n        .py-lg-5 {\n            padding-bottom: 3rem !important\n        }\n\n        .pl-lg-5,\n        .px-lg-5 {\n            padding-left: 3rem !important\n        }\n\n        .m-lg-n1 {\n            margin: -.25rem !important\n        }\n\n        .mt-lg-n1,\n        .my-lg-n1 {\n            margin-top: -.25rem !important\n        }\n\n        .mr-lg-n1,\n        .mx-lg-n1 {\n            margin-right: -.25rem !important\n        }\n\n        .mb-lg-n1,\n        .my-lg-n1 {\n            margin-bottom: -.25rem !important\n        }\n\n        .ml-lg-n1,\n        .mx-lg-n1 {\n            margin-left: -.25rem !important\n        }\n\n        .m-lg-n2 {\n            margin: -.5rem !important\n        }\n\n        .mt-lg-n2,\n        .my-lg-n2 {\n            margin-top: -.5rem !important\n        }\n\n        .mr-lg-n2,\n        .mx-lg-n2 {\n            margin-right: -.5rem !important\n        }\n\n        .mb-lg-n2,\n        .my-lg-n2 {\n            margin-bottom: -.5rem !important\n        }\n\n        .ml-lg-n2,\n        .mx-lg-n2 {\n            margin-left: -.5rem !important\n        }\n\n        .m-lg-n3 {\n            margin: -1rem !important\n        }\n\n        .mt-lg-n3,\n        .my-lg-n3 {\n            margin-top: -1rem !important\n        }\n\n        .mr-lg-n3,\n        .mx-lg-n3 {\n            margin-right: -1rem !important\n        }\n\n        .mb-lg-n3,\n        .my-lg-n3 {\n            margin-bottom: -1rem !important\n        }\n\n        .ml-lg-n3,\n        .mx-lg-n3 {\n            margin-left: -1rem !important\n        }\n\n        .m-lg-n4 {\n            margin: -1.5rem !important\n        }\n\n        .mt-lg-n4,\n        .my-lg-n4 {\n            margin-top: -1.5rem !important\n        }\n\n        .mr-lg-n4,\n        .mx-lg-n4 {\n            margin-right: -1.5rem !important\n        }\n\n        .mb-lg-n4,\n        .my-lg-n4 {\n            margin-bottom: -1.5rem !important\n        }\n\n        .ml-lg-n4,\n        .mx-lg-n4 {\n            margin-left: -1.5rem !important\n        }\n\n        .m-lg-n5 {\n            margin: -3rem !important\n        }\n\n        .mt-lg-n5,\n        .my-lg-n5 {\n            margin-top: -3rem !important\n        }\n\n        .mr-lg-n5,\n        .mx-lg-n5 {\n            margin-right: -3rem !important\n        }\n\n        .mb-lg-n5,\n        .my-lg-n5 {\n            margin-bottom: -3rem !important\n        }\n\n        .ml-lg-n5,\n        .mx-lg-n5 {\n            margin-left: -3rem !important\n        }\n\n        .m-lg-auto {\n            margin: auto !important\n        }\n\n        .mt-lg-auto,\n        .my-lg-auto {\n            margin-top: auto !important\n        }\n\n        .mr-lg-auto,\n        .mx-lg-auto {\n            margin-right: auto !important\n        }\n\n        .mb-lg-auto,\n        .my-lg-auto {\n            margin-bottom: auto !important\n        }\n\n        .ml-lg-auto,\n        .mx-lg-auto {\n            margin-left: auto !important\n        }\n    }\n\n    @media(min-width:1200px) {\n        .m-xl-0 {\n            margin: 0 !important\n        }\n\n        .mt-xl-0,\n        .my-xl-0 {\n            margin-top: 0 !important\n        }\n\n        .mr-xl-0,\n        .mx-xl-0 {\n            margin-right: 0 !important\n        }\n\n        .mb-xl-0,\n        .my-xl-0 {\n            margin-bottom: 0 !important\n        }\n\n        .ml-xl-0,\n        .mx-xl-0 {\n            margin-left: 0 !important\n        }\n\n        .m-xl-1 {\n            margin: .25rem !important\n        }\n\n        .mt-xl-1,\n        .my-xl-1 {\n            margin-top: .25rem !important\n        }\n\n        .mr-xl-1,\n        .mx-xl-1 {\n            margin-right: .25rem !important\n        }\n\n        .mb-xl-1,\n        .my-xl-1 {\n            margin-bottom: .25rem !important\n        }\n\n        .ml-xl-1,\n        .mx-xl-1 {\n            margin-left: .25rem !important\n        }\n\n        .m-xl-2 {\n            margin: .5rem !important\n        }\n\n        .mt-xl-2,\n        .my-xl-2 {\n            margin-top: .5rem !important\n        }\n\n        .mr-xl-2,\n        .mx-xl-2 {\n            margin-right: .5rem !important\n        }\n\n        .mb-xl-2,\n        .my-xl-2 {\n            margin-bottom: .5rem !important\n        }\n\n        .ml-xl-2,\n        .mx-xl-2 {\n            margin-left: .5rem !important\n        }\n\n        .m-xl-3 {\n            margin: 1rem !important\n        }\n\n        .mt-xl-3,\n        .my-xl-3 {\n            margin-top: 1rem !important\n        }\n\n        .mr-xl-3,\n        .mx-xl-3 {\n            margin-right: 1rem !important\n        }\n\n        .mb-xl-3,\n        .my-xl-3 {\n            margin-bottom: 1rem !important\n        }\n\n        .ml-xl-3,\n        .mx-xl-3 {\n            margin-left: 1rem !important\n        }\n\n        .m-xl-4 {\n            margin: 1.5rem !important\n        }\n\n        .mt-xl-4,\n        .my-xl-4 {\n            margin-top: 1.5rem !important\n        }\n\n        .mr-xl-4,\n        .mx-xl-4 {\n            margin-right: 1.5rem !important\n        }\n\n        .mb-xl-4,\n        .my-xl-4 {\n            margin-bottom: 1.5rem !important\n        }\n\n        .ml-xl-4,\n        .mx-xl-4 {\n            margin-left: 1.5rem !important\n        }\n\n        .m-xl-5 {\n            margin: 3rem !important\n        }\n\n        .mt-xl-5,\n        .my-xl-5 {\n            margin-top: 3rem !important\n        }\n\n        .mr-xl-5,\n        .mx-xl-5 {\n            margin-right: 3rem !important\n        }\n\n        .mb-xl-5,\n        .my-xl-5 {\n            margin-bottom: 3rem !important\n        }\n\n        .ml-xl-5,\n        .mx-xl-5 {\n            margin-left: 3rem !important\n        }\n\n        .p-xl-0 {\n            padding: 0 !important\n        }\n\n        .pt-xl-0,\n        .py-xl-0 {\n            padding-top: 0 !important\n        }\n\n        .pr-xl-0,\n        .px-xl-0 {\n            padding-right: 0 !important\n        }\n\n        .pb-xl-0,\n        .py-xl-0 {\n            padding-bottom: 0 !important\n        }\n\n        .pl-xl-0,\n        .px-xl-0 {\n            padding-left: 0 !important\n        }\n\n        .p-xl-1 {\n            padding: .25rem !important\n        }\n\n        .pt-xl-1,\n        .py-xl-1 {\n            padding-top: .25rem !important\n        }\n\n        .pr-xl-1,\n        .px-xl-1 {\n            padding-right: .25rem !important\n        }\n\n        .pb-xl-1,\n        .py-xl-1 {\n            padding-bottom: .25rem !important\n        }\n\n        .pl-xl-1,\n        .px-xl-1 {\n            padding-left: .25rem !important\n        }\n\n        .p-xl-2 {\n            padding: .5rem !important\n        }\n\n        .pt-xl-2,\n        .py-xl-2 {\n            padding-top: .5rem !important\n        }\n\n        .pr-xl-2,\n        .px-xl-2 {\n            padding-right: .5rem !important\n        }\n\n        .pb-xl-2,\n        .py-xl-2 {\n            padding-bottom: .5rem !important\n        }\n\n        .pl-xl-2,\n        .px-xl-2 {\n            padding-left: .5rem !important\n        }\n\n        .p-xl-3 {\n            padding: 1rem !important\n        }\n\n        .pt-xl-3,\n        .py-xl-3 {\n            padding-top: 1rem !important\n        }\n\n        .pr-xl-3,\n        .px-xl-3 {\n            padding-right: 1rem !important\n        }\n\n        .pb-xl-3,\n        .py-xl-3 {\n            padding-bottom: 1rem !important\n        }\n\n        .pl-xl-3,\n        .px-xl-3 {\n            padding-left: 1rem !important\n        }\n\n        .p-xl-4 {\n            padding: 1.5rem !important\n        }\n\n        .pt-xl-4,\n        .py-xl-4 {\n            padding-top: 1.5rem !important\n        }\n\n        .pr-xl-4,\n        .px-xl-4 {\n            padding-right: 1.5rem !important\n        }\n\n        .pb-xl-4,\n        .py-xl-4 {\n            padding-bottom: 1.5rem !important\n        }\n\n        .pl-xl-4,\n        .px-xl-4 {\n            padding-left: 1.5rem !important\n        }\n\n        .p-xl-5 {\n            padding: 3rem !important\n        }\n\n        .pt-xl-5,\n        .py-xl-5 {\n            padding-top: 3rem !important\n        }\n\n        .pr-xl-5,\n        .px-xl-5 {\n            padding-right: 3rem !important\n        }\n\n        .pb-xl-5,\n        .py-xl-5 {\n            padding-bottom: 3rem !important\n        }\n\n        .pl-xl-5,\n        .px-xl-5 {\n            padding-left: 3rem !important\n        }\n\n        .m-xl-n1 {\n            margin: -.25rem !important\n        }\n\n        .mt-xl-n1,\n        .my-xl-n1 {\n            margin-top: -.25rem !important\n        }\n\n        .mr-xl-n1,\n        .mx-xl-n1 {\n            margin-right: -.25rem !important\n        }\n\n        .mb-xl-n1,\n        .my-xl-n1 {\n            margin-bottom: -.25rem !important\n        }\n\n        .ml-xl-n1,\n        .mx-xl-n1 {\n            margin-left: -.25rem !important\n        }\n\n        .m-xl-n2 {\n            margin: -.5rem !important\n        }\n\n        .mt-xl-n2,\n        .my-xl-n2 {\n            margin-top: -.5rem !important\n        }\n\n        .mr-xl-n2,\n        .mx-xl-n2 {\n            margin-right: -.5rem !important\n        }\n\n        .mb-xl-n2,\n        .my-xl-n2 {\n            margin-bottom: -.5rem !important\n        }\n\n        .ml-xl-n2,\n        .mx-xl-n2 {\n            margin-left: -.5rem !important\n        }\n\n        .m-xl-n3 {\n            margin: -1rem !important\n        }\n\n        .mt-xl-n3,\n        .my-xl-n3 {\n            margin-top: -1rem !important\n        }\n\n        .mr-xl-n3,\n        .mx-xl-n3 {\n            margin-right: -1rem !important\n        }\n\n        .mb-xl-n3,\n        .my-xl-n3 {\n            margin-bottom: -1rem !important\n        }\n\n        .ml-xl-n3,\n        .mx-xl-n3 {\n            margin-left: -1rem !important\n        }\n\n        .m-xl-n4 {\n            margin: -1.5rem !important\n        }\n\n        .mt-xl-n4,\n        .my-xl-n4 {\n            margin-top: -1.5rem !important\n        }\n\n        .mr-xl-n4,\n        .mx-xl-n4 {\n            margin-right: -1.5rem !important\n        }\n\n        .mb-xl-n4,\n        .my-xl-n4 {\n            margin-bottom: -1.5rem !important\n        }\n\n        .ml-xl-n4,\n        .mx-xl-n4 {\n            margin-left: -1.5rem !important\n        }\n\n        .m-xl-n5 {\n            margin: -3rem !important\n        }\n\n        .mt-xl-n5,\n        .my-xl-n5 {\n            margin-top: -3rem !important\n        }\n\n        .mr-xl-n5,\n        .mx-xl-n5 {\n            margin-right: -3rem !important\n        }\n\n        .mb-xl-n5,\n        .my-xl-n5 {\n            margin-bottom: -3rem !important\n        }\n\n        .ml-xl-n5,\n        .mx-xl-n5 {\n            margin-left: -3rem !important\n        }\n\n        .m-xl-auto {\n            margin: auto !important\n        }\n\n        .mt-xl-auto,\n        .my-xl-auto {\n            margin-top: auto !important\n        }\n\n        .mr-xl-auto,\n        .mx-xl-auto {\n            margin-right: auto !important\n        }\n\n        .mb-xl-auto,\n        .my-xl-auto {\n            margin-bottom: auto !important\n        }\n\n        .ml-xl-auto,\n        .mx-xl-auto {\n            margin-left: auto !important\n        }\n    }\n\n    .stretched-link::after {\n        position: absolute;\n        top: 0;\n        right: 0;\n        bottom: 0;\n        left: 0;\n        z-index: 1;\n        pointer-events: auto;\n        content: \"\";\n        background-color: transparent\n    }\n\n    .text-monospace {\n        font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace !important\n    }\n\n    .text-justify {\n        text-align: justify !important\n    }\n\n    .text-wrap {\n        white-space: normal !important\n    }\n\n    .text-nowrap {\n        white-space: nowrap !important\n    }\n\n    .text-truncate {\n        overflow: hidden;\n        text-overflow: ellipsis;\n        white-space: nowrap\n    }\n\n    .text-left {\n        text-align: left !important\n    }\n\n    .text-right {\n        text-align: right !important\n    }\n\n    .text-center {\n        text-align: center !important\n    }\n\n    @media(min-width:576px) {\n        .text-sm-left {\n            text-align: left !important\n        }\n\n        .text-sm-right {\n            text-align: right !important\n        }\n\n        .text-sm-center {\n            text-align: center !important\n        }\n    }\n\n    @media(min-width:768px) {\n        .text-md-left {\n            text-align: left !important\n        }\n\n        .text-md-right {\n            text-align: right !important\n        }\n\n        .text-md-center {\n            text-align: center !important\n        }\n    }\n\n    @media(min-width:992px) {\n        .text-lg-left {\n            text-align: left !important\n        }\n\n        .text-lg-right {\n            text-align: right !important\n        }\n\n        .text-lg-center {\n            text-align: center !important\n        }\n    }\n\n    @media(min-width:1200px) {\n        .text-xl-left {\n            text-align: left !important\n        }\n\n        .text-xl-right {\n            text-align: right !important\n        }\n\n        .text-xl-center {\n            text-align: center !important\n        }\n    }\n\n    .text-lowercase {\n        text-transform: lowercase !important\n    }\n\n    .text-uppercase {\n        text-transform: uppercase !important\n    }\n\n    .text-capitalize {\n        text-transform: capitalize !important\n    }\n\n    .font-weight-light {\n        font-weight: 300 !important\n    }\n\n    .font-weight-lighter {\n        font-weight: lighter !important\n    }\n\n    .font-weight-normal {\n        font-weight: 400 !important\n    }\n\n    .font-weight-bold {\n        font-weight: 700 !important\n    }\n\n    .font-weight-bolder {\n        font-weight: bolder !important\n    }\n\n    .font-italic {\n        font-style: italic !important\n    }\n\n    .text-white {\n        color: #fff !important\n    }\n\n    .text-primary {\n        color: #1abc9c !important\n    }\n\n    a.text-primary:hover,\n    a.text-primary:focus {\n        color: #117964 !important\n    }\n\n    .text-secondary {\n        color: #484848 !important\n    }\n\n    a.text-secondary:hover,\n    a.text-secondary:focus {\n        color: #222 !important\n    }\n\n    .text-success {\n        color: #1abc9c !important\n    }\n\n    a.text-success:hover,\n    a.text-success:focus {\n        color: #117964 !important\n    }\n\n    .text-info {\n        color: #17a2b8 !important\n    }\n\n    a.text-info:hover,\n    a.text-info:focus {\n        color: #0f6674 !important\n    }\n\n    .text-warning {\n        color: #ffc107 !important\n    }\n\n    a.text-warning:hover,\n    a.text-warning:focus {\n        color: #ba8b00 !important\n    }\n\n    .text-danger {\n        color: #dc3545 !important\n    }\n\n    a.text-danger:hover,\n    a.text-danger:focus {\n        color: #a71d2a !important\n    }\n\n    .text-light {\n        color: #f7f7f7 !important\n    }\n\n    a.text-light:hover,\n    a.text-light:focus {\n        color: #d1d1d1 !important\n    }\n\n    .text-dark {\n        color: #222 !important\n    }\n\n    a.text-dark:hover,\n    a.text-dark:focus {\n        color: #000 !important\n    }\n\n    .text-body {\n        color: #323436 !important\n    }\n\n    .text-muted {\n        color: #6c757d !important\n    }\n\n    .text-black-50 {\n        color: rgba(0, 0, 0, .5) !important\n    }\n\n    .text-white-50 {\n        color: rgba(255, 255, 255, .5) !important\n    }\n\n    .text-hide {\n        font: 0\/0 a;\n        color: transparent;\n        text-shadow: none;\n        background-color: transparent;\n        border: 0\n    }\n\n    .text-decoration-none {\n        text-decoration: none !important\n    }\n\n    .text-break {\n        word-wrap: break-word !important\n    }\n\n    .text-reset {\n        color: inherit !important\n    }\n\n    .visible {\n        visibility: visible !important\n    }\n\n    .invisible {\n        visibility: hidden !important\n    }\n\n    @media print {\n\n        *,\n        *::before,\n        *::after {\n            text-shadow: none !important;\n            box-shadow: none !important\n        }\n\n        a:not(.btn) {\n            text-decoration: underline\n        }\n\n        abbr[title]::after {\n            content: \" (\" attr(title)\")\"\n        }\n\n        pre {\n            white-space: pre-wrap !important\n        }\n\n        pre,\n        blockquote {\n            border: 1px solid #adb5bd;\n            page-break-inside: avoid\n        }\n\n        thead {\n            display: table-header-group\n        }\n\n        tr,\n        img {\n            page-break-inside: avoid\n        }\n\n        p,\n        h2,\n        h3 {\n            orphans: 3;\n            widows: 3\n        }\n\n        h2,\n        h3 {\n            page-break-after: avoid\n        }\n\n        @page {\n            size: a3\n        }\n\n        body {\n            min-width: 992px !important\n        }\n\n        .container {\n            min-width: 992px !important\n        }\n\n        .navbar {\n            display: none\n        }\n\n        .badge {\n            border: 1px solid #000\n        }\n\n        .table {\n            border-collapse: collapse !important\n        }\n\n        .table td,\n        .table th {\n            background-color: #fff !important\n        }\n\n        .table-bordered th,\n        .table-bordered td {\n            border: 1px solid #dee2e6 !important\n        }\n\n        .table-dark {\n            color: inherit\n        }\n\n        .table-dark th,\n        .table-dark td,\n        .table-dark thead th,\n        .table-dark tbody+tbody {\n            border-color: #dee2e6\n        }\n\n        .table .thead-dark th {\n            color: inherit;\n            border-color: #dee2e6\n        }\n    }\n\n    .fa,\n    .far,\n    .fab,\n    .fas {\n        display: inline-block;\n        text-align: center;\n        margin: 0 2px\n    }\n\n    @media(max-width:768px) {\n        h1 {\n            font-size: 1.75rem\n        }\n    }\n\n    @media(max-width:768px) {\n        h2 {\n            font-size: 1.5rem\n        }\n    }\n\n    @media(max-width:768px) {\n        h3 {\n            font-size: 1.5rem\n        }\n    }\n\n    @media(max-width:768px) {\n        h4 {\n            font-size: 1.25rem\n        }\n    }\n\n    @media(max-width:768px) {\n        h5 {\n            font-size: 1rem\n        }\n    }\n\n    @media(max-width:768px) {\n        p {\n            font-size: 1rem\n        }\n    }\n\n    .tiny-slider-container {\n        padding: 0 2rem;\n        overflow: hidden;\n        position: relative\n    }\n\n    .tiny-slider-container img {\n        display: inline-block;\n        vertical-align: top;\n        max-width: 100%\n    }\n\n    .tiny-slider-container .tiny-slider {\n        display: flex;\n        position: relative\n    }\n\n    .tiny-slider-container .tiny-slider-item {\n        position: relative\n    }\n\n    .tiny-slider-container .tiny-slider-item:hover {\n        cursor: pointer\n    }\n\n    .tiny-slider-container .tiny-slider-controls {\n        margin: 0;\n        padding: 0;\n        list-style: none;\n        position: absolute;\n        left: 0;\n        width: 100%;\n        top: 50%;\n        transform: translatey(-50%);\n        display: flex;\n        align-items: center;\n        justify-content: space-between\n    }\n\n    .tiny-slider-container .tiny-slider-controls:focus {\n        outline: none\n    }\n\n    .tiny-slider-container .tiny-slider-controls li i {\n        color: #8f969c\n    }\n\n    .tiny-slider-container .tiny-slider-controls li i:hover {\n        color: #6c757d\n    }\n\n    .tiny-slider-container .tiny-slider-controls li svg {\n        width: 20px;\n        height: 20px\n    }\n\n    @media(max-width:767.98px) {\n        .tiny-slider-container .tiny-slider-controls li {\n            display: none\n        }\n    }\n\n    .tiny-slider-container .tiny-slider-controls li:hover {\n        cursor: pointer\n    }\n\n    .tiny-slider-container .tiny-slider-card {\n        text-align: center;\n        margin: 0 auto;\n        max-width: 200px;\n        color: #333;\n        font-family: sans-serif;\n        overflow: hidden;\n        position: relative\n    }\n\n    .navbar-brand img {\n        height: 24px;\n        width: auto;\n        margin-top: -.5rem\n    }\n\n    .navbar {\n        background-color: #fff;\n        border-bottom: 1px solid #e7e7e7\n    }\n\n    .navbar .nav-item {\n        padding: 0 1rem\n    }\n\n    .navbar .nav-item.active a {\n        color: #212529\n    }\n\n    .navbar .nav-item a {\n        color: #6c757d\n    }\n\n    .menu-large {\n        position: static !important\n    }\n\n    .megamenu {\n        padding: 20px;\n        margin-top: 0;\n        width: 100%\n    }\n\n    .product-badge {\n        position: absolute;\n        font-size: 10px;\n        padding: 3px 6px;\n        opacity: .95\n    }\n\n    @media(max-width:768px) {\n        .megamenu {\n            margin-left: 0;\n            margin-right: 0\n        }\n\n        .megamenu\u003eli {\n            margin-bottom: 30px\n        }\n    }\n\n    .upcoming-product-badge {\n        background-color: #6539f4;\n        position: absolute;\n        font-size: 12px;\n        padding: 3px 6px;\n        opacity: .95\n    }\n\n    @media(max-width:768px) {\n        .megamenu {\n            margin-left: 0;\n            margin-right: 0\n        }\n\n        .megamenu\u003eli {\n            margin-bottom: 30px\n        }\n    }\n\n    .global-header {\n        background: #fff\n    }\n\n    .global-header .table tr td {\n        vertical-align: top\n    }\n\n    @media(max-width:575.98px) {\n        .global-header .navbar-nav {\n            max-height: 90vh;\n            overflow-y: auto\n        }\n    }\n\n    @media(max-width:575.98px) {\n        .global-header .dropdown-menu {\n            width: 100%;\n            border: 0;\n            padding-left: 0;\n            padding-right: 0\n        }\n    }\n\n    .global-header .community-container {\n        max-width: 1400px\n    }\n\n    .global-header .product-content .nav-link {\n        padding: 16px 0 !important;\n        font-size: 16px !important\n    }\n\n    #main-navbar-content .nav-link {\n        font-weight: 600\n    }\n\n    #main-navbar-content .nav-link:hover {\n        color: #1abc9c !important\n    }\n\n    #main-navbar-content .btn-text-wheretobuy:hover {\n        color: #fff !important\n    }\n\n    .product-module {\n        max-width: 1400px;\n        position: relative;\n        width: 100%\n    }\n\n    .product-module .product-filter {\n        width: 220px;\n        font-size: 16px;\n        line-height: 50px\n    }\n\n    .product-module .product-filter\u003ediv {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        color: #6c757d;\n        cursor: pointer;\n        padding: 0 10px\n    }\n\n    .product-module .product-filter .product-filter-active {\n        color: #1abc9c\n    }\n\n    .product-module .product-filter\u003ediv:hover {\n        background-color: #f8f8f8;\n        color: #1abc9c\n    }\n\n    .product-module .product-content {\n        flex: 1;\n        padding: 0 10px\n    }\n\n    .product-module .product-content .desc {\n        color: #6b6a6a;\n        font-size: 13px;\n        padding-top: 4px\n    }\n\n    .product-module .product-img {\n        width: 100%;\n        padding: 0 10px\n    }\n\n    .product-module #productContents {\n        padding: 0 10px\n    }\n\n    .product-module .product-item-content {\n        display: grid;\n        padding: 20px;\n        grid-template-columns: repeat(4, 1fr)\n    }\n\n    .product-module .product-item-content\u003ea {\n        display: flex;\n        flex-direction: column;\n        margin: 10px;\n        background-color: #f5f5f5;\n        border-radius: 20px;\n        position: relative;\n        text-align: center;\n        align-items: center;\n        padding: 10px;\n        padding: 0 20px 10px\n    }\n\n    .product-module .product-item-content\u003ea .badge {\n        position: absolute;\n        right: 14px;\n        top: 14px\n    }\n\n    .product-module .product-item-content\u003ea ui {\n        font-size: 16px\n    }\n\n    @media(max-width:1919px) {\n        .product-module .product-item-content {\n            grid-template-columns: repeat(4, 1fr)\n        }\n    }\n\n    @media(max-width:1366px) {\n        .product-module .product-item-content {\n            grid-template-columns: repeat(4, 1fr)\n        }\n\n        .product-module .product-item-content img {\n            width: 140px\n        }\n    }\n\n    .product-module-mobile {\n        margin-top: -20px\n    }\n\n    .product-module-mobile .product-content {\n        width: 100%\n    }\n\n    .product-module-mobile .product-content h6 {\n        font-size: 14px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        color: #6c757d;\n        height: 36px;\n        line-height: 36px;\n        border-bottom: 1px solid #ccc\n    }\n\n    .product-module-mobile .product-content img {\n        width: 120px\n    }\n\n    .product-module-mobile .desc {\n        display: none\n    }\n\n    .product-module-mobile ui {\n        font-weight: 600 !important;\n        font-size: 12px\n    }\n\n    .product-module-mobile .badge {\n        font-size: 10px !important\n    }\n\n    .product-module-mobile .product-item-content {\n        position: relative;\n        width: 100%;\n        display: flex;\n        overflow: hidden;\n        flex-wrap: wrap;\n        padding-bottom: 10px\n    }\n\n    .product-module-mobile .product-item-content\u003ea {\n        display: flex;\n        flex-direction: column;\n        width: 50%;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        text-align: center;\n        padding-bottom: 8px\n    }\n\n    .product-module-mobile .product-item-content\u003ea .badge {\n        top: 0;\n        right: 10px;\n        position: absolute\n    }\n\n    .product-module-mobile .p-menu {\n        width: 100%;\n        text-align: center;\n        background-color: #f3f3f3;\n        padding: 10px 0\n    }\n\n    .product-content-title {\n        display: none;\n        color: rgba(0, 0, 0, .5);\n        font-weight: 600;\n        align-items: center;\n        padding-bottom: 10px\n    }\n\n    .product-content-title span {\n        padding-left: 10px\n    }\n\n    .column-container {\n        width: 100%\n    }\n\n    @media(min-width:992px) {\n        .dropdown:hover\u003e.dropdown-menu {\n            display: block\n        }\n    }\n\n    .btn-wheretobuy {\n        border-radius: 6px;\n        font-weight: 700\n    }\n\n    .btn-wheretobuy:hover {\n        color: #03bd9e;\n        color: #fff\n    }\n\n    @media only screen and (max-width:768px) {\n        .btn-wheretobuy {\n            border-radius: 6px;\n            font-weight: 700;\n            width: 235px\n        }\n    }\n\n    .btn-rewards {\n        border-radius: 6px;\n        font-weight: 700\n    }\n\n    .btn-rewards:hover {\n        color: #03bd9e;\n        color: #fff\n    }\n\n    @media only screen and (max-width:768px) {\n        .btn-rewards {\n            border-radius: 6px;\n            font-weight: 700;\n            width: 235px\n        }\n    }\n\n    .btn-wheretobuy-icon {\n        color: #03bd9e\n    }\n\n    .btn-wheretobuy-icon:hover {\n        color: #03967d\n    }\n\n    .btn-rewards-icon {\n        color: #03bd9e\n    }\n\n    .btn-rewards-icon:hover {\n        color: #03967d\n    }\n\n    .btn-text-wheretobuy {\n        background-color: #00dbb8;\n        border-radius: 6px;\n        font-weight: 700;\n        height: 40px;\n        margin-top: 13px\n    }\n\n    .btn-text-wheretobuy:hover {\n        background-color: #03bd9e\n    }\n\n    @media only screen and (max-width:768px) {\n        .btn-text-wheretobuy {\n            background-color: #00dbb8;\n            border-radius: 6px;\n            font-weight: 700;\n            width: 135px;\n            margin-bottom: 15px;\n            margin-top: 5px\n        }\n    }\n\n    @media(max-width:767px) {\n        .community-container .row {\n            width: 76%;\n            margin-top: -30px\n        }\n\n        .community-container .row\u003ediv {\n            margin-top: 10px\n        }\n    }\n\n    .tiny-slider-container-general-2344 {\n        position: relative;\n        padding: 0;\n        overflow: hidden\n    }\n\n    @media(max-width:768px) {\n        .tiny-slider-container-general-2344 {\n            padding: 0\n        }\n    }\n\n    .tiny-slider-container-general-2344 .tiny-slider-general-2344 {\n        display: flex;\n        \/* flex-wrap: wrap *\/\n    }\n\n    .tiny-slider-container-general-2344 .tiny-slider-general-2344 .tiny-slider-item-general-2344 {\n        vertical-align: middle;\n        display: inline-flex;\n        max-width: 500px;\n        padding: 0 .5rem\n    }\n\n    @media(max-width:768px) {\n        .tiny-slider-container-general-2344 .tiny-slider-general-2344 .tiny-slider-item-general-2344 {\n            max-width: 85vw;\n        }\n\n    }\n\n    .tiny-slider-container-general-2344 .tiny-slider-general-2344 .tiny-slider-item-general-2344 a {\n        text-decoration: none;\n    }\n\n    .tiny-slider-container-general-2344 .tiny-slider-general-2344-controls {\n        margin: 0;\n        padding: 0;\n        list-style: none;\n        position: absolute;\n        left: 0;\n        width: 100%;\n        top: 50%;\n        transform: translatey(-50%);\n        display: flex;\n        align-items: center;\n        justify-content: space-between\n    }\n\n    .tiny-slider-container-general-2344 .tiny-slider-general-2344-controls:focus {\n        outline: none\n    }\n\n    .tiny-slider-container-general-2344 .tiny-slider-general-2344-controls li i {\n        color: #8f969c\n    }\n\n    .tiny-slider-container-general-2344 .tiny-slider-general-2344-controls li i:hover {\n        color: #6c757d\n    }\n\n    .tiny-slider-container-general-2344 .tiny-slider-general-2344-controls li svg {\n        width: 20px;\n        height: 20px\n    }\n\n    @media(max-width:767.98px) {\n        .tiny-slider-container-general-2344 .tiny-slider-general-2344-controls li {\n            display: none\n        }\n    }\n\n    .tiny-slider-container-general-2344 .tiny-slider-general-2344-controls li:hover {\n        cursor: pointer\n    }\n\n    .rm1-main-container .product-reviews-container {\n        width: 100vw;\n        display: flex;\n        flex-wrap: wrap\n    }\n\n    @media(max-width:1440px) {\n        .rm1-main-container .product-reviews-container {\n            width: 120vw\n        }\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container .product-reviews-container {\n            width: 150vw\n        }\n    }\n\n    @media(max-width:768px) {\n        .rm1-main-container .product-reviews-container {\n            width: 180vw\n        }\n    }\n\n    .rm1-main-container .product-reviews-container .product-reviews {\n        overflow-x: hidden;\n        padding: 0 calc(100vw - 715px + 1rem) 2rem calc(50vw - 715px)\n    }\n\n    @media(max-width:1440px) {\n        .rm1-main-container .product-reviews-container .product-reviews {\n            padding: 0 calc(50vw + 1rem) 2rem 0\n        }\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container .product-reviews-container .product-reviews {\n            padding: 0 calc(100vw + 1rem) 2rem 0\n        }\n    }\n\n    @media(max-width:768px) {\n        .rm1-main-container .product-reviews-container .product-reviews {\n            padding: 0 calc(80vw + 1rem) 2rem 0\n        }\n    }\n\n    .rm1-main-container .product-reviews-container .product-reviews label {\n        display: inline-block;\n        font-size: 1.25rem;\n        font-weight: 700;\n        color: #fff;\n        padding: .25rem .75rem .5rem;\n        margin-bottom: -5px\n    }\n\n    @media(max-width:1199px) {\n        .rm1-main-container .product-reviews-container .product-reviews label {\n            font-size: 1rem\n        }\n    }\n\n    .rm1-main-container .product-reviews-container .product-reviews .card {\n        border-radius: 0 15px 15px 15px;\n        transition: all .3s ease\n    }\n\n    .rm1-main-container .product-reviews-container .product-reviews .card .card-image {\n        overflow: hidden\n    }\n\n    .rm1-main-container .product-reviews-container .product-reviews .card .card-image img {\n        transition: all .3s ease\n    }\n\n    .rm1-main-container .product-reviews-container .product-reviews .card:hover img {\n        transform: scale(1.1)\n    }\n\n    .gl-rounded {\n        border-radius: 15px !important\n    }\n\n    .h-100 {\n        height: 100%\n    }\n\n    .tiny-slider-controls.circle-controls {\n        margin: 0;\n        padding: 0;\n        cursor: pointer\n    }\n\n    .tiny-slider-controls.circle-controls:focus {\n        outline: none\n    }\n\n    .tiny-slider-controls.circle-controls a {\n        display: inline-block;\n        width: 50px;\n        height: 50px;\n        text-align: center;\n        border: 1px solid #c5c5c5;\n        padding: 0;\n        align-content: center;\n        color: #8f969c\n    }\n\n    .tiny-slider-controls.circle-controls a:hover {\n        background-color: #17a2b8;\n        color: #fff\n    }\n\n    .model-comparison .product-img {\n        width: 75%\n    }\n\n    @media(max-width:576px) {\n        .model-comparison .product-img {\n            width: 85%\n        }\n    }\n\n    @media(max-width:576px) {\n        .model-comparison p {\n            font-size: .85rem\n        }\n    }\n\n    .model-comparison .comparison-detail {\n        padding-bottom: 1rem\n    }\n\n    @media(max-width:768px) {\n        .model-comparison .comparison-detail {\n            padding-bottom: 0;\n            background-color: #fff\n        }\n\n        .model-comparison .comparison-detail div {\n            background-color: #fff\n        }\n\n        .model-comparison .comparison-detail:nth-of-type(odd) {\n            background-color: #f7f7f7\n        }\n\n        .model-comparison .comparison-detail:nth-of-type(odd) div {\n            background-color: #f7f7f7\n        }\n    }\n\n    .model-comparison .comparison-detail img {\n        width: 40px\n    }\n\n    .model-comparison .comparison-detail\u003ediv {\n        padding: 1rem 2rem;\n        background-color: #f7f7f7;\n        align-content: center;\n        border-bottom: 1px solid #dee2e6\n    }\n\n    @media(max-width:991px) {\n        .model-comparison .comparison-detail\u003ediv {\n            padding: 1rem .5rem\n        }\n    }\n\n    @media(max-width:768px) {\n        .model-comparison .comparison-detail\u003ediv {\n            background-color: inherit;\n            padding: .7rem 1rem 3rem;\n            border-bottom: 0\n        }\n    }\n\n    .model-comparison .comparison-detail\u003ediv h5 {\n        font-size: 1rem;\n        margin-bottom: 0\n    }\n\n    .model-comparison .comparison-detail\u003ediv p {\n        margin-bottom: 0\n    }\n\n    .model-comparison .comparison-detail\u003ediv i {\n        font-size: 1.4em;\n        color: #1b488b;\n        transform: rotate(20deg);\n        position: absolute;\n        top: -.6rem;\n        right: -2rem\n    }\n\n    @media(max-width:768px) {\n        .model-comparison .comparison-detail\u003ediv i {\n            right: -14px;\n            font-size: 1rem\n        }\n    }\n\n    .model-comparison .comparison-detail div:nth-child(2) {\n        background-color: #1b488b;\n        color: #fff\n    }\n\n    @media(max-width:768px) {\n        .model-comparison .comparison-detail div:nth-child(2) {\n            padding: 2.5rem 0 0;\n            background-color: inherit;\n            color: #000\n        }\n    }\n\n    .section-solution,\n    .section-media-review {\n        padding: 4rem 0\n    }\n\n    .customer-review-container {\n        padding: 2rem 0\n    }\n\n    .customer-review-item {\n        padding: 20px 0;\n        margin: 15px;\n        flex: 0 0 25%;\n        max-width: 25%\n    }\n\n    .customer-review-item blockquote {\n        padding: 1rem;\n        background: #f7f7f7;\n        position: relative\n    }\n\n    .customer-review-item blockquote:after {\n        top: 100%;\n        left: 30px;\n        border: solid transparent;\n        content: \" \";\n        height: 0;\n        width: 0;\n        position: absolute;\n        pointer-events: none;\n        border-color: rgba(136, 183, 213, 0);\n        border-top-color: #f7f7f7;\n        border-width: 12px;\n        margin-left: -12px\n    }\n\n    .customer-review-item .customer {\n        width: 100%;\n        display: flex;\n        flex-direction: row;\n        flex-wrap: nowrap;\n        justify-content: flex-start;\n        align-items: center\n    }\n\n    .customer-review-item .customer .customer-avatar {\n        display: block;\n        width: 48px;\n        height: 48px;\n        overflow: hidden;\n        border-radius: 100%;\n        margin: .5rem\n    }\n\n    .customer-review-item .customer .customer-avatar img {\n        width: inherit\n    }\n\n    .customer-review-item .customer .name,\n    .customer-review-item .customer .role {\n        display: block;\n        color: #495057;\n        font-size: 80%\n    }\n\n    .customer-review-item .customer .role {\n        color: #adb5bd\n    }\n\n    div.products-compare-div {\n        margin-top: 20px;\n        height: 700px\n    }\n\n    div.products-compare-div table.products-compare-table thead th {\n        vertical-align: top\n    }\n\n    div.products-compare-div table.products-compare-table .product-name {\n        display: block;\n        font-size: 12px\n    }\n\n    div.products-compare-div table.products-compare-table .product-model {\n        display: block;\n        font-size: 12px\n    }\n\n    div.products-compare-div table.products-compare-table thead tr:nth-child(1) th {\n        background: #fff;\n        position: sticky;\n        top: 0;\n        z-index: 1\n    }\n\n    div.products-compare-div table.products-compare-table .products-compare-table-feature-type {\n        font-size: 13px;\n        font-weight: 700;\n        color: #2aa9af;\n        position: sticky;\n        left: 0;\n        top: auto;\n        background-color: #fff\n    }\n\n    div.products-compare-div table.products-compare-table .products-compare-table-feature {\n        position: absolute;\n        left: 0;\n        top: auto;\n        background-color: #fff;\n        font-weight: 700;\n        position: sticky\n    }\n\n    .asterisk-description {\n        font-size: 13px;\n        font-weight: 700;\n        color: #2aa9af\n    }\n\n    .btn-round-learn-more {\n        color: #fff;\n        width: 140px;\n        height: 45px;\n        border-radius: 50px;\n        padding: .9rem 1rem;\n        text-transform: uppercase;\n        font-size: 11px;\n        font-weight: 700;\n        border-color: #fff\n    }\n\n    .btn-round-learn-more:hover {\n        background-color: #fff;\n        color: #202020\n    }\n\n    .btn-round-learn-more-dark {\n        color: #272727;\n        width: 140px;\n        height: 45px;\n        border-radius: 50px;\n        padding: .9rem 1rem;\n        text-transform: uppercase;\n        font-size: 11px;\n        font-weight: 700;\n        border-color: #272727\n    }\n\n    .btn-round-learn-more-dark:hover {\n        background-color: #272727;\n        color: #fff\n    }\n\n    .btn-underline {\n        color: #3b3e40;\n        padding-bottom: 4px;\n        border-bottom: 1px solid;\n        font-weight: 500;\n        line-height: 1.8\n    }\n\n    .btn-underline .btn-underline-link {\n        color: #3b3e40;\n        border-bottom: 5px solid\n    }\n\n    .btn-underline:hover {\n        color: #919191;\n        text-decoration: none\n    }\n\n    #home-cards {\n        margin: 0 0\n    }\n\n    #home-cards .home-text {\n        color: #fff;\n        padding: 35px 30px\n    }\n\n    .hover {\n        overflow: hidden;\n        position: relative;\n        height: 312px\n    }\n\n    .hover-overlay {\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        top: 0;\n        left: 0;\n        z-index: 90;\n        transition: all .4s\n    }\n\n    .hover-content {\n        position: relative;\n        z-index: 99\n    }\n\n    .hover-1 img {\n        width: 105%;\n        height: auto;\n        position: absolute;\n        top: 0;\n        left: -5%;\n        transition: all .3s\n    }\n\n    .hover-1-content {\n        position: absolute;\n        top: 2rem;\n        left: 0;\n        z-index: 99;\n        transition: all .4s\n    }\n\n    .hover-1:hover .hover-1-content {\n        top: 2rem\n    }\n\n    .fuchsia-rose-text {\n        color: #db0075\n    }\n\n    .aqua-sky-text {\n        color: #5cc6c3\n    }\n\n    .mimosa-text {\n        color: #f0c05a\n    }\n\n    .list-inline-item .fas,\n    .list-inline-item .far {\n        font-size: .8rem\n    }\n\n    .chili-pepper-text {\n        color: #9b1b30\n    }\n\n    .icon {\n        font-size: 55px;\n        color: #3dc1cf;\n        float: left;\n        margin-right: 20px;\n        position: relative;\n        top: -15px\n    }\n\n    .content {\n        margin-top: 0;\n        margin-left: 95px\n    }\n\n    .nav-pills-tab .nav-link.active,\n    .nav-pills .show\u003e.nav-link {\n        color: #fff;\n        background-color: #17a2b8;\n        border-radius: 30px\n    }\n\n    .nav-iot-tab {\n        background-color: #f7f7f7;\n        border-radius: 30px\n    }\n\n    .nav-iot-link {\n        color: #17a2b8;\n        font-weight: 700;\n        padding: 15px 10px\n    }\n\n    .nav-iot-link:hover {\n        color: #0f7b8c\n    }\n\n    .esim-gradient-text {\n        background: #009bcf;\n        background: linear-gradient(80deg, #009bcf 0%, #3dc7d9 46%, #02b4a8 100%);\n        background-size: 100%;\n        -webkit-background-clip: text;\n        -moz-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        -moz-text-fill-color: transparent\n    }\n\n    .esim-custom-line {\n        width: 35%;\n        height: 1px;\n        background-color: #d9d9d9;\n        margin-top: 20px;\n        margin-bottom: 20px\n    }\n\n    .smb-solution-banner {\n        background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .5)), url(https:\/\/static.gl-inet.com\/www\/images\/solutions\/smb\/smb_bg.jpg);\n        background-size: cover;\n        background-position: 50%\n    }\n\n    .show {\n        display: block\n    }\n\n    .object-fit {\n        object-fit: cover\n    }\n\n    .bg-openvpn {\n        background-color: #ed7f22\n    }\n\n    .bg-wireguard {\n        background-color: #ae373a\n    }\n\n    .text-openvpn {\n        color: #ed7f22\n    }\n\n    .text-wireguard {\n        color: #ae373a\n    }\n\n    @media(min-width:768px) {\n        .col-md-20precent {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n    }\n\n    @media(min-width:992px) {\n        .col-lg-20precent {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n    }\n\n    @media(min-width:1200px) {\n        .col-xl-20precent {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n    }\n\n    .toggle-icon {\n        display: block\n    }\n\n    .toggle-icon:first-child {\n        display: none\n    }\n\n    .collapsed .toggle-icon {\n        display: none\n    }\n\n    .collapsed .toggle-icon:first-child {\n        display: block\n    }\n\n    .tiny-slider-controls.circle-controls {\n        margin: 0;\n        padding: 0;\n        cursor: pointer\n    }\n\n    .tiny-slider-controls.circle-controls:focus {\n        outline: none\n    }\n\n    .tiny-slider-controls.circle-controls a {\n        display: inline-block;\n        width: 50px;\n        height: 50px;\n        text-align: center;\n        border-radius: 25px;\n        border: 1px solid #c5c5c5;\n        padding: 0;\n        align-content: center;\n        color: #8f969c\n    }\n\n    .tiny-slider-controls.circle-controls a:hover {\n        background-color: #17a2b8;\n        color: #fff\n    }\n\n    .card-hover {\n        transition: all .4s\n    }\n\n    .card-hover:hover {\n        transform: scale(1.05)\n    }\n\n    .show {\n        display: block\n    }\n\n    .object-fit {\n        object-fit: cover\n    }\n\n    .bg-openvpn {\n        background-color: #ed7f22\n    }\n\n    .bg-wireguard {\n        background-color: #ae373a\n    }\n\n    .text-openvpn {\n        color: #ed7f22\n    }\n\n    .text-wireguard {\n        color: #ae373a\n    }\n\n    @media(min-width:768px) {\n        .col-md-20precent {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n    }\n\n    @media(min-width:992px) {\n        .col-lg-20precent {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n    }\n\n    @media(min-width:1200px) {\n        .col-xl-20precent {\n            flex: 0 0 20%;\n            max-width: 20%\n        }\n    }\n\n    .toggle-icon {\n        display: block\n    }\n\n    .toggle-icon:first-child {\n        display: none\n    }\n\n    .collapsed .toggle-icon {\n        display: none\n    }\n\n    .collapsed .toggle-icon:first-child {\n        display: block\n    }\n\n    .tiny-slider-controls.circle-controls {\n        margin: 0;\n        padding: 0;\n        cursor: pointer\n    }\n\n    .tiny-slider-controls.circle-controls:focus {\n        outline: none\n    }\n\n    .tiny-slider-controls.circle-controls a {\n        display: inline-block;\n        width: 50px;\n        height: 50px;\n        text-align: center;\n        border-radius: 25px;\n        border: 1px solid #c5c5c5;\n        padding: 0;\n        align-content: center;\n        color: #8f969c\n    }\n\n    .tiny-slider-controls.circle-controls a:hover {\n        background-color: #17a2b8;\n        color: #fff\n    }\n\n    .card-hover {\n        transition: all .4s\n    }\n\n    .card-hover:hover {\n        transform: scale(1.05)\n    }\n\n    .img-circle {\n        border-radius: 50%;\n        border: 3px solid #e9e9e9\n    }\n\n    .gl-vid-container {\n        position: relative;\n        padding-top: 30px;\n        height: 0;\n        width: 70%;\n        float: left\n    }\n\n    .gl-vid-container iframe,\n    .gl-vid-container object,\n    .gl-vid-container embed {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        min-height: 360px\n    }\n\n    .gl-vid-list-container {\n        width: 30%;\n        height: 360px;\n        overflow: hidden;\n        float: right\n    }\n\n    .gl-vid-list-container:hover,\n    .gl-vid-list-container:focus {\n        overflow-y: auto\n    }\n\n    ol#gl-vid-list {\n        margin: 0;\n        padding: 0;\n        background: #222\n    }\n\n    ol#gl-vid-list li {\n        list-style: none\n    }\n\n    ol#gl-vid-list li a {\n        text-decoration: none;\n        background-color: #222;\n        display: block;\n        padding: 10px\n    }\n\n    ol#gl-vid-list li a:hover {\n        background-color: #666\n    }\n\n    .gl-vid-thumb {\n        position: relative;\n        margin-right: 8px;\n        display: inline-block;\n        height: 55px\n    }\n\n    .active-vid {\n        background: #3a3a3a\n    }\n\n    #gl-vid-list .desc {\n        color: #cacaca;\n        font-size: 13px;\n        margin-top: 5px\n    }\n\n    .desc {\n        display: inline\n    }\n\n    .video-title {\n        display: flex;\n        justify-content: start;\n        align-items: center\n    }\n\n    @media(max-width:624px) {\n        .gl-vid-list-container {\n            height: 360px\n        }\n\n        .desc {\n            white-space: nowrap;\n            overflow: hidden;\n            text-overflow: ellipsis;\n            display: inline\n        }\n\n        .gl-vid-container {\n            background-color: #222\n        }\n    }\n\n    .contacts-main-container {\n        padding-bottom: 55px\n    }\n\n    .contacts-main-container p {\n        font-size: 1.5rem\n    }\n\n    .anchor-offset::before {\n        content: \"\";\n        display: block;\n        height: 80px;\n        margin: -80px 0 0\n    }\n\n    .gl-section-banner {\n        background-position: 50%;\n        -webkit-background-size: cover;\n        -moz-background-size: cover;\n        -o-background-size: cover;\n        background-size: cover\n    }\n\n    .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700\n    }\n\n    @media(max-width:768px) {\n        .btn-round {\n            font-size: 13px;\n            min-height: 50px;\n            border-radius: 50px;\n            padding: 14px 1.5rem;\n            text-transform: uppercase;\n            font-weight: 700\n        }\n    }\n\n    .txt-lg {\n        font-size: 1.5rem;\n        color: #f5f5f5\n    }\n\n    .hide {\n        display: none\n    }\n\n    .icon-check {\n        color: #44b4b1\n    }\n\n    .icon-asterisk {\n        color: #44b4b1\n    }\n\n    .icon-minus {\n        color: #a1a1a1\n    }\n\n    .carousel-indicators,\n    .carousel-control-next,\n    .carousel-control-prev {\n        filter: invert(20%)\n    }\n\n    .product-specs-section {\n        background-color: #f4f5f7\n    }\n\n    .nav-tabs .nav-link {\n        color: grey;\n        border: 1px solid transparent;\n        transition: background-color .3s, color .3s;\n        font-weight: 700\n    }\n\n    .nav-tabs .nav-link:hover {\n        color: #fff;\n        color: #5fb7c0;\n        border-color: transparent\n    }\n\n    .nav-tabs .nav-link.active {\n        color: #fff;\n        background-color: green;\n        border-color: transparent\n    }\n\n    .nav-tabs-container {\n        position: relative;\n        padding-bottom: 1rem\n    }\n\n    .text-rm1 {\n        color: #5b8aaa\n    }\n\n    .rm1-bg-primary {\n        background-color: #5b8aaa !important\n    }\n\n    .btn-round-rm1 {\n        background-color: #5b8aaa;\n        color: #fff;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700\n    }\n\n    @media(max-width:768px) {\n        .btn-round-rm1 {\n            min-height: 50px;\n            border-radius: 50px;\n            padding: 12px 2rem;\n            text-transform: uppercase;\n            font-weight: 700\n        }\n    }\n\n    .btn-round-rm1:hover {\n        background-color: #fff;\n        color: #5b8aaa !important;\n        border-color: #5b8aaa\n    }\n\n    #mailchimp-rm1 input {\n        border: none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0 0 25px\n    }\n\n    @media(max-width:575.98px) {\n        #mailchimp-rm1 input {\n            width: 100%;\n            height: 40px;\n            font-size: 13px\n        }\n    }\n\n    #mailchimp-rm1 input.email {\n        background: #fff\n    }\n\n    #mailchimp-rm1 input[type=submit] {\n        background: #5b8aaa;\n        color: #fff;\n        cursor: pointer;\n        font-size: 15px;\n        width: 135px;\n        height: 50px;\n        padding: 8px 3px;\n        border-radius: 0 25px 25px 0;\n        text-transform: uppercase;\n        font-weight: 700\n    }\n\n    @media(max-width:575.98px) {\n        #mailchimp-rm1 input[type=submit] {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 13px\n        }\n    }\n\n    #mailchimp-rm1 input[type=submit]:hover {\n        background-color: #0e71a3;\n        color: #fff\n    }\n\n    .rm1-main-container .tag-pre-order {\n        position: absolute;\n        display: inline-flex;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        transform: translateX(-50%)scale(.9);\n        left: 25%;\n        top: 60%\n    }\n\n    @media(max-width:1600px) {\n        .rm1-main-container .tag-pre-order {\n            transform: translateX(-50%)scale(.8);\n            top: 56%\n        }\n    }\n\n    @media(max-width:1400px) {\n        .rm1-main-container .tag-pre-order {\n            transform: translateX(-50%)scale(.7);\n            top: 51%\n        }\n    }\n\n    @media(max-width:1199px) {\n        .rm1-main-container .tag-pre-order {\n            transform: translateX(-50%)scale(.8);\n            left: 25%;\n            bottom: 2%\n        }\n    }\n\n    @media(max-width:576px) {\n        .rm1-main-container .tag-pre-order {\n            transform: translateX(-50%)scale(.6);\n            left: 25%;\n            bottom: 2%\n        }\n    }\n\n    .rm1-main-container .tag-pre-order i {\n        font-size: 9rem;\n        color: #7943e6 !important;\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-color: #7943e6;\n        background-image: -moz-linear-gradient(0, #8d4de0, #7943e6);\n        background-image: -webkit-linear-gradient(0, #8d4de0, #7943e6);\n        background-image: linear-gradient(0deg, #8d4de0, #7943e6);\n        -webkit-filter: drop-shadow(1px 1px 5px #000);\n        filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, .4))\n    }\n\n    .rm1-main-container .tag-pre-order h4 {\n        font-size: 1.5rem;\n        line-height: .8;\n        position: absolute;\n        color: #fff;\n        width: 80%;\n        margin-bottom: 0\n    }\n\n    .rm1-main-container .product-comparison {\n        justify-content: center;\n        align-content: center\n    }\n\n    .rm1-main-container .product-comparison .comparison-header\u003ediv {\n        padding: 1rem 2rem\n    }\n\n    .rm1-main-container .product-comparison .comparison-detail:nth-child(odd) {\n        background-color: #f7f7f7\n    }\n\n    .rm1-main-container .product-comparison .comparison-detail\u003ediv {\n        padding: .75rem 2rem\n    }\n\n    .rm1-main-container .product-comparison .comparison-detail\u003ediv p {\n        margin-bottom: 0\n    }\n\n    .rm1-main-container .product-comparison .comparison-detail\u003ediv p .fa-crown {\n        color: #ffc002;\n        transform: rotate(25deg)translateY(-1px)\n    }\n\n    .rm1-main-container .product-comparison .order.order-1 {\n        background-color: rgba(219, 240, 255, .25);\n        font-weight: 700\n    }\n\n    @media(max-width:1199px) {\n        .rm1-main-container .product-comparison .order.order-1 {\n            font-weight: inherit\n        }\n    }\n\n    @media(max-width:1199px) {\n        .rm1-main-container .product-comparison .order {\n            display: block\n        }\n\n        .rm1-main-container .product-comparison .order.order-0 {\n            display: block;\n            padding-bottom: 0;\n            color: #5b8aaa\n        }\n\n        .rm1-main-container .product-comparison .order.order-1 {\n            display: block;\n            background-image: none;\n            background-color: inherit;\n            color: inherit\n        }\n\n        .rm1-main-container .product-comparison .order.selected {\n            display: block !important\n        }\n    }\n\n    .rm1-main-container .product-comparison .order p i {\n        font-size: 1.4em\n    }\n\n    .rm1-main-container .horizontal-scroll {\n        height: 250vh;\n        overflow: clip\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container .horizontal-scroll {\n            height: inherit;\n            overflow: none\n        }\n    }\n\n    .rm1-main-container .horizontal-scroll .sticky-control {\n        position: sticky;\n        top: 0\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container .horizontal-scroll .sticky-control {\n            position: relative;\n            top: 0\n        }\n    }\n\n    .rm1-main-container .horizontal-scroll .sticky-control .container {\n        width: 100vw;\n        height: 100vh\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container .horizontal-scroll .sticky-control .container {\n            transform: none;\n            width: initial;\n            height: initial;\n            padding-top: 2rem;\n            padding-bottom: 2rem\n        }\n    }\n\n    @keyframes scale {\n        0% {\n            transform: scale(1)\n        }\n\n        100% {\n            transform: scale(1.3)\n        }\n    }\n\n    .rm1-main-container .horizontal-scroll .sticky-control .container .bg-control {\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        top: 0;\n        left: 0;\n        background-size: cover;\n        background-position: 50%;\n        opacity: .15;\n        animation: scale auto linear;\n        animation-direction: normal;\n        animation-fill-mode: forwards;\n        animation-iteration-count: 1;\n        animation-timeline: view();\n        animation-range-start: 40%;\n        animation-range-end: 95%\n    }\n\n    .rm1-main-container .horizontal-scroll .sticky-control .container .content-control {\n        position: sticky;\n        top: 0;\n        height: 100vh;\n        padding-top: 0;\n        padding-bottom: 1rem\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container .horizontal-scroll .sticky-control .container .content-control {\n            position: relative;\n            height: inherit\n        }\n    }\n\n    .rm1-main-container .horizontal-scroll .sticky-control .container .content-control .sticky-content {\n        position: relative;\n        top: 50%;\n        transform: translateY(-50%)\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container .horizontal-scroll .sticky-control .container .content-control .sticky-content {\n            top: 0;\n            transform: none;\n            padding-top: 2rem;\n            padding-bottom: 2rem\n        }\n    }\n\n    @keyframes rm-slide {\n        0% {\n            transform: translateX(0)\n        }\n\n        100% {\n            transform: translateX(-260%)\n        }\n    }\n\n    .rm1-main-container .horizontal-scroll .horizontal-scroll-wrapper {\n        display: flex;\n        position: relative;\n        transition-property: transform;\n        width: 100%;\n        animation: rm-slide auto linear;\n        animation-direction: normal;\n        animation-fill-mode: forwards;\n        animation-iteration-count: 1;\n        animation-timeline: view();\n        animation-range-start: 45%;\n        animation-range-end: 105%\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container .horizontal-scroll .horizontal-scroll-wrapper {\n            flex-wrap: wrap;\n            animation: none\n        }\n    }\n\n    .rm1-main-container .horizontal-scroll .horizontal-scroll-wrapper figure {\n        position: relative;\n        padding: 1rem;\n        flex-grow: 0;\n        flex-shrink: 0;\n        flex-basis: 45%\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container .horizontal-scroll .horizontal-scroll-wrapper figure {\n            flex-basis: 100%\n        }\n    }\n\n    .rm1-main-container #features .features-list\u003ediv {\n        opacity: 0;\n        transition: opacity .5s ease\n    }\n\n    .rm1-main-container #features .features-list\u003ediv:first-child {\n        margin-top: 0\n    }\n\n    .rm1-main-container #features .features-list\u003ediv:nth-child(2) {\n        margin-top: 4rem;\n        animation-delay: 250ms\n    }\n\n    .rm1-main-container #features .features-list\u003ediv:nth-child(3) {\n        margin-top: -4rem;\n        animation-delay: 500ms\n    }\n\n    @media(max-width:1199px) {\n        .rm1-main-container #features .features-list\u003ediv:nth-child(3) {\n            margin-top: -7rem\n        }\n    }\n\n    .rm1-main-container #features .features-list\u003ediv:nth-child(4) {\n        margin-top: 2rem;\n        animation-delay: 750ms\n    }\n\n    @media(max-width:1199px) {\n        .rm1-main-container #features .features-list\u003ediv:nth-child(4) {\n            margin-top: 3rem\n        }\n    }\n\n    .rm1-main-container #features .features-list\u003ediv:last-child {\n        margin-top: 0;\n        animation-delay: 1000ms\n    }\n\n    @media(max-width:991px) {\n        .rm1-main-container #features .features-list\u003ediv {\n            margin-top: 0 !important;\n            margin-bottom: 1rem\n        }\n    }\n\n    .rm1-main-container #features .features-list\u003ediv.in-view.animate__animated {\n        -webkit-animation-name: fadeInUp;\n        animation-name: fadeInUp\n    }\n\n    .rm1-main-container .three-ways {\n        margin-top: 2rem;\n        margin-bottom: 1rem\n    }\n\n    .rm1-main-container .three-ways .ways-main h5 {\n        position: relative;\n        z-index: 999;\n        color: #fff;\n        display: inline-block;\n        background-color: #5b8aaa;\n        padding: .75rem 1.75rem;\n        border-radius: 2rem\n    }\n\n    .rm1-main-container .three-ways .card {\n        border-top: 0\n    }\n\n    .rm1-main-container .three-ways .card:hover {\n        border-color: #fff;\n        box-shadow: -1px 0 13px 1px rgba(0, 0, 0, .3);\n        -webkit-box-shadow: -1px 0 13px 1px rgba(0, 0, 0, .3);\n        -moz-box-shadow: -1px 0 13px 1px rgba(0, 0, 0, .3)\n    }\n\n    @media(max-width:767px) {\n        .rm1-main-container #scenarios .nav-link {\n            padding: .5rem 1.5rem !important\n        }\n    }\n\n    @media(max-width:576px) {\n        .rm1-main-container #scenarios .nav-link {\n            padding: .5rem 1rem !important\n        }\n    }\n\n    .table tr td {\n        vertical-align: middle\n    }\n\n    .select {\n        display: inline-block;\n        width: 300px\n    }\n\n    .product-nav {\n        background-color: #eee;\n        position: sticky;\n        top: var(--header-height);\n        z-index: 999\n    }\n\n    .product-nav .product-nav-container {\n        overflow-x: auto;\n        -ms-overflow-style: none;\n        scrollbar-width: none\n    }\n\n    .product-nav .product-nav-container::-webkit-scrollbar {\n        display: none\n    }\n\n    @media(max-width:768px) {\n        .product-nav .product-nav-container {\n            overflow-x: inherit\n        }\n    }\n\n    .product-nav .product-nav-container .product-nav-content {\n        display: flex;\n        flex-direction: row;\n        justify-content: left;\n        align-items: center;\n        white-space: nowrap\n    }\n\n    @media(max-width:768px) {\n        .product-nav .product-nav-container .product-nav-content {\n            overflow-x: auto;\n            -ms-overflow-style: none;\n            scrollbar-width: none\n        }\n\n        .product-nav .product-nav-container .product-nav-content::-webkit-scrollbar {\n            display: none\n        }\n    }\n\n    .product-nav .product-nav-container .product-nav-content .product-nav-item {\n        color: #6c757d;\n        height: -moz-fit-content;\n        height: fit-content;\n        padding: .75rem 1.5rem;\n        background: 0 0 !important;\n        border-bottom: 2px solid transparent\n    }\n\n    @media(max-width:991px) {\n        .product-nav .product-nav-container .product-nav-content .product-nav-item {\n            padding: .75rem 1rem !important\n        }\n    }\n\n    @media(max-width:768px) {\n        .product-nav .product-nav-container .product-nav-content .product-nav-item {\n            padding: .75rem 1rem !important\n        }\n    }\n\n    .product-nav .product-nav-container .product-nav-content .product-nav-item:hover {\n        color: #3dc1cf;\n        transition: .3s ease\n    }\n\n    .product-nav .product-nav-container .product-nav-content .product-nav-item.active {\n        color: #3dc1cf;\n        border-color: #3dc1cf\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .video-header-rm1 {\n        position: relative;\n        background-color: black;\n        height: 55rem;\n        min-height: 25rem;\n        width: 100%;\n        overflow: hidden;\n    }\n\n    .video-header-rm1 video {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        min-width: 100%;\n        min-height: 100%;\n        width: auto;\n        height: auto;\n        z-index: 0;\n        -ms-transform: translateX(-50%) translateY(-50%);\n        -moz-transform: translateX(-50%) translateY(-50%);\n        -webkit-transform: translateX(-50%) translateY(-50%);\n        transform: translateX(-50%) translateY(-50%);\n    }\n\n    .video-header-rm1 .container {\n        position: relative;\n        z-index: 2;\n    }\n\n    .video-header-rm1 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0.35;\n        z-index: 1;\n    }\n\n    @media (pointer: coarse) and (hover: none) {\n        .video-header-rm1 {\n            background: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_bg_teaser.mp4') black no-repeat center center scroll;\n        }\n\n        .video-header-rm1 video {\n            display: none;\n        }\n    }\n\n    a {\n        text-decoration: none !important;\n    }\n\n    .text-rm1 {\n        color: #5b8aaa\n    }\n\n    .rm1-bg-primary {\n        background-color: #5b8aaa !important\n    }\n\n    .btn-round-rm1 {\n        background-color: #5b8aaa;\n        color: #FFF !important;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @media (max-width:768px) {\n            min-height: 50px;\n            border-radius: 50px;\n            padding: 12px 2rem;\n            text-transform: uppercase;\n            font-weight: bold\n        }\n    }\n\n    .btn-round-rm1:hover {\n        background-color: #FFF;\n        color: #5b8aaa;\n        border-color: #5b8aaa\n    }\n\n    #mailchimp-rm1 input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n\n        @media (max-width:575.98px) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px\n        }\n    }\n\n    #mailchimp-rm1 input.email {\n        background: #fff\n    }\n\n    #mailchimp-rm1 input[type=\"submit\"] {\n        background: #5b8aaa;\n        color: #fff;\n        cursor: pointer;\n        font-size: 15px;\n        width: 135px;\n        height: 50px;\n        padding: 8px 3px;\n        border-radius: 0px 25px 25px 0px;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @media (max-width:575.98px) {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 13px\n        }\n    }\n\n    #mailchimp-rm1 input[type=\"submit\"]:hover {\n        background-color: #0e71a3;\n        color: #FFF\n    }\n\n    .rm1-main-container {\n        .tag-pre-order {\n            position: absolute;\n            display: inline-flex;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            transform: translateX(-50%) scale(0.9);\n            left: 25%;\n            top: 60%;\n\n            @media (max-width:1600px) {\n                transform: translateX(-50%) scale(0.8);\n                top: 56%\n            }\n\n            @media (max-width:1400px) {\n                transform: translateX(-50%) scale(0.7);\n                top: 51%\n            }\n\n            @media (max-width:1199px) {\n                transform: translateX(-50%) scale(0.8);\n                left: 25%;\n                bottom: 2%\n            }\n\n            @media (max-width:576px) {\n                transform: translateX(-50%) scale(0.6);\n                left: 25%;\n                bottom: 2%\n            }\n\n            i {\n                font-size: 9rem;\n                color: #7943e6 !important;\n                -webkit-background-clip: text;\n                -webkit-text-fill-color: transparent;\n                background-color: #7943e6;\n                background-image: -moz-linear-gradient(0deg, #8d4de0, #7943e6);\n                background-image: -webkit-linear-gradient(0deg, #8d4de0, #7943e6);\n                background-image: linear-gradient(0deg, #8d4de0, #7943e6);\n                -webkit-filter: drop-shadow(1px 1px 5px #000);\n                filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.4))\n            }\n\n            h4 {\n                font-size: 1.5rem;\n                line-height: 0.8;\n                position: absolute;\n                color: white;\n                width: 80%;\n                margin-bottom: 0\n            }\n        }\n\n        .product-comparison {\n            justify-content: center;\n            align-content: center;\n\n            .comparison-header {\n                \u003ediv {\n                    padding: 1rem 2rem\n                }\n            }\n\n            .comparison-detail {\n                \u0026:nth-child(odd) {\n                    background-color: #f7f7f7\n                }\n\n                \u003ediv {\n                    padding: 0.75rem 2rem;\n\n                    p {\n                        margin-bottom: 0;\n\n                        .fa-crown {\n                            color: #ffc002;\n                            transform: rotate(25deg) translateY(-1px)\n                        }\n                    }\n                }\n            }\n\n            .order {\n                \u0026.order-1 {\n                    background-color: rgba(219, 240, 255, 0.25);\n                    font-weight: 700;\n\n                    @media (max-width:1199px) {\n                        font-weight: inherit\n                    }\n                }\n\n                @media (max-width:1199px) {\n                    display: block;\n\n                    \u0026.order-0 {\n                        display: block;\n                        padding-bottom: 0;\n                        color: #5b8aaa\n                    }\n\n                    \u0026.order-1 {\n                        display: block;\n                        background-image: none;\n                        background-color: inherit;\n                        color: inherit\n                    }\n\n                    \u0026.selected {\n                        display: block !important\n                    }\n                }\n\n                p {\n                    i {\n                        font-size: 1.4em\n                    }\n                }\n            }\n        }\n\n        .horizontal-scroll {\n            height: 250vh;\n            overflow: clip;\n\n            @media (max-width:991px) {\n                height: inherit;\n                overflow: none\n            }\n\n            .sticky-control {\n                position: sticky;\n                top: 0;\n\n                @media (max-width:991px) {\n                    position: relative;\n                    top: 0;\n                }\n\n                .container {\n                    width: 100vw;\n                    height: 100vh;\n\n                    @media (max-width:991px) {\n                        transform: none;\n                        width: initial;\n                        height: initial;\n                        padding-top: 2rem;\n                        padding-bottom: 2rem\n                    }\n\n                    @keyframes scale {\n                        0% {\n                            transform: scale(1)\n                        }\n\n                        100% {\n                            transform: scale(1.3)\n                        }\n                    }\n\n                    .bg-control {\n                        width: 100%;\n                        height: 100%;\n                        position: absolute;\n                        top: 0;\n                        left: 0;\n                        background-size: cover;\n                        background-position: center center;\n                        opacity: 0.15;\n                        animation: scale auto linear;\n                        animation-direction: normal;\n                        animation-fill-mode: forwards;\n                        animation-iteration-count: 1;\n                        animation-timeline: view();\n                        animation-range-start: 40%;\n                        animation-range-end: 95%\n                    }\n\n                    .content-control {\n                        position: sticky;\n                        top: 0;\n                        height: 100vh;\n                        padding-top: 0rem;\n                        padding-bottom: 1rem;\n\n                        @media (max-width:991px) {\n                            position: relative;\n                            height: inherit\n                        }\n\n                        .sticky-content {\n                            position: relative;\n                            top: 50%;\n                            transform: translateY(-50%);\n\n                            @media (max-width:991px) {\n                                top: 0;\n                                transform: none;\n                                padding-top: 2rem;\n                                padding-bottom: 2rem\n                            }\n                        }\n                    }\n                }\n            }\n\n            @keyframes rm-slide {\n                0% {\n                    transform: translateX(0)\n                }\n\n                100% {\n                    transform: translateX(-260%)\n                }\n            }\n\n            .horizontal-scroll-wrapper {\n                display: flex;\n                position: relative;\n                transition-property: transform;\n                width: 100%;\n                animation: rm-slide auto linear;\n                animation-direction: normal;\n                animation-fill-mode: forwards;\n                animation-iteration-count: 1;\n                animation-timeline: view();\n                animation-range-start: 45%;\n                animation-range-end: 105%;\n\n                @media (max-width:991px) {\n                    flex-wrap: wrap;\n                    animation: none\n                }\n\n                figure {\n                    position: relative;\n                    padding: 1rem;\n                    flex-grow: 0;\n                    flex-shrink: 0;\n                    flex-basis: 45%;\n\n                    @media (max-width:991px) {\n                        flex-basis: 100%\n                    }\n                }\n            }\n        }\n\n        #features {\n            .features-list {\n                \u003ediv {\n                    opacity: 0;\n                    transition: opacity 0.5s ease;\n\n                    \u0026:first-child {\n                        margin-top: 0\n                    }\n\n                    \u0026:nth-child(2) {\n                        margin-top: 4rem;\n                        animation-delay: 250ms\n                    }\n\n                    \u0026:nth-child(3) {\n                        margin-top: -4rem;\n                        animation-delay: 500ms;\n\n                        @media (max-width:1199px) {\n                            margin-top: -7rem\n                        }\n                    }\n\n                    \u0026:nth-child(4) {\n                        margin-top: 2rem;\n                        animation-delay: 750ms;\n\n                        @media (max-width:1199px) {\n                            margin-top: 3rem\n                        }\n                    }\n\n                    \u0026:last-child {\n                        margin-top: 0;\n                        animation-delay: 1000ms\n                    }\n\n                    @media (max-width:991px) {\n                        margin-top: 0 !important;\n                        margin-bottom: 1rem\n                    }\n\n                    \u0026.in-view {\n                        \u0026.animate__animated {\n                            -webkit-animation-name: fadeInUp;\n                            animation-name: fadeInUp\n                        }\n                    }\n                }\n            }\n        }\n\n        .three-ways {\n            margin-top: 2rem;\n            margin-bottom: 1rem;\n\n            .ways-main {\n                h5 {\n                    position: relative;\n                    z-index: 999;\n                    color: #ffffff;\n                    display: inline-block;\n                    background-color: #5b8aaa;\n                    padding: 0.75rem 1.75rem;\n                    border-radius: 2rem\n                }\n            }\n\n            .card {\n                border-top: 0;\n\n                \u0026:hover {\n                    border-color: #ffffff;\n                    box-shadow: -1px 0px 13px 1px rgba(0, 0, 0, 0.3);\n                    -webkit-box-shadow: -1px 0px 13px 1px rgba(0, 0, 0, 0.3);\n                    -moz-box-shadow: -1px 0px 13px 1px rgba(0, 0, 0, 0.3)\n                }\n            }\n        }\n\n        @media (max-width:767px) {\n            #scenarios.nav-link {\n                padding: 0.5rem 1.5rem !important;\n            }\n        }\n\n        @media (max-width:576px) {\n            #scenarios.nav-link {\n                padding: 0.5rem 1rem !important;\n            }\n        }\n    }\n\n    .tab-panel {\n        padding: 0 !important;\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .rm1-feature figure {\n            height: inherit\n        }\n    }\n\n    .rm1-main-container .rm1-feature figure .figure-video {\n        position: absolute;\n        display: flex;\n        z-index: 0;\n        width: 100%;\n        height: 100%\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .rm1-feature figure .figure-video {\n            position: relative\n        }\n    }\n\n    .rm1-main-container .rm1-feature figure .figure-video .overlay {\n        position: absolute;\n        top: 0;\n        bottom: 0;\n        left: 0;\n        right: 0;\n        background: linear-gradient(270deg, rgba(50, 52, 54, 0) 0%, #323436 80%)\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .rm1-feature figure .figure-video .overlay {\n            display: none\n        }\n    }\n\n    .rm1-main-container .rm1-feature figure .figure-video video {\n        padding-left: 20%;\n        width: 100%;\n        height: 100%;\n        object-fit: cover\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .rm1-feature figure .figure-video video {\n            object-fit: inherit;\n            aspect-ratio: 16\/9;\n            padding-left: 0\n        }\n    }\n\n    .rm1-main-container .rm1-feature figure .figure-image {\n        align-content: center\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .rm1-feature figure .figure-image {\n            text-align: center;\n            aspect-ratio: 16\/9\n        }\n    }\n\n    .rm1-main-container .rm1-feature figure .figure-content {\n        position: relative;\n        z-index: 2;\n        display: flex;\n        flex-direction: column;\n        align-self: start;\n        padding: 2rem\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .rm1-feature figure .figure-content {\n            flex-direction: row;\n            padding: 1rem 1.5rem\n        }\n    }\n\n    @media(max-width: 991px) {\n        .rm1-main-container .rm1-feature figure .figure-content {\n            flex-direction: column\n        }\n    }\n\n    .rm1-main-container .rm1-feature figure .figure-content\u003ediv {\n        display: flex;\n        flex-direction: row;\n        align-items: start;\n        padding: 5% 2rem\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .rm1-feature figure .figure-content\u003ediv {\n            padding: 1rem\n        }\n    }\n\n    @media(max-width: 991px) {\n        .rm1-main-container .rm1-feature figure .figure-content\u003ediv {\n            padding: 2rem\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .rm1-feature figure .figure-content\u003ediv {\n            flex-direction: column;\n            padding: 1.5rem 1rem\n        }\n    }\n\n    .rm1-main-container .rm1-feature figure .figure-content\u003ediv img {\n        padding-right: 1.5rem;\n        height: 4rem\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .rm1-feature figure .figure-content\u003ediv img {\n            padding-right: 1rem\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .rm1-feature figure .figure-content\u003ediv img {\n            padding-right: 0;\n            padding-bottom: 1rem\n        }\n    }\n\n    .pt-lg-5,\n    .py-lg-5 {\n        padding-top: 3rem !important\n    }\n\n    .pr-lg-5,\n    .px-lg-5 {\n        padding-right: 3rem !important\n    }\n\n    .pb-lg-5,\n    .py-lg-5 {\n        padding-bottom: 3rem !important\n    }\n\n    .pl-lg-5,\n    .px-lg-5 {\n        padding-left: 3rem !important\n    }\n\n    .rm1-main-container .grid {\n        display: grid;\n        grid-auto-rows: 6rem\n    }\n\n    @media(max-width: 991px) {\n        .rm1-main-container .grid {\n            grid-auto-rows: 5rem\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid {\n            grid-auto-rows: 6.5rem\n        }\n    }\n\n    @media(max-width: 576px) {\n        .rm1-main-container .grid {\n            grid-auto-rows: 5.3rem\n        }\n    }\n\n    @media(max-width: 400px) {\n        .rm1-main-container .grid {\n            grid-auto-rows: 5.2rem\n        }\n    }\n\n    .rm1-main-container .grid .grid-item {\n        position: relative;\n        margin: .3rem;\n        overflow: hidden\n    }\n\n    .rm1-main-container .grid .grid-cell {\n        position: absolute;\n        transform: translate(-50%, -50%);\n        top: 50%;\n        left: 50%;\n        height: 100%;\n        width: 100%;\n        background-color: #000;\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: 50% 100%;\n        padding: 1.25rem 1.5rem\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .grid .grid-cell {\n            padding: 1rem 1.25rem\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid .grid-cell {\n            padding: 1rem .75rem\n        }\n    }\n\n    .rm1-main-container .grid .grid-cell h2 {\n        font-size: 1.85rem\n    }\n\n    @media(max-width: 1280px) {\n        .rm1-main-container .grid .grid-cell h2 {\n            font-size: 1.5rem\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid .grid-cell h2 {\n            font-size: 1.25rem\n        }\n    }\n\n    @media(max-width: 1280px) {\n        .rm1-main-container .grid .grid-cell h4 {\n            font-size: 1.25rem\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid .grid-cell h4 {\n            font-size: 1rem\n        }\n    }\n\n    .rm1-main-container .grid .grid-cell img {\n        width: 70%\n    }\n\n    .rm1-main-container .grid .grid-cell p {\n        margin-bottom: 0\n    }\n\n    @media(max-width: 576px) {\n        .rm1-main-container .grid .grid-cell p {\n            font-size: .75rem\n        }\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .grid .item-1 .grid-cell {\n            background-size: 120%;\n            background-position-y: 83%\n        }\n    }\n\n    @media(max-width: 991px) {\n        .rm1-main-container .grid .item-1 .grid-cell {\n            background-size: 110%;\n            background-position-y: 80%\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid .item-1 .grid-cell {\n            background-size: 100%;\n            background-position-y: 75%\n        }\n    }\n\n    @media(max-width: 576px) {\n        .rm1-main-container .grid .item-1 .grid-cell {\n            background-size: 115%;\n            background-position-y: 75%\n        }\n    }\n\n    .rm1-main-container .grid .item-2 .grid-cell {\n        background-size: 100%;\n        background-position-y: 60%\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .grid .item-2 .grid-cell {\n            background-size: 100%;\n            background-position-y: 82%\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid .item-2 .grid-cell {\n            background-size: 110%;\n            background-position-y: 100%\n        }\n    }\n\n    @media(max-width: 576px) {\n        .rm1-main-container .grid .item-2 .grid-cell {\n            background-size: 100%;\n            background-position-y: 60%\n        }\n    }\n\n    .rm1-main-container .grid .item-3 .grid-cell {\n        background-size: 100%;\n        background-position-y: 70%\n    }\n\n    @media(max-width: 991px) {\n        .rm1-main-container .grid .item-3 .grid-cell {\n            background-size: 100%;\n            background-position-y: 78%\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid .item-3 .grid-cell {\n            background-size: cover\n        }\n    }\n\n    .rm1-main-container .grid .item-4 .grid-cell {\n        overflow: hidden\n    }\n\n    .rm1-main-container .grid .item-4 .grid-cell video {\n        width: 100%;\n        height: 110%;\n        object-fit: cover;\n        position: absolute;\n        left: 0;\n        top: 0;\n        object-fit: cover;\n        z-index: -2\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .grid .item-4 .grid-cell video {\n            top: -12%\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid .item-4 .grid-cell video {\n            height: 100%;\n            top: 0\n        }\n    }\n\n    .rm1-main-container .grid .item-4 .grid-cell .bg {\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        top: 0;\n        left: 0;\n        z-index: -1;\n        background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0%, transparent 60%)\n    }\n\n    .rm1-main-container .grid .item-5 .grid-cell {\n        background-size: 110%;\n        background-position-y: 50%\n    }\n\n    @media(max-width: 991px) {\n        .rm1-main-container .grid .item-5 .grid-cell {\n            background-size: cover\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid .item-5 .grid-cell {\n            background-size: 125%;\n            background-position-x: 55%\n        }\n    }\n\n    @media(max-width: 576px) {\n        .rm1-main-container .grid .item-5 .grid-cell {\n            background-size: cover\n        }\n    }\n\n    .rm1-main-container .grid .item-6 .grid-cell,\n    .rm1-main-container .grid .item-7 .grid-cell,\n    .rm1-main-container .grid .item-8 .grid-cell {\n        background: #efefef;\n        padding: 1.25rem .5rem\n    }\n\n    .rm1-main-container .grid .item-6 .grid-cell\u003ediv,\n    .rm1-main-container .grid .item-7 .grid-cell\u003ediv,\n    .rm1-main-container .grid .item-8 .grid-cell\u003ediv {\n        position: relative;\n        top: 50%;\n        transform: translateY(-50%)\n    }\n\n    .rm1-main-container .grid .item-6 .grid-cell\u003ediv p,\n    .rm1-main-container .grid .item-7 .grid-cell\u003ediv p,\n    .rm1-main-container .grid .item-8 .grid-cell\u003ediv p {\n        color: #323436\n    }\n\n    @media(max-width: 768px) {\n\n        .rm1-main-container .grid .item-6 .grid-cell\u003ediv p,\n        .rm1-main-container .grid .item-7 .grid-cell\u003ediv p,\n        .rm1-main-container .grid .item-8 .grid-cell\u003ediv p {\n            font-size: .75rem\n        }\n    }\n\n    .rm1-main-container .grid .item-1 {\n        grid-area: 1\/1\/span 4\/span 3\n    }\n\n    .rm1-main-container .grid .item-2 {\n        grid-area: 1\/4\/span 3\/span 2\n    }\n\n    .rm1-main-container .grid .item-3 {\n        grid-area: 1\/6\/span 3\/span 2\n    }\n\n    .rm1-main-container .grid .item-4 {\n        grid-area: 4\/4\/span 3\/span 2\n    }\n\n    .rm1-main-container .grid .item-5 {\n        grid-area: 4\/6\/span 3\/span 2\n    }\n\n    .rm1-main-container .grid .item-6 {\n        grid-area: 5\/1\/span 2\/span 1\n    }\n\n    .rm1-main-container .grid .item-7 {\n        grid-area: 5\/2\/span 2\/span 1\n    }\n\n    .rm1-main-container .grid .item-8 {\n        grid-area: 5\/3\/span 2\/span 1\n    }\n\n    @media(max-width: 1199px) {\n        .rm1-main-container .grid .item-1 {\n            grid-area: 1\/1\/span 4\/span 6\n        }\n\n        .rm1-main-container .grid .item-2 {\n            grid-area: 5\/6\/span 4\/span 5\n        }\n\n        .rm1-main-container .grid .item-3 {\n            grid-area: 9\/7\/span 2\/span 4\n        }\n\n        .rm1-main-container .grid .item-4 {\n            grid-area: 5\/1\/span 4\/span 5\n        }\n\n        .rm1-main-container .grid .item-5 {\n            grid-area: 1\/7\/span 4\/span 4\n        }\n\n        .rm1-main-container .grid .item-6 {\n            grid-area: 9\/1\/span 2\/span 2\n        }\n\n        .rm1-main-container .grid .item-7 {\n            grid-area: 9\/3\/span 2\/span 2\n        }\n\n        .rm1-main-container .grid .item-8 {\n            grid-area: 9\/5\/span 2\/span 2\n        }\n    }\n\n    @media(max-width: 768px) {\n        .rm1-main-container .grid .item-1 {\n            grid-area: 1\/1\/span 2\/span 6\n        }\n\n        .rm1-main-container .grid .item-2 {\n            grid-area: 3\/1\/span 3\/span 3\n        }\n\n        .rm1-main-container .grid .item-3 {\n            grid-area: 3\/4\/span 2\/span 3\n        }\n\n        .rm1-main-container .grid .item-4 {\n            grid-area: 5\/4\/span 3\/span 3\n        }\n\n        .rm1-main-container .grid .item-5 {\n            grid-area: 6\/1\/span 2\/span 3\n        }\n\n        .rm1-main-container .grid .item-6 {\n            grid-area: 8\/1\/span 2\/span 2\n        }\n\n        .rm1-main-container .grid .item-7 {\n            grid-area: 8\/3\/span 2\/span 2\n        }\n\n        .rm1-main-container .grid .item-8 {\n            grid-area: 8\/5\/span 2\/span 2\n        }\n    }\n\n    @media(max-width: 576px) {\n        .rm1-main-container .grid .item-1 {\n            grid-area: 1\/1\/span 3\/span 6\n        }\n\n        .rm1-main-container .grid .item-2 {\n            grid-area: 6\/1\/span 3\/span 6\n        }\n\n        .rm1-main-container .grid .item-3 {\n            grid-area: 4\/1\/span 2\/span 3\n        }\n\n        .rm1-main-container .grid .item-4 {\n            grid-area: 9\/1\/span 3\/span 6\n        }\n\n        .rm1-main-container .grid .item-5 {\n            grid-area: 4\/4\/span 2\/span 3\n        }\n\n        .rm1-main-container .grid .item-6 {\n            grid-area: 12\/1\/span 2\/span 2\n        }\n\n        .rm1-main-container .grid .item-7 {\n            grid-area: 12\/3\/span 2\/span 2\n        }\n\n        .rm1-main-container .grid .item-8 {\n            grid-area: 12\/5\/span 2\/span 2\n        }\n    }\n\u003c\/style\u003e\n\u003cmain class=\"rm1-main-container\" data-model=\"gl-rm1\"\u003e\n    \u003csection class=\"video-header-rm1\"\u003e\n        \u003cdiv class=\"overlay\"\u003e\u003c\/div\u003e\n        \u003cvideo playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"muted\" loop=\"loop\"\u003e\n            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_bg_teaser.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n        \u003cdiv class=\"container h-100\"\u003e\n            \u003cdiv class=\"d-flex h-100 text-center align-items-center\"\u003e\n                \u003cdiv class=\"w-100 text-white\"\u003e\n                    \u003ch1 class=\"font-weight-bold text-uppercase\"\u003eMEET Comet\u003c\/h1\u003e\n                    \u003ch3 class=\"mb-0\"\u003eRemote KVM over Internet\u003c\/h3\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Product Nav Tab --\u003e\n    \u003csection class=\"product-nav\"\u003e\n        \u003cdiv class=\"product-nav-container container-md\"\u003e\n            \u003cdiv class=\"product-nav-content\"\u003e\n                \u003ca class=\"product-nav-item nav-link kvm-explained\" href=\"#kvm-explained\"\u003eKVM Explained\u003c\/a\u003e\n                \u003c!--\n          \u003ca class=\"product-nav-item nav-link features\" href=\"#features\"\u003eFeatures\u003c\/a\u003e\n          --\u003e \u003ca class=\"product-nav-item nav-link highlight\" href=\"#highlight\"\u003eHighlight\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link scenarios\" href=\"#scenarios\"\u003eScenarios\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link features\" href=\"#features\"\u003eFeatures\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link story\" href=\"#story\"\u003eStory\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link reviews\" href=\"#reviews\"\u003eReviews\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link usecase active\" href=\"#usecase\"\u003eUsecase\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link specs\" href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cscript\u003e\n            let currentModel = ''\n            window.addEventListener(\"scroll\", function () {\n                document.querySelectorAll(\".product-nav-section\").forEach((section) =\u003e {\n                    let sectionTop = section.offsetTop;\n                    if (pageYOffset \u003e= sectionTop - 160) {\n                        currentModel = section.getAttribute(\"id\");\n                    }\n                });\n                document.querySelectorAll(\".product-nav-item\").forEach((li) =\u003e {\n                    if (li.classList.contains(currentModel)) {\n                        li.classList.add(\"active\");\n                    } else {\n                        li.classList.remove(\"active\");\n                    }\n                });\n            });\n        \u003c\/script\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"py-4 py-lg-5 product-nav-section\" id=\"kvm-explained\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-10\"\u003e\n                    \u003cdiv class=\"text-center\"\u003e\n                        \u003ch2 class=\"font-weight-bold pb-2\"\u003eWhat is Remote KVM?\u003c\/h2\u003e\n                        \u003cp class=\"mb-2\"\u003eA \u003cb class=\"text-rm1\"\u003eRemote KVM (Keyboard, Video, Mouse)\u003c\/b\u003e is a device that\n                            lets you control a computer or server from anywhere, as if you were sitting right in front\n                            of it. Imagine you're traveling,\n                            but you need to access and fix a computer at your office. With a \u003cb class=\"text-rm1\"\u003eRemote\n                                KVM\u003c\/b\u003e, you can see the screen, use the keyboard, and move the mouse just like you were\n                            physically there.\u003c\/p\u003e\n                        \u003cp\u003eIt's commonly used by IT professionals, businesses, and data centers to \u003cb class=\"text-rm1\"\u003etroubleshoot, manage, and maintain computers remotely\u003c\/b\u003e without\n                            needing to be on-site.\u003c\/p\u003e\n                        \u003cdiv class=\"mt-3\"\u003e\n\u003ca role=\"button\" class=\"btn-underline text-uppercase mr-3\" href=\"https:\/\/www.gl-inet.com\/blog\/remote-kvm-what-it-is-and-why-it-matters\/\" target=\"_blank\"\u003eLEARN MORE \u003ci class=\"fas fa-chevron-right\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"row justify-content-center pt-4\"\u003e\n                \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-10 pt-md-0 pb-0\"\u003e\n\u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1-what-is-remote-kvm.jpg\" alt=\"Applications of Remote KVM for home and office use, remote controlling office computer at home using GLKVM application\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003csection class=\"py-4 py-lg-5\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center py-4\"\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-2\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003eWhy Choose Comet?\u003c\/h4\u003e\n                    \u003cdiv class=\"d-flex\"\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003ci class=\"fa-solid fa-check text-rm1 mr-2\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1\"\u003eOne-time purchase\u003c\/span\u003e - No subscription fees, ever\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"d-flex\"\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003ci class=\"fa-solid fa-check text-rm1 mr-2\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1\"\u003e4K@30FPS video \u003c\/span\u003ewith \u003cspan class=\"text-rm1\"\u003eH.264 hardware encoding\u003c\/span\u003e for smooth performance\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"d-flex\"\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003ci class=\"fa-solid fa-check text-rm1 mr-2\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1\"\u003eRemote file transfer\u003c\/span\u003e - Even for offline\n                                devices\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"d-flex\"\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003ci class=\"fa-solid fa-check text-rm1 mr-2\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1\"\u003eUltra-low latency (30ms-60ms)\u003c\/span\u003e for real-time\n                                remote control\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"d-flex\"\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003ci class=\"fa-solid fa-check text-rm1 mr-2\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1\"\u003eUSB-Device port \u003c\/span\u003efor power control accessories\n                                or USB drives\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"d-flex\"\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003ci class=\"fa-solid fa-check text-rm1 mr-2\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1\"\u003eGigabit Ethernet\u003c\/span\u003e for high-speed, stable\n                                connections\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"d-flex\"\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003ci class=\"fa-solid fa-check text-rm1 mr-2\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1\"\u003eType-C power supply\u003c\/span\u003e for hassle-free setup\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"d-flex\"\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003ci class=\"fa-solid fa-check text-rm1 mr-2\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1\"\u003eRemote Audio Output\u003c\/span\u003e for immersive and complete\n                                remote control\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"d-flex\"\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003ci class=\"fa-solid fa-check text-rm1 mr-2\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1\"\u003eOption to Self-host\u003c\/span\u003e - Remotely manage on your\n                                own servers\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"pt-2\"\u003e\n                        \u003ca class=\"btn btn-round btn-round-rm1 mt-3 mr-3\" href=\"#specs\"\u003eView Specs\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/support\/gl-rm1\/\" target=\"_blank\"\u003eOnline Guide\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-11 col-lg-6 order-md-2 order-lg-1 text-center text-lg-left pl-4 pb-3\"\u003e\n\n\u003cdiv class=\"row align-items-center\"\u003e\u003cdiv class=\"col-6 m-2\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/logo\/logo_climate-partner-certified.png\" alt=\"Amazon Climate Pledge Friendly Certification\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n                  \n                    \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n                        \u003col class=\"carousel-indicators\"\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"active\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ol\u003e\n                        \u003cdiv class=\"carousel-inner\"\u003e\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_1.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_1.png\" type=\"image\/png\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_1.png\" alt=\"Comet (GL-RM1)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_2.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_2.png\" type=\"image\/png\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_2.png\" alt=\"Comet (GL-RM1)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"carousel-item active\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_3.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_3.png\" type=\"image\/png\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_3.png\" alt=\"Comet (GL-RM1)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_4.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_4.png\" type=\"image\/png\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_4.png\" alt=\"Comet (GL-RM1)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cpicture\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_5.webp\" type=\"image\/webp\"\u003e\n                                    \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_5.png\" type=\"image\/png\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_5.png\" alt=\"Comet (GL-RM1)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                            \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                        \u003c\/a\u003e\u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                            \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c\/section\u003e\n\n\n    \u003csection class=\"px-0 py-4 py-lg-5 bg-dark product-nav-section\" id=\"highlight\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"grid w-100 text-white\"\u003e\n                \u003cdiv class=\"grid-item item-1\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image:linear-gradient(180deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,5%) 50%),url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_kvm.jpg)\"\u003e\n                        \u003ch2 class=\"font-weight-bold mb-1\"\u003eRemote KVM over Internet\u003c\/h2\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"grid-item item-2\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image:linear-gradient(180deg,rgba(97,97,97,.2) 0%,rgba(255,255,255,0) 70%),url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_8gb.jpg)\"\u003e\n                        \u003ch2 class=\"font-weight-bold mb-1\"\u003e8GB eMMC Storage\u003c\/h2\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"grid-item item-3\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,rgba(255,255,255,0) 70%),url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_two-way-audio.jpg)\"\u003e\n                        \u003ch2 class=\"font-weight-bold mb-1\"\u003eTwo-way Audio\u003c\/h2\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"grid-item item-4\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded\"\u003e\n                        \u003cdiv class=\"bg\"\u003e\u003c\/div\u003e\n                        \u003cvideo loop=\"\" autoplay=\"\" muted=\"\" playsinline=\"\"\u003e\n                            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_remote-access.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n                        \u003ch2 class=\"font-weight-bold mb-1\"\u003eBrowser-Based Access\u003c\/h2\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"grid-item item-5\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image:linear-gradient(180deg,rgba(0,0,0,.5) 0%,rgba(255,255,255,0) 70%),url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_4k30fps.jpg)\"\u003e\n                        \u003ch2 class=\"font-weight-bold mb-1\"\u003e4K@30FPS Video\u003c\/h2\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"grid-item item-6\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_tailscale.svg\"\u003e\n                            \u003cp class=\"font-weight-bold\"\u003eTailscale Support\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"grid-item item-7\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/icon_bios-access.svg\"\u003e\n                            \u003cp class=\"font-weight-bold\"\u003eBIOS Access\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"grid-item item-8\"\u003e\n                    \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_self_hosted.svg\"\u003e\n                            \u003cp class=\"font-weight-bold\"\u003eSelf-Hosted Option\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"px-2 py-4 py-lg-5 product-nav-section\" id=\"scenarios\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003c!-- img --\u003e\n            \u003cdiv class=\"tab-content pb-2\"\u003e\n                \u003cdiv class=\"tab-pane active show scenarios-tab1-img\" id=\"scenarios-tab1-img\"\u003e\n                    \u003cdiv class=\"row justify-content-center\"\u003e\n                        \u003cdiv class=\"col-6 col-lg-5 px-2 px-lg-3\"\u003e\n                            \u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_scenarios_wfh.jpg\" alt=\"Home computer with Comet, remote KVM, for remote work, running video editing software.\"\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"col-6 col-lg-5 px-2 px-lg-3\"\u003e\n                            \u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_screen_wfh.jpg\" alt=\"Laptop remotely accessing home computer via Comet KVM for seamless video editing.\"\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tab-pane scenarios-tab2-img\" id=\"scenarios-tab2-img\"\u003e\n                    \u003cdiv class=\"row justify-content-center\"\u003e\n                        \u003cdiv class=\"col-6 col-lg-5 px-2 px-lg-3\"\u003e\n                            \u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_scenarios_server.jpg\" alt=\"Work computer connected to Comet KVM for remote access, displaying late-night coding session.\"\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"col-6 col-lg-5 px-2 px-lg-3\"\u003e\n                            \u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_screen_server.jpg\" alt=\"Remote developer using laptop to control work computer via Comet KVM switch.\"\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tab-pane scenarios-tab3-img\" id=\"scenarios-tab3-img\"\u003e\n                    \u003cdiv class=\"row justify-content-center\"\u003e\n                        \u003cdiv class=\"col-6 col-lg-5 px-2 px-lg-3\"\u003e\n                            \u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_scenarios_travel.jpg\" alt=\"Home office setup with Comet KVM switch, laptop, and router for secure remote work.\"\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"col-6 col-lg-5 px-2 px-lg-3\"\u003e\n                            \u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_screen_travel.jpg\" alt=\"Remote laptop access with Comet KVM, showing consistent workflow between devices.\"\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- control --\u003e\n            \u003cdiv class=\"row justify-content-center pt-4 pt-lg-5 pb-4\"\u003e\n                \u003cdiv class=\"nav-link-wrap mb-2 mb-lg-4 px-md-0\"\u003e\n                    \u003cdiv class=\"\" id=\"tab\" role=\"scenarioslist\"\u003e\n                        \u003cul class=\"nav nav-fill nav-iot-tab nav-pills-tab\" role=\"tablist\"\u003e\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link active show px-4 py-2\" href=\"\" data-toggle=\"pill\" data-target=\"#scenarios-tab1-img, #scenarios-tab1-content\" id=\"scenarios1-tab\" role=\"tab\" aria-controls=\"scenarios-tab1-img scenarios-tab1-content\" aria-selected=\"true\"\u003e\n                                    Creativity\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link px-4 py-2\" href=\"\" data-toggle=\"pill\" data-target=\"#scenarios-tab2-img, #scenarios-tab2-content\" id=\"scenarios2-tab\" role=\"tab\" aria-controls=\"scenarios-tab2-img scenarios-tab2-content\" aria-selected=\"true\"\u003e\n                                    Coding\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link px-4 py-2\" href=\"\" data-toggle=\"pill\" data-target=\"#scenarios-tab3-img, #scenarios-tab3-content\" id=\"scenarios3-tab\" role=\"tab\" aria-controls=\"scenarios-tab3-img scenarios-tab3-content\" aria-selected=\"true\"\u003e\n                                    Productivity\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- content --\u003e\n            \u003cdiv class=\"tab-content pb-5\"\u003e\n                \u003cdiv class=\"tab-pane active show\" id=\"scenarios-tab1-content\"\u003e\n                    \u003cdiv class=\"row justify-content-center\"\u003e\n                        \u003cdiv class=\"col-11 col-lg-10 text-center\"\u003e\n                            \u003ch4 class=\"font-weight-bold\"\u003e\n                                Work Smarter from Home\n                            \u003c\/h4\u003e\n                            \u003cp\u003e\n                                Struggling with IT restrictions on your company laptop? Traditional KVM switches can be\n                                slow and disruptive, but Comet offers a smarter solution.\n                            \u003c\/p\u003e\n                            \u003cp\u003e\n                                It allows remote workers to effortlessly switch between devices without pressing manual\n                                buttons or adding extra peripherals-no additional monitors, keyboards, or mouses needed.\n                                Keep your workspace clean, efficient, and fully optimized for productivity.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tab-pane\" id=\"scenarios-tab2-content\"\u003e\n                    \u003cdiv class=\"row justify-content-center\"\u003e\n                        \u003cdiv class=\"col-11 col-lg-10 text-center\"\u003e\n                            \u003ch4 class=\"font-weight-bold\"\u003e\n                                Effortless Home Server \u0026amp; Network Management\n                            \u003c\/h4\u003e\n                            \u003cp\u003e\n                                For tech enthusiasts and DIY hobbyists, managing home servers shouldn't be a hassle.\n                                Comet gives you direct hardware access from anywhere.\n                            \u003c\/p\u003e\n                            \u003cp\u003e\n                                No more crawling into basements or closets just to troubleshoot-stay in control of your\n                                Raspberry Pi, home server, or network devices right from your desk. Save time, reduce\n                                clutter, and streamline your setup with Comet.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tab-pane\" id=\"scenarios-tab3-content\"\u003e\n                    \u003cdiv class=\"row justify-content-center\"\u003e\n                        \u003cdiv class=\"col-11 col-lg-10 text-center\"\u003e\n                            \u003ch4 class=\"font-weight-bold\"\u003e\n                                Secure Remote Access While Traveling\n                            \u003c\/h4\u003e\n                            \u003cp\u003e\n                                Comet provides a seamless way to access your home PC securely from anywhere-without\n                                relying on VPNs or dealing with ISP port forwarding restrictions.\n                            \u003c\/p\u003e\n                            \u003cp\u003e\n                                Whether you need to maintain a home IP for work compliance or ensure uninterrupted\n                                access to your files, Comet keeps you connected with a plug-and-play wired setup. Travel\n                                freely while staying securely linked to your home network.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"rm1-feature bg-light py-4 py-lg-5 product-nav-section\" id=\"features\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 px-0\"\u003e\n                    \u003cdiv class=\"text-center\"\u003e\n                        \u003ch2 class=\"font-weight-bold pb-2\"\u003eBrowser-Based Remote Access\u003c\/h2\u003e\n                        \u003cp\u003eAccess your systems directly through a web browser with built-in cloud service. No app\n                            installation, no complex VPNs-just log in and take control.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cfigure class=\"row gl-rounded overflow-hidden bg-transparent h-auto px-0\"\u003e\n                \u003cdiv class=\"figure-image col-12 col-xl-6\"\u003e\n\u003cimg class=\"img-fluid w-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/screen_browser-based.png\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"figure-content col-12 col-xl-6\"\u003e\n                    \u003cdiv\u003e\n                        \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_rm1pe-4k-2way.svg\" alt=\"4K Video \u0026amp; Two-Way Audio\"\u003e\n                        \u003cdiv\u003e\n                            \u003ch4 class=\"font-weight-bold mb-1\"\u003e4K Video \u0026amp; Two-Way Audio\u003c\/h4\u003e\n                            \u003cp class=\"mb-0\"\u003eEnjoy ultra-clear remote sessions with up to 4K@30FPS output, complete with\n                                two-way audio for calls, troubleshooting, or live collaboration.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_rm1pe-smart-mouse.svg\" alt=\"Mouse Controls\"\u003e\n                        \u003cdiv\u003e\n                            \u003ch4 class=\"font-weight-bold mb-1\"\u003eMouse Controls\u003c\/h4\u003e\n                            \u003cp class=\"mb-0\"\u003eRelative Mouse Mode keeps local and remote cursors aligned on\n                                high-resolution screens, while Mouse Jiggle prevents sleep mode during long tasks.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/figure\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center py-4\"\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-1 text-left pl-4 pb-3\"\u003e\n                    \u003ch3 class=\"font-weight-bold\"\u003eSelf-Hosted Lightweight Cloud Option\u003c\/h3\u003e\n                    \u003cp class=\"mb-4 mb-lg-3\"\u003eComet supports self-hosted deployment on mainstream operating systems such\n                        as Linux and Ubuntu, giving you full control over your remote access environment.\u003cbr\u003e\u003cbr\u003eGet\n                        started with 2 cores and 2GB RAM cloud server, then deploy in one click-no complex setup\n                        required. No personal information is collected by GL.iNet, ensuring a private\n                        experience.\u003cbr\u003e\u003cbr\u003e\u003cspan class=\"text-muted font-italic\" style=\"font-size:.85em\"\u003eAvailable on \u003ca href=\"https:\/\/dl.gl-inet.com\/kvm\/rm1\/stable\" target=\"_blank\"\u003efirmware version 1.5 and\n                                above\u003c\/a\u003e.\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-2\"\u003e\n\u003cimg class=\"d-block img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/self-hosted.png\" alt=\"Remote access Comet (GL-RM1) via any browser with self-host server for multi-device management\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"p-4 py-lg-5\" id=\"power-mgnt\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 px-0\"\u003e\n                    \u003cdiv class=\"text-center\"\u003e\n                        \u003ch2 class=\"font-weight-bold pb-3\"\u003eRestart Devices Remotely, and Effortlessly\u003c\/h2\u003e\n                        \u003cp\u003eComet enables remote power management by connecting to extension devices such as ATX Boards\n                            and Fingerbot, allowing users to power on\/off,\n                            or restart any device-even those without internet connectivity-from anywhere. By eliminating\n                            the need for physical access, Comet reduces downtime,\n                            ensures seamless operation, and enhances efficiency, reliability, and cost-effectiveness.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"three-ways container\"\u003e\n            \u003cdiv class=\"row justify-content-center mt-4\"\u003e\n                \u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\u003ca href=\"https:\/\/docs.gl-inet.com\/kvm\/en\/user_guide\/gl-rm1\/control_panel_guide\/#wake-on-lan\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card gl-rounded overflow-hidden h-100\"\u003e\n                            \u003cdiv class=\"card-image\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_restart-devices_app.jpg\" alt=\"GLKVM has built-in Wake On LAN features for remote controling devices\"\u003e\u003c\/div\u003e\n                            \u003cdiv class=\"card-body text-dark pb-5 mb-5\"\u003e\n                                \u003ch4 class=\"font-weight-bold\"\u003eWake on LAN (WOL)\u003c\/h4\u003e\n                                \u003cp\u003eWake your PC remotely using built-in WOL in GLKVM.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom:1.5rem\"\u003e\n                                \u003cp class=\"btn btn-round btn-round-rm1 mb-0\"\u003eLEARN HOW\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\u003ca href=\"https:\/\/store-eu.gl-inet.com\/products\/atx-board\/\" class=\"shop-now-button\" data-model=\"atxpc\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card gl-rounded overflow-hidden h-100\"\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_restart-devices_atx-board.jpg\" alt=\"Advanced Remote Power Management in Extreme Conditions with ATX Power Control Board\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body text-dark pb-5 mb-5\"\u003e\n                                \u003ch4 class=\"font-weight-bold\"\u003eATX Board \u003c\/h4\u003e\n                                \u003cp\u003eFor reliable wake-up, use the included ATX board via USB.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom:1.5rem\"\u003e\n                                \u003cp class=\"btn btn-round btn-round-rm1 mb-0\"\u003eShop Now\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\n                    \u003ca href=\"https:\/\/https:\/\/store-eu.gl-inet.com\/products\/fingerbot\" class=\"shop-now-button\" data-model=\"fgb-01\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\u003c\/a\u003e\n                    \u003cdiv class=\"card gl-rounded overflow-hidden h-100\"\u003e\u003ca href=\"https:\/\/store-eu.gl-inet.com\/products\/fingerbot\" class=\"shop-now-button\" data-model=\"fgb-01\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_restart-devices_fingerbot.jpg\" alt=\"Simple remote power control using Fingerbot, coming soon\"\u003e\n                                \u003cdiv class=\"card-body text-dark pb-5 mb-5\"\u003e\n                                    \u003ch4 class=\"font-weight-bold\"\u003eFingerbot \u003c\/h4\u003e\n                                    \u003cp\u003eA mechanical arm that presses your PC’s power button reliably.\u003c\/p\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom:1.5rem\"\u003e\n                                    \u003cp class=\"btn btn-round btn-round-rm1 mb-0\"\u003eShop Now\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/a\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n    \u003c!--The Story Behind Comet's Design --\u003e\n    \u003csection class=\"p-4 py-lg-5 product-nav-section\" id=\"story\" style=\"background-color: #efefef; \"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8\"\u003e\n                    \u003cdiv class=\"text-center\"\u003e\n                        \u003ch2 class=\"font-weight-bold pb-3\"\u003eThe Story behind Comet\u003c\/h2\u003e\n                        \u003cp\u003e\n                            When our engineer lost remote access during a critical business trip, they knew there had to\n                            be a better way. That's why we created \u003cb class=\"text-rm1\"\u003eComet (GL-RM1)\u003c\/b\u003e—an affordable,\n                            plug-and-play remote KVM that works without public IPs, recovers from power outages, and\n                            gives you reliable control anytime, anywhere.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"text-center pt-2\"\u003e\n                        \u003ca role=\"button\" class=\"btn-underline text-uppercase mr-3\" href=\"https:\/\/www.gl-inet.com\/blog\/the-story-behind-comet-gl-rm1-reinventing-remote-access\/\" target=\"_blank\"\u003eLEARN\n                            MORE \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-10 text-center mt-3\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1-design-v2.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"py-4 py-lg-5 bg-light overflow-hidden product-nav-section\" id=\"reviews\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n                \u003ch2 class=\"font-weight-bold pb-3\"\u003eProduct Reviews\u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"product-reviews-container tiny-slider-container-general-2344 py-3\"\u003e\n            \u003cdiv class=\"product-reviews tiny-slider-general-2344\"\u003e\n\n                \u003cdiv class=\"tiny-slider-item-general-2344\"\u003e\n                    \u003ca href=\"https:\/\/www.techradar.com\/pro\/a-remote-kvm-with-a-free-permanent-vpn-remote-service-that-can-run-ai-apps-has-just-been-launched\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card h-100 gl-rounded border-0 overflow-hidden\"\u003e\n                            \u003clabel class=\"text-center rm1-bg-primary\"\u003eTech Media \u003c\/label\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1-review-techradar.jpg\" alt=\"Remote Work \u0026amp; Office Needs\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body p-4\"\u003e\n                                \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                \u003cp class=\"font-weight-bold text-dark\"\u003e\n                                    With the Comet's BIOS\/UEFI level compatibility, users can perform tasks like OS\n                                    installations and troubleshooting without requiring the target system to be\n                                    operational.\n                                \u003c\/p\u003e\n                                \u003ch5 class=\"text-muted pt-1\"\u003e@techradar\u003c\/h5\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tiny-slider-item-general-2344\"\u003e\n                    \u003ca href=\"https:\/\/www.youtube.com\/watch?v=QquwZoQJHEA\u0026amp;list=PLWQT710fjyEae-v83_7TQPSnoEgeeLqVF\u0026amp;index=2\u0026amp;t=307s\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card h-100 gl-rounded border-0 overflow-hidden\"\u003e\n                            \u003clabel class=\"text-center\" style=\"background-color: #ff0033;\"\u003eYoutuber\u003c\/label\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1-review-bitwit.jpg\" alt=\"The RTX 5090 loses to a ROUTER!\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body p-4\"\u003e\n                                \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                \u003cp class=\"font-weight-bold text-dark\"\u003e\n                                    It's like Teamviewer but it does no subscription model. I know Teamviewer has a\n                                    pre-verion but there's limited feature(s) there. This has full features here at an\n                                    one time upfront cost.\n                                \u003c\/p\u003e\n                                \u003ch5 class=\"text-muted pt-1\"\u003e@Bitwit\u003c\/h5\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tiny-slider-item-general-2344\"\u003e\n                    \u003ca href=\"https:\/\/youtu.be\/WjxTDIl-hAU?t=189\u0026amp;feature=shared\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card h-100 gl-rounded border-0 overflow-hidden\"\u003e\n                            \u003clabel class=\"text-center\" style=\"background-color: #ff0033;\"\u003eYoutuber\u003c\/label\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1-review-gregsalazar.jpg\" alt=\"Portable Wi-Fi? Sign Me Up!\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body p-4\"\u003e\n                                \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                \u003cp class=\"font-weight-bold text-dark\"\u003e\n                                    You can use KVM for server applications...You can see the stuff that's happening\n                                    there that's actually what's happening in real time on the primary laptop\n                                    here...it's pretty low latency too.\n                                \u003c\/p\u003e\n                                \u003ch5 class=\"text-muted pt-1\"\u003e@Greg Salazar\u003c\/h5\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tiny-slider-item-general-2344\"\u003e\n                    \u003ca href=\"https:\/\/discordapp.com\/channels\/1136164306522751017\/1341317758176067668\/1347664317922934855\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card h-100 gl-rounded border-0 overflow-hidden\"\u003e\n                            \u003clabel class=\"text-center bg-warning\"\u003eBeta Testers\u003c\/label\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/beta-tester\/rm1-ahhydri.jpg\" alt=\"\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body p-4\"\u003e\n                                \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                \u003cp class=\"font-weight-bold text-dark\"\u003e\n                                    I'm really inspired with the creativity GL Technologies has which think about the\n                                    real needs and requirements of the users and help in achieving it. I hope GL\n                                    Technologies have great success. Thanks for this wonderful piece of tech.\n                                \u003c\/p\u003e\n                                \u003ch5 class=\"text-muted pt-1\"\u003e@ahhydri\u003c\/h5\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tiny-slider-item-general-2344\"\u003e\n                    \u003ca href=\"https:\/\/discordapp.com\/channels\/1136164306522751017\/1341317758176067668\/1346699787956649996\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card h-100 gl-rounded border-0 overflow-hidden\"\u003e\n                            \u003clabel class=\"text-center bg-warning\"\u003eBeta Testers\u003c\/label\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/beta-tester\/rm1-danobody.jpg\" alt=\"\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body p-4\"\u003e\n                                \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                \u003cp class=\"font-weight-bold text-dark\"\u003e\n                                    The Comet is definitely the most powerful and affordable KVM solution. The ATX\n                                    add-on power card, provided cables, and Gl-iNet GoodCloud compatibility makes remote\n                                    connections simple and easy to setup.\n                                \u003c\/p\u003e\n                                \u003ch5 class=\"text-muted pt-1\"\u003e@_DaNobody\u003c\/h5\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tiny-slider-item-general-2344\"\u003e\n                    \u003ca href=\"https:\/\/discordapp.com\/channels\/1136164306522751017\/1341317758176067668\/1344387543654862970\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card h-100 gl-rounded border-0 overflow-hidden\"\u003e\n                            \u003clabel class=\"text-center bg-warning\"\u003eBeta Testers\u003c\/label\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/beta-tester\/rm1-wickedyoda.jpg\" alt=\"\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body p-4\"\u003e\n                                \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                \u003cp class=\"font-weight-bold text-dark\"\u003e\n                                    This is a fantastic little device for hot-swapping between my Mac Mini, Debian\n                                    servers, and a few Raspberry Pis. My wife loves it too—no more setting up monitors\n                                    in the hallway just to check on the machines!\n                                \u003c\/p\u003e\n                                \u003ch5 class=\"text-muted pt-1\"\u003e@WickedYoda\u003c\/h5\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tiny-slider-item-general-2344\"\u003e\n                    \u003ca target=\"_blank\"\u003e\n                        \u003cdiv class=\"card h-100 gl-rounded border-0 overflow-hidden\"\u003e\n                            \u003clabel class=\"text-center bg-warning\"\u003eBeta Testers\u003c\/label\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/beta-tester\/rm1-tarxvf.jpg\" alt=\"\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body p-4\"\u003e\n                                \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                \u003cp class=\"font-weight-bold text-dark\"\u003e\n                                    What truly impressed me was its flawless remote performance—even 7,500 miles from\n                                    home, I experienced near zero noticeable lag. Everything just worked seamlessly,\n                                    eliminating the need to sit next to my headless Raspberry Pi 5 or Windows server in\n                                    the basement. A game-changer for remote management...\n                                \u003c\/p\u003e\n                                \u003ch5 class=\"text-muted pt-1\"\u003e@tarxvf\u003c\/h5\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tiny-slider-controls circle-controls m-auto text-center pt-2 d-lg-block\" id=\"tiny-slider-controls-general-2344\" aria-label=\"Carousel Navigation\" tabindex=\"0\"\u003e\n            \u003ca class=\"prev mr-2\" data-controls=\"prev\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n                \u003ci class=\"fas fa-chevron-left\"\u003e\u003c\/i\u003e\n            \u003c\/a\u003e\n            \u003ca class=\"next\" data-controls=\"next\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n                \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n            \u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"py-4 py-lg-5 overflow-hidden product-nav-section\" id=\"usecase\" style=\"background-color:#efefef;\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center py-4 mb-0 mb-lg-5\"\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-2 text-center text-lg-left pl-4 pb-3\"\u003e\n                    \u003ch3 class=\"font-weight-bold\"\u003eEnabling MSPs to Achieve Efficient and Cost-Effective Remote IT\n                        Maintenance\u003c\/h3\u003e\n                    \u003cp class=\"mb-0\"\u003eDiscover how Remote KVM over Internet solutions empower enterprises with secure,\n                        efficient, cost-effective IT maintenance.\u003c\/p\u003e\n                    \u003cdiv class=\"pt-2\"\u003e\u003ca class=\"btn btn-round btn-round-rm1 mt-3 mr-3\" href=\"https:\/\/www.gl-inet.com\/usecases\/enabling-msps-to-achieve-effcient-and-cost-effective-remote-it-maintenance\/\"\u003eLearn\n                            More\u003c\/a\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-1 pt-2 pb-3\"\u003e\n\u003cimg class=\"d-block img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_remote-kvw-4k.jpg\" alt=\"Comet (GL-RM1) Remote KVM with 4K@30FPS vide resolution providng cost-effective remote IT maintenance solution\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center py-4\"\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-1 text-center text-lg-left pl-4 pb-3\"\u003e\n                    \u003ch3 class=\"font-weight-bold\"\u003eThreat Monitoring \u0026amp; Response for Industrial Equipments\u003c\/h3\u003e\n                    \u003cp class=\"mb-0\"\u003eDiscover how GL.iNet KVM enhances industrial control efficiency, ensuring safety\n                        \u0026amp; cutting costs with real-time monitoring.\u003c\/p\u003e\n                    \u003cdiv class=\"pt-2\"\u003e\u003ca class=\"btn btn-round btn-round-rm1 mt-3 mr-3\" href=\"https:\/\/www.gl-inet.com\/usecases\/threat-monitoring-and-response-for-industrial-equipments\/\"\u003eLearn\n                            More\u003c\/a\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-2 pt-2 pb-3\"\u003e\n\u003cimg class=\"d-block img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_threat-monitoring.jpg\" alt=\"Threat monitoring and response for industrial equipments with Comet (GL-RM1) from GL.iNet\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\u003cdiv id=\"specs\" class=\" product-nav-section\"\u003e\n    \u003c!-- Product Comparison: Comet vs. XXXKVM  --\u003e\n    \u003csection class=\"p-4 py-lg-5\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eHow Comet Stacks Up Against Other KVMs\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"product-comparison text-center py-2 py-lg-4\"\u003e\n                \u003cdiv class=\"row comparison-header d-flex\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0 d-none d-lg-block\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\" style=\"border-radius: 15px 15px 0 0;\"\u003e\n                        \u003ch5 class=\"font-weight-bold\"\u003eComet (GL-RM1)\u003c\/h5\u003e\n                        \u003cp\u003eKVM over Internet\u003c\/p\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/comparison-rm1.png\" alt=\"Comet (GL-RM1)\"\u003e\n                        \u003cimg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003ch5 class=\"font-weight-bold\"\u003eABCKVM\u003c\/h5\u003e\n                        \u003cp\u003eKVM over IP Solution\u003c\/p\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/comparison-xxxkvm.png\" alt=\"\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eLatency\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\"\u003e\n                        \u003cp class=\"\"\u003e30-60ms \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003cp class=\"\"\u003e\u0026gt;100ms\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eEthernet Speed\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\"\u003e\n                        \u003cp class=\"\"\u003e1 Gbps \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003cp class=\"\"\u003e1 Gbps\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eResolution\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1 px-0\"\u003e\n                        \u003cp class=\"\"\u003e3840x2160@30FPS \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2 px-0\"\u003e\n                        \u003cp class=\"\"\u003e1920x1200@60FPS\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eSize\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1 px-0\"\u003e\n                        \u003cp class=\"\"\u003e 80 x 60 x 17.5mm \u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2 px-0\"\u003e\n                        \u003cp class=\"\"\u003e120 x 68 x 24mm\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eBIOS-Level Access\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\"\u003e\n                        \u003cp class=\"text-success\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003cp class=\"text-success\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003emacOS\/Windows Application Support\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\"\u003e\n                        \u003cp class=\"text-success\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003cp class=\"text-danger\"\u003e\u003ci class=\"fa-solid fa-xmark\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eRemote Audio Output\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\"\u003e\n                        \u003cp class=\"text-success\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003cp class=\"text-danger\"\u003e\u003ci class=\"fa-solid fa-xmark\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eRemote File Transfer\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\"\u003e\n                        \u003cp class=\"text-success\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003cp class=\"text-danger\"\u003e\u003ci class=\"fa-solid fa-xmark\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eLifetime Remote Access\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\"\u003e\n                        \u003cp class=\"text-success\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003cp class=\"text-danger\"\u003e\u003ci class=\"fa-solid fa-xmark\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eRemote System Installation\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\"\u003e\n                        \u003cp class=\"text-success\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003cp class=\"text-danger\"\u003e\u003ci class=\"fa-solid fa-xmark\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"row comparison-detail\"\u003e\n                    \u003cdiv class=\"col-12 col-md-12 col-lg-4 order order-0\"\u003e\n                        \u003cp class=\"font-weight-bold\"\u003eCNC Metal Case\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-1\"\u003e\n                        \u003cp class=\"text-success\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-6 col-md-6 col-lg-4 order order-2\"\u003e\n                        \u003cp class=\"text-danger\"\u003e\u003ci class=\"fa-solid fa-xmark\"\u003e\u003c\/i\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"py-4 py-lg-5 product-specs-section\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.png\" alt=\"4K@30FPS Video Resolution\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003e4K@30FPS \u003cbr\u003eVideo Resolution\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.png\" alt=\"H.264 hardware encoding with 30-60ms latency\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eH.264 hardware encoding \u003cbr\u003ewith 30-60ms latency\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_one-time-purchase.png\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_one-time-purchase.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_one-time-purchase.png\" alt=\"One-Time-Purchase\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eOne Time Purchase\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-2 col-lg-3 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.png\" alt=\"BIOS Access\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eBIOS Access\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.png\" alt=\"USB 2.0 External Extension\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eUSB 2.0 \u003cbr\u003eExternal Extension\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_remote-audio-output.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_remote-audio-output.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_remote-audio-output.png\" alt=\"Audio Support\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eRemote \u003cbr\u003eAudio Output\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_desktop-support.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_desktop-support.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_desktop-support.png\" alt=\"Desktop Application Support\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eDesktop\u003cbr\u003eApplication Support\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gigabitports_x1.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gigabitports_x1.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gigabitports_x1.png\" alt=\"Gigabit Ethernet\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eGigabit\u003cbr\u003eEthernet\u003c\/h5\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Specifications --\u003e\n    \u003csection class=\"container py-4 py-lg-5\"\u003e\n        \u003ch2 class=\"font-weight-bold text-left\"\u003eSpecifications\u003c\/h2\u003e\n        \u003ctable class=\"table\"\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n                \u003ctd class=\"td-right\"\u003e\n                    1 x Ethernet port\u003cbr\u003e\n                    1 x USB 2.0 port\u003cbr\u003e\n                    1 x HDMI-IN port\u003cbr\u003e\n                    1 x Type-C power port\u003cbr\u003e\n                    1 x Reset button\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n                \u003ctd class=\"td-right\"\u003eQuad-core ARM Cortex-A7\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n                \u003ctd class=\"td-right\"\u003eDDR3 1GB \/ 8GB eMMC\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"td-left\"\u003eEthernet Speed\u003c\/td\u003e\n                \u003ctd class=\"td-right\"\u003e10\/100\/1000Mbps\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"td-left\"\u003eResolution\u003c\/td\u003e\n                \u003ctd class=\"td-right\"\u003e4K@30fps\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n                \u003ctd class=\"td-right\"\u003eType-C, 5V\/2A\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd class=\"td-left\"\u003eDimension\u003c\/td\u003e\n                \u003ctd class=\"td-right\"\u003e80 x 60 x 17.5mm \/ 85g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n                \u003ctd\u003e\n                    \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/products\/datasheet\/\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e\n                        Datasheet\u003c\/a\u003e\n                    \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                    \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/app-rm\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e App\u003c\/a\u003e\n                    \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                    \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.youtube.com\/playlist?list=PLWQT710fjyEZ-a3alseXAUzzMs_3K7mg6\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e Product Teaser\u003c\/a\u003e\n                    \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                    \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/support\/gl-rm1\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e\n                    \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                    \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/kvm\/rm1\/stable\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e\n                    \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                    \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/github.com\/gl-inet\/glkvm\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e GitHub\u003c\/a\u003e\n                    \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                    \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/1v5x42qxc0fz7wm2i9xzp\/ACBIb_gTbQRy9SGXeofttic?rlkey=vpuuqcq19z2neqc2942k63wb4\u0026amp;st=w4kpfthx\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003ePolicy \u0026amp; Agreement\u003c\/td\u003e\n                \u003ctd\u003e\n                    \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_privacy-policy_20250225.pdf\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Privacy Policy\u003c\/a\u003e\n                    \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                    \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_user-service-agreement_20250225.pdf\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e User Service Agreement\u003c\/a\u003e\n                \u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/table\u003e\n    \u003c\/section\u003e\n\n\u003c\/div\u003e\n    \u003cscript\u003e\n        function handleAnimationOne(element) {\n            const elementList = document.querySelectorAll('.animate_one');\n            elementList.forEach((element) =\u003e {\n                let top = element.getBoundingClientRect().top;\n                let bottom = element.getBoundingClientRect().bottom;\n                let height = element.offsetHeight\n                let winHeight = window.innerHeight * 0.8\n                if ((Math.abs(top) \u003c winHeight)) {\n                    if (!element.classList.value.includes('in-view')) {\n                        element.classList.add('in-view');\n                    }\n                }\n                if (bottom \u003c 50 || bottom \u003e (window.innerHeight + height - 50)) {\n                    element.classList.remove('in-view');\n                }\n            })\n        }\n        window.addEventListener('scroll', handleAnimationOne);\n    \u003c\/script\u003e\n\n    \u003cscript\u003e\n        document.addEventListener('DOMContentLoaded', function () {\n            const pillLinks = document.querySelectorAll('a[data-toggle=\"pill\"][data-target]');\n            console.log(pillLinks);\n\n            pillLinks.forEach(function (link) {\n                link.addEventListener('click', function (e) {\n                    const targetIds = this.dataset.target.split(', ');\n                    console.log(targetIds);\n                    document.querySelectorAll('.tab-pane').forEach(panel =\u003e {\n                        panel.classList.remove('active', 'show');\n                    });\n\n                    targetIds.forEach(function (id) {\n                        const panel = document.querySelector(id);\n                        if (panel) {\n                            panel.classList.add('active', 'show');\n                        }\n                    });\n                });\n            });\n        });\n    \u003c\/script\u003e\n    \u003cscript\u003e\n        window.addEventListener('load', function () {\n            var allTinySliderGeneral2344ByClass = document.getElementsByClassName('tiny-slider-general-2344');\n            if (allTinySliderGeneral2344ByClass.length \u003e 0) {\n                const slider = tns({\n                    container: '.tiny-slider-general-2344',\n                    loop: false,\n                    swipeAngle: false,\n                    items: 2,\n                    center: false,\n                    slideBy: 1,\n                    nav: false,\n                    autoplay: false,\n                    speed: 400,\n                    autoplayButtonOutput: false,\n                    autoHeight: false,\n                    mouseDrag: true,\n                    controlsContainer: \"#tiny-slider-controls-general-2344\",\n                    responsive: {\n                        640: {\n                            items: 2,\n                        },\n                        768: {\n                            items: 3,\n                        },\n                        991: {\n                            items: 4,\n                        },\n                        1440: {\n                            items: 4,\n                        }\n                    }\n                });\n            }\n        });\n    \u003c\/script\u003e\n\u003c\/main\u003e","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":48843183390997,"sku":"GL-RM1-EU-4PX","price":92.43,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/GL-KVM-RM1-1new.jpg?v=1757496726"},{"product_id":"flint-3-gl-be9300-tri-band-wi-fi-7-home-router","title":"Flint 3 (GL-BE9300)Tri-band Wi-Fi 7 Home Router","description":"\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap-icons\/1.11.3\/font\/bootstrap-icons.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:ital,wght@0,100..900;1,100..900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003c!-- \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e --\u003e\n\u003cstyle\u003e\n  .lafaer-main-container {\n    font-family: \"Roboto\", sans-serif;\n    font-size: 16px;\n    --html-font-size: 1.524;\n    line-height: 1.5;\n    --font-heading-scale: 1;\n\n    * {\n      letter-spacing: 0;\n      font-family: \"Roboto\", sans-serif;\n    }\n\n    .h2,\n    h2 {\n      font-size: calc(var(--html-font-size) * 2rem)\n    }\n\n    .h4,\n    h4 {\n      font-size: calc(var(--html-font-size) * 1.5rem)\n    }\n\n    .h5,\n    h5 {\n      font-size: calc(var(--html-font-size) * 1.25rem)\n    }\n\n    .h6,\n    h6 {\n      font-size: calc(var(--html-font-size) * 1rem)\n    }\n\n    p {\n      font-size: calc(var(--html-font-size) * 1rem)\n    }\n\n    .text-light,\n    .text-light * {\n      color: #f8f9fa !important;\n    }\n\n    @media(max-width: 768px) {\n      h1 {\n        font-size: calc(var(--html-font-size) * 1.75rem)\n      }\n\n      h2 {\n        font-size: calc(var(--html-font-size) * 1.5rem)\n      }\n\n      h3 {\n        font-size: calc(var(--html-font-size) * 1.5rem)\n      }\n\n      h4 {\n        font-size: calc(var(--html-font-size) * 1.25rem)\n      }\n\n      h5 {\n        font-size: calc(var(--html-font-size) * 1rem)\n      }\n    }\n  }\n\n  .product-nav {\n    background-color: #eeeeee;\n    position: sticky;\n    top: 132px;\n    z-index: 999;\n\n    @media (max-width: 991px) {\n      top: 74px;\n    }\n\n    .product-nav-container {\n      overflow-x: auto;\n      -ms-overflow-style: none;\n      \/* IE and Edge *\/\n      scrollbar-width: none;\n\n      \/* Firefox *\/\n      \u0026::-webkit-scrollbar {\n        display: none;\n      }\n\n      @media (max-width: 768px) {\n        overflow-x: inherit;\n      }\n\n      .product-nav-content {\n        display: flex;\n        flex-direction: row;\n        justify-content: center;\n        align-items: center;\n        white-space: nowrap;\n\n        @media (max-width: 768px) {\n          overflow-x: auto;\n          -ms-overflow-style: none;\n          \/* IE and Edge *\/\n          scrollbar-width: none;\n\n          \/* Firefox *\/\n          \u0026::-webkit-scrollbar {\n            display: none;\n          }\n        }\n\n        .product-nav-item {\n          color: #6c757d;\n          height: -moz-fit-content;\n          height: fit-content;\n          padding: 0.75rem 1.5rem;\n          background: none !important;\n          border-bottom: 2px solid transparent;\n\n          @media (max-width: 991px) {\n            padding: 0.75rem 1rem !important;\n          }\n\n          @media (max-width: 768px) {\n            padding: 0.75rem 1rem !important;\n          }\n\n          \u0026:hover {\n            color: #3dc1cf;\n            transition: 0.3s ease;\n          }\n\n          \u0026.active {\n            color: #3dc1cf;\n            border-color: #3dc1cf;\n          }\n        }\n      }\n    }\n  }\n\n  .gl-rounded {\n    border-radius: 15px;\n    overflow: hidden;\n  }\n\n  .gl-rounded-top {\n    border-radius: 15px 15px 0px 0px;\n  }\n\n  .background-cover-center {\n    background-size: cover;\n    background-position: center center;\n  }\n\n  .tag-rounded-nav {\n    color: #2e2e2e;\n    border-color: #2e2e2e;\n    border-radius: 50px;\n    padding: 5px 20px;\n    font-weight: bold;\n  }\n\n  .tag-rounded-nav:hover {\n    background-color: #c9c9c9;\n    color: #464646;\n    border-color: #464646;\n  }\n\n  .color-inherit {\n    color: inherit;\n  }\n\n\n  .h-100 {\n    height: 100%;\n  }\n\n  img {\n    border: 0 !important;\n  }\n\n  \/*------- 1st video background --------*\/\n  .btn-round {\n    text-transform: uppercase;\n    font-weight: bold;\n    border-radius: 50px;\n    padding: 1rem 2rem;\n\n    @media (max-width: 768px) {\n      padding: 12px 2rem;\n    }\n  }\n\n  .btn-underline {\n    color: #3b3e40;\n    padding-bottom: 4px;\n    border-bottom: 1px solid;\n    font-weight: 500;\n    line-height: 1.8\n  }\n\n  .btn-underline .btn-underline-link {\n    color: #3b3e40;\n    border-bottom: 5px solid\n  }\n\n  .btn-underline:hover {\n    color: #919191;\n    text-decoration: none\n  }\n\n  .text-be9300 {\n    color: #338fbd !important;\n  }\n\n  .bg-be9300 {\n    background-color: #338fbd !important;\n  }\n\n  .bg-be9300-2 {\n    background-color: #05334a !important;\n  }\n\n  .be9300-bg-primary {\n    background-color: #4cafe2 !important;\n  }\n\n  .be9300-bg-secondary {\n    background-color: #338fbd !important;\n  }\n\n  @keyframes be9300-slide {\n    0% {\n      transform: translateX(0);\n    }\n\n    100% {\n      transform: translateX(-200%);\n    }\n  }\n\n\n  @keyframes fadein {\n    0% {\n      opacity: 0\n    }\n\n    100% {\n      opacity: 1\n    }\n  }\n\n  @keyframes fadeout {\n    0% {\n      opacity: 1\n    }\n\n    100% {\n      opacity: 0\n    }\n  }\n\n  @-webkit-keyframes prgBar {\n    0% {\n      width: 0%\n    }\n\n    9.99% {\n      width: 0%\n    }\n\n    10% {\n      width: 10%\n    }\n\n    95% {\n      width: 100%\n    }\n  }\n\n  @keyframes prgBar {\n    0% {\n      width: 0%\n    }\n\n    9.99% {\n      width: 0%\n    }\n\n    10% {\n      width: 10%\n    }\n\n    95% {\n      width: 100%\n    }\n  }\n\n  .btn-round-be9300 {\n    background-color: #4cafe2;\n    color: #FFF;\n    border-radius: 50px;\n    padding: 1rem 2rem;\n    text-transform: uppercase;\n    font-weight: bold;\n\n    @media (max-width: 768px) {\n      min-height: 50px;\n      border-radius: 50px;\n      padding: 12px 2rem;\n      text-transform: uppercase;\n      font-weight: bold;\n    }\n  }\n\n  .btn-round-be9300:hover {\n    background-color: #FFF;\n    color: #4cafe2;\n    border-color: #4cafe2;\n  }\n\n  \/*------- be9300-main-container --------*\/\n  .be9300-main-container {\n\n    width: calc(100% + 68px);\n    margin-left: -34px;\n\n    @media (max-width:991px) {\n      width: calc(100% + 44px);\n      margin-left: -22px;\n    }\n\n    .product-nav {\n      background-color: rgba(48, 48, 48, 0.5);\n    -webkit-backdrop-filter: saturate(180%) blur(4px);\n    backdrop-filter: saturate(180%) blur(4px);\n\n      .product-nav-container {\n        .product-nav-content {\n          .product-nav-item {\n            color: #ffffff;\n          }\n        }\n      }\n    }\n\n    .grid {\n      display: grid;\n      grid-auto-rows: 6rem;\n\n      @media (max-width:991px) {\n        grid-auto-rows: 7rem;\n      }\n\n      @media (max-width:768px) {\n        grid-auto-rows: 6.5rem;\n      }\n\n      @media (max-width:400px) {\n        grid-auto-rows: 5.2rem;\n      }\n\n      .grid-item {\n        position: relative;\n        margin: 0.3rem;\n        overflow: hidden;\n      }\n\n      .grid-cell {\n        position: absolute;\n        transform: translate(-50%, -50%);\n        top: 50%;\n        left: 50%;\n        height: 100%;\n        width: 100%;\n        background-color: #000000;\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center bottom;\n        padding: 1.25rem 1.5rem;\n\n        @media (max-width:1199px) {\n          padding: 1rem 1.25rem;\n        }\n\n        @media (max-width:768px) {\n          padding: 1rem 0.75rem;\n        }\n\n        h2 {\n          font-size: 2rem;\n\n          @media (max-width:1280px) {\n            font-size: 1.5rem;\n          }\n\n          @media (max-width:768px) {\n            font-size: 1.25rem;\n          }\n        }\n\n        h4 {\n          @media (max-width:1280px) {\n            font-size: 1.25rem;\n          }\n\n          @media (max-width:768px) {\n            font-size: 1rem;\n          }\n        }\n\n        img {\n          width: 50%;\n        }\n\n        p {\n          margin-bottom: 0;\n\n          @media (max-width:576px) {\n            font-size: 0.75rem;\n          }\n        }\n      }\n\n      .item-1 {\n        .grid-cell {\n          @media (max-width:768px) {\n            background-size: 100%;\n            background-position-y: 65%;\n          }\n\n          @media (max-width:576px) {\n            background-position-y: 60%;\n          }\n\n        }\n      }\n\n      .item-2 {\n        .grid-cell {\n          img {\n            margin-top: 0.25rem;\n\n            @media (max-width:1280px) {\n              margin-top: 0.75rem;\n            }\n\n            @media (max-width:991px) {\n              margin-top: 1.6rem;\n            }\n\n            @media (max-width:576px) {\n              margin-top: 0.5rem;\n              width: 90% !important;\n            }\n          }\n        }\n      }\n\n      .item-3 {\n        .grid-cell {\n          background-size: 80%;\n          background-position-y: 20%;\n\n          @media (max-width:1280px) {\n            background-size: 90%;\n            background-position-y: 20%;\n          }\n\n          @media (max-width:1199px) {\n            background-size: 120%;\n            background-position-y: 20%;\n          }\n\n          @media (max-width:991px) {\n            background-size: 100%;\n            background-position-y: 100%;\n          }\n\n          @media (max-width:576px) {\n            background-position-y: 100%;\n          }\n        }\n      }\n\n      .item-4 {\n        .grid-cell {\n          @media (max-width:1440px) {\n            padding: 1.25rem 0.75rem;\n          }\n\n          @media (max-width:576px) {\n            padding: 1.25rem 0.25rem;\n          }\n\n          div {\n            padding: 1.25rem 0;\n\n            @media (max-width:1199px) {\n              padding: 0 0 1.25rem;\n            }\n\n            h2 {\n              padding-bottom: 1.5rem;\n\n              @media (max-width:1199px) {\n                padding-bottom: 1.75rem;\n              }\n\n              @media (max-width:991px) {\n                padding-bottom: 1rem;\n              }\n\n              @media (max-width:576px) {\n                padding-bottom: 1.75rem;\n              }\n\n              @media (max-width:460px) {\n                padding-bottom: 2.5rem;\n              }\n\n              @media (max-width:400px) {\n                padding-bottom: 1.5rem;\n              }\n            }\n\n            img {\n              width: auto;\n              height: 3.75rem;\n              margin-bottom: 0.25rem;\n\n              @media (max-width:1199px) {\n                height: 3.5rem;\n              }\n\n              @media (max-width:576px) {\n                height: 4rem;\n              }\n\n              @media (max-width:460px) {\n                height: 3.3rem;\n              }\n            }\n          }\n        }\n      }\n\n      .item-5 {\n        .grid-cell {\n          background-size: 115%;\n          background-position-x: 100%;\n\n          @media (max-width:1199px) {\n            background-size: 125%;\n            background-position-x: 60%;\n          }\n\n          @media (max-width:991px) {\n            background-size: 110%;\n            background-position-x: 60%;\n          }\n\n          img {\n            width: 7.2rem;\n\n            @media (max-width:991px) {\n              width: 6.2rem;\n            }\n\n            @media (max-width:768px) {\n              width: 4.5rem;\n            }\n\n            @media (max-width:576px) {\n              width: 5rem;\n            }\n\n            @media (max-width:400px) {\n              width: 4rem;\n            }\n          }\n        }\n      }\n\n      .item-6 {\n        .grid-cell {\n          align-content: end;\n          background-position-y: 56%;\n\n          @media (max-width:991px) {\n            background-position-y: 55%;\n            background-position-x: 30%;\n            background-size: 106%;\n          }\n\n          @media (max-width:576px) {\n            background-position-x: 0%;\n            background-position-y: 65%;\n            background-size: 100%;\n          }\n\n          .row {\n            justify-content: space-between;\n          }\n\n          h2 {\n            @media (max-width:1280px) {\n              top: 1.5rem;\n              font-size: 1.75rem;\n            }\n\n            @media (max-width:991px) {\n              top: 1rem;\n              font-size: 1.75rem;\n            }\n\n            @media (max-width:768px) {\n              top: 0;\n              font-size: 1.5rem;\n            }\n\n            @media (max-width:576px) {\n              font-size: 1.25rem;\n            }\n          }\n\n          h4 {\n            white-space: nowrap;\n          }\n        }\n      }\n\n      .item-7,\n      .item-8,\n      .item-9 {\n        .grid-cell {\n          \u003ediv {\n            position: relative;\n            top: 50%;\n            transform: translateY(-50%);\n\n            p {\n              @media (max-width:768px) {\n                font-size: 0.75rem;\n              }\n            }\n          }\n        }\n      }\n\n      \/* grid control*\/\n      .item-1 {\n        grid-area: 1 \/ 1 \/ span 5 \/ span 3;\n      }\n\n      .item-2 {\n        grid-area: 1 \/ 4 \/ span 2 \/ span 3;\n      }\n\n      .item-3 {\n        grid-area: 1 \/ 7 \/ span 3 \/ span 3;\n      }\n\n      .item-4 {\n        grid-area: 1 \/ 10 \/ span 3 \/ span 3;\n      }\n\n      .item-5 {\n        grid-area: 3 \/ 4 \/ span 3 \/ span 3;\n      }\n\n      .item-6 {\n        grid-area: 4 \/ 7 \/ span 4 \/ span 6;\n      }\n\n      .item-7 {\n        grid-area: 6 \/ 1 \/ span 2 \/ span 2;\n      }\n\n      .item-8 {\n        grid-area: 6 \/ 3 \/ span 2 \/ span 2;\n      }\n\n      .item-9 {\n        grid-area: 6 \/ 5 \/ span 2 \/ span 2;\n      }\n\n      @media (max-width:991px) {\n        .item-1 {\n          grid-area: 1 \/ 1 \/ span 4 \/ span 3;\n        }\n\n        .item-2 {\n          grid-area: 1 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .item-3 {\n          grid-area: 8 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .item-4 {\n          grid-area: 8 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .item-5 {\n          grid-area: 3 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .item-6 {\n          grid-area: 5 \/ 1 \/ span 3 \/ span 6;\n        }\n\n        .item-7 {\n          grid-area: 10 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .item-8 {\n          grid-area: 10 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .item-9 {\n          grid-area: 10 \/ 5 \/ span 2 \/ span 2;\n        }\n      }\n\n      @media (max-width:768px) {\n        .item-1 {\n          grid-area: 1 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .item-2 {\n          grid-area: 3 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .item-3 {\n          grid-area: 8 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .item-4 {\n          grid-area: 8 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .item-5 {\n          grid-area: 3 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .item-6 {\n          grid-area: 5 \/ 1 \/ span 3 \/ span 6;\n        }\n\n        .item-7 {\n          grid-area: 10 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .item-8 {\n          grid-area: 10 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .item-9 {\n          grid-area: 10 \/ 5 \/ span 2 \/ span 2;\n        }\n      }\n\n      @media (max-width:576px) {\n        .item-1 {\n          grid-area: 1 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .item-2 {\n          grid-area: 3 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .item-3 {\n          grid-area: 5 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .item-4 {\n          grid-area: 9 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .item-5 {\n          grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .item-6 {\n          grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .item-7 {\n          grid-area: 11 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .item-8 {\n          grid-area: 11 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .item-9 {\n          grid-area: 11 \/ 5 \/ span 2 \/ span 2;\n        }\n      }\n    }\n\n    .be9300-wifi7 {\n      position: relative;\n      overflow: hidden;\n\n      .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0.5;\n        z-index: 2;\n      }\n\n      video {\n        position: absolute;\n        top: 50%;\n        left: 0%;\n        object-fit: cover;\n        width: 100%;\n        height: auto;\n        min-height: 100%;\n        z-index: 0;\n        transform: translateY(-50%);\n      }\n\n      .container {\n        position: relative;\n        z-index: 4;\n\n        h1 {\n          white-space: nowrap;\n          font-size: 14rem;\n          text-shadow: 2px 2px 25px rgba(0, 0, 0, .7);\n\n          @media (max-width: 991px) {\n            font-size: 12rem\n          }\n\n          @media (max-width: 768px) {\n            font-size: 8rem;\n            line-height: 1;\n          }\n\n          @media (max-width: 576px) {\n            font-size: 6rem;\n            line-height: 1;\n          }\n        }\n\n        .wifi-bar {\n          display: flex;\n          flex-wrap: wrap;\n          justify-content: center;\n\n          @media (max-width: 991px) {\n            justify-content: space-between;\n          }\n\n          \u003ediv {\n            \u0026:first-child {\n              width: 5.5rem;\n\n              @media (max-width: 991px) {\n                flex: 1 1 100%;\n                margin-bottom: 0.5rem;\n                width: inherit;\n                padding-left: 0.25rem;\n\n                h5 {\n                  font-size: 1.25rem;\n                }\n              }\n            }\n\n            \u0026:last-child {\n              width: 10rem;\n\n              @media (max-width: 991px) {\n                width: inherit;\n              }\n\n              @media (max-width: 400px) {\n                h4 {\n                  font-size: 1.25rem;\n                }\n              }\n            }\n          }\n        }\n\n\n        .progress {\n          width: 452px;\n          padding-left: 2px;\n          padding-right: 2px;\n          height: 24px;\n          background-color: rgba(0, 0, 0, 0.1);\n          margin: 0 1rem 0 0.5rem;\n\n          @media (max-width: 991px) {\n            margin: 0 1rem 0 0;\n          }\n\n          @media (max-width: 768px) {\n            margin: 0 0.5rem 0 0;\n            width: 70%;\n          }\n\n          @media (max-width: 400px) {\n            width: 230px;\n          }\n\n          .track {\n            position: relative;\n            width: 100%;\n            height: 24px;\n            overflow: hidden;\n            -webkit-animation: prgBar 1.5s ease-in-out;\n            animation: prgBar 1.5s ease-in-out;\n\n            .bar {\n              height: 18px;\n              width: 12px;\n              background-color: #00b3ff;\n              position: relative;\n              border-radius: 2px;\n              box-shadow: 0px 0px 5px #001d61;\n              margin-left: 2px;\n              margin-right: 2px;\n              margin-bottom: 100px;\n              top: 3px;\n              float: left;\n            }\n          }\n        }\n      }\n    }\n\n    .be9300-port {\n      background-image: linear-gradient(rgba(1, 1, 1, 1) 0%, rgb(23, 23, 23) 20%, rgb(23, 23, 23) 90%, rgba(1, 1, 1, 1) 100%);\n      height: 200vh;\n\n      @media (max-width: 991px) {\n        height: inherit;\n      }\n\n      .container-fluid {\n        position: sticky;\n        height: 100vh;\n        top: calc(50vh - 40%);\n        padding: 5vh 0 0 0;\n\n        @media (max-width: 991px) {\n          position: relative;\n          height: inherit;\n          top: 0;\n          padding: 3rem 0 0;\n        }\n      }\n\n      .selector {\n        @media (max-width: 991px) {\n          position: sticky;\n          top: calc(64px + 47px);\n          z-index: 100;\n          height: auto;\n          background-color: #101010;\n          padding: 1rem 0 1.2rem;\n        }\n\n        \u003ea {\n          position: relative;\n          padding: 10px 30px;\n          margin: 0 15px;\n          color: #338fbd;\n          text-decoration: none;\n          font-size: 1.1rem;\n          overflow: hidden;\n          transition: 0.5s;\n\n          @media (max-width: 991px) {\n            font-size: 0.75em;\n            padding: 10px 1rem;\n            margin: 0;\n          }\n\n          \u0026::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 10px;\n            height: 10px;\n            border-top: 2px solid #338fbd;\n            border-left: 2px solid #338fbd;\n            transition: 0.5s;\n          }\n\n          \u0026::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            right: 0;\n            width: 10px;\n            height: 10px;\n            border-bottom: 2px solid #338fbd;\n            border-right: 2px solid #338fbd;\n            transition: 0.5s;\n          }\n\n          \u0026:hover,\n          \u0026.active {\n            background: #338fbd77;\n            color: white;\n\n            \u0026::before {\n              width: 100%;\n              height: 100%;\n            }\n\n            \u0026::after {\n              width: 100%;\n              height: 100%;\n            }\n          }\n        }\n      }\n\n      .be9300-port-container {\n        max-width: 1200px;\n        margin: auto;\n\n        @media (max-width: 1199px) {\n          max-width: 90vw;\n        }\n\n        @media (max-width: 991px) {\n          max-width: 90vw;\n          height: inherit;\n          scroll-margin-top: 100px;\n        }\n\n        \u0026#port1 {\n          .img-content {\n            .pt1 {\n              width: 33%;\n              position: absolute;\n              transform: translateX(-50%);\n              left: 28%;\n              top: 84%;\n              white-space: nowrap;\n              text-align: right;\n\n              animation: fadeout auto linear;\n              animation-direction: normal;\n              animation-fill-mode: forwards;\n              animation-iteration-count: 1;\n              animation-timeline: view();\n              animation-range-start: 45%;\n              animation-range-end: 50%;\n\n              @media (max-width: 991px) {\n                animation: none;\n              }\n\n              .line {\n                width: 0;\n                height: 2.5rem;\n                margin-left: 95%;\n                border-left: 1px #ffffff solid;\n              }\n            }\n\n            .pt2 {\n              width: 33%;\n              position: absolute;\n              transform: translateX(0);\n              left: 56.5%;\n              top: 84%;\n              white-space: nowrap;\n              text-align: left;\n\n              animation: fadeout auto linear;\n              animation-direction: normal;\n              animation-fill-mode: forwards;\n              animation-iteration-count: 1;\n              animation-timeline: view();\n              animation-range-start: 45%;\n              animation-range-end: 50%;\n\n              @media (max-width: 991px) {\n                animation: none;\n              }\n\n              .line {\n                width: 0;\n                height: 2.5rem;\n                margin-left: 5%;\n                border-left: 1px #ffffff solid;\n              }\n            }\n          }\n\n          .text-content {\n            animation: fadeout auto linear;\n            animation-direction: normal;\n            animation-fill-mode: forwards;\n            animation-iteration-count: 1;\n            animation-timeline: view();\n            animation-range-start: 45%;\n            animation-range-end: 50%;\n\n            @media (max-width: 991px) {\n              animation: none;\n              padding-top: 5rem !important;\n            }\n\n            \u003ediv {\n              @media (max-width: 1199px) {\n                transform: translateY(-40%);\n              }\n            }\n\n          }\n        }\n\n        \u0026#port2 {\n          opacity: 0;\n          animation: fadein auto linear;\n          animation-direction: normal;\n          animation-fill-mode: forwards;\n          animation-iteration-count: 1;\n          animation-timeline: view();\n          animation-range-start: 30%;\n          animation-range-end: 40%;\n\n          @media (max-width: 991px) {\n            animation: none;\n            opacity: 1;\n\n          }\n\n          \u003ediv {\n            position: relative;\n            transform: translateY(-100%);\n\n            @media (max-width: 991px) {\n              transform: none;\n            }\n          }\n\n          .img-content {\n            .pt1 {\n              width: 33%;\n              position: absolute;\n              transform: translateX(-50%);\n              left: 28%;\n              top: 84%;\n              white-space: nowrap;\n              text-align: right;\n\n              .line {\n                width: 0;\n                height: 2.5rem;\n                margin-left: 95%;\n                border-left: 1px #ffffff solid;\n              }\n\n            }\n\n            .pt2 {\n              width: 29%;\n              position: absolute;\n              transform: translateX(0);\n              left: 55.5%;\n              top: 84%;\n              white-space: nowrap;\n              text-align: center;\n\n              .line {\n                width: 0;\n                height: 2.5rem;\n                margin: auto;\n                border-left: 1px #ffffff solid;\n              }\n            }\n          }\n\n          .text-content {\n            @media (max-width: 991px) {\n              margin-bottom: 0 !important;\n              padding-top: 5rem !important;\n            }\n\n            \u003ediv {\n              @media (max-width: 1199px) {\n                transform: translateY(-45%);\n              }\n            }\n          }\n        }\n\n        .img-content {\n          position: relative;\n          max-width: 50vh;\n          max-height: 50vh;\n          margin: auto;\n          overflow: visible;\n\n          @media (max-width: 991px) {\n\n            p,\n            sup {\n              font-size: 0.7em;\n            }\n          }\n\n          img {\n            width: 100%;\n\n            @media (max-width: 1199px) {\n              width: 100%;\n            }\n          }\n        }\n\n        .text-content {\n          \u003ediv {\n            position: relative;\n            top: 50%;\n            transform: translateY(-50%);\n\n            @media (max-width: 991px) {\n              top: 0;\n              transform: none !important;\n            }\n          }\n\n          .row {\n            justify-content: start;\n            -webkit-justify-content: start;\n\n            @media (max-width: 991px) {\n              justify-content: center;\n              -webkit-justify-content: center;\n\n            }\n          }\n\n          img {\n            width: 50%;\n\n            @media (max-width: 991px) {\n              width: 50%;\n            }\n\n            @media (max-width: 768px) {\n              max-width: 30vw;\n              width: 40%;\n            }\n          }\n\n          h5 {\n            position: relative;\n            padding: 10px 16px;\n            margin: 0;\n            text-decoration: none;\n            font-size: 1.1rem;\n            color: #00b3ff;\n\n            \u0026::before {\n              content: '';\n              position: absolute;\n              top: 0;\n              left: 0;\n              width: 10px;\n              height: 10px;\n              border-top: 2px solid #00b3ff;\n              border-left: 2px solid #00b3ff;\n              transition: 0.5s;\n            }\n\n            \u0026::after {\n              content: '';\n              position: absolute;\n              bottom: 0;\n              right: 0;\n              width: 10px;\n              height: 10px;\n              border-bottom: 2px solid #00b3ff;\n              border-right: 2px solid #00b3ff;\n              transition: 0.5s;\n            }\n          }\n        }\n      }\n    }\n\n    .be9300-mlo {\n      background-image: linear-gradient(rgba(1, 1, 1, 1) 0%, rgba(0, 0, 0, 0) 60%, rgba(1, 1, 1, 1) 100%), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_mlo.jpg);\n      background-size: cover;\n      background-position: center center;\n      background-repeat: no-repeat;\n      position: relative;\n      color: #fff;\n      height: 70vh;\n\n      @media (max-width:991px) {\n        background-image: linear-gradient(rgba(1, 1, 1, 1) 10%, rgba(0, 0, 0, 0) 60%, rgba(1, 1, 1, 1) 90%), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_mlo.jpg);\n        height: 70vh;\n      }\n\n      .bg {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        top: 0;\n        z-index: 0;\n        overflow: hidden;\n\n        \u003ediv {\n          display: flex;\n          height: 70vh;\n          justify-content: center;\n          align-items: center;\n\n          @media (max-width:991px) {\n            height: 70vh;\n          }\n\n          img {\n            filter: brightness(0%);\n            transform: scale(2.5);\n            transition: all 1.5s ease;\n\n            @media (max-width:991px) {\n              transform: scale(2.5);\n            }\n          }\n        }\n\n        \u0026.in-view {\n          img {\n            filter: brightness(40%);\n            transform: scale(40%) !important;\n\n            @media (max-width:991px) {\n              transform: scale(60%) !important;\n            }\n          }\n        }\n      }\n    }\n\n    .be9300-cardlist {\n      background-image: linear-gradient(rgba(1, 1, 1, 1) 0%, rgba(0, 0, 0, 0) 60%, rgba(1, 1, 1, 1) 100%), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_cardlist-bg.jpg);\n      background-size: cover;\n      background-position: center center;\n      background-repeat: no-repeat;\n      position: relative;\n\n      @media (max-width:768px) {\n        background-image: linear-gradient(rgba(1, 1, 1, 1) 0%, rgba(0, 0, 0, 0) 60%, rgba(1, 1, 1, 1) 100%), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_cardlist-bg_mobile.jpg);\n\n        .col-11 {\n          flex: 100% !important;\n          margin: 0 !important;\n          padding: 0 !important;\n          max-width: 100% !important;\n        }\n      }\n\n      .be9300-cardlist-row {\n        justify-content: space-between;\n\n        @media (max-width:1199px) {\n          justify-content: center;\n\n        }\n\n        .be9300-cardlist-col {\n          padding: 0 0.5rem;\n          opacity: 0;\n          transition: opacity 0.5s ease;\n\n\n          \u0026:first-child {\n            margin-top: 0;\n          }\n\n          \u0026:nth-child(2) {\n            animation-delay: 250ms;\n\n            @media (max-width: 991px) {\n              animation-delay: 0;\n            }\n\n            .card {\n              margin-top: 8rem;\n\n              @media (max-width: 1199px) {\n                margin-top: 1rem;\n              }\n            }\n          }\n\n          \u0026:nth-child(3) {\n            animation-delay: 250ms;\n\n            @media (max-width: 991px) {\n              animation-delay: 0;\n            }\n\n\n            .card {\n              margin-top: 3rem;\n              @media (max-width: 1440px) {\n                margin-top: -3.5rem;\n              }\n\n              @media (max-width: 1199px) {\n                margin-top: 1rem;\n              }\n            }\n          }\n\n          \u0026:nth-child(4) {\n            animation-delay: 500ms;\n\n            @media (max-width: 991px) {\n              animation-delay: 0;\n            }\n\n\n            .card {\n              margin-top: 1rem;\n\n              @media (max-width: 1199px) {\n                margin-top: 1rem;\n              }\n            }\n          }\n\n          \u0026:nth-child(5) {\n            animation-delay: 250ms;\n\n            .card {\n              margin-top: -0.5rem;\n\n              @media (max-width: 1440px) {\n                margin-top: 0;\n              }\n\n              @media (max-width: 1280px) {\n                margin-top: 2rem;\n              }\n\n              @media (max-width: 1199px) {\n                margin-top: 1rem;\n              }\n            }\n          }\n\n          @media (max-width: 991px) {\n            margin-top: 0 !important;\n            margin-bottom: 1rem;\n\n            .card {\n              transform: none !important;\n              margin: 1rem 0 0 0 !important;\n              padding: 0;\n            }\n\n            -webkit-animation-name: fadeInUp;\n            animation-name: fadeInUp;\n          }\n\n          \u0026.in-view {\n            \u0026.animate__animated {\n              -webkit-animation-name: fadeInUp;\n              animation-name: fadeInUp;\n            }\n          }\n        }\n      }\n\n      .card {\n        padding: 1rem;\n        border: 3px solid #092b87;\n        box-shadow: 0 0 45px rgba(214, 0, 255, 0.17);\n        background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));\n        background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));\n        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1));\n        background: rgba(255, 255, 255, 1);\n        transition: all .3s ease;\n        flex-direction: column;\n\n        @media (max-width: 1199px) {\n          flex-direction: row;\n        }\n\n        @media (max-width: 991px) {\n          flex-direction: column;\n        }\n\n        .card-body,\n        .card-img {\n          @media (max-width: 1199px) {\n            flex: 0 1 50%;\n          }\n\n          @media (max-width: 991px) {\n            flex: 1 1 auto;\n          }\n        }\n\n        .card-img {\n          align-content: center;\n          text-align: center;\n\n          img {\n            width: 90%;\n            margin: auto;\n            transition: all .3s ease;\n\n            @media (max-width: 1199px) {\n              width: 100%;\n            }\n\n            @media (max-width: 991px) {\n              width: 90%;\n            }\n\n          }\n        }\n\n        \u0026:hover {\n          img {\n            transform: scale(1.03) !important;\n          }\n        }\n      }\n    }\n\n    .smart-network {\n      .row {\n        .card-M {\n          position: relative;\n          z-index: 10;\n          padding: 0 0;\n\n          @media (max-width: 991px) {\n            display: none;\n          }\n\n          @media (max-width: 576px) {\n            padding: 0 1rem;\n          }\n\n          \u003ediv {\n            height: 105%;\n\n            @media (max-width:1199px) {\n              height: 100%;\n              border: #338fbd 4px solid;\n            }\n          }\n        }\n\n        .card-L {\n          position: relative;\n          z-index: 1;\n          padding-right: 0;\n\n          @media (max-width:1199px) {\n            padding: 0 1rem;\n          }\n\n          \u003ediv {\n            background-color: #fff;\n            padding: 2rem 3rem 2rem 1.75rem;\n            margin-right: -0.15rem;\n            border-radius: 25px 0 0 25px;\n\n            @media (max-width:1199px) {\n              margin: 0;\n              padding: 2rem 1.5rem;\n              border-radius: 25px 25px 25px 25px;\n              border: #338fbd 4px solid;\n            }\n\n            @media (max-width: 576px) {\n              padding: 2rem 1.5rem;\n            }\n\n            img {\n              width: 25%;\n\n              @media (max-width:1199px) {\n                width: 20%;\n                max-width: 120px;\n              }\n            }\n          }\n        }\n\n        .card-R {\n          position: relative;\n          z-index: 2;\n          padding-left: 0;\n\n          @media (max-width:1199px) {\n            padding: 0 1rem;\n          }\n\n          \u003ediv {\n            background-color: #fff;\n            padding: 2rem 1.75rem 2rem 3rem;\n            margin-left: -0.15rem;\n            border-radius: 0 25px 25px 0;\n\n            @media (max-width: 1199px) {\n              margin: 0;\n              padding: 2rem 1.5rem;\n              border-radius: 25px 25px 25px 25px;\n              border: #338fbd 4px solid;\n            }\n\n            @media (max-width: 576px) {\n              padding: 2rem 1.5rem;\n            }\n\n            img {\n              width: 70%;\n              padding: 0.75rem 0;\n\n              @media (max-width: 1199px) {\n                width: 70%;\n                max-width: 360px;\n              }\n            }\n          }\n        }\n\n        .h-dotline {\n          justify-content: center;\n          margin-right: -1.5rem;\n\n          @media (max-width:991px) {\n            margin-right: -1rem;\n          }\n\n          @media (max-width: 576px) {\n            margin-right: -0.5rem;\n            padding-right: 0.5rem;\n          }\n\n          .dot {\n            overflow: hidden;\n            margin-bottom: 5px;\n            width: 2px;\n            border-right: 8px dotted #338fbd;\n\n            @media (max-width: 576px) {\n              padding-right: 0.5rem;\n            }\n          }\n\n          .point {\n            border-radius: 50px;\n            border: #338fbd 4px solid;\n            position: absolute;\n            transform: translateX(-50%);\n            top: 20%;\n            left: 50%;\n            z-index: 1;\n\n            @media (max-width:991px) {\n              top: 4.3rem;\n            }\n\n            @media (max-width: 576px) {\n              left: calc(50% + 0.5rem);\n            }\n\n            div {\n              margin: auto;\n              width: 26px;\n              height: 18px;\n              background-color: #fff;\n              border: #000 6px solid;\n              border-radius: 50px;\n\n              @media (max-width: 576px) {\n                width: 18px;\n              }\n\n            }\n\n          }\n        }\n      }\n    }\n\n    .horizontal-scroll {\n      height: 250vh;\n\n      overflow: clip;\n      background-color: #000000;\n\n      @media (max-width:991px) {\n        height: inherit;\n        overflow: none;\n        padding-top: 1.5rem;\n        padding-bottom: 1.5rem;\n      }\n\n      .sticky-control {\n        position: sticky;\n        top: 0;\n\n        @media (max-width:991px) {\n          position: relative;\n          top: 0;\n          ;\n        }\n\n        .container {\n          width: 100vw;\n          height: 100vh;\n\n          @media (max-width:991px) {\n            transform: none;\n            width: initial;\n            height: initial;\n            padding-top: 2rem;\n            \/* padding-bottom: 2rem; *\/\n          }\n\n          @keyframes scale {\n            0% {\n              transform: scale(1);\n            }\n\n            100% {\n              transform: scale(1.3);\n            }\n          }\n\n          .bg-control {\n            background-image: linear-gradient(rgba(1, 1, 1, 1) 10%, rgba(1, 1, 1, 0) 50%, rgba(1, 1, 1, 0) 60%), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_horizontal.jpg);\n            width: 100%;\n            height: 100%;\n            position: absolute;\n            top: 0;\n            left: 0;\n            background-size: cover;\n            background-position: center center;\n            opacity: 1;\n            animation: scale auto linear;\n            animation-direction: normal;\n            animation-fill-mode: forwards;\n            animation-iteration-count: 1;\n            animation-timeline: view();\n            animation-range-start: 40%;\n            animation-range-end: 95%;\n          }\n\n          .content-control {\n            position: sticky;\n            top: 0;\n            height: 100vh;\n            padding-top: 0rem;\n            padding-bottom: 1rem;\n\n            @media (max-width:991px) {\n              position: relative;\n              height: inherit;\n            }\n\n            .sticky-content {\n              position: relative;\n              top: calc(50% + 50px);\n              transform: translateY(-50%);\n\n              @media (max-width:991px) {\n                transform: none;\n                top: 0;\n                padding-top: 2rem;\n                padding-bottom: 2rem;\n              }\n            }\n          }\n\n\n        }\n      }\n\n\n      .horizontal-scroll-wrapper {\n        display: flex;\n        position: relative;\n        transition-property: transform;\n        width: 100%;\n        animation: be9300-slide auto linear;\n        animation-direction: normal;\n        animation-fill-mode: forwards;\n        animation-iteration-count: 1;\n        animation-timeline: view();\n        animation-range-start: 45%;\n        animation-range-end: 90%;\n\n        @media (max-width:991px) {\n          flex-wrap: wrap;\n          animation: none;\n        }\n\n        figure {\n          position: relative;\n          padding: 1rem;\n          flex-grow: 0;\n          flex-shrink: 0;\n          flex-basis: 50%;\n\n          @media (max-width:991px) {\n            flex-basis: 100%\n          }\n        }\n      }\n    }\n\n    @media (max-width:991px) {\n      section.py-4.py-lg-5 {\n\n        .mb-5,\n        .pb-5,\n        .py-5,\n        .my-5 {\n          margin: 0 !important;\n          padding: 0 !important;\n        }\n      }\n\n      .row {\n        margin-left: 0;\n        margin-right: 0;\n      }\n    }\n  }\n\u003c\/style\u003e\n\n\u003cmain class=\"be9300-main-container\" data-model=\"gl-be9300\"\u003e\n  \u003csection class=\"p-4 py-lg-5\"\u003e \n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-12 col-md-12 col-lg-7 col-xl-7 mb-4\"\u003e\n          \u003ch2 class=\"font-weight-bold text-left\"\u003eGL.iNet's First Tri-band Wi-Fi 7 Home Router\u003c\/h2\u003e\n          \u003cp\u003e\n            Flint 3 is our first Wi-Fi 7 home router, designed for home users and small offices. It delivers ultra-fast Wi-Fi 7 speeds, 5× 2.5G ports, \n            and robust VPN capabilities, along with AdGuard Home and Parental Controls. Flint 3 is built to meet the evolving demands of modern networks with efficiency and reliability.\n          \u003c\/p\u003e\n\n          \u003cdiv\u003e\n            \u003cspan\u003eMax. \u003cspan class=\"txt-lg text-be9300\"\u003e688\u003c\/span\u003e Mbps (2.4GHz) + \u003cspan class=\"txt-lg text-be9300\"\u003e2882\u003c\/span\u003e Mbps (5GHz) + \u003cspan class=\"txt-lg text-be9300\"\u003e5765\u003c\/span\u003e Mbps (6GHz) Ultra-Fast Wi-Fi Speeds\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan\u003e\u003cspan class=\"txt-lg text-be9300\"\u003eFive 2.5G\u003c\/span\u003e Network Ports, with 4 LAN Ports\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan\u003eEnjoy Speeds Up to \u003cspan class=\"txt-lg text-be9300\"\u003e680\u003c\/span\u003e Mbps on both WireGuard® and OpenVPN-DCO\u003cbr\u003e\n            \u003cspan\u003eFlexible \u003cspan class=\"txt-lg text-be9300\"\u003eTri-Band\u003c\/span\u003e Combination: 2.4GHz + 5GHz + 6GHz\u003c\/span\u003e\n          \u003c\/span\u003e\n\u003c\/div\u003e\n\n          \u003cdiv class=\"pt-2\"\u003e\n            \u003ca class=\"btn btn-round  mt-3 mr-3 btn-info\" href=\"#specs\"\u003eView Specs\u003c\/a\u003e\n            \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"https:\/\/www.gl-inet.com\/support\/gl-be9300\/\" target=\"_blank\"\u003eOnline Guide\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-10 col-lg-5 py-4\"\u003e\n\n\u003cdiv class=\"row align-items-center justify-content-end\"\u003e\u003cdiv class=\"col-6 m-2\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/logo\/logo_climate-partner-certified.png\" alt=\"Amazon Climate Pledge Friendly Certification\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n          \n          \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n            \u003col class=\"carousel-indicators\"\u003e\n              \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n              \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"5\" class=\"\"\u003e\n            \u003c\/li\u003e\n\u003c\/ol\u003e\n  \n            \u003cdiv class=\"carousel-inner\"\u003e\n              \u003cdiv class=\"carousel-item active\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_1.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_1.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/gl_be9300_1.jpg\" alt=\"Flint 3 (GL-BE9300)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n  \n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_2.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_2.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/gl_be9300_2.jpg\" alt=\"Flint 3 (GL-BE9300)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n  \n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_3.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_3.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/gl_be9300_3.jpg\" alt=\"Flint 3 (GL-BE9300)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_4.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_4.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/gl_be9300_4.jpg\" alt=\"Flint 3 (GL-BE9300)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_5.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_5.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/gl_be9300_5.jpg\" alt=\"Flint 3 (GL-BE9300)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"carousel-item\"\u003e\n                \u003cpicture\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_6.webp\" type=\"image\/webp\"\u003e\n                  \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_6.jpg\" type=\"image\/jpg\"\u003e\n                  \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/gl_be9300_6.jpg\" alt=\"Flint 3 (GL-BE9300)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n              \u003c\/div\u003e\n  \n              \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\n                \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n              \u003c\/a\u003e\n              \n              \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\n                \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n              \u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Product Nav Tab --\u003e\n  \u003csection class=\"product-nav\"\u003e\n    \u003cdiv class=\"product-nav-container container-md\"\u003e\n      \u003cdiv class=\"product-nav-content\"\u003e\n        \u003ca class=\"product-nav-item nav-link highlight\" href=\"#highlight\"\u003eHighlight\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link features\" href=\"#features\"\u003eFeatures\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link scenarios\" href=\"#scenarios\"\u003eScenarios\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link specs\" href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cscript\u003e\n      let currentModel = ''\n      window.addEventListener(\"scroll\", function() {\n        document.querySelectorAll(\".product-nav-section\").forEach((section) =\u003e {\n          let sectionTop = section.offsetTop;\n          if (pageYOffset \u003e= sectionTop - 100) {\n            currentModel = section.getAttribute(\"id\");\n          }\n        });\n        document.querySelectorAll(\".product-nav-item\").forEach((li) =\u003e {\n          if (li.classList.contains(currentModel)) {\n            li.classList.add(\"active\");\n          } else {\n            li.classList.remove(\"active\");\n          }\n        });\n      });\n    \u003c\/script\u003e\n  \u003c\/section\u003e\n\n \n  \u003c!-- grid --\u003e\n  \u003csection class=\"px-0 py-4 py-lg-5 bg-dark product-nav-section\" id=\"highlight\"\u003e\n    \u003cdiv class=\"container py-4 py-lg-5\"\u003e\n      \u003cdiv class=\"grid w-100 text-white\"\u003e\n        \u003cdiv class=\"grid-item item-1\"\u003e\n          \u003cdiv class=\"grid-cell gl-rounded text-left\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_9300mbps.jpg');\"\u003e\n            \u003ch4 class=\"font-weight-bold mb-1\"\u003eUltra-Fast Wi-Fi 7 Speeds\u003c\/h4\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003e\n\u003cspan class=\"text-be9300\"\u003e9300\u003c\/span\u003eMbps\n          \u003c\/h2\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item item-2\"\u003e\n          \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n            \u003ch2 class=\"font-weight-bold text-left mb-1\"\u003e\n\u003cspan class=\"text-be9300\"\u003eMLO\u003c\/span\u003e \u003c\/h2\u003e\n            \u003ch4 class=\"font-weight-bold text-left mb-1\"\u003efor Enhanced Stability\u003c\/h4\u003e\n            \u003cimg class=\"w-100 text-center\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_mlo.svg\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item item-3\"\u003e\n          \u003cdiv class=\"grid-cell gl-rounded text-left\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_2000sqft.jpg');\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003e\n\u003cspan class=\"text-be9300\"\u003eWi-Fi\u003c\/span\u003e Coverage\u003c\/h2\u003e\n            \u003ch4 class=\"font-weight-bold mb-1\"\u003eUp to 2000 sqft\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item item-4\"\u003e\n          \u003cdiv class=\"grid-cell gl-rounded text-center text-lg-center\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"font-weight-bold mb-1\"\u003e\n\u003cspan class=\"text-be9300\"\u003e30+\u003c\/span\u003e VPN Services\u003c\/h2\u003e\n              \u003cimg class=\"mr-n2 pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/vpn_services_1.png\"\u003e\n              \u003cbr class=\"d-none d-md-block\"\u003e\n              \u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/vpn_services_2.png\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item item-5\"\u003e\n          \u003cdiv class=\"grid-cell gl-rounded text-left\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_5ports.jpg');\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003e\n\u003cspan class=\"text-be9300\"\u003e5 × 2.5G Ports\u003c\/span\u003e \u003c\/h2\u003e\n            \u003ch4 class=\"font-weight-bold\"\u003eBoost Wired Connections\u003c\/h4\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item item-6\"\u003e\n          \u003cdiv class=\"grid-cell gl-rounded text-left\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_ram-storage.jpg');\"\u003e\n            \u003cdiv class=\"row\"\u003e\n              \u003cdiv class=\"col-6 text-left pb-0 pb-lg-3\"\u003e\n                \u003ch2 class=\"font-weight-bold mb-0\"\u003e\u003cspan class=\"text-be9300\"\u003e1GB DDR4\u003c\/span\u003e\u003c\/h2\u003e\n                \u003ch4 class=\"font-weight-bold mb-0\"\u003eHigh-Speed Memory\u003c\/h4\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"col-6 text-right pb-0 pb-lg-3\"\u003e\n                \u003ch2 class=\"font-weight-bold mb-0\"\u003e\u003cspan class=\"text-be9300\"\u003e8GB eMMC\u003c\/span\u003e\u003c\/h2\u003e\n                \u003ch4 class=\"font-weight-bold mb-0\"\u003eFlash Storage\u003c\/h4\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item item-7\"\u003e\n          \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n            \u003cdiv\u003e\n              \u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/icon_adguard-home_w.svg\"\u003e\n              \u003cp class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item item-8\"\u003e\n          \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n            \u003cdiv\u003e\n              \u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/icon_parental-control_w.svg\"\u003e\n              \u003cp class=\"font-weight-bold\"\u003eParental Controls\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item item-9\"\u003e\n          \u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n            \u003cdiv\u003e\n              \u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/icon_multi-wan-failover_w.svg\"\u003e\n              \u003cp class=\"font-weight-bold\"\u003eMulti-WAN Failover\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n \u003c!-- The Next-Generation Wireless Experience --\u003e\n  \u003csection class=\"be9300-wifi7 py-4 py-lg-5 product-nav-section\" id=\"features\"\u003e\n    \u003cdiv class=\"overlay\"\u003e\u003c\/div\u003e\n    \u003cvideo class=\"mb-n2\" playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"muted\" loop\u003e\n      \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_wifi.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n    \u003cdiv class=\"container py-4 py-lg-5\"\u003e\n      \u003cdiv class=\"col-12 col-lg-10 text-center text-white m-auto\"\u003e\n        \u003ch2 class=\"font-weight-bold pb-2\"\u003eThe Next-Generation Wireless Experience\u003c\/h2\u003e\n        \u003cp class=\"\"\u003e\n          Flint 3 exemplifies the future of wireless technology, offering blazing-fast speeds, diminished latency, and enhanced connectivity in crowded environments \n          through advancements such as \u003cb class=\"text-be9300\"\u003eMulti-Link Operation (MLO)\u003c\/b\u003e, refined \u003cb class=\"text-be9300\"\u003eOFDMA\u003c\/b\u003e, \u003cb class=\"text-be9300\"\u003e4K QAM\u003c\/b\u003e, and preamble puncturing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"text-center pt-2 pt-lg-4\"\u003e\n        \u003ca class=\"d-inline-block font-weight-bold mr-0 mr-md-5 mb-3\" href=\"https:\/\/youtu.be\/c5FlXC4vlcI\" target=\"_blank\"\u003e\n          \u003cspan class=\"btn-underline text-white\"\u003e\n            Watch the Wi-Fi 7 Video \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n        \u003cbr class=\"d-block d-md-none\"\u003e\n        \u003ca class=\"d-inline-block font-weight-bold mr-0 mr-md-5 mb-3\" href=\"https:\/\/www.gl-inet.com\/solutions\/wifi-7\/\"\u003e\n          \u003cspan class=\"btn-underline text-white\"\u003e\n            Explore Wi-Fi 7 features \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n  \n      \u003cdiv class=\"row justify-content-center mt-4 mt-lg-5\"\u003e\n        \u003cdiv class=\"col-11 col-md-12 col-lg-12 col-xl-10 text-center px-0\"\u003e\n          \u003ch1 class=\"text-white\"\u003eWi-Fi 7\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 6G --\u003e\n        \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 pb-2 pt-3 pt-lg-0\"\u003e\n          \u003cdiv class=\"wifi-bar text-white\"\u003e\n            \u003cdiv class=\"align-content-center\"\u003e\n              \u003ch5 class=\"text-left text-lg-right mb-0\"\u003e6GHz\u003c\/h5\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"progress align-self-center\"\u003e\n              \u003cdiv class=\"track\"\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"align-content-center\"\u003e\n              \u003ch4 class=\"text-left mb-0\"\u003e5765 Mbps\u003c\/h4\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 5G --\u003e\n        \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 pb-2 pt-3 pt-lg-0\"\u003e\n          \u003cdiv class=\"wifi-bar text-white\"\u003e\n            \u003cdiv class=\"align-content-center\"\u003e\n              \u003ch5 class=\"text-left text-lg-right mb-0\"\u003e5GHz\u003c\/h5\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"progress align-self-center\"\u003e\n              \u003cdiv class=\"track\"\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar d-none d-md-block\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar d-none d-md-block\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar d-none d-md-block\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar d-none d-sm-block\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar d-none d-sm-block\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar d-none d-sm-block\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"align-content-center\"\u003e\n              \u003ch4 class=\"text-left mb-0\"\u003e2882 Mbps\u003c\/h4\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 2.4G --\u003e\n        \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 pb-2 pt-3 pt-lg-0\"\u003e\n          \u003cdiv class=\"wifi-bar text-white\"\u003e\n            \u003cdiv class=\"align-content-center\"\u003e\n              \u003ch5 class=\"text-left text-lg-right mb-0\"\u003e2.4GHz\u003c\/h5\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"progress align-self-center\"\u003e\n              \u003cdiv class=\"track\"\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"align-content-center\"\u003e\n              \u003ch4 class=\"text-left mb-0\"\u003e688 Mbps\u003c\/h4\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Connectivity Excellence --\u003e\n  \u003csection class=\"be9300-port py-4 py-lg-5\"\u003e\n    \u003cdiv class=\"container-fluid\"\u003e\n      \u003cdiv class=\"col-12 col-lg-10 text-center text-white m-auto\"\u003e\n        \u003ch2 class=\"font-weight-bold pb-2\"\u003eConnectivity Excellence\u003c\/h2\u003e\n        \u003cp\u003e\n          Flint 3 redefines connectivity with its high-speed, flexible design and reliable dual WAN support, delivering a next-level networking experience for home, office, and beyond.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- mobile menu --\u003e\n      \u003cdiv class=\"selector text-center d-block d-lg-none\"\u003e\n        \u003ca class=\"font-weight-bold active mr-4 mr-md-5\" onclick=\"btnActive('1')\" id=\"btn_port1\" href=\"#port1\"\u003e\n          Dual WAN Design\n        \u003c\/a\u003e\n        \u003ca class=\"font-weight-bold\" onclick=\"btnActive('2')\" id=\"btn_port2\" href=\"#port2\"\u003e\n          Wired for Speed\n        \u003c\/a\u003e \n      \u003c\/div\u003e\n\n      \u003cdiv class=\"be9300-port-container\" id=\"port1\"\u003e \n        \u003cdiv class=\"row justify-content-center text-white pb-3 pb-lg-0\"\u003e\n          \u003cdiv class=\"col-12 col-md-9 col-lg-6 col-xl-6\"\u003e \n            \u003cdiv class=\"img-content\"\u003e \n              \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300-port1.png\" alt=\"Flint 3's Dual-WAN Design\"\u003e\n              \u003cdiv class=\"pt1\"\u003e\n                \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n                \u003cp\u003e2.5 Gbps WAN Port\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"pt2\"\u003e\n                \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n                \u003cp class=\"mb-0\"\u003e2.5 Gbps WAN\/LAN Ports\u003c\/p\u003e\n                \u003cp\u003eLAN1 can be switched to WAN.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"text-content col-12 col-md-11 col-lg-6 col-xl-6 my-5 my-lg-0\"\u003e\n            \u003cdiv class=\"text-left\"\u003e           \n              \u003cdiv class=\"d-none d-lg-inline-block mb-3\"\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eDual WAN, Double the Power\u003c\/h5\u003e\n              \u003c\/div\u003e   \n              \u003ch2 class=\"font-weight-bold mb-3\"\u003eCustomizable LAN Port – Use as a Secondary WAN\u003c\/h2\u003e\n              \u003cp\u003eFlint 3 features a dedicated 2.5 Gbps WAN port and gives you the flexibility to switch LAN 1 into a secondary WAN. Whether you're maximizing speed or preparing for outages, your network stays efficient and adaptable.\u003c\/p\u003e\n              \u003cp\u003eWith support for up to 5 Gbps shared bandwidth, Flint 3 enables both load balancing and failover, delivering a seamless internet experience even under heavy usage or unexpected disconnections.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"be9300-port-container\" id=\"port2\"\u003e\n        \u003cdiv class=\"row justify-content-center text-white pb-3 pb-lg-0\"\u003e\n          \u003cdiv class=\"col-12 col-md-9 col-lg-6 col-xl-6\"\u003e \n            \u003cdiv class=\"img-content\"\u003e \n              \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300-port2.png\" alt=\"Flint 3's Five 2.5G Ports\"\u003e\n              \u003cdiv class=\"pt1\"\u003e\n                \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n                \u003cp\u003e2.5 Gbps WAN Port\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"pt2\"\u003e\n                \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n                \u003cp\u003e4 x 2.5 Gbps LAN Ports\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"text-content col-12 col-md-11 col-lg-6 col-xl-6 my-5 my-lg-0\"\u003e\n            \u003cdiv class=\"text-left\"\u003e\n              \u003cdiv class=\"d-none d-lg-inline-block mb-3\"\u003e\n                \u003ch5 class=\"font-weight-bold\"\u003eWired for Speed, Built for Power\u003c\/h5\u003e\n              \u003c\/div\u003e \n              \u003ch2 class=\"font-weight-bold mb-3\"\u003eFive 2.5G Ports  –  Maximum Wired Potential\u003c\/h2\u003e\n              \u003cp\u003e\n                Flint 3 is equipped with five ultra-fast 2.5G Ethernet ports, giving you the bandwidth and flexibility to power high-demand setups. From NAS systems to gaming rigs and streaming gear, every wired connection gets the speed it deserves.  \n              \u003c\/p\u003e\n              \u003cp\u003e\n                Perfect for power users, creators, and small teams, Flint 3 ensures fast file transfers, stable low-latency gaming, and smooth 8K streaming.\n              \u003c\/p\u003e\n\n              \u003c!--\n              \u003cdiv class=\"row pt-3 pt-lg-0\"\u003e\n                \u003cdiv class=\"col-5 col-md-4 col-lg-4 col-xl-3 pb-3 pb-lg-0\"\u003e\n                  \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/icon_data-transfers_w.svg\" alt=\"Large-scale Data Transfers\"\u003e\n                  \u003cp\u003eLarge-scale Data Transfers\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 col-lg-4 col-xl-3 pb-3 pb-lg-0\"\u003e\n                  \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/icon_streaming_w.svg\" alt=\"High-resolution Streaming\"\u003e\n                  \u003cp\u003eHigh-resolution Streaming\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"col-5 col-md-4 col-lg-4 col-xl-3 pb-3 pb-lg-0\"\u003e\n                  \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/icon_gaming_w.svg\" alt=\"Low-latency Online Gaming\"\u003e\n                  \u003cp\u003eLow-latency Online Gaming\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n              --\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"py-4 py-lg-5\" style=\"background-color: #000;\"\u003e\n    \u003cdiv class=\"container text-light mb-5 pb-5\"\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center py-4 mb-5\"\u003e\n        \u003cdiv class=\"col-11 col-lg-6 order-md-2 order-lg-1 text-left pl-4 pb-3\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eFour Foldable External Wi-Fi Antennas\u003c\/h2\u003e\n          \u003cp\u003e\n            Flint 3 is equipped with four foldable antennas, including three adjustable slots that can rotate up to 190°, allowing for optimal positioning and stronger, more consistent Wi-Fi coverage throughout your space.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-2 my-3\"\u003e\n          \u003cvideo playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" controls style=\"max-width: 100%; height: auto;\"\u003e\n            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_190deg.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!--\n      \u003cdiv class=\"row justify-content-center align-items-center py-4 mt-5\"\u003e\n        \u003cdiv class=\"col-11 col-lg-6 order-md-2 order-lg-2 text-left pl-4 pb-3\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eEfficient Cooling Solution\u003c\/h2\u003e\n          \u003cp\u003e\n            Flint 3 combines active and passive cooling with a built-in high-performance fan to ensure long-lasting, stable performance. \n            This advanced cooling system extends hardware life and ensures stable connectivity, even during heavy usage or high-temperature conditions.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2\"\u003e\u003ci class=\"fa-solid fa-hyphen\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-1\"\u003eAt 25°C, the fan maintains efficient heat dissipation with no performance throttling.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2\"\u003e\u003ci class=\"fa-solid fa-hyphen\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-3\"\u003eAt 40°C, the fan delivers over 30,000 hours of lifespan, with smart speed control and quiet operation (\u0026lt;30dB at 50cm distance).\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-1\"\u003e\n          \u003cvideo playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" controls style=\"max-width: 100%; height: auto;\"\u003e\n            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_fan.mp4\" type=\"video\/mp4\"\u003e\n          \u003c\/video\u003e\n         \n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      --\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Wi-Fi 7 Multi-Link Operation (MLO) Technology --\u003e\n  \u003csection class=\"be9300-mlo py-4 py-lg-5\"\u003e\n    \u003cdiv class=\"bg animate_one\"\u003e\n      \u003cdiv class=\"container-fluid px-0\"\u003e\n        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_product_mlo.png\" alt=\"Flint 3's MLO Technology\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"col-12 col-lg-10 text-center m-auto px-0\"\u003e\n        \u003ch2 class=\"font-weight-bold pb-2\"\u003eWi-Fi 7 Multi-Link Operation (MLO) Technology\u003c\/h2\u003e\n        \u003cp class=\"d-none d-lg-block\"\u003e\n          Flint 3 uses Multi-Link Operation (MLO) to reduce interference and congestion, boosting speed and lowering latency by combining multiple radio bands into a single connection. MLO WiFi works alongside 2.4GHz, 5GHz, and 6GHz bands—connect to MLO or 6GHz for peak performance, while 2.4GHz remains dedicated to IoT devices for stable, reliable connectivity.  \n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"py-4 py-lg-5\" style=\"background-color: #000;\"\u003e\n    \u003cdiv class=\"container text-light my-5 py-5\"\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center py-4\"\u003e\n        \u003cdiv class=\"col-11 col-lg-6 order-md-1 order-lg-2 text-center text-lg-left pl-4 pb-3\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eConnect Up to 124+ Devices Simultaneously\u003c\/h2\u003e\n          \u003cp\u003e\n            Flint 3 is built to handle high-density environments, allowing over 124 devices to stay connected at once without compromising speed or stability—perfect for smart homes, offices, and multi-user scenarios.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-1\"\u003e\n          \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_connect-124.jpg\" alt=\"Flint 3's high-density environments\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Stay Protected, Stay Connected --\u003e\n  \u003csection class=\"be9300-cardlist py-4 py-lg-5 mt-n1\"\u003e\n    \u003cdiv class=\"container position-relative py-4\"\u003e\n      \u003cdiv class=\"col-12 col-lg-10 text-center m-auto text-white\"\u003e\n        \u003ch2 class=\"font-weight-bold pb-2\"\u003eStay Protected, Stay Connected\u003c\/h2\u003e\n        \u003cp\u003e\n          At GL.iNet, we prioritize your online security and privacy with advanced tools and features designed to protect your data, safeguard your family, \n          and ensure a safe browsing experience across all your devices.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"row justify-content-center pt-2 pt-xl-5 pb-5 \"\u003e\n        \u003cdiv class=\"col-11 col-lg-11 col-xl-10\"\u003e \n          \u003cdiv class=\"be9300-cardlist-row row\"\u003e\n            \u003cdiv class=\"be9300-cardlist-col col-12 col-lg-12 col-xl-6 animate_one animate__animated\"\u003e\n              \u003cdiv class=\"card mx-2 mb-2 gl-rounded\"\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                  \u003ch3 class=\"card-title font-weight-bold text-be9300\"\u003eVPN Functionality\u003c\/h3\u003e\n                  \u003cp class=\"mb-2\"\u003e\n                    Flint 3 delivers powerful VPN capabilities, supporting over 30 VPN service providers and offering both client and server modes for OpenVPN and WireGuard® protocols.\n                  \u003c\/p\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003eOpenVPN speeds up to 680 Mbps (with DCO support)\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003eWireGuard® speeds up to 680 Mbps\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cp class=\"mb-3\"\u003e\n                    With built-in OpenVPN-DCO support, Flint 3 uses kernel-level acceleration to handle encryption and decryption across multiple CPU cores. This enables faster, more efficient VPN performance and ensures secure, private connections—ideal for privacy-focused users, remote work, and travel.  \n                  \u003c\/p\u003e\n                  \u003cdiv class=\"my-2\"\u003e\n                    \u003ca class=\"d-inline-block font-weight-bold text-be9300 mr-0 mr-md-5\" href=\"https:\/\/www.gl-inet.com\/campaign\/vpn\/\"\u003e                 \n                      Learn More About Our VPN Solutions \u003ci class=\"fa-solid fa-chevron-right\"\u003e\u003c\/i\u003e            \n                    \u003c\/a\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-img pb-4\"\u003e\n                  \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_vpn-service-providers.jpg\" alt=\"Flint 3 30+ VPN service providers\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"be9300-cardlist-col col-12 col-lg-12 col-xl-6 animate_one animate__animated\"\u003e\n              \u003cdiv class=\"card mx-2 mb-2 gl-rounded\"\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                  \u003ch3 class=\"card-title font-weight-bold text-be9300\"\u003eAdGuard Home\u003c\/h3\u003e\n                  \u003cp class=\"mb-2\"\u003e\n                    Flint 3 comes pre-installed with AdGuard Home, offering powerful ad-blocking capabilities to eliminate:\n                  \u003c\/p\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003ePopups, video ads, banners, and other intrusive ads.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003eTrackers and analytics systems that monitor your online activities.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003ePhishing attempts and malware attacks for a safer browsing experience.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cp\u003e\n                    AdGuard Home guarantees a clean and distraction-free web experience, protecting you and your family from harmful content.\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-img pb-4\"\u003e\n                  \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_adguard-home.jpg\" alt=\"Flint 3 AdGuard Home\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"be9300-cardlist-col col-12 col-lg-12 col-xl-6 animate_one animate__animated\"\u003e\n              \u003cdiv class=\"card mx-2 mb-2 gl-rounded\"\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                  \u003ch3 class=\"card-title font-weight-bold text-be9300\"\u003eParental Controls x Bark\u003c\/h3\u003e\n                  \u003cp class=\"mb-2\"\u003e\n                    Excessive screen time and exposure to inappropriate content are challenges every parent faces. Flint 3 partners with Bark, an award-winning child-monitoring tool, \n                    to provide comprehensive parental controls, allowing you to:\n                  \u003c\/p\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003eFilter specific websites and content categories with ease.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003eEnable safe search for child-friendly browsing.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003eSet usage limits to help manage screen time effectively.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cp class=\"mb-3\"\u003e\n                    With Flint 3, creating a safe, secure, and balanced digital environment for your family is just a few clicks away.\n                  \u003c\/p\u003e\n                  \u003cdiv class=\"my-2\"\u003e\n                    \u003ca class=\"d-inline-block font-weight-bold text-be9300 mr-0 mr-md-5\" href=\"https:\/\/www.youtube.com\/watch?v=pOyDwQRc3io\" target=\"_blank\"\u003e                 \n                      Learn More About Parental Controls Feature \u003ci class=\"fa-solid fa-chevron-right\"\u003e\u003c\/i\u003e            \n                    \u003c\/a\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-img pb-4\"\u003e\n                  \u003cimg class=\"img-fluid d-block d-lg-none d-xl-block\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/barkxglinet.png\" alt=\"Flint 3 Parental Control x Bark\"\u003e\n                  \u003cimg class=\"img-fluid d-none d-lg-block d-xl-none\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/barkxglinet_mobile.jpg\" alt=\"Flint 3 Parental Control x Bark\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"be9300-cardlist-col col-12 col-lg-12 col-xl-6 animate_one animate__animated\"\u003e\n              \u003cdiv class=\"card mx-2 mb-2 gl-rounded\"\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                  \u003ch3 class=\"card-title font-weight-bold text-be9300\"\u003eAstroWarp\u003c\/h3\u003e\n                  \u003cp class=\"mb-3\"\u003e\n                    Flint 3 comes with built-in AstroWarp, a powerful cloud-based networking platform that enables remote site-to-site networking, \n                    centralized device management, and future support for hardware-level control. Designed for users who need secure, scalable, \n                    and reliable network management, AstroWarp empowers both individuals and organizations to manage devices and maintain network stability with ease.\n                  \u003c\/p\u003e\n                  \u003cdiv class=\"my-2\"\u003e\n                    \u003ca class=\"d-inline-block font-weight-bold text-be9300 mr-0 mr-md-5\" href=\"https:\/\/www.astrowarp.net\/\" target=\"_blank\"\u003e                 \n                      Learn More About AstroWarp \u003ci class=\"fa-solid fa-chevron-right\"\u003e\u003c\/i\u003e            \n                    \u003c\/a\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-img pb-4\"\u003e\n                  \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_astrowarp.jpg\" alt=\"Flint 3's built-in AstroWarp\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"be9300-cardlist-col col-12 col-lg-12 col-xl-6 animate_one animate__animated\"\u003e\n              \u003cdiv class=\"card mx-2 mb-2 gl-rounded\"\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                  \u003ch3 class=\"card-title font-weight-bold text-be9300\"\u003eMulti-WAN Failover\u003c\/h3\u003e\n                  \u003cp class=\"mb-2\"\u003e\n                    Flint 3 supports multiple internet connection types—including dual Ethernet WAN, Wi-Fi repeater, USB tethering, \n                    and cellular backup—with built-in failover and load balancing to keep your network running smoothly.\n                  \u003c\/p\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003eAutomatically switches to a backup connection when one goes down.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-0\"\u003eEnsures stable and continuous connectivity in any situation.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                  \u003cdiv class=\"d-flex mb-2\"\u003e\n                    \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\n                      \u003cp class=\"mb-3\"\u003eIdeal for high-bandwidth households and small businesses that can’t afford downtime.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-img pb-4\"\u003e\n                  \u003cimg class=\"img-fluid \" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_failover.jpg\" alt=\"Flint 3's Multi-WAN Failover\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Smart Network Management --\u003e\n  \u003csection class=\"smart-network py-4 py-lg-5\" style=\"background-color: #000;\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"text-center\"\u003e\n        \u003ch2 class=\"font-weight-bold text-light pb-3\"\u003eSmart Network Management\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"row justify-content-center align-content-center mt-3 mt-lg-4\"\u003e\n        \u003cdiv class=\"card-M col-12 col-lg-11 col-xl-3 order-lg-1 order-xl-2 mb-2 mb-xl-4\"\u003e\n          \u003cdiv class=\"overflow-hidden gl-rounded px-0\"\u003e\n            \u003cimg class=\"img-fluid h-100\" style=\"object-fit: cover;\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_studyroom.jpg\" alt=\"Flint 3's Smart Network Management\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"h-dotline col-1 col-md-2 col-lg-2 order-2 order-lg-2 d-flex d-xl-none\"\u003e \n          \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"point\"\u003e\u003cdiv\u003e\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"card-L col-11 col-md-9 col-lg-9 col-xl-4 order-3 order-lg-3 order-xl-1 mt-4 mb-4\"\u003e\n          \u003cdiv class=\"h-100\"\u003e\n            \u003cimg class=\"gl-rounded mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/app\/icon_glinet_rm.png\"\u003e\n            \u003ch3 class=\"card-title font-weight-bold text-be9300\"\u003eEasy Setup with the GL.iNet App\u003c\/h3\u003e\n            \u003cp class=\"mb-2\"\u003e\n              Perfect for first-time users, the GL.iNet mobile app makes setting up and managing your Flint 3 router quick and effortless.\n            \u003c\/p\u003e\n            \u003cdiv class=\"d-flex mb-2\"\u003e\n              \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cp class=\"mb-0\"\u003eMonitor real-time network status and see all connected devices.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"d-flex mb-2\"\u003e\n              \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cp class=\"mb-0\"\u003eConfigure and manage settings remotely with a clean, user-friendly interface.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"d-flex mb-3\"\u003e\n              \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cp class=\"mb-0\"\u003eQuick setup and on-the-go control—manage your network from anywhere.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mt-4 mt-xl-2\"\u003e\n              \u003ca class=\"d-inline-block font-weight-bold text-be9300\" href=\"https:\/\/www.gl-inet.com\/app\/\" target=\"_blank\"\u003e                 \n                Download GL.iNet App \u003ci class=\"fa-solid fa-chevron-right\"\u003e\u003c\/i\u003e            \n              \u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"h-dotline col-1 col-md-2 col-lg-2 order-4 order-lg-4 d-flex d-xl-none\"\u003e \n          \u003cdiv class=\"dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"point\"\u003e\u003cdiv\u003e\u003c\/div\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"card-R col-11 col-md-9 col-lg-9 col-xl-4 order-5 order-lg-5 order-xl-3 mt-4 mb-4\"\u003e\n          \u003cdiv class=\"h-100\"\u003e\n            \u003cimg class=\"mb-3\" src=\"https:\/\/static.gl-inet.com\/goodcloud\/images\/goodcloud_logo.png\"\u003e\n            \u003ch3 class=\"card-title font-weight-bold text-be9300\"\u003eScalable Management with GoodCloud\u003c\/h3\u003e\n            \u003cp class=\"mb-2\"\u003e\n              GoodCloud is a powerful cloud platform designed for advanced users and professionals managing multiple devices or locations.\n            \u003c\/p\u003e\n            \u003cdiv class=\"d-flex mb-2\"\u003e\n              \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cp class=\"mb-0\"\u003eCentralized dashboard for all connected GL.iNet devices.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"d-flex mb-2\"\u003e\n              \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cp class=\"mb-0\"\u003ePerform batch configurations, remote firmware upgrades, and real-time monitoring.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"d-flex mb-3\"\u003e\n              \u003cdiv class=\"pr-2 text-be9300\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cp class=\"mb-0\"\u003eStreamline large-scale deployment and ensure consistent, reliable performance across your network.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mt-4 mt-xl-2\"\u003e\n              \u003ca class=\"d-inline-block font-weight-bold text-be9300\" href=\"https:\/\/www.gl-inet.com\/solutions\/goodcloud\/\" target=\"_blank\"\u003e                 \n                Learn More About GoodCloud \u003ci class=\"fa-solid fa-chevron-right\"\u003e\u003c\/i\u003e            \n              \u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!--One Router, Endless Possibilities  --\u003e\n  \u003csection class=\"horizontal-scroll p-0 text-light product-nav-section\" id=\"scenarios\"\u003e \n    \u003cdiv class=\"sticky-control\"\u003e\n      \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"bg-control\"\u003e\u003c\/div\u003e\n        \n        \u003cdiv class=\"content-control\"\u003e \n          \u003cdiv class=\"sticky-content\"\u003e\n            \u003cdiv class=\"col-12 col-lg-10 text-center text-white m-auto\"\u003e\n              \u003ch2 class=\"font-weight-bold\"\u003eOne Router, Endless Possibilities\u003c\/h2\u003e\n              \u003cp\u003e\n                Flint 3 is built to excel across diverse environments, offering ultra-fast Wi-Fi 7 speeds, robust security features, and unparalleled connectivity options. Whether you're at home, gaming, working remotely, or managing a small office, Flint 3 adapts seamlessly to meet your needs.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n  \n            \u003cdiv class=\"horizontal-scroll-wrapper py-0 py-lg-4\"\u003e\n              \u003cfigure\u003e\n                \u003cdiv class=\"order-1 pb-3\"\u003e\n                  \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_flint3-4k8k-straming.jpg\" alt=\"Flint 3 4K\/8K streaming\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"order-2\"\u003e\n                  \u003ch4 class=\"font-weight-bold\"\u003e\n                    Seamless 8K Streaming\n                  \u003c\/h4\u003e\n                  \u003cp\u003e\n                    Enjoy buffer-free 8K streaming with ultra-fast Wi-Fi 7 speeds. Flint 3 ensures smooth and reliable connections for smart TVs, media players, and family devices, even in multi-device environments.\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/figure\u003e\n  \n              \u003cfigure\u003e\n                \u003cdiv class=\"order-1 pb-3\"\u003e\n                  \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_flint3-online-gaming.jpg\" alt=\"Flint 3 Online Gaming\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"order-2\"\u003e\n                  \u003ch4 class=\"font-weight-bold\"\u003e\n                    Lag-Free Competitive Gaming\n                  \u003c\/h4\u003e\n                  \u003cp\u003e\n                    Achieve low-latency, high-speed performance with the Flint 3’s Wi-Fi 7 Multi-Link Operation (MLO). Whether you're gaming wirelessly or via wired connections, Flint 3 minimizes lag, ensures stable gameplay, and supports competitive online gaming with multiple players.\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/figure\u003e\n  \n              \u003cfigure\u003e\n                \u003cdiv class=\"order-1 pb-3\"\u003e\n                  \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_flint3-remote-work-and-virtual-meetings.jpg\" alt=\"Flint 3 Remote Work and Virtual Meetings\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"order-2\"\u003e\n                  \u003ch4 class=\"font-weight-bold\"\u003e\n                    Remote Work and Virtual Meetings\n                  \u003c\/h4\u003e\n                  \u003cp\u003e\n                    Stay productive while working from home with secure VPN support for remote access to office networks and files. Flint 3 ensures crystal-clear virtual meetings and uninterrupted file sharing with its high-speed connectivity and dual-WAN failover capabilities.\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/figure\u003e\n  \n              \u003cfigure\u003e\n                \u003cdiv class=\"order-1 pb-3\"\u003e\n                  \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_flint3-small-business.jpg\" alt=\"Flint 3 Small Business Networking\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"order-2\"\u003e\n                  \u003ch4 class=\"font-weight-bold\"\u003e\n                    Small Business Networking\n                  \u003c\/h4\u003e\n                  \u003cp\u003e\n                    Perfect for small offices with multiple devices, Flint 3 offers five ultra-fast 2.5G Ethernet ports to handle high workloads efficiently. \n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/figure\u003e\n  \n              \u003cfigure\u003e\n                \u003cdiv class=\"order-1 pb-3\"\u003e\n                  \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_flint3-protect-kids-online.jpg\" alt=\"Flint 3 Smart Parental Controls\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"order-2\"\u003e\n                  \u003ch4 class=\"font-weight-bold\"\u003e\n                    Protecting Kids Online\n                  \u003c\/h4\u003e\n                  \u003cp\u003e\n                    Safeguard your children’s internet usage with built-in parental controls powered by Bark integration. Easily filter inappropriate content, enable safe search, and set screen time limits for a safer and healthier digital experience.\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/figure\u003e\n\n              \u003cfigure\u003e\n                \u003cdiv class=\"order-1 pb-3\"\u003e\n                  \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/be9300_flint3-own-server.jpg\" alt=\"Flint 3  Build a Personal Server with NAS\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"order-2\"\u003e\n                  \u003ch4 class=\"font-weight-bold\"\u003e\n                    Build Your Own Server with NAS\n                  \u003c\/h4\u003e\n                  \u003cp\u003e\n                    Flint 3 pairs seamlessly with NAS to create a fast, secure personal or small office server. Host your own cloud, stream media, or run backups with its 2.5G port, powerful CPU, and open-source support. With built-in VPN and easy setup, it’s perfect for remote work, creators, and tech enthusiasts.\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/figure\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"product-specs-section py-4 py-lg-5  product-nav-section\" id=\"specs\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center\"\u003e\n\n        \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.png\" alt=\"Tri-band Wi-Fi 7\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eTri-band Wi-Fi 7\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" alt=\"Multi-WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x5.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x5.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x5.png\" alt=\"2.5G Ethernet Ports\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003e2.5Gbps\u003cbr\u003eEthernet Ports\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Pre-installed\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client \/ Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation_tri-band.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation_tri-band.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation_tri-band.png\" alt=\"Multi-Link Operation\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eMulti-Link\u003cbr\u003eOperation\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.png\" alt=\"AdGuard Home\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-6 col-md-4 col-lg-3 px-0 pb-3 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_parental-control.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_parental-control.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_parental-control.png\" alt=\"Partenal Controls\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eParental Controls\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Specification --\u003e\n  \u003csection class=\"py-4 py-lg-5\"\u003e\n    \u003cdiv class=\"container py-4 py-lg-5\"\u003e \n      \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003cdiv class=\"col-12 col-lg-10\"\u003e\n          \u003ch2 class=\"font-weight-bold text-left pb-3\"\u003eSpecifications\u003c\/h2\u003e\n          \u003ctable class=\"table\"\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003e\n                1 x 2.5G WAN Ethernet port\u003cbr\u003e\n                1 x 2.5G WAN\/LAN Ethernet port\u003cbr\u003e\n                3 x 2.5G LAN Ethernet ports\u003cbr\u003e\n                1 x USB 3.0 port\u003cbr\u003e\n                1 x Reset Button\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003eQualcomm Quad-core @1.5GHz\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003eDDR4 1GB \/ eMMC 8GB\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eProtocol\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003eIEEE 802.11a\/b\/g\/n\/ac\/ax\/be\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eWi-Fi Speed\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003e688Mbps (2.4GHz), 2882Mbps (5GHz), 5765Mbps (6GHz)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eEthernet Speed\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003e10\/100\/1000\/2500Mbps\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eAntennas\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003e4 x Foldable External Wi-Fi Antennas\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eLEDs\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003e1 x Dual-Color LED Indicator\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003eDC5521, 12V\/4A (5.5 x 2.1mm)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003ePower Consumption\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003e\n                Without USB Load: \u0026amp;lt25W\u003cbr\u003e\n                With USB Load: \u0026amp;lt37.2W\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eOperating Temperature\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003e0 ~ 40°C (32 ~ 104°F)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eStorage Temperature\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003e-20 ~ 70°C (-4 ~ 158°F)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd class=\"td-left\"\u003eDimension \/ Weight\u003c\/td\u003e\n              \u003ctd class=\"td-right\"\u003e240 x 157 x 74 mm \/ 848g\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n              \u003ctd\u003e\n                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/products\/datasheet\/\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Datasheet\u003c\/a\u003e\n                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/router\/be9300\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e\n                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/app\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e App\u003c\/a\u003e\n                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.youtube.com\/watch?v=qAq6IFtKtj0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e Unboxing\u003c\/a\u003e\n                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/support\/gl-be9300\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e\n                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/jih9kg032l75d64z7hjxa\/AFq7eSnhtTwJdrxAQIM4x4A?rlkey=txcf4jypu14384l4g2pmuz7w5\u0026amp;e=1\u0026amp;st=fbb07g9s\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n    \n  \u003c\/section\u003e\n\n  \u003cscript\u003e\n    function handleAnimationOne(element) {\n      const elementList = document.querySelectorAll('.animate_one');\n      elementList.forEach((element) =\u003e {\n        let top = element.getBoundingClientRect().top;\n        let bottom = element.getBoundingClientRect().bottom;\n        let height = element.offsetHeight\n        let winHeight = window.innerHeight * 0.8\n        if ((Math.abs(top) \u003c winHeight)) {\n          if (!element.classList.value.includes('in-view')) {\n            element.classList.add('in-view');\n          }\n        }\n        if (bottom \u003c 50 || bottom \u003e (window.innerHeight + height - 50)) {\n          element.classList.remove('in-view');\n        }\n      })\n    }\n    window.addEventListener('scroll', handleAnimationOne);\n\n    function btnActive(type){\n      if(type == 1){\n        document.getElementById('btn_port1').classList.add('active')\n        document.getElementById('btn_port2').classList.remove('active')\n      }else{\n        document.getElementById('btn_port2').classList.add('active')\n        document.getElementById('btn_port1').classList.remove('active')\n      }\n\n    }\n  \u003c\/script\u003e\n  \n  \n\u003c\/main\u003e\n","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":48962881192213,"sku":"GL-BE9300-EU-4PX","price":181.5,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/123.jpg?v=1766657691"},{"product_id":"comet-pro-gl-rm10-remote-kvm-over-wi-fi-6","title":"Comet Pro (GL-RM10) Remote KVM over Wi-Fi","description":"\n\u003cstyle\u003e\n    \/* slider-control circle *\/\n    .tiny-slider-controls.circle-controls {\n        margin: 0;\n        padding: 0;\n        cursor: pointer;\n    }\n\n    .tiny-slider-controls.circle-controls:focus {\n        outline: none;\n    }\n\n    .tiny-slider-controls.circle-controls a {\n        display: inline-block;\n        width: 50px;\n        height: 50px;\n        text-align: center;\n        border-radius: 25px;\n        border: 1px solid #c5c5c5;\n        padding: 12px;\n        color: #8f969c;\n        line-height: 24px;\n    }\n\n    .tiny-slider-controls.circle-controls a:hover {\n        background-color: #17a2b8;\n        color: white;\n    }\n\n    .rm10-main-container .btn-info {\n        color: #fff;\n        background-color: #17a2b8;\n        border-color: #17a2b8;\n    }\n\n    #ytvideoPlayer .card {\n        background-color: black;\n    }\n\n    #ytvideoPlayer .card iframe {\n        aspect-ratio: 16\/9;\n        width: 100%;\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist {\n            width: 100%;\n            padding: 0 20px !important;\n        }\n    }\n\n    #ytplaylist .card {\n        background-color: black;\n    }\n\n    #ytplaylist .card #ytListBtn {\n        display: none;\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist .card #ytListBtn {\n            display: inline-block;\n        }\n    }\n\n    #ytplaylist .card #ytPlayListUl {\n        flex: 1;\n        overflow: auto;\n        padding: 0.5rem 1.5rem;\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist .card #ytPlayListUl {\n            display: none;\n            padding: 20px;\n        }\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist .card h5 {\n            margin: 0;\n        }\n    }\n\n    \/* Container for video player and playlist *\/\n    #youtube-playlist-container {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n\n    \/* Style for the video player container *\/\n    #playlistVideo {\n        width: 100%;\n        width: 960px;\n        margin: 0 auto;\n        height: 520px;\n        max-width: 100% !important;\n    }\n\n    .tab-panel {\n        padding: 0 0 1rem !important;\n    }\n\n    @media only screen and (max-width: 767px) {\n        #playlistVideo {\n            width: 450px;\n            max-width: none;\n            margin: 0;\n            height: 320px;\n        }\n    }\n\n    #ytplaylist {\n        overflow-y: auto;\n        white-space: nowrap;\n        display: flex;\n        flex-direction: column;\n        background-color: black;\n        padding: 20px;\n        max-height: 520px;\n    }\n\n    #ytplaylist li {\n        list-style: none;\n        text-align: left;\n        margin-bottom: 10px;\n        display: flex;\n        align-items: center;\n        transition: background-color 0.3s ease-in-out;\n    }\n\n    #ytplaylist li:hover {\n        background-color: #333;\n        border-radius: 15px;\n    }\n\n    #ytplaylist li:hover .video-title {\n        color: #fff;\n    }\n\n    #ytplaylist img {\n        cursor: pointer;\n        border: 2px solid #ddd;\n        border-radius: 8px;\n        transition: border-color 0.3s ease-in-out;\n        margin-right: 10px;\n        width: 150px;\n    }\n\n    #ytplaylist img:hover {\n        border-color: #555;\n    }\n\n    #ytplaylist .title-container {\n        max-width: 250px;\n        width: 100%;\n        white-space: normal;\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist .title-container {\n            max-width: inherit;\n        }\n    }\n\n    #ytplaylist .video-title {\n        font-size: 14px;\n        color: white;\n        transition: color 0.3s ease-in-out;\n        text-align: left;\n    }\n\n    .product-nav {\n        background-color: #eeeeee;\n        position: sticky;\n        top: 126px !important;\n        z-index: 999;\n    }\n\n    @media screen and (max-width: 991px) {\n\n        .rm10-main-container .h5,\n        .rm10-main-container h5 {\n            font-size: 12px;\n        }\n\n        .product-nav {\n            top: 74px !important;\n        }\n\n        .rm10-main-container .p-5 {\n            padding: 1rem !important;\n        }\n    }\n\n    .product-nav .product-nav-container {\n        overflow-x: auto;\n        -ms-overflow-style: none;\n        scrollbar-width: none;\n    }\n\n    .product-nav .product-nav-container::-webkit-scrollbar {\n        display: none;\n    }\n\n    @media (max-width: 768px) {\n        .product-nav .product-nav-container {\n            overflow-x: inherit;\n        }\n    }\n\n    .product-nav .product-nav-content {\n        display: flex;\n        flex-direction: row;\n        justify-content: left;\n        align-items: center;\n        white-space: nowrap;\n    }\n\n    @media (max-width: 768px) {\n        .product-nav .product-nav-content {\n            overflow-x: auto;\n            -ms-overflow-style: none;\n            scrollbar-width: none;\n        }\n\n        .product-nav .product-nav-content::-webkit-scrollbar {\n            display: none;\n        }\n    }\n\n    .product-nav .product-nav-item {\n        color: #6c757d;\n        height: -moz-fit-content;\n        height: fit-content;\n        padding: 0.75rem 1.5rem;\n        background: none !important;\n        border-bottom: 2px solid transparent;\n    }\n\n    @media (max-width: 991px) {\n        .product-nav .product-nav-item {\n            padding: 0.75rem 1rem !important;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .product-nav .product-nav-item {\n            padding: 0.75rem 1rem !important;\n        }\n    }\n\n    .product-nav .product-nav-item:hover {\n        color: #3dc1cf;\n        transition: 0.3s ease;\n    }\n\n    .product-nav .product-nav-item.active {\n        color: #3dc1cf;\n        border-color: #3dc1cf;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review {\n        display: flex;\n        flex-wrap: wrap;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-item-beta-tester-review {\n        padding: 0 1rem;\n        vertical-align: middle;\n        display: inline-flex;\n    }\n\n    @media (max-width: 1440px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-item-beta-tester-review {\n            transform: translateX(0);\n        }\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-item-beta-tester-review {\n            vertical-align: top;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-review-card {\n        display: flex;\n        height: 100%;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-review-card .row {\n        background-color: #ffffff;\n        margin: 0;\n        align-items: center;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-review-card .row {\n            align-items: flex-start;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-review-card .row {\n            margin-right: 0;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-review-card .card-image {\n        height: 100%;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-review-card .card-image {\n            height: auto;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-review-card .card-image img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        border-radius: 15px 0 0 15px;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-review-card .card-image img {\n            border-radius: 15px 15px 0 0;\n            width: 100%;\n            height: auto;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-review-card p {\n        font-size: 1.1rem;\n    }\n\n    .rm10-main-container .background-cover-center {\n        background-size: cover;\n        background-position: 50%;\n    }\n\n    .rm10-main-container .gl-rounded {\n        border-radius: 15px !important;\n    }\n\n    .rm10-main-container .nav-pills-tab .nav-link.active,\n    .rm10-main-container .nav-pills .show\u003e.nav-link {\n        color: #fff;\n        background-color: #17a2b8;\n        border-radius: 30px;\n    }\n\n    \/* -------------------- *\/\n    .rm10-main-container {\n        --rm10: #348AC7;\n    }\n\n    .rm10-main-container .btn-rm10 {\n        color: #fff;\n        background-color: var(--rm10);\n    }\n\n    .rm10-main-container .btn-rm10:hover {\n        background-color: #1e6394;\n    }\n\n    .rm10-main-container .text-rm10 {\n        color: var(--rm10);\n    }\n\n    .rm10-main-container .shopify-buy__btn-wrapper {\n        text-align: left;\n    }\n\n    .rm10-main-container .rm10-top-banner {\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_hero_banner_v2.png');\n        height: calc(100vh - 65px);\n        min-height: 62rem;\n        background-size: cover;\n        background-position: top center;\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .rm10-top-banner {\n            background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_hero_banner_mobile.png');\n            height: 55rem;\n            background-position: bottom center;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .rm10-main-container .rm10-top-banner {\n            min-height: inherit;\n            height: 42rem;\n            background-position: bottom center;\n        }\n    }\n\n    .rm10-main-container .rm10-text-gradient {\n        background: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n        color: transparent;\n    }\n\n    .rm10-main-container .ks-badge {\n        width: 300px;\n        padding: 10px 0 0 0;\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .ks-badge {\n            width: 180px;\n        }\n    }\n\n    .rm10-main-container .highlight-container {\n        display: grid;\n        grid-template-columns: repeat(10, 1fr);\n        grid-auto-rows: 5.75rem;\n        gap: 1rem;\n    }\n\n    .rm10-main-container .highlight-container .div1 {\n        grid-area: 1 \/ 1 \/ 5 \/ 3;\n    }\n\n    .rm10-main-container .highlight-container .div2 {\n        grid-area: 1 \/ 3 \/ 3 \/ 7;\n    }\n\n    .rm10-main-container .highlight-container .div3 {\n        grid-area: 3 \/ 3 \/ 5 \/ 7;\n    }\n\n    .rm10-main-container .highlight-container .div4 {\n        grid-area: 1 \/ 7 \/ 7 \/ 11;\n    }\n\n    .rm10-main-container .highlight-container .div5 {\n        grid-area: 5 \/ 1 \/ 7 \/ 3;\n    }\n\n    .rm10-main-container .highlight-container .div6 {\n        grid-area: 5 \/ 3 \/ 7 \/ 5;\n    }\n\n    .rm10-main-container .highlight-container .div7 {\n        grid-area: 5 \/ 5 \/ 7 \/ 7;\n    }\n\n    @media (max-width: 992px) {\n        .rm10-main-container .highlight-container {\n            grid-template-columns: repeat(9, 1fr);\n            gap: 0.5rem;\n        }\n\n        .rm10-main-container .highlight-container .div1 {\n            grid-area: 1 \/ 1 \/ 5 \/ 5;\n        }\n\n        .rm10-main-container .highlight-container .div2 {\n            grid-area: 1 \/ 5 \/ 3 \/ 10;\n        }\n\n        .rm10-main-container .highlight-container .div3 {\n            grid-area: 3 \/ 5 \/ 5 \/ 10;\n        }\n\n        .rm10-main-container .highlight-container .div4 {\n            grid-area: 5 \/ 1 \/ 8 \/ 10;\n        }\n\n        .rm10-main-container .highlight-container .div5 {\n            grid-area: 8 \/ 1 \/ 10 \/ 4;\n        }\n\n        .rm10-main-container .highlight-container .div6 {\n            grid-area: 8 \/ 4 \/ 10 \/ 7;\n        }\n\n        .rm10-main-container .highlight-container .div7 {\n            grid-area: 8 \/ 7 \/ 10 \/ 10;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .highlight-container {\n            grid-template-columns: repeat(6, 1fr);\n        }\n\n        .rm10-main-container .highlight-container .div1 {\n            grid-area: 1 \/ 1 \/ 4 \/ 7;\n        }\n\n        .rm10-main-container .highlight-container .div2 {\n            grid-area: 4 \/ 1 \/ 6 \/ 4;\n        }\n\n        .rm10-main-container .highlight-container .div3 {\n            grid-area: 4 \/ 4 \/ 6 \/ 7;\n        }\n\n        .rm10-main-container .highlight-container .div4 {\n            grid-area: 6 \/ 1 \/ 9 \/ 7;\n        }\n\n        .rm10-main-container .highlight-container .div5 {\n            grid-area: 9 \/ 1 \/ 11 \/ 3;\n        }\n\n        .rm10-main-container .highlight-container .div6 {\n            grid-area: 9 \/ 3 \/ 11 \/ 5;\n        }\n\n        .rm10-main-container .highlight-container .div7 {\n            grid-area: 9 \/ 5 \/ 11 \/ 7;\n        }\n    }\n\n    .rm10-main-container .highlight-container h3 {\n        padding: 1.5rem;\n    }\n\n    @media (max-width: 1280px) {\n        .rm10-main-container .highlight-container h3 {\n            font-size: 1.5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .highlight-container h3 {\n            font-size: 1.25rem;\n        }\n    }\n\n    .rm10-main-container .highlight-container h4 {\n        padding: 1rem 1rem;\n        text-align: center;\n        font-size: 1.25rem;\n        align-self: flex-end;\n    }\n\n    @media (max-width: 1280px) {\n        .rm10-main-container .highlight-container h4 {\n            font-size: 1.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .highlight-container h4 {\n            font-size: 1rem;\n        }\n    }\n\n    .rm10-main-container .highlight-container\u003ediv {\n        overflow: hidden;\n        position: relative;\n        background-color: #000;\n    }\n\n    .rm10-main-container .highlight-container .div1 {\n        height: auto;\n    }\n\n    .rm10-main-container .highlight-container .div2 {\n        height: auto;\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .highlight-container .div2 {\n            background-size: 110%;\n            background-position-y: 25%;\n        }\n    }\n\n    .rm10-main-container .highlight-container .div3 {\n        height: auto;\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .highlight-container .div3 {\n            background-size: 110%;\n            background-position-y: 25%;\n        }\n    }\n\n    .rm10-main-container .highlight-container .div4 {\n        height: auto;\n    }\n\n    .rm10-main-container .highlight-container .div5,\n    .rm10-main-container .highlight-container .div6,\n    .rm10-main-container .highlight-container .div7 {\n        height: auto;\n        display: flex;\n        flex-direction: column;\n        justify-content: start;\n    }\n\n    .rm10-main-container .highlight-container .div5 h4,\n    .rm10-main-container .highlight-container .div6 h4,\n    .rm10-main-container .highlight-container .div7 h4 {\n        padding: 0.75rem 1rem;\n        width: 100%;\n        display: block;\n    }\n\n    @media (max-width: 768px) {\n\n        .rm10-main-container .highlight-container .div5,\n        .rm10-main-container .highlight-container .div6,\n        .rm10-main-container .highlight-container .div7 {\n            padding: 0.75rem 0;\n        }\n    }\n\n    .rm10-main-container .highlight-container .div5 img,\n    .rm10-main-container .highlight-container .div6 img,\n    .rm10-main-container .highlight-container .div7 img {\n        position: relative;\n        width: 60%;\n        margin: auto;\n        padding-top: 1.5rem;\n    }\n\n    @media (max-width: 1280px) {\n\n        .rm10-main-container .highlight-container .div5 img,\n        .rm10-main-container .highlight-container .div6 img,\n        .rm10-main-container .highlight-container .div7 img {\n            width: 70%;\n        }\n    }\n\n    @media (max-width: 768px) {\n\n        .rm10-main-container .highlight-container .div5 img,\n        .rm10-main-container .highlight-container .div6 img,\n        .rm10-main-container .highlight-container .div7 img {\n            padding-top: 0.75rem;\n            width: 90%;\n        }\n    }\n\n    @media (max-width: 440px) {\n\n        .rm10-main-container .highlight-container .div5 img,\n        .rm10-main-container .highlight-container .div6 img,\n        .rm10-main-container .highlight-container .div7 img {\n            padding-top: 1.5rem;\n        }\n    }\n\n    .rm10-main-container .highlight-container .div7 h4 {\n        padding: 0.25rem 0;\n    }\n\n    @media (max-width: 1280px) {\n        .rm10-main-container .highlight-container .div7 h4 {\n            padding: 0rem 0.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .highlight-container .div7 h4 {\n            padding: 0.75rem 0;\n        }\n    }\n\n    .rm10-main-container .highlight-container .div7 img {\n        width: 80%;\n        padding-top: 0;\n    }\n\n    @media (max-width: 1280px) {\n        .rm10-main-container .highlight-container .div7 img {\n            padding-top: 1rem;\n            width: 90%;\n        }\n    }\n\n    @media (max-width: 992px) {\n        .rm10-main-container .highlight-container .div7 img {\n            padding-top: 0.5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .highlight-container .div7 img {\n            padding-top: 0.75rem;\n            width: 90%;\n        }\n    }\n\n    @media (max-width: 440px) {\n        .rm10-main-container .highlight-container .div7 img {\n            padding-top: 1.5rem;\n        }\n    }\n\n    \/*------- 1st video background --------*\/\n    .rm10-main-container .video-header-rm10 {\n        position: relative;\n        background-color: black;\n        height: 35rem;\n        width: 100%;\n        overflow: hidden;\n    }\n\n    @media (max-width: 576px) {\n        .rm10-main-container .video-header-rm10 {\n            height: 48rem;\n        }\n    }\n\n    .rm10-main-container .video-header-rm10 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0;\n        z-index: 1;\n    }\n\n    .rm10-main-container .video-header-rm10 video {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        min-width: 100%;\n        min-height: 100%;\n        width: auto;\n        height: auto;\n        z-index: 0;\n        -ms-transform: translateX(-50%) translateY(-50%);\n        -moz-transform: translateX(-50%) translateY(-50%);\n        -webkit-transform: translateX(-50%) translateY(-50%);\n        transform: translateX(-50%) translateY(-50%);\n    }\n\n    .rm10-main-container .video-header-rm10 .container {\n        position: relative;\n        z-index: 2;\n    }\n\n    .rm10-main-container .product-nav .product-nav-container .product-nav-content .product-nav-item:hover {\n        color: var(--rm10);\n    }\n\n    .rm10-main-container .product-nav .product-nav-container .product-nav-content .product-nav-item.active {\n        color: var(--rm10);\n        border-color: var(--rm10);\n    }\n\n    .rm10-main-container .rm10-highlight,\n    .rm10-main-container .rm10-features,\n    .rm10-main-container .rm10-reviews,\n    .rm10-main-container .rm10-specs {\n        scroll-margin-top: calc(46px - 1rem);\n    }\n\n    .rm10-main-container .rm10-accessories .nav-item {\n        transition: all 0.4s ease;\n    }\n\n    .rm10-main-container .rm10-accessories .nav-item .nav-link {\n        padding: 0.5rem 1.5rem !important;\n    }\n\n    @media (max-width: 576px) {\n        .rm10-main-container .rm10-accessories .nav-item .nav-link {\n            padding: 0.25rem 0.5rem !important;\n        }\n    }\n\n    .rm10-main-container .rm10-accessories .nav-item .nav-link.nav-iot-link {\n        color: var(--rm10);\n    }\n\n    .rm10-main-container .rm10-accessories .nav-item .nav-link.nav-iot-link.active {\n        color: #fff;\n        background-color: var(--rm10);\n    }\n\n    .rm10-main-container .model-comparison {\n        margin-top: 3rem;\n        justify-content: center;\n        align-content: center;\n    }\n\n    @media (max-width: 991px) {\n        .rm10-main-container .model-comparison {\n            margin-top: 1.5rem;\n        }\n    }\n\n    .rm10-main-container .model-comparison .model-comparison-header\u003ediv {\n        padding: 1rem 2rem;\n    }\n\n    .rm10-main-container .model-comparison .model-comparison-header-mobile {\n        align-content: center;\n        position: sticky;\n        top: 64px;\n        background-color: #fff;\n        z-index: 10;\n        padding: 1rem 0;\n    }\n\n    .rm10-main-container .model-comparison .model-comparison-header-mobile h5 {\n        padding: 0.25rem 0 0.5rem;\n        font-size: 1.25rem;\n    }\n\n    .rm10-main-container .model-comparison .model-comparison-header-mobile select {\n        font-size: 1rem;\n        font-weight: 500;\n        text-align: center;\n        width: 100%;\n        padding: 0.4rem 1.5rem 0.4rem 0.5rem;\n        background-color: #fff;\n        color: #000;\n        border-color: #6c757d;\n        cursor: pointer;\n        appearance: none;\n        background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'\/%3e%3c\/svg%3e\");\n        background-repeat: no-repeat, repeat;\n        background-position: right 0.625em top 50%, 0 0;\n        background-size: 0.8em auto, 100%;\n        outline: 0;\n    }\n\n    @media (max-width: 768px) {\n        .rm10-main-container .model-comparison .model-comparison-header-mobile select {\n            font-size: 0.75rem;\n        }\n    }\n\n    .rm10-main-container .model-comparison .model-comparisonp-detail:nth-child(odd) {\n        background-color: #f7f7f7;\n    }\n\n    .rm10-main-container .model-comparison .model-comparisonp-detail\u003ediv {\n        padding: 0.75rem 2rem;\n        align-self: center;\n    }\n\n    @media (max-width: 991px) {\n        .rm10-main-container .model-comparison .model-comparisonp-detail\u003ediv {\n            padding: .5rem;\n        }\n    }\n\n    .rm10-main-container .model-comparison .model-comparisonp-detail\u003ediv h3 {\n        font-size: 1.25rem;\n    }\n\n    @media (max-width: 1199px) {\n        .rm10-main-container .model-comparison .model-comparisonp-detail\u003ediv h3 {\n            font-size: 1.1rem;\n        }\n    }\n\n    .rm10-main-container .model-comparison .model-comparisonp-detail\u003ediv h4 {\n        font-size: 1rem;\n        justify-content: start;\n        align-items: center;\n    }\n\n    .rm10-main-container .model-comparison .model-comparisonp-detail\u003ediv h4 img {\n        width: 35px;\n        filter: brightness(0.7);\n    }\n\n    .rm10-main-container .model-comparison .model-comparisonp-detail\u003ediv h5 {\n        font-size: 0.85rem;\n    }\n\n    .rm10-main-container .model-comparison .model-comparisonp-detail\u003ediv h5 img {\n        width: 35px;\n        filter: brightness(0.7);\n    }\n\n    .rm10-main-container .model-comparison .model-comparisonp-detail\u003ediv p {\n        margin-bottom: 0;\n        display: inline;\n        position: relative;\n    }\n\n    @media (max-width: 991px) {\n        .rm10-main-container .model-comparison .order {\n            display: none;\n        }\n\n        .rm10-main-container .model-comparison .order.selected {\n            display: block !important;\n        }\n    }\n\n    .rm10-main-container .model-comparison .badge {\n        color: #fff;\n        background-color: var(--rm10);\n    }\n\n    .rm10-main-container .nav-iot-tab {\n        background-color: #f7f7f7;\n        border-radius: 30px;\n    }\n\n    .rm10-main-container .nav-iot-link {\n        color: #17a2b8;\n        font-weight: bold;\n        padding: 15px 10px 15px 10px;\n    }\n\n    .rm10-main-container .nav-iot-link:hover {\n        color: #0f7b8c;\n    }\n\n    .rm10-main-container .btn:not(:disabled):not(.disabled) {\n        cursor: pointer;\n    }\n\n    .rm10-main-container .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700;\n    }\n\n    .rm10-main-container .btn-underline {\n        color: #3b3e40;\n        padding-bottom: 4px;\n        border-bottom: 1px solid;\n        font-weight: 500;\n        line-height: 1.8;\n    }\n\n    .rm10-main-container .btn-underline:hover {\n        text-decoration: none;\n        opacity: .8;\n    }\n\n    @media (max-width: 991px) {\n\n        .rm10-main-container .btn-round {\n            padding: 6px 12px;\n            font-size: 14px;\n        }\n    }\n\n    .rm10-main-container .tab-panel a:hover {\n        text-decoration: none;\n    }\n .rm10-main-container .carousel-indicators, .rm10-main-container .carousel-control-next, .rm10-main-container .carousel-control-prev {\n    filter: invert(20%)\n}\n.rm10-main-container .rm10-highlight {\n    background: linear-gradient(180deg,#000 20%,#454b8d 60%,#000 100%)\n}\n\n.rm10-main-container .rm10-highlight .grid {\n    display: grid;\n    grid-auto-rows: 6rem\n}\n\n@media(max-width: 1199px) {\n    .rm10-main-container .rm10-highlight .grid {\n        grid-auto-rows:5rem\n    }\n}\n\n@media(max-width: 991px) {\n    .rm10-main-container .rm10-highlight .grid {\n        grid-auto-rows:5rem\n    }\n}\n\n@media(max-width: 768px) {\n    .rm10-main-container .rm10-highlight .grid {\n        grid-auto-rows:4.5rem\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .grid-item {\n    position: relative;\n    margin: .3rem;\n    overflow: hidden\n}\n\n.rm10-main-container .rm10-highlight .grid .grid-cell {\n    position: absolute;\n    transform: translate(-50%,-50%);\n    top: 50%;\n    left: 50%;\n    height: 100%;\n    width: 100%;\n    background: #000;\n    background-size: cover;\n    background-repeat: no-repeat;\n    background-position: 50% 100%;\n    padding: 1.5rem\n}\n\n@media(max-width: 1199px) {\n    .rm10-main-container .rm10-highlight .grid .grid-cell {\n        padding:1rem 1.25rem\n    }\n}\n\n@media(max-width: 768px) {\n    .rm10-main-container .rm10-highlight .grid .grid-cell {\n        padding:1rem .75rem\n    }\n}\n\n@media(max-width: 576px) {\n    .rm10-main-container .rm10-highlight .grid .grid-cell {\n        padding:1rem .75rem\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .grid-cell h2 {\n    font-size: 1.75rem\n}\n\n@media(max-width: 1280px) {\n    .rm10-main-container .rm10-highlight .grid .grid-cell h2 {\n        font-size:1.5rem\n    }\n}\n\n@media(max-width: 768px) {\n    .rm10-main-container .rm10-highlight .grid .grid-cell h2 {\n        font-size:1.25rem\n    }\n}\n\n@media(max-width: 576px) {\n    .rm10-main-container .rm10-highlight .grid .grid-cell h2 {\n        font-size:1.1rem\n    }\n}\n\n@media(max-width: 1280px) {\n    .rm10-main-container .rm10-highlight .grid .grid-cell h4 {\n        font-size:1.25rem\n    }\n}\n\n@media(max-width: 768px) {\n    .rm10-main-container .rm10-highlight .grid .grid-cell h4 {\n        font-size:1rem\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .grid-cell p {\n    margin-bottom: 0\n}\n\n@media(max-width: 576px) {\n    .rm10-main-container .rm10-highlight .grid .grid-cell p {\n        font-size:.75rem\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .item-1 .grid-cell {\n    background-position: 50%;\n    display: flex;\n    flex-wrap: wrap;\n    align-content: flex-end\n}\n\n.rm10-main-container .rm10-highlight .grid .item-2 .grid-cell {\n    background-size: 135%\n}\n\n@media(max-width: 1199px) {\n    .rm10-main-container .rm10-highlight .grid .item-2 .grid-cell {\n        background-position:50% 75%\n    }\n}\n\n@media(max-width: 576px) {\n    .rm10-main-container .rm10-highlight .grid .item-2 .grid-cell {\n        background-size:160%;\n        background-position: 50% 80%\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .item-3 .grid-cell {\n    background-position: 50%;\n    display: flex;\n    flex-wrap: wrap;\n    align-content: flex-end;\n    justify-content: center;\n    text-align: center;\n    padding: 1.5rem .75rem\n}\n\n@media(max-width: 400px) {\n    .rm10-main-container .rm10-highlight .grid .item-3 .grid-cell {\n        background-size:200%;\n        background-position: 50% 100%\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .item-4 .grid-cell {\n    background-size: 142%;\n    background-position: 0\n}\n\n@media(max-width: 991px) {\n    .rm10-main-container .rm10-highlight .grid .item-4 .grid-cell {\n        background-size:150%;\n        background-position: 50% 48%\n    }\n}\n\n@media(max-width: 768px) {\n    .rm10-main-container .rm10-highlight .grid .item-4 .grid-cell {\n        background-size:170%;\n        background-position: 50% 45%\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .item-5 .grid-cell {\n    display: flex;\n    flex-wrap: wrap;\n    align-content: flex-end;\n    background-size: 160%;\n    background-position: 39% 55%\n}\n\n@media(max-width: 1199px) {\n    .rm10-main-container .rm10-highlight .grid .item-5 .grid-cell {\n        background-size:155%;\n        background-position: 30% 55%\n    }\n}\n\n@media(max-width: 991px) {\n    .rm10-main-container .rm10-highlight .grid .item-5 .grid-cell {\n        background-size:160%;\n        background-position: 50% 53%\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .item-6 .grid-cell,.rm10-main-container .rm10-highlight .grid .item-7 .grid-cell,.rm10-main-container .rm10-highlight .grid .item-8 .grid-cell {\n    padding: 1rem .75rem\n}\n\n@media(max-width: 576px) {\n    .rm10-main-container .rm10-highlight .grid .item-6 .grid-cell,.rm10-main-container .rm10-highlight .grid .item-7 .grid-cell,.rm10-main-container .rm10-highlight .grid .item-8 .grid-cell {\n        padding:1rem .5rem\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .item-6 .grid-cell\u003ediv,.rm10-main-container .rm10-highlight .grid .item-7 .grid-cell\u003ediv,.rm10-main-container .rm10-highlight .grid .item-8 .grid-cell\u003ediv {\n    position: relative;\n    top: 50%;\n    transform: translateY(-50%)\n}\n\n.rm10-main-container .rm10-highlight .grid .item-6 .grid-cell\u003ediv img,.rm10-main-container .rm10-highlight .grid .item-7 .grid-cell\u003ediv img,.rm10-main-container .rm10-highlight .grid .item-8 .grid-cell\u003ediv img {\n    width: 80%;\n    margin-bottom: .5rem\n}\n\n@media(max-width: 991px) {\n    .rm10-main-container .rm10-highlight .grid .item-6 .grid-cell\u003ediv img,.rm10-main-container .rm10-highlight .grid .item-7 .grid-cell\u003ediv img,.rm10-main-container .rm10-highlight .grid .item-8 .grid-cell\u003ediv img {\n        width:80%;\n        margin-bottom: .5rem\n    }\n}\n\n@media(max-width: 576px) {\n    .rm10-main-container .rm10-highlight .grid .item-6 .grid-cell\u003ediv img,.rm10-main-container .rm10-highlight .grid .item-7 .grid-cell\u003ediv img,.rm10-main-container .rm10-highlight .grid .item-8 .grid-cell\u003ediv img {\n        width:80%;\n        margin-bottom: .25rem\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .item-6 .grid-cell\u003ediv p,.rm10-main-container .rm10-highlight .grid .item-7 .grid-cell\u003ediv p,.rm10-main-container .rm10-highlight .grid .item-8 .grid-cell\u003ediv p {\n    line-height: 1.1\n}\n\n@media(max-width: 768px) {\n    .rm10-main-container .rm10-highlight .grid .item-6 .grid-cell\u003ediv p,.rm10-main-container .rm10-highlight .grid .item-7 .grid-cell\u003ediv p,.rm10-main-container .rm10-highlight .grid .item-8 .grid-cell\u003ediv p {\n        font-size:.75rem\n    }\n}\n\n.rm10-main-container .rm10-highlight .grid .item-1 {\n    grid-area: 1\/4\/span 4\/span 6\n}\n\n.rm10-main-container .rm10-highlight .grid .item-2 {\n    grid-area: 1\/1\/span 4\/span 3\n}\n\n.rm10-main-container .rm10-highlight .grid .item-3 {\n    grid-area: 3\/10\/span 4\/span 3\n}\n\n.rm10-main-container .rm10-highlight .grid .item-4 {\n    grid-area: 1\/10\/span 2\/span 3\n}\n\n.rm10-main-container .rm10-highlight .grid .item-5 {\n    grid-area: 5\/7\/span 2\/span 3\n}\n\n.rm10-main-container .rm10-highlight .grid .item-6 {\n    grid-area: 5\/1\/span 2\/span 2\n}\n\n.rm10-main-container .rm10-highlight .grid .item-7 {\n    grid-area: 5\/3\/span 2\/span 2\n}\n\n.rm10-main-container .rm10-highlight .grid .item-8 {\n    grid-area: 5\/5\/span 2\/span 2\n}\n\n@media(max-width: 1199px) {\n    .rm10-main-container .rm10-highlight .grid .item-1 {\n        grid-area:1\/1\/span 4\/span 6\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-2 {\n        grid-area: 1\/7\/span 4\/span 4\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-3 {\n        grid-area: 5\/1\/span 4\/span 4\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-4 {\n        grid-area: 5\/5\/span 2\/span 3\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-5 {\n        grid-area: 5\/8\/span 2\/span 3\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-6 {\n        grid-area: 7\/5\/span 2\/span 2\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-7 {\n        grid-area: 7\/7\/span 2\/span 2\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-8 {\n        grid-area: 7\/9\/span 2\/span 2\n    }\n}\n\n@media(max-width: 991px) {\n    .rm10-main-container .rm10-highlight .grid .item-1 {\n        grid-area:1\/1\/span 4\/span 6\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-2 {\n        grid-area: 5\/1\/span 4\/span 3\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-3 {\n        grid-area: 5\/4\/span 4\/span 3\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-4 {\n        grid-area: 9\/1\/span 3\/span 3\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-5 {\n        grid-area: 9\/4\/span 3\/span 3\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-6 {\n        grid-area: 12\/1\/span 2\/span 2\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-7 {\n        grid-area: 12\/3\/span 2\/span 2\n    }\n\n    .rm10-main-container .rm10-highlight .grid .item-8 {\n        grid-area: 12\/5\/span 2\/span 2\n    }\n}\n\u003c\/style\u003e\n\u003cmain class=\"rm10-main-container\"\u003e\n    \u003c!-- Product Nav Tab --\u003e\n    \u003csection class=\"product-nav\"\u003e\n        \u003cdiv class=\"product-nav-container container-md\"\u003e\n            \u003cdiv class=\"product-nav-content\"\u003e\n                \u003ca class=\"product-nav-item nav-link highlight\" href=\"#highlight\"\u003eHighlight\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link features\" href=\"#features\"\u003eFeatures\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link reviews\" href=\"#reviews\"\u003eReviews\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link specs\" href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cscript\u003e\n            let currentModel = ''\n            window.addEventListener(\"scroll\", function () {\n                document.querySelectorAll(\".product-nav-section\").forEach((section) =\u003e {\n                    let sectionTop = section.offsetTop;\n                    if (pageYOffset \u003e= sectionTop - 250) {\n                        currentModel = section.getAttribute(\"id\");\n                    }\n                });\n                document.querySelectorAll(\".product-nav-item\").forEach((li) =\u003e {\n                    if (li.classList.contains(currentModel)) {\n                        li.classList.add(\"active\");\n                    } else {\n                        li.classList.remove(\"active\");\n                    }\n                });\n            });\n\n            \/\/ 点击导航链接，滚动到距离目标300px的位置\n            document.querySelectorAll(\".product-nav-item\").forEach((link) =\u003e {\n                link.addEventListener(\"click\", function (e) {\n                    e.preventDefault();\n                    const targetId = this.getAttribute(\"href\").substring(1);\n                    const targetElement = document.getElementById(targetId);\n\n                    if (targetElement) {\n                        const targetPosition = targetElement.offsetTop - 200;\n                        window.scrollTo({\n                            top: targetPosition,\n                            behavior: \"smooth\"\n                        });\n                    }\n                });\n            });\n        \u003c\/script\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"rm10-highlight px-0 py-4 py-lg-5 product-nav-section\" id=\"highlight\"\u003e\n    \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"row justify-content-center text-light\"\u003e\n    \u003cdiv class=\"col-md-10 col-lg-10 text-center\"\u003e\n    \u003ch2 class=\"font-weight-bold\"\u003eHigh Performance KVM Over Wi-Fi\u003c\/h2\u003e\n\u003cp\u003eHere at GL.iNet, we know convenient and secure access is important. Introducing our Comet Pro Remote KVM over Wi-Fi, giving you remote access to your computer, workstation,\nor server anywhere. Our ultra-low latency KVM bridges performance, and simplicity at the touch of your fingertips\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid w-100 text-light mt-3\"\u003e\n\u003cdiv class=\"grid-item gl-rounded item-1\"\u003e\n\u003cdiv class=\"grid-cell\" style=\"background-image:linear-gradient(180deg,#00000000 60%,#000000ff 100%),url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_grid-wifi.jpg)\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003eWi-Fi 6\u003c\/h2\u003e\n\u003cp class=\"mb-1\"\u003eUnleash mobility, free from Ethernet cable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item gl-rounded item-2\"\u003e\n\u003cdiv class=\"grid-cell\" style=\"background-image:url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_grid-touchscreen.jpg)\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003e2.22-inch Touchscreen\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item gl-rounded item-3\"\u003e\n\u003cdiv class=\"grid-cell\" style=\"background-image:url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_grid-4k-video.jpg)\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"font-weight-bold mb-0\"\u003e4K Video Passthrough\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item gl-rounded item-4\"\u003e\n\u003cdiv class=\"grid-cell\" style=\"background-image:url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_grid-cpu.jpg)\"\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003eQuad Core \u003cbr class=\"d-none d-lg-block\"\u003eCPU\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item gl-rounded item-5\"\u003e\n\u003cdiv class=\"grid-cell\" style=\"background-image:url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_grid-ddr.jpg)\"\u003e\n\u003ch2 class=\"font-weight-bold mb-0\"\u003e32GB eMMC \u003cbr\u003eDDR3L 1GB\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item gl-rounded item-6\"\u003e\n\u003cdiv class=\"grid-cell text-center\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_grid-icon-latency.svg\"\u003e\u003cp class=\"font-weight-bold mb-0\"\u003eUltra-low Latency\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item gl-rounded item-7\"\u003e\n\u003cdiv class=\"grid-cell text-center\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_grid-icon-lan.svg\"\u003e\u003cp class=\"font-weight-bold mb-0\"\u003eGigabit LAN (1Gbps)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item gl-rounded item-8\"\u003e\n\u003cdiv class=\"grid-cell text-center\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_grid-icon-self-hosted.svg\"\u003e\u003cp class=\"font-weight-bold mb-0\"\u003eSelf-hosted Server\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n    \u003csection class=\"bg-light py-4 py-lg-5\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-lg-10 text-center\"\u003e\n                    \u003ch2 class=\"font-weight-bold rm10-text-gradient\"\u003eWhy Do I Need a KVM\u003c\/h2\u003e\n                    \u003cp class=\"\"\u003eComet Pro provides simplicity to your life. Whether you have a gaming PC, work laptop, media server, or home office setup, the Comet Pro lets you control your devices\n                                from one central location, and best of all, you can be anywhere with an internet connection.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"col-lg-11 mt-3\"\u003e\n                    \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_need-kvm.jpg\" alt=\"Why Do I Need a KVM\"\u003e\n\u003c\/div\u003e\n                \n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"rm10-features py-4 py-lg-5 product-nav-section\" id=\"features\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                \u003cdiv class=\"col-lg-6 text-center text-lg-left\"\u003e\n                    \u003ch3 class=\"font-weight-bold\"\u003eThe Comet Pro\u003c\/h3\u003e\n                    \u003cp class=\"\"\u003e\n                        Here at GL.iNet, we know convenient and secure access is important. Meet the Comet Pro Remote\n                        KVM\n                        over Wi-Fi 6, giving you remote access to your computer, workstation, or server anywhere.\n                        The Comet Pro delivers ultra-low latency, robust security, and plug-and-play simplicity. Bridge\n                        performance and freedom so you can work, manage, and troubleshoot without compromise from\n                        anywhere.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-lg-6 my-3\"\u003e\n                    \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_home-office.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"row justify-content-center align-items-center py-4 py-lg-5\"\u003e\n                \u003cdiv class=\"col-lg-6 text-center text-lg-left order-1 order-lg-2\"\u003e\n                    \u003ch3 class=\"font-weight-bold\"\u003e4K Video Passthrough with Low Latency\u003c\/h3\u003e\n                    \u003cp class=\"\"\u003e\n                        Allowing for native 4k@30FPS HD out passthrough, this gives users crystal clear video while also\n                        able to maintain a low latency feed of 30-60 ms with H.264 hardware encoding.\n                        Maintaining a fluid remote interaction without any compromises.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-lg-6 order-2 order-lg-1\"\u003e\n                    \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_4k-video-passthrough.jpg\" alt=\"4K Video Passthrough with Low Latency\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"row justify-content-center align-items-center py-4 py-lg-5\"\u003e\n                \u003cdiv class=\"col-lg-6 text-center text-lg-left\"\u003e\n                    \u003ch3 class=\"font-weight-bold\"\u003eWi-Fi 6\u003c\/h3\u003e\n                    \u003cp class=\"\"\u003e\n                        Comet Pro is the first desktop KVM device to support both 2.4GHz and 5GHz Wi-Fi bands. Connect\n                        your\n                        GL.iNet Comet Pro (GL-RM10) to your Wi-Fi network without needing a LAN connection,\n                        redefining flexibility in remote access. Users can now manage systems without the need to\n                        connect\n                        physical network cables, unlike traditional KVM solutions. Additionally, the Comet Pro\n                        allows for network failover with both Wi-Fi and ethernet capabilities to improve your uptime\n                        stability.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-lg-6\"\u003e\n                    \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_daul-band-wifi6.jpg\" alt=\"Dual Band Wi-Fi 6\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"row justify-content-center align-items-center py-4 py-lg-5\"\u003e\n                \u003cdiv class=\"col-lg-6 text-center text-lg-left order-1 order-lg-2\"\u003e\n                    \u003ch3 class=\"font-weight-bold\"\u003eClear Two-way Audio Communication\u003c\/h3\u003e\n                    \u003cp\u003e\n                        When working remotely, the ability to listen to and communicate is very important. Whether\n                        you're\n                        providing remote IT support or joining a conference call, the built-in audio\n                        channel over HD Out or USB allows for live voice communication between the local and remote\n                        ends.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-lg-6 order-2 order-lg-1\"\u003e\n                    \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_clear-two-way.jpg\" alt=\"Clear Two Way Audio Communication\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- Total System Control --\u003e\n    \u003csection class=\"py-4 py-lg-5 bg-light\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n                \u003ch2 class=\"font-weight-bold rm10-text-gradient pb-0\"\u003eTotal System Control\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                \u003cdiv class=\"col-lg-10 p-0\"\u003e\n                    \u003cdiv id=\"carouselExampleIndicators-2\" class=\"carousel slide pb-4\" data-ride=\"carousel\"\u003e\n                        \u003col class=\"carousel-indicators\"\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"0\" class=\"active\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"1\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"2\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"3\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"4\"\u003e\n                            \u003c\/li\u003e\n                            \u003cli data-target=\"#carouselExampleIndicators-2\" data-slide-to=\"5\"\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ol\u003e\n                        \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators-2\" role=\"button\" data-slide=\"prev\"\u003e\n                            \u003cspan class=\"carousel-control-prev-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                            \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                        \u003c\/a\u003e\n                        \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators-2\" role=\"button\" data-slide=\"next\"\u003e\n                            \u003cspan class=\"carousel-control-next-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                            \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n                        \u003c\/a\u003e\n\n                        \u003cdiv class=\"carousel-inner py-3\"\u003e\n\n                            \u003cdiv class=\"carousel-item active\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto \"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_touchscreen-interface.gif\" alt=\"Touchscreen Interface\"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003eTouchscreen Interface\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            The built-in touchscreen with an intuitive graphical user interface, lets\n                                            you easily view and manage features that are important like connecting to a\n                                            Wi-Fi network, and enabling or disabling the Cloud Service.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto \"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_mobile-and-desktop-app.jpg\" alt=\"Mobile and Desktop App Support\"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003eMobile and Desktop App Support\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            Using our GLKVM App, accessible through Windows, macOS, App Store, and\n                                            Google Play Store, you will be able to easily connect the Comet Pro along\n                                            with other GL.iNet Comet KVM devices. Access all your GL.iNet Comet devices\n                                            in one place without needing to manually connect to each one separately.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto \"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_remote-cloud-control.gif\" alt=\"Remote Cloud Control\"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003eRemote Cloud Control\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            Another way to gain remote access to your Comet Pro is through the web based\n                                            cloud control system at glkvm.com, available to Windows, Mac, and Linux\n                                            users. This maximizes convenience, without needing to install any\n                                            applications to make sure you always have access to your Comet Pro.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto \"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_tailscale-support.gif\" alt=\"Tailscale Support\"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003eTailscale Support\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            GL.iNet Comet Pro integrates Tailscale natively, allowing you to bind it to\n                                            the Tailscale virtual network to gain remote access. This is particularly\n                                            useful when your controlling device runs neither Windows nor macOS.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto \"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_two-factor-authentication.gif\" alt=\"Two Factor Authentication\"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003eTwo Factor Authentication\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            With the importance of having remote BIOS access to your computer, safeguard\n                                            your Comet Pro with 2-Factor Authentication. Pair your favorite 2FA\n                                            application to add an extra level of security to give you control and peace\n                                            of mind.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"carousel-item\"\u003e\n                                \u003cdiv class=\"card bg-light h-100 border-0 text-center m-auto \"\u003e\n                                    \u003cimg class=\"w-75 m-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_hardware-screen-lock.gif\" alt=\"Hardware Screen Lock\"\u003e\n                                    \u003cdiv class=\"card-body m-auto\"\u003e\n                                        \u003ch4 class=\"card-title font-weight-bold\"\u003eHardware Screen Lock\u003c\/h4\u003e\n                                        \u003cp class=\"mb-0\"\u003e\n                                            Prevent unauthorized touchscreen access to the Comet Pro through the 4-digit\n                                            hardware screen lock feature.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"py-4 py-lg-5\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center py-4\"\u003e\n                \u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-1 text-center text-lg-left pl-4 pb-3\"\u003e\n                    \u003ch3 class=\"font-weight-bold\"\u003eSelf-Hosted Server and Deployment\u003c\/h3\u003e\n                    \u003cp class=\"mb-2\"\u003e\n                        Comet Pro supports self-hosted deployment on mainstream operating systems such as Linux and\n                        Ubuntu, giving you full control over your remote access environment.\n                    \u003c\/p\u003e\n                    \u003cp class=\"mb-4 mb-lg-3\"\u003e\n                        Get started with 2 cores and 2GB RAM cloud server, then deploy in one click-no complex setup\n                        required. No personal information is collected by GL.iNet, ensuring a private experience.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-2\" id=\"\"\u003e\n                    \u003cimg class=\"d-block img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/self-hosted.png\" alt=\"Self-Hosted Server and Deployment\"\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Restart Devices Remotely, and Effortlessly --\u003e\n    \u003csection class=\"py-4 py-lg-5 bg-light\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 px-0\"\u003e\n                    \u003cdiv class=\"text-center\"\u003e\n                        \u003ch2 class=\"font-weight-bold\"\u003eRestart Devices Remotely, and Effortlessly\u003c\/h2\u003e\n                        \u003cp\u003e\n                            Comet Pro enables remote power management by connecting to extension devices such as ATX\n                            Boards and Fingerbot, allowing users to power on\/off,\n                            or restart any device-even those without internet connectivity-from anywhere. By eliminating\n                            the need for physical access, Comet reduces downtime,\n                            ensures seamless operation, and enhances efficiency, reliability, and cost-effectiveness.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"three-ways container\"\u003e\n            \u003cdiv class=\"row justify-content-center mt-4\"\u003e\n\n                \u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\n                    \u003ca href=\"https:\/\/docs.gl-inet.com\/kvm\/en\/user_guide\/gl-rm1\/control_panel_guide\/#wake-on-lan\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card gl-rounded overflow-hidden h-100\"\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_restart-devices_app.jpg\" alt=\"GLKVM has built-in Wake On LAN features for remote controling devices\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body text-dark pb-5 mb-5\"\u003e\n                                \u003ch4 class=\"font-weight-bold\"\u003eWake on LAN (WOL)\u003c\/h4\u003e\n                                \u003cp\u003eWake your PC remotely using built-in WOL in GLKVM.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom: 1.5rem;\"\u003e\n                                \u003cp class=\"btn btn-round btn-rm10 mb-0\"\u003eLEARN HOW\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\n                    \u003ca href=\"\/products\/atx-board\" class=\"shop-now-button\" data-model=\"atxpc\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card gl-rounded overflow-hidden h-100\"\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_restart-devices_atx-board.jpg\" alt=\"Advanced Remote Power Management in Extreme Conditions with ATX Power Control Board\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"card-body text-dark pb-5 mb-5\"\u003e\n                                \u003ch4 class=\"font-weight-bold\"\u003eATX Board \u003c\/h4\u003e\n                                \u003cp\u003eFor reliable wake-up, use the included ATX board via USB.\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom: 1.5rem;\"\u003e\n                                \u003cp class=\"btn btn-round btn-rm10 mb-0\"\u003eShop Now\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\n                    \u003ca href=\"\/products\/fingerbot\" class=\"shop-now-button\" data-model=\"fgb-01\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card gl-rounded overflow-hidden h-100\"\u003e\n                            \u003cdiv class=\"card-image\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_restart-devices_fingerbot.jpg\" alt=\"Simple remote power control using Fingerbot, coming soon\"\u003e\n                                \u003cdiv class=\"card-body text-dark pb-5 mb-5\"\u003e\n                                    \u003ch4 class=\"font-weight-bold\"\u003eFingerbot \u003c\/h4\u003e\n                                    \u003cp\u003eA mechanical arm that presses your PC’s power button reliably.\u003c\/p\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom: 1.5rem;\"\u003e\n                                    \u003cp class=\"btn btn-round btn-rm10 mb-0\"\u003eShop Now\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n\n            \u003c!-- Accessories --\u003e\n            \u003csection class=\"rm10-accessories py-4 py-lg-5\"\u003e\n                \u003cdiv class=\"container\"\u003e\n                    \u003cdiv class=\"text-center\"\u003e\n                        \u003ch2 class=\"font-weight-bold\"\u003eAccessories\u003c\/h2\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- control --\u003e\n                    \u003cdiv class=\"row justify-content-center pt-2 pt-lg-3 pb-4\"\u003e\n                        \u003cdiv class=\"nav-link-wrap\"\u003e\n                            \u003cdiv class=\"\" id=\"tab\" role=\"securitylist\"\u003e\n                                \u003cul class=\"nav nav-fill nav-iot-tab nav-pills-tab\" role=\"tablist\"\u003e\n                                    \u003cli class=\"nav-item\"\u003e\n                                        \u003ca class=\"nav-link nav-iot-link active show\" href=\"\" data-toggle=\"pill\" data-target=\"#security-tab1-content\" id=\"security-tab\" role=\"tab\" aria-controls=\"security-tab1-content\" aria-selected=\"true\"\u003e\n                                            PoE Splitter\n                                        \u003c\/a\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cli class=\"nav-item\"\u003e\n                                        \u003ca class=\"nav-link nav-iot-link\" href=\"\" data-toggle=\"pill\" data-target=\"#security-tab2-content\" id=\"security-tab\" role=\"tab\" aria-controls=\"security-tab2-content\" aria-selected=\"true\"\u003e\n                                            Travel Case\n                                        \u003c\/a\u003e\n                                    \u003c\/li\u003e\n                                \u003c\/ul\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- content --\u003e\n                    \u003cdiv class=\"tab-content pb-5\"\u003e\n                        \u003cdiv class=\"tab-pane active show\" id=\"security-tab1-content\"\u003e\n                            \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003cimg class=\"img-fluid gl-rounded mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_poe-splitter.jpg\" alt=\"PoE Splitter\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-lg-6\"\u003e\n                                    \u003ch4 class=\"font-weight-bold\"\u003e\n                                        PoE Splitter\n                                    \u003c\/h4\u003e\n                                    \u003cp\u003e\n                                        The PoE Splitter, featuring a USB Type-C output, is a compact device that allows\n                                        you to\n                                        power the Comet Pro using a PoE (Power over Ethernet) network. It separates the\n                                        power\n                                        and data from a single\n                                        Ethernet cable, making it ideal for setups where traditional power outlets are\n                                        limited\n                                        or hard to access. It accepts a DC input of 36-57V and provides a 5V\/2.5A\n                                        output,\n                                        compliant with IEEE 802.3af,\n                                        while supporting data speeds up to 1Gbps.\n                                    \u003c\/p\u003e\n                                    \u003cp\u003e\n                                    \u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"tab-pane\" id=\"security-tab2-content\"\u003e\n                            \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                                \u003cdiv class=\"col-lg-6 order-1 order-lg-2\"\u003e\n                                    \u003cimg class=\"img-fluid gl-rounded mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_travel-case.jpg\" alt=\"Travel Case\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-lg-6 order-2 order-lg-1\"\u003e\n                                    \u003ch4 class=\"font-weight-bold\"\u003e\n                                        Travel Case\n                                    \u003c\/h4\u003e\n                                    \u003cp\u003e\n                                        Taking your Comet Pro on the go? Now you can travel with this travel case!\n                                        Whether\n                                        you're planning a field visit, a lab demo, or just need a compact way to store\n                                        your\n                                        device and accessories - this sleek,\n                                        durable travel case has you covered. The case weighs just 252g and features a\n                                        compact\n                                        design with dimensions of 190 × 175 × 85 mm.Designed to fit the Comet Pro and\n                                        essential\n                                        accessories snugly, it’s lightweight,\n                                        protective, and perfect for travel or everyday carry. Stay organized. Stay\n                                        mobile. Take\n                                        Comet Pro wherever innovation calls.\n                                    \u003c\/p\u003e\n                                    \u003cp\u003e\n                                    \u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003c!--3D print--\u003e\n            \u003csection class=\"p-4 py-lg-5 bg-light\"\u003e\n                \u003cdiv class=\"container\"\u003e\n                    \u003cdiv class=\"row justify-content-center\"\u003e\n                        \u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-1 text-center text-lg-left pl-4 pb-3\"\u003e\n                            \u003cdiv class=\"card border-0 h-100 justify-content-center bg-transparent\"\u003e\n                                \u003cp class=\"mb-2\"\u003e\n                                    Download the 3D-printable rack mount and seamlessly integrate your device into your\n                                    existing\n                                    rack setup.\n                                \u003c\/p\u003e\n                                \u003cp class=\"mb-2\"\u003e\n                                    \u003csmall\u003e*Featured here is the magnetic rack mount. Additional 10-inch and 19-inch 3D\n                                        printable files are available for download.\u003c\/small\u003e\n                                \u003c\/p\u003e\n                                \u003cdiv class=\"mt-2\"\u003e\n                                    \u003ca role=\"button\" class=\"btn btn-round btn-info \" href=\"https:\/\/www.dropbox.com\/scl\/fo\/bufzr2vkvvk5ivq3zqrkq\/ALhfYCgeTXOK3Y1ThqtdAFM?rlkey=9cbw70bio1o05k0k7s41ounv5\u0026amp;st=6cqcs8l7\u0026amp;dl=0\" target=\"_blank\"\u003eCheck it out\u003c\/a\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-2 text-center\" id=\"\"\u003e\n                            \u003cdiv class=\"card border-0 h-100 bg-transparent\"\u003e\n                                \u003cimg class=\"d-block img-fluid gl-rounded mt-2 mt-lg-0\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_mount.jpg\" alt=\"\"\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003c!-- Professional Tech Press Insights --\u003e\n            \u003csection class=\"rm10-reviews py-4 py-lg-5 product-nav-section\" id=\"reviews\" style=\"background-color: #efefef;\"\u003e\n                \u003cdiv class=\"container\"\u003e\n                    \u003ch2 class=\"font-weight-bold text-center\"\u003eProfessional Tech Press Insights\u003c\/h2\u003e\n\n                    \u003cdiv class=\"row mt-3\"\u003e\n                        \u003cdiv class=\"col-12 col-lg-6 my-2\"\u003e\n                            \u003cdiv class=\"bg-white gl-rounded p-5 h-100 d-flex flex-column\"\u003e\n                                \u003ci class=\"fa-solid fa-quote-left fa-2x my-2\"\u003e\u003c\/i\u003e\n                                \u003ch5 class=\"font-weight-light flex-grow-1\" style=\"line-height: 1.6rem;\"\u003e\n                                    This minuscule all-in-one 'PC' will allow you to \u003cspan class=\"font-weight-bold\"\u003econtrol your\n                                        actual home computer remotely\u003c\/span\u003e using a robotic finger and a free VPN.\n                                \u003c\/h5\u003e\n                                \u003ca href=\"https:\/\/www.techradar.com\/pro\/this-minuscule-all-in-one-pc-will-allow-you-to-control-your-actual-home-pc-remotely-using-a-robotic-finger-and-a-free-vpn\" target=\"_blank\" class=\"mt-auto\"\u003e\n                                    \u003cimg class=\"img-fluid pt-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be3600\/logo_techradar.png\" alt=\"TechRadar\"\u003e\n                                \u003c\/a\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"col-12 col-lg-6 my-2\"\u003e\n                            \u003cdiv class=\"bg-white gl-rounded p-5 h-100 d-flex flex-column\"\u003e\n                                \u003ci class=\"fa-solid fa-quote-left fa-2x my-2\"\u003e\u003c\/i\u003e\n                                \u003ch5 class=\"font-weight-light flex-grow-1\" style=\"line-height: 1.6rem;\"\u003e\n                                    The new model also relies on a more powerful quad-core Cortex-A53 SoC and is\n                                    equipped with\n                                    32GB eMMC flash, overcoming the 8GB flash limitation...\n                                \u003c\/h5\u003e\n                                \u003ca href=\"https:\/\/www.cnx-software.com\/2025\/08\/27\/gl-inet-comet-pro-remote-kvm-over-wifi-6-solution-2-2-inch-touchscreen-display-hdmi-loop\/\" target=\"_blank\" class=\"mt-auto\"\u003e\n                                    \u003cimg class=\"img-fluid pt-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/logo_cnxsoft.png\" alt=\"TechRadar\"\u003e\n                                \u003c\/a\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003c!-- Product Reviews from Youtubers --\u003e\n            \u003csection class=\"container-fluid py-4 py-lg-5\" id=\"\"\u003e\n                \u003ch2 class=\"font-weight-bold text-dark text-center pb-3\"\u003eProduct Reviews from YouTubers\u003c\/h2\u003e\n                \u003c!-- Container for video player and playlist --\u003e\n                \u003cdiv id=\"youtube-playlist-container\"\u003e\n                    \u003cdiv class=\"row justify-content-center\"\u003e\n\n                        \u003c!-- Video player container --\u003e\n                        \u003cdiv class=\"col-11 col-lg-7 col-xl-8 px-0\" id=\"ytvideoPlayer\"\u003e\n                            \u003cdiv class=\"card border-0 h-100\"\u003e\n                                \u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/ELkBfaF8Cas\" frameborder=\"0\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003c!-- Playlist container --\u003e\n                        \u003cdiv class=\"col-11 col-lg-5 col-xl-4 px-0\" id=\"ytplaylist\"\u003e\n                            \u003cdiv class=\"card border-0 h-100\"\u003e\n                                \u003ch5 onclick=\"showYtPlayList()\" class=\"text-light text-center py-3\"\u003e\n                                    Comet Pro Product Reviews\n                                    \u003cspan id=\"ytListBtn\"\u003e\n                                        \u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\"\u003e\u003c\/i\u003e\n                                    \u003c\/span\u003e\n                                \u003c\/h5\u003e\n\n                                \u003cul id=\"ytPlayListUl\"\u003e\n                                    \u003cli\u003e\n                                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/ELkBfaF8Cas\/maxresdefault.jpg\" alt=\"Gl.iNet Comet Pro KVM - SHOULD YOU BUY?\" onclick=\"changeVideo('ELkBfaF8Cas')\"\u003e\n                                        \u003cdiv class=\"title-container\"\u003e\n                                            \u003cp class=\"video-title\"\u003eGl.iNet Comet Pro KVM - SHOULD YOU BUY?\u003c\/p\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cli\u003e\n                                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/ZNEMu4UdhxI\/maxresdefault.jpg\" alt=\"The BEST Budget KVM Over IP? GL.iNet Comet Series Reviewed\" onclick=\"changeVideo('ZNEMu4UdhxI')\"\u003e\n                                        \u003cdiv class=\"title-container\"\u003e\n                                            \u003cp class=\"video-title\"\u003eThe BEST Budget KVM Over IP? GL.iNet Comet Series\n                                                Reviewed\n                                            \u003c\/p\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cli\u003e\n                                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/2MknxPyUxi0\/maxresdefault.jpg\" alt=\"I've been waiting for these KVMs for a long time\" onclick=\"changeVideo('2MknxPyUxi0')\"\u003e\n                                        \u003cdiv class=\"title-container\"\u003e\n                                            \u003cp class=\"video-title\"\u003eI've been waiting for these KVMs for a long time\u003c\/p\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cli\u003e\n                                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/RZUijzlvPw0\/maxresdefault.jpg\" alt=\"GL.iNet Comet Pro KVM Review - The JetKVM Killer for $99?\" onclick=\"changeVideo('RZUijzlvPw0')\"\u003e\n                                        \u003cdiv class=\"title-container\"\u003e\n                                            \u003cp class=\"video-title\"\u003eGL.iNet Comet Pro KVM Review - The JetKVM Killer for\n                                                $99?\u003c\/p\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cli\u003e\n                                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/nj8RO74JdSw\/hqdefault.jpg\" alt=\"I NEEDED to Fix her Internet!\" onclick=\"changeVideo('nj8RO74JdSw')\"\u003e\n                                        \u003cdiv class=\"title-container\"\u003e\n                                            \u003cp class=\"video-title\"\u003eI NEEDED to Fix her Internet!\u003c\/p\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cli\u003e\n                                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/B8FthJR6vzk\/maxresdefault.jpg\" alt=\"This $99 GL.iNet Comet Pro device Replaces TeamViewer, Streams Netflix \u0026amp; Plays PS5 Remotely! GL-RM10\" onclick=\"changeVideo('B8FthJR6vzk')\"\u003e\n                                        \u003cdiv class=\"title-container\"\u003e\n                                            \u003cp class=\"video-title\"\u003eThis $99 GL.iNet Comet Pro device Replaces\n                                                TeamViewer,\n                                                Streams Netflix \u0026amp; Plays PS5 Remotely! GL-RM10\u003c\/p\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cli\u003e\n                                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/tLQZmftV7fw\/maxresdefault.jpg\" alt=\"Control your PC remotely with low latency! Meet GL.iNet Comet Pro (KVM over IP)\" onclick=\"changeVideo('tLQZmftV7fw')\"\u003e\n                                        \u003cdiv class=\"title-container\"\u003e\n                                            \u003cp class=\"video-title\"\u003eControl your PC remotely with low latency! Meet\n                                                GL.iNet Comet\n                                                Pro (KVM over IP)\u003c\/p\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cli\u003e\n                                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/U9IPd5Tj6nc\/maxresdefault.jpg\" alt=\"GOODBYE PiKVM? I TRIED the BEST Low-Cost KVM\" onclick=\"changeVideo('U9IPd5Tj6nc')\"\u003e\n                                        \u003cdiv class=\"title-container\"\u003e\n                                            \u003cp class=\"video-title\"\u003eGOODBYE PiKVM? I TRIED the BEST Low-Cost KVM\u003c\/p\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cli\u003e\n                                        \u003cimg src=\"https:\/\/img.youtube.com\/vi\/a6nTS1QgtMk\/maxresdefault.jpg\" alt=\"GL.iNet Comet Pro, The BEST KVM With Wi-Fi.\" onclick=\"changeVideo('a6nTS1QgtMk')\"\u003e\n                                        \u003cdiv class=\"title-container\"\u003e\n                                            \u003cp class=\"video-title\"\u003eGL.iNet Comet Pro, The BEST KVM With Wi-Fi. \u003c\/p\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/li\u003e\n\n                                    \u003cdiv class=\"mt-2\"\u003e\n                                        \u003ca class=\"btn btn-outline-light btn-block\" target=\"_blank\" href=\"https:\/\/www.youtube.com\/playlist?list=PLWQT710fjyEY6Zo914Z2JtCdSvUoN4kzG\"\u003eView\n                                            More\u003c\/a\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/ul\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003c!-- What Beta Tester are Saying --\u003e\n            \u003csection class=\"section-customer-review px-0 py-4 bg-light\"\u003e\n                \u003cdiv class=\"container-fluid px-0 py-4 py-lg-5\"\u003e\n                    \u003ch2 class=\"text-center font-weight-bold mb-4\"\u003eWhat Beta Tester are Saying\u003c\/h2\u003e\n\n                    \u003cdiv class=\"tiny-slider-container-beta-tester-review pb-3\"\u003e\n                        \u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n\n                            \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                                \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                                    \u003cdiv class=\"row gl-rounded\"\u003e\n                                        \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/beta-tester\/rm10_uranioh.jpg\" alt=\"\"\u003e\n                                        \u003c\/div\u003e\n\n                                        \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                            \u003ch4 class=\"text-rm10\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                            \u003cp class=\"font-weight-bold\"\u003e\n                                                The product feels premium to touch and the UI is very good, both on\n                                                device and\n                                                the web UI. The ease of use is astonishing.\n                                                I could set the whole thing up in 5 minutes without having to read or\n                                                google\n                                                something AND without having ever used a KVM before.\n                                            \u003c\/p\u003e\n                                            \u003cp\u003e\n                                            \u003c\/p\u003e\n                                            \u003ch5 class=\"text-muted pt-3\"\u003e@uranioh\u003c\/h5\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                                \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                                    \u003cdiv class=\"row gl-rounded\"\u003e\n                                        \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/beta-tester\/rm10_zwytch.jpg\" alt=\"\"\u003e\n                                        \u003c\/div\u003e\n\n                                        \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                            \u003ch4 class=\"text-rm10\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                            \u003cp class=\"font-weight-bold\"\u003e\n                                                I have loved working with this device, its made remoting onto any of my\n                                                servers\n                                                or end user computers miles easier and when using the web app,\n                                                everything is\n                                                really smooth.\n                                                I experienced no latency issues or connectivity issues whilst carrying\n                                                out any\n                                                of my testing.\n                                            \u003c\/p\u003e\n                                            \u003cp\u003e\n                                            \u003c\/p\u003e\n                                            \u003ch5 class=\"text-muted pt-3\"\u003e@Zwytch\u003c\/h5\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                                \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                                    \u003cdiv class=\"row gl-rounded\"\u003e\n                                        \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/beta-tester\/rm10_oztech74l.jpg\" alt=\"\"\u003e\n                                        \u003c\/div\u003e\n\n                                        \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                            \u003ch4 class=\"text-rm10\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                            \u003cp class=\"font-weight-bold\"\u003e\n                                                As an IT field engineer, the Comet Pro has become my go-to tool for\n                                                accessing\n                                                servers and systems that lack out-of-band management.\n                                                It’s compact, reliable, and surprisingly versatile.\n                                            \u003c\/p\u003e\n                                            \u003cp\u003e\n                                            \u003c\/p\u003e\n                                            \u003ch5 class=\"text-muted pt-3\"\u003e@OzTech74L\u003c\/h5\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                                \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                                    \u003cdiv class=\"row gl-rounded\"\u003e\n                                        \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/beta-tester\/rm10_mniko.jpg\" alt=\"\"\u003e\n                                        \u003c\/div\u003e\n\n                                        \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                            \u003ch4 class=\"text-rm10\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                            \u003cp class=\"font-weight-bold\"\u003e\n                                                The GL.iNet Comet Pro really delivers on what modern remote access users\n                                                want.\n                                                The 2.2-inch touchscreen is surprisingly handy for quick status checks\n                                                and setup\n                                                without opening a browser.\n                                                Features like Virtual Media\/ISO mounting, BIOS-level control, and remote\n                                                file\n                                                copying make it far more flexible than most remote KVM boxes.\n                                            \u003c\/p\u003e\n                                            \u003cp\u003e\n                                            \u003c\/p\u003e\n                                            \u003ch5 class=\"text-muted pt-3\"\u003e@Mniko\u003c\/h5\u003e\n                                        \u003c\/div\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-controls circle-controls m-auto text-center pt-2 pt-lg-4\" id=\"tiny-slider-controls-beta-tester-review\" aria-label=\"Carousel Navigation\" tabindex=\"0\"\u003e\n                        \u003ca class=\"prev mr-2 \" data-controls=\"prev\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n                            \u003ci class=\"fas fa-chevron-left\"\u003e\u003c\/i\u003e\n                        \u003c\/a\u003e\n                        \u003ca class=\"next \" data-controls=\"next\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n                            \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n                        \u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/section\u003e\n            \u003c!-- Compare KVM --\u003e\n            \u003csection class=\"rm10-specs py-4 py-lg-5 product-nav-section\" id=\"specs\"\u003e\n                \u003cdiv class=\"container\"\u003e\n                    \u003cdiv class=\"col-12 col-lg-10 m-auto text-center\"\u003e\n                        \u003ch2 class=\"font-weight-bold\"\u003eCompare KVM\u003c\/h2\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"model-comparison text-center text-lg-left\"\u003e\n                        \u003cdiv class=\"row model-comparison-header-mobile d-flex d-md-none\"\u003e\n                            \u003cdiv class=\"col-12 col-md-12 col-lg-3 mb-0\"\u003e\n                                \u003ch4 class=\"font-weight-bold mb-3 d-none\"\u003e\u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 px-2\"\u003e\n                                \u003cselect class=\"router-select form-select\" aria-label=\"\"\u003e\n                                    \u003coption class=\"font-weight-bold\" value=\"order-1\" selected\u003eComet (GL-RM1)\u003c\/option\u003e\n                                    \u003coption class=\"font-weight-bold\" value=\"order-2\"\u003eComet PoE (GL-RM1PE)\u003c\/option\u003e\n                                    \u003coption class=\"font-weight-bold\" value=\"order-3\"\u003eComet Pro (GL-RM10)\u003c\/option\u003e\n                                \u003c\/select\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 px-2\"\u003e\n                                \u003cselect class=\"router-select\" aria-label=\"\"\u003e\n                                    \u003coption class=\"font-weight-bold\" value=\"order-1\"\u003eComet (GL-RM1)\u003c\/option\u003e\n                                    \u003coption class=\"font-weight-bold\" value=\"order-2\" selected\u003eComet PoE (GL-RM1PE)\n                                    \u003c\/option\u003e\n                                    \u003coption class=\"font-weight-bold\" value=\"order-3\"\u003eComet Pro (GL-RM10)\u003c\/option\u003e\n                                \u003c\/select\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 d-none d-md-flex px-2\"\u003e\n                                \u003cselect class=\"router-select\" aria-label=\"\"\u003e\n                                    \u003coption class=\"font-weight-bold\" value=\"order-1\"\u003eComet (GL-RM1)\u003c\/option\u003e\n                                    \u003coption class=\"font-weight-bold\" value=\"order-2\"\u003eComet PoE (GL-RM1PE)\u003c\/option\u003e\n                                    \u003coption class=\"font-weight-bold\" value=\"order-3\" selected\u003eComet Pro (GL-RM10)\n                                    \u003c\/option\u003e\n                                \u003c\/select\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-flex order order-0\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003cdiv class=\"text-right\"\u003e\n                                    \u003cspan class=\"badge badge-pill\"\u003eHome Lab\u003c\/span\u003e\n                                    \u003cimg class=\"img-fluid mb-0 mb-lg-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/kvm\/kvm_table-rm1.png\" alt=\"Comet (GL-RM1)\"\u003e\n                                \u003c\/div\u003e\n                                \u003ch3 class=\"font-weight-bold d-none d-md-block\"\u003eComet\u003cbr class=\"d-xl-none\"\u003e (GL-RM1)\n                                \u003c\/h3\u003e\n                                \u003cp\u003eKVM over Internet\u003c\/p\u003e\n                                \u003cdiv class=\"mt-3\"\u003e\n                                    \u003ca class=\"btn btn-round btn-rm10 shop-now-button\" href=\"#\" data-model=\"rm1\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\n                                        Shop Now\n                                    \u003c\/a\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003cdiv class=\"text-right\"\u003e\n                                    \u003cspan class=\"badge badge-pill\"\u003eIT Maintenance\u003c\/span\u003e\n                                    \u003cimg class=\"img-fluid mb-0 mb-lg-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/kvm\/kvm_table-rm1pe.png\" alt=\"Comet PoE (GL-RM1PE)\"\u003e\n                                \u003c\/div\u003e\n                                \u003ch3 class=\"font-weight-bold d-none d-md-block\"\u003eComet PoE\u003cbr class=\"d-xl-none\"\u003e (GL-RM1PE)\u003c\/h3\u003e\n                                \u003cp\u003eKVM over PoE\u003c\/p\u003e\n                                \u003cdiv class=\"mt-3\"\u003e\n                                    \u003ca class=\"btn btn-round btn-rm10 shop-now-button\" href=\"#\" data-model=\"rm1pe\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\n                                        Shop Now\n                                    \u003c\/a\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003cdiv class=\"text-right\"\u003e\n                                    \u003cspan class=\"badge badge-pill\"\u003eDigital Nomad\u003c\/span\u003e\n                                    \u003cimg class=\"img-fluid mb-0 mb-lg-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/kvm\/kvm_table-rm10.png\" alt=\"Comet Pro (GL-RM10)\"\u003e\n                                \u003c\/div\u003e\n                                \u003ch3 class=\"font-weight-bold d-none d-md-block\"\u003eComet Pro\u003cbr class=\"d-xl-none\"\u003e (GL-RM10)\u003c\/h3\u003e\n                                \u003cp\u003eKVM over Wi-Fi 6\u003c\/p\u003e\n                                \u003cdiv class=\"mt-3\"\u003e\n                                    \u003ca class=\"btn btn-round btn-rm10 mb-0\" href=\"https:\/\/www.kickstarter.com\/projects\/glinet\/comet-pro\/description?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\n                                        Shop Now\n                                    \u003c\/a\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"px-4 mt-4 mt-lg-4 mb-2 mb-lg-3\"\u003e\n                            \u003ch6 class=\"font-weight-bold text-rm10 mb-0\"\u003eDisplay\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Max. Resolution\"\u003e\n                                    Max. Resolution\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Max. Resolution\"\u003e\n                                    Max. Resolution\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    4K@30FPS\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Max. Resolution\"\u003e\n                                    Max. Resolution\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    4K@30FPS\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Max. Resolution\"\u003e\n                                    Max. Resolution\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    4K@30FPS\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e\n                                    Latency\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e\n                                    Latency\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    30-60ms*\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e\n                                    Latency\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    30-60ms*\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e\n                                    Latency\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    30-60ms*\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_two-way-audio.svg\" alt=\"Two-way Audio\"\u003e\n                                    Two-way Audio\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_two-way-audio.svg\" alt=\"Two-way Audio\"\u003e\n                                    Two-way Audio\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_two-way-audio.svg\" alt=\"Two-way Audio\"\u003e\n                                    Two-way Audio\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_two-way-audio.svg\" alt=\"Two-way Audio\"\u003e\n                                    Two-way Audio\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_hd.svg\" alt=\"HD Passthrough\"\u003e\n                                    HD Passthrough\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_hd.svg\" alt=\"HD Passthrough\"\u003e\n                                    HD Passthrough\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-sharp fa-solid fa-hyphen\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_hd.svg\" alt=\"HD Passthrough\"\u003e\n                                    HD Passthrough\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-sharp fa-solid fa-hyphen\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_hd.svg\" alt=\"HD Passthrough\"\u003e\n                                    HD Passthrough\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_display-screen.svg\" alt=\"Display Screen\"\u003e\n                                    Display Screen\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_display-screen.svg\" alt=\"Display Screen\"\u003e\n                                    Display Screen\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-sharp fa-solid fa-hyphen\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_display-screen.svg\" alt=\"Display Screen\"\u003e\n                                    Display Screen\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-sharp fa-solid fa-hyphen\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_display-screen.svg\" alt=\"Display Screen\"\u003e\n                                    Display Screen\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    2.22\" touchscreen\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"px-4 mt-4 mt-lg-5 mb-2 mb-lg-3\"\u003e\n                            \u003ch6 class=\"font-weight-bold text-rm10 mb-0\"\u003eSystem \u0026amp; Connectivity\u003c\/h6\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"Processor\"\u003e\n                                    Processor\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"Processor\"\u003e\n                                    Processor\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    Quad-core Cortex-A7\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"Processor\"\u003e\n                                    Processor\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    Quad-core Cortex-A53\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"Processor\"\u003e\n                                    Processor\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    Quad-core Cortex-A53\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n                                    Memory \/ Storage\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n                                    Memory \/ Storage\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    DDR3L 1GB \/ 8GB eMMC\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n                                    Memory \/ Storage\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    DDR3L 1GB \/ 32GB eMMC\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n                                    Memory \/ Storage\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    DDR3L 1GB \/ 32GB eMMC\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi\"\u003e\n                                    Wi-Fi\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi\"\u003e\n                                    Wi-Fi\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-sharp fa-solid fa-hyphen\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi\"\u003e\n                                    Wi-Fi\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    \u003ci class=\"fa-sharp fa-solid fa-hyphen\"\u003e\u003c\/i\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi\"\u003e\n                                    Wi-Fi\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    2.4GHz: 286Mbps\u003cbr\u003e\n                                    5GHz: 286Mbps\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Port\"\u003e\n                                    LAN Port\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Port\"\u003e\n                                    LAN Port\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    1Gbps\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Port\"\u003e\n                                    LAN Port\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    1Gbps\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Port\"\u003e\n                                    LAN Port\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    1Gbps\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n                                    Power Input\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n                                    Power Input\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    Type-C, 5V\/2A\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n                                    Power Input\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    Ethernet (PoE) \/ Type-C,\u003cbr\u003e\n                                    5V\/2A, PD-compatible\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n                                    Power Input\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    Type-C, 5V\/2A,\u003cbr\u003e\n                                    PD-compatible\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n                            \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n                                \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n                                    \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimensions\"\u003e\n                                    Dimensions\n                                \u003c\/h4\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimensions\"\u003e\n                                    Dimensions\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    80 x 60 x 17.5mm \/ 85g\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimensions\"\u003e\n                                    Dimensions\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    102 x 70 x 22mm \/ 140g\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3\"\u003e\n                                \u003ch5 class=\"d-lg-none mb-2\"\u003e\n                                    \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimensions\"\u003e\n                                    Dimensions\n                                \u003c\/h5\u003e\n                                \u003cp class=\"\"\u003e\n                                    93 x 84 x 47mm \/ 170g\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cp class=\"mt-4\"\u003e\n                            \u003csmall\u003e\n                                * Tests conducted on a local network. Real-world speeds may differ depending on your\n                                network\n                                configuration.\n                            \u003c\/small\u003e\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003csection class=\"py-4 py-lg-5 product-specs-section\"\u003e\n                \u003cdiv class=\"container\"\u003e\n                    \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n                        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" type=\"image\/png\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi6.png\" alt=\"Wi-Fi 6\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 6\u003c\/h5\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.png\" type=\"image\/png\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.png\" alt=\"4K@30FPS Video Resolution\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003ch5 class=\"font-weight-bold\"\u003e4K@30FPS \u003cbr\u003eVideo Resolution\u003c\/h5\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.png\" type=\"image\/png\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.png\" alt=\"H.264 hardware encoding with 30-60ms latency\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003ch5 class=\"font-weight-bold\"\u003eH.264 hardware encoding \u003cbr\u003ewith 30-60ms latency\u003c\/h5\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.png\" type=\"image\/png\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.png\" alt=\"BIOS Access\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003ch5 class=\"font-weight-bold\"\u003eBIOS Access\u003c\/h5\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.png\" type=\"image\/png\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.png\" alt=\"USB 2.0 External Extension\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003ch5 class=\"font-weight-bold\"\u003eUSB 2.0 \u003cbr\u003eExternal Extension\u003c\/h5\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_two-way-audio.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_two-way-audio.png\" type=\"image\/png\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_two-way-audio.png\" alt=\"Two-way Audio\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003ch5 class=\"font-weight-bold\"\u003eTwo-way Audio\u003c\/h5\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_app-browser-access.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_app-browser-access.png\" type=\"image\/png\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_app-browser-access.png\" alt=\"APP or Browser Access\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003ch5 class=\"font-weight-bold\"\u003eAPP\/Browser Access\u003c\/h5\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n                            \u003cpicture\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gigabitports_x1.webp\" type=\"image\/webp\"\u003e\n                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gigabitports_x1.png\" type=\"image\/png\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gigabitports_x1.png\" alt=\"Gigabit Ethernet\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                            \u003ch5 class=\"font-weight-bold\"\u003eGigabit\u003cbr\u003eEthernet\u003c\/h5\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n\n            \u003c!-- Specification --\u003e\n            \u003csection class=\"py-4 py-lg-5\"\u003e\n                \u003cdiv class=\"container\"\u003e\n                    \u003cdiv class=\"row justify-content-center\"\u003e\n                        \u003cdiv class=\"col-12 col-lg-10\"\u003e\n                            \u003ch2 class=\"font-weight-bold text-center pb-3\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n                            \u003cdiv class=\"text-center\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_interface.png\"\u003e\n                                \u003cimg class=\"img-fluid py-3 mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10\/rm10_dimension.png\" style=\"width: 70%;\"\u003e\n                            \u003c\/div\u003e\n\n\n                            \u003ctable class=\"table\"\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eOperating System\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003eLinux 6.1\u003c\/td\u003e\n                                \u003c\/tr\u003e\n\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003eQuad Core ARM Cortex-A53\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003eDDR3L 1GB \/ 32GB eMMC\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eDisplay Screen\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003e2.22 inch, Touchscreen\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eWi-Fi Protocol\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003eIEEE 802.11 a\/b\/g\/n\/ac\/ax\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eWi-Fi Speed\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003e286Mbps (2.4GHz), 286Mbps (5GHz)\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eAntennas\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003e1 x internal Wi-Fi antennas\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eResolution\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003e4K@30FPS\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003e\n                                        1x USB Type-C Keyboard, Mouse\u003cbr\u003e\n                                        1x Gigabit Ethernet port\u003cbr\u003e\n                                        1x HD In\u003cbr\u003e\n                                        1x HD Out\u003cbr\u003e\n                                        1x USB 2.0 Type-A\n                                    \u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003e1x USB Type-C Input: 5V\/2A with PD Compatible\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd class=\"td-left\"\u003eDimension \/ Weight\u003c\/td\u003e\n                                    \u003ctd class=\"td-right\"\u003e93 x 84 x 47 mm \/ 170g (3.7 x 3.3 x 1.85 inch)\u003c\/td\u003e\n                                \u003c\/tr\u003e\n                                \u003ctr\u003e\n                                    \u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n                                    \u003ctd\u003e\n                                        \u003ca role=\"button\" class=\"btn-underline\" href=\"\/pages\/product-datasheet\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e Datasheet\u003c\/a\u003e\n                                        \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                                        \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/kvm\/rm10\/stable\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e\n                                        \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                                        \u003ca role=\"button\" class=\"btn-underline\" href=\"\/pages\/app-rm\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e App\u003c\/a\u003e\n                                        \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                                        \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/youtu.be\/qKFeu31_LNU\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e Unboxing\u003c\/a\u003e\n                                        \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                                        \u003ca role=\"button\" class=\"btn-underline\" href=\"\/blogs\/support\/gl-rm10\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e\n                                        \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                                        \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/kb87iss7e18oyfbvbgjo3\/AAFnzp0X69H5cPBMeIYYmNo?rlkey=sti51t2wkpnr2g3q8wr91u89f\u0026amp;st=slnpnfng\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e\n                                        \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                                        \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/bufzr2vkvvk5ivq3zqrkq\/ALhfYCgeTXOK3Y1ThqtdAFM?rlkey=9cbw70bio1o05k0k7s41ounv5\u0026amp;st=6cqcs8l7\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Rack Mount\u003c\/a\u003e\n                                    \u003c\/td\u003e\n                                \u003c\/tr\u003e\n                            \u003c\/table\u003e\n\n\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n\n            \u003c\/section\u003e\n\n            \u003c!-- model-comparison --\u003e\n            \u003cscript\u003e\n                document.addEventListener('DOMContentLoaded', function () {\n                    \/\/ 使用类选择器获取所有下拉框，而不是固定的ID\n                    const selects = document.querySelectorAll(\".router-select\");\n                    const allComparisonRows = document.querySelectorAll('.model-comparisonp-detail');\n\n                    function updateDisplay() {\n                        allComparisonRows.forEach(row =\u003e {\n                            row.querySelectorAll('.order').forEach(col =\u003e {\n                                col.classList.remove('selected');\n                                col.style.order = '';\n                            });\n                        });\n\n                        \/\/ 获取所有下拉框的选中值\n                        const selectedValues = Array.from(selects).map(select =\u003e select.value);\n\n                        \/\/ 为每个选中的值设置显示和顺序\n                        selectedValues.forEach((value, index) =\u003e {\n                            const cols = document.querySelectorAll(`.model-comparisonp-detail .${value}`);\n                            cols.forEach(col =\u003e {\n                                col.classList.add('selected');\n                                col.style.order = index + 1; \/\/ 设置顺序从1开始\n                            });\n                        });\n                    }\n\n                    function updateOptions() {\n                        \/\/ 收集所有选中的值\n                        const selectedValues = Array.from(selects).map(select =\u003e select.value);\n\n                        \/\/ 对每个下拉框，更新其选项的可用性\n                        selects.forEach(select =\u003e {\n                            const currentValue = select.value;\n\n                            \/\/ 启用所有选项\n                            Array.from(select.options).forEach(opt =\u003e {\n                                opt.disabled = false;\n                                opt.style.display = '';\n                            });\n\n                            \/\/ 禁用其他下拉框已选中的选项\n                            selectedValues.forEach(value =\u003e {\n                                if (value !== currentValue) {\n                                    const optionToDisable = select.querySelector(`option[value=\"${value}\"]`);\n                                    if (optionToDisable) {\n                                        optionToDisable.disabled = true;\n                                        optionToDisable.style.display = 'none';\n                                    }\n                                }\n                            });\n                        });\n                    }\n\n                    function handleSelectChange(e) {\n                        const changedSelect = e.target;\n                        const changedValue = changedSelect.value;\n\n                        \/\/ 检查是否有其他下拉框选择了相同的值\n                        selects.forEach(select =\u003e {\n                            if (select !== changedSelect \u0026\u0026 select.value === changedValue) {\n                                \/\/ 为冲突的下拉框寻找第一个可用选项\n                                const firstAvailableOption = Array.from(select.options).find(opt =\u003e !opt.disabled \u0026\u0026 opt.value !== changedValue);\n                                if (firstAvailableOption) {\n                                    select.value = firstAvailableOption.value;\n                                }\n                            }\n                        });\n\n                        updateOptions();\n                        updateDisplay();\n                    }\n\n                    \/\/ 为所有下拉框添加事件监听器\n                    selects.forEach(select =\u003e {\n                        select.addEventListener(\"change\", handleSelectChange);\n                    });\n\n                    function initialize() {\n                        \/\/ 检查窗口宽度，确定是几列布局\n                        const isMediumScreenOrLarger = window.innerWidth \u003e= 768;\n\n                        \/\/ 在中等屏幕以下（一行两列布局），隐藏第三列及以后的内容\n                        if (!isMediumScreenOrLarger) {\n                            \/\/ 只清除第三个下拉框的选中状态\n                            if (selects.length \u003e= 3) {\n                                selects[2].selectedIndex = -1;\n                            }\n                        } else {\n                            \/\/ 恢复成一行三列时，给第三个下拉框默认选中前两个没有选中的选项\n                            if (selects.length \u003e= 3 \u0026\u0026 selects[2].selectedIndex === -1) {\n                                \/\/ 获取前两个下拉框选中的值\n                                const selectedValues = [];\n                                if (selects.length \u003e= 1 \u0026\u0026 selects[0].value) {\n                                    selectedValues.push(selects[0].value);\n                                }\n                                if (selects.length \u003e= 2 \u0026\u0026 selects[1].value) {\n                                    selectedValues.push(selects[1].value);\n                                }\n\n                                \/\/ 遍历第三个下拉框的选项，找到第一个没有被前两个选中的选项\n                                let foundUnselected = false;\n                                for (let i = 0; i \u003c selects[2].options.length; i++) {\n                                    const optionValue = selects[2].options[i].value;\n                                    if (optionValue \u0026\u0026 !selectedValues.includes(optionValue)) {\n                                        selects[2].selectedIndex = i;\n                                        foundUnselected = true;\n                                        break;\n                                    }\n                                }\n\n                                \/\/ 如果没有找到未选中的选项，保持默认选中第三个选项\n                                if (!foundUnselected) {\n                                    selects[2].selectedIndex = 2;\n                                }\n                            }\n                        }\n\n                        updateOptions();\n                        updateDisplay();\n                    }\n\n                    initialize();\n\n                    \/\/ 添加窗口大小变化事件监听器\n                    window.addEventListener('resize', initialize);\n                });\n            \u003c\/script\u003e\n\n\n\n            \u003cscript\u003e\n                document.addEventListener('DOMContentLoaded', function () {\n\n                    var allTinySliderX20000ReviewByClass = document.getElementsByClassName('tiny-slider-beta-tester-review')\n                    if (allTinySliderX20000ReviewByClass.length \u003e 0) {\n                        const slider = tns({\n                            container: '.tiny-slider-beta-tester-review',\n                            loop: true,\n                            items: 1,\n                            center: false,\n                            slideBy: 1,\n                            nav: false,\n                            autoplay: true,\n                            speed: 400,\n                            autoplayButtonOutput: false,\n                            mouseDrag: true,\n                            controlsContainer: '#tiny-slider-controls-beta-tester-review',\n                            responsive: {\n                                640: {\n                                    items: 1\n                                },\n                                768: {\n                                    items: 1\n                                },\n                                991: {\n                                    items: 1\n                                },\n                                1440: {\n                                    items: 1.5,\n                                }\n                            }\n                        })\n                    }\n\n                });\n                \/\/ Function to change the YouTube video - Video YouTube List\n                function changeVideo(videoId) {\n                    const videoPlayer = document.getElementById('playlistVideo');\n                    videoPlayer.src = `https:\/\/www.youtube.com\/embed\/${videoId}`;\n                }\n\n                \/\/ JavaScript code to handle image and play icon click events\n                function playVideo(element) {\n                    \/\/ Hide clicked image and play icon\n                    element.querySelector('.clickableImage').style.display = 'none';\n                    element.querySelector('.play-icon').style.display = 'none';\n\n                    \/\/ Show and play corresponding video\n                    var index = Array.from(document.querySelectorAll('.play-icon')).indexOf(element.querySelector('.play-icon'));\n                    var videoPlayer = document.getElementsByClassName('videoPlayer')[index];\n                    videoPlayer.style.display = 'block';\n                    videoPlayer.play();\n                }\n\n                \/\/ 移动端youtube 下拉列表显示隐藏\n                function showYtPlayList() {\n                    if (window.innerWidth \u003e 1024) {\n                        return\n                    }\n                    if (!document.getElementById('ytPlayListUl').style.display || document.getElementById('ytPlayListUl').style.display == 'none') {\n                        document.getElementById('ytPlayListUl').style.display = 'block';\n                        document.getElementById('ytListBtnIcon').className = 'fa fa-chevron-up'\n                    } else {\n                        document.getElementById('ytPlayListUl').style.display = 'none';\n                        document.getElementById('ytListBtnIcon').className = 'fa fa-chevron-down'\n                    }\n                }\n            \u003c\/script\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\u003c\/main\u003e","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":49295333261589,"sku":"GL-RM10-EU-4PX","price":166.38,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/rm10_1_711f5814-8ec5-4824-a097-eb92ae0e8dac.jpg?v=1770779326"},{"product_id":"comet-poe-gl-rm1pe-remote-kvm-control-over-internet","title":"Comet PoE (GL-RM1PE) Remote KVM Control Over Internet","description":"\u003cp\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.7.1\/jquery.min.js\" integrity=\"sha512-v2CJ7UaYy4JwqLDIrZUI\/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2\/4hpQINQ\/g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e \u003cscript defer src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/js\/bootstrap.min.js\" integrity=\"sha512-8qmis31OQi6hIRgvkht0s6mCOittjMa9GMqtK9hes5iEQBQE\/Ca6yGE5FsW36vyipGoWQswBj\/QBm2JR086Rkw==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e\u003c\/script\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/bootstrap\/4.5.3\/css\/bootstrap.min.css\" integrity=\"sha512-oc9+XSs1H243\/FRN9Rw62Fn8EtxjEYWHXRvjS43YtueEewbS6ObfXcJNyohjHqVKFPoXXUxwc+q1K7Dee6vv9g==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\" defer\u003e\u003c\/script\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .product-specs-section {\n        background-color: #f4f5f7;\n    }\n\n    .text-rm1pe {\n        color: #17a2b8;\n    }\n\n    .carousel-control-next,\n    .carousel-control-prev {\n        filter: brightness(0);\n    }\n\n    .text-dark {\n        color: #343a40 !important;\n    }\n\n    @media (min-width: 1441px) {\n        .tiny-slider-container-beta-tester-review h5 {\n            font-size: 14px !important;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review {\n        display: flex;\n        flex-wrap: wrap;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review {\n        padding: 0 1rem;\n        vertical-align: middle;\n        display: inline-flex;\n    }\n\n    @media (max-width: 1440px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review {\n            transform: translateX(0);\n        }\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review {\n            vertical-align: top;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card {\n        display: flex;\n        height: 100%;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row {\n        background-color: #ffffff;\n        margin: 0;\n        align-items: center;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row {\n            align-items: flex-start;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row {\n            margin-right: 0;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image {\n        height: 100%;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image {\n            height: auto;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        border-radius: 15px 0 0 15px;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image img {\n            border-radius: 15px 15px 0 0;\n            width: 100%;\n            height: auto;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row p {\n        font-size: 1.1rem;\n    }\n\n    .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: 700;\n    }\n\n    .text-rm1 {\n        color: #5b8aaa;\n    }\n\n    .rm1-bg-primary {\n        background-color: #5b8aaa !important;\n    }\n\n    .btn-round-rm1 {\n        background-color: #5b8aaa;\n        color: #fff !important;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n    }\n\n    @media (max-width: 768px) {\n        .btn-round-rm1 {\n            min-height: 50px;\n            border-radius: 50px;\n            padding: 12px 2rem;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n    }\n\n    .btn-round-rm1:hover {\n        background-color: #fff;\n        color: #5b8aaa !important;\n        border-color: #5b8aaa;\n    }\n\n    .background-cover-center {\n        background-size: cover;\n        background-position: 50%;\n    }\n\n    .gl-rounded {\n        border-radius: 15px !important;\n    }\n\n    @media (max-width: 768px) {\n        .tab-panel {\n            padding: 0;\n        }\n    }\n\n    @keyframes rm-slide {\n        0% {\n            transform: translateX(0);\n        }\n\n        100% {\n            transform: translateX(-99%);\n        }\n    }\n\n    .tiny-slider-controls.circle-controls {\n        margin: 0;\n        padding: 0;\n        cursor: pointer;\n    }\n\n    .tiny-slider-controls.circle-controls:focus {\n        outline: none;\n    }\n\n    .tiny-slider-controls.circle-controls a {\n        display: inline-block;\n        width: 50px;\n        height: 50px;\n        text-align: center;\n        border-radius: 25px;\n        border: 1px solid #c5c5c5;\n        padding: 0;\n        align-content: center;\n        color: #8f969c;\n    }\n\n    .tiny-slider-controls.circle-controls a:hover {\n        background-color: #17a2b8;\n        color: white;\n    }\n\n    .product-nav {\n        background-color: #eeeeee;\n        position: sticky;\n        top: 133px;\n        z-index: 999;\n    }\n\n    .product-nav .product-nav-container {\n        overflow-x: auto;\n        -ms-overflow-style: none;\n        scrollbar-width: none;\n    }\n\n    .product-nav .product-nav-container::-webkit-scrollbar {\n        display: none;\n    }\n\n    @media (max-width: 768px) {\n        .product-nav {\n            top: 75px;\n        }\n\n        .product-nav .product-nav-container {\n            overflow-x: inherit;\n        }\n    }\n\n    .product-nav .product-nav-container .product-nav-content {\n        display: flex;\n        flex-direction: row;\n        justify-content: left;\n        align-items: center;\n        white-space: nowrap;\n    }\n\n    @media (max-width: 768px) {\n        .product-nav .product-nav-container .product-nav-content {\n            overflow-x: auto;\n            -ms-overflow-style: none;\n            scrollbar-width: none;\n        }\n\n        .product-nav .product-nav-container .product-nav-content::-webkit-scrollbar {\n            display: none;\n        }\n    }\n\n    .product-nav .product-nav-container .product-nav-content .product-nav-item {\n        color: #6c757d;\n        height: -moz-fit-content;\n        height: fit-content;\n        padding: 0.75rem 1.5rem;\n        background: none !important;\n        border-bottom: 2px solid transparent;\n    }\n\n    @media (max-width: 991px) {\n        .product-nav .product-nav-container .product-nav-content .product-nav-item {\n            padding: 0.75rem 1rem !important;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .product-nav .product-nav-container .product-nav-content .product-nav-item {\n            padding: 0.75rem 1rem !important;\n        }\n    }\n\n    .product-nav .product-nav-container .product-nav-content .product-nav-item:hover {\n        color: #3dc1cf;\n        transition: 0.3s ease;\n    }\n\n    .product-nav .product-nav-container .product-nav-content .product-nav-item.active {\n        color: #3dc1cf;\n        border-color: #3dc1cf;\n    }\n\n    a:hover {\n        text-decoration: none;\n    }\n\n    .btn-underline {\n        color: #3b3e40;\n        padding-bottom: 4px;\n        border-bottom: 1px solid;\n        font-weight: 500;\n        line-height: 1.8;\n    }\n\n    .nav-iot-tab {\n        background-color: #f7f7f7;\n        border-radius: 30px;\n    }\n\n    .nav-iot-link {\n        color: #17a2b8;\n        font-weight: bold;\n        padding: 15px 10px 15px 10px;\n    }\n\n    .nav-iot-link:hover {\n        color: #0f7b8c;\n    }\n\n    .nav-pills-tab .nav-link.active,\n    .nav-pills .show\u003e.nav-link {\n        color: #fff;\n        background-color: #17a2b8;\n        border-radius: 30px;\n    }\n\n    .btn:not(:disabled):not(.disabled) {\n        cursor: pointer;\n    }\n\n    .btn-round-rm1pe:hover,\n    .btn-round-rm1pe {\n        background-color: #17a2b8;\n        color: #fff !important;\n        border-radius: 50px;\n        text-transform: uppercase;\n        font-weight: bold;\n    }\n\n    .btn-round-rm1pe,\n    .btn-round-rm1pe+.btn {\n        padding: 1rem 2rem;\n    }\n\n    .rm1pe-main-container .grid {\n        display: grid;\n        grid-auto-rows: 6rem;\n    }\n\n    @media (max-width: 767px) {\n\n        .nav-pills-tab .nav-link.active,\n        .nav-pills .show\u003e.nav-link {\n            padding: 10px 0 !important;\n            font-size: 12px !important;\n        }\n\n        .nav-link {\n            padding: 10px 0 !important;\n            font-size: 14px !important;\n        }\n    }\n\n    @media (max-width: 991px) {\n\n        .btn-round-rm1pe,\n        .btn-round-rm1pe+.btn {\n            padding: 0.5rem 0.5rem !important;\n        }\n\n        .rm1pe-main-container .grid {\n            grid-auto-rows: 5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid {\n            grid-auto-rows: 6.5rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .rm1pe-main-container .grid {\n            grid-auto-rows: 5.3rem;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .rm1pe-main-container .grid {\n            grid-auto-rows: 5.2rem;\n        }\n    }\n\n    .rm1pe-main-container .grid .grid-item {\n        position: relative;\n        margin: 0.3rem;\n        overflow: hidden;\n    }\n\n    .rm1pe-main-container .grid .grid-cell {\n        position: absolute;\n        transform: translate(-50%, -50%);\n        top: 50%;\n        left: 50%;\n        height: 100%;\n        width: 100%;\n        background-color: #000000;\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center bottom;\n        padding: 1.25rem 1.5rem;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .grid .grid-cell {\n            padding: 1rem 1.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid .grid-cell {\n            padding: 1rem 0.75rem;\n        }\n    }\n\n    .rm1pe-main-container .grid .grid-cell h2 {\n        font-size: 1.85rem;\n    }\n\n    @media (max-width: 1280px) {\n        .rm1pe-main-container .grid .grid-cell h2 {\n            font-size: 1.5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid .grid-cell h2 {\n            font-size: 1.25rem;\n        }\n    }\n\n    @media (max-width: 1280px) {\n        .rm1pe-main-container .grid .grid-cell h4 {\n            font-size: 1.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid .grid-cell h4 {\n            font-size: 1rem;\n        }\n    }\n\n    .rm1pe-main-container .grid .grid-cell img {\n        width: 70%;\n    }\n\n    .rm1pe-main-container .grid .grid-cell p {\n        margin-bottom: 0;\n    }\n\n    @media (max-width: 576px) {\n        .rm1pe-main-container .grid .grid-cell p {\n            font-size: 0.75rem;\n        }\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .grid .item-1 .grid-cell {\n            background-size: 120%;\n            background-position-y: 83%;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .rm1pe-main-container .grid .item-1 .grid-cell {\n            background-size: 110%;\n            background-position-y: 80%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid .item-1 .grid-cell {\n            background-size: 100%;\n            background-position-y: 75%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .rm1pe-main-container .grid .item-1 .grid-cell {\n            background-size: 115%;\n            background-position-y: 75%;\n        }\n    }\n\n    .rm1pe-main-container .grid .item-2 .grid-cell {\n        background-size: 100%;\n        background-position-y: 60%;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .grid .item-2 .grid-cell {\n            background-size: 100%;\n            background-position-y: 82%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid .item-2 .grid-cell {\n            background-size: 110%;\n            background-position-y: 100%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .rm1pe-main-container .grid .item-2 .grid-cell {\n            background-size: 100%;\n            background-position-y: 60%;\n        }\n    }\n\n    .rm1pe-main-container .grid .item-3 .grid-cell {\n        background-size: 100%;\n        background-position-y: 70%;\n    }\n\n    @media (max-width: 991px) {\n        .rm1pe-main-container .grid .item-3 .grid-cell {\n            background-size: 100%;\n            background-position-y: 78%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid .item-3 .grid-cell {\n            background-size: cover;\n        }\n    }\n\n    .rm1pe-main-container .grid .item-4 .grid-cell {\n        overflow: hidden;\n    }\n\n    .rm1pe-main-container .grid .item-4 .grid-cell video {\n        width: 100%;\n        height: 110%;\n        object-fit: cover;\n        position: absolute;\n        left: 0;\n        top: 0;\n        object-fit: cover;\n        z-index: -2;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .grid .item-4 .grid-cell video {\n            top: -12%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid .item-4 .grid-cell video {\n            height: 100%;\n            top: 0;\n        }\n    }\n\n    .rm1pe-main-container .grid .item-4 .grid-cell .bg {\n        width: 100%;\n        height: 100%;\n        position: absolute;\n        top: 0;\n        left: 0;\n        z-index: -1;\n        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);\n    }\n\n    .rm1pe-main-container .grid .item-5 .grid-cell {\n        background-size: 110%;\n        background-position-y: 50%;\n    }\n\n    @media (max-width: 991px) {\n        .rm1pe-main-container .grid .item-5 .grid-cell {\n            background-size: cover;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid .item-5 .grid-cell {\n            background-size: 125%;\n            background-position-x: 55%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .rm1pe-main-container .grid .item-5 .grid-cell {\n            background-size: cover;\n        }\n    }\n\n    .rm1pe-main-container .grid .item-6 .grid-cell,\n    .rm1pe-main-container .grid .item-7 .grid-cell,\n    .rm1pe-main-container .grid .item-8 .grid-cell {\n        background: #efefef;\n        padding: 1.25rem 0.5rem;\n    }\n\n    .rm1pe-main-container .grid .item-6 .grid-cell\u003ediv,\n    .rm1pe-main-container .grid .item-7 .grid-cell\u003ediv,\n    .rm1pe-main-container .grid .item-8 .grid-cell\u003ediv {\n        position: relative;\n        top: 50%;\n        transform: translateY(-50%);\n    }\n\n    .rm1pe-main-container .grid .item-6 .grid-cell\u003ediv p,\n    .rm1pe-main-container .grid .item-7 .grid-cell\u003ediv p,\n    .rm1pe-main-container .grid .item-8 .grid-cell\u003ediv p {\n        color: #323436;\n    }\n\n    @media (max-width: 768px) {\n\n        .rm1pe-main-container .grid .item-6 .grid-cell\u003ediv p,\n        .rm1pe-main-container .grid .item-7 .grid-cell\u003ediv p,\n        .rm1pe-main-container .grid .item-8 .grid-cell\u003ediv p {\n            font-size: 0.75rem;\n        }\n    }\n\n    .rm1pe-main-container .grid .item-1 {\n        grid-area: 1 \/ 1 \/ span 4 \/ span 3;\n    }\n\n    .rm1pe-main-container .grid .item-2 {\n        grid-area: 1 \/ 4 \/ span 3 \/ span 2;\n    }\n\n    .rm1pe-main-container .grid .item-3 {\n        grid-area: 1 \/ 6 \/ span 3 \/ span 2;\n    }\n\n    .rm1pe-main-container .grid .item-4 {\n        grid-area: 4 \/ 4 \/ span 3 \/ span 2;\n    }\n\n    .rm1pe-main-container .grid .item-5 {\n        grid-area: 4 \/ 6 \/ span 3 \/ span 2;\n    }\n\n    .rm1pe-main-container .grid .item-6 {\n        grid-area: 5 \/ 1 \/ span 2 \/ span 1;\n    }\n\n    .rm1pe-main-container .grid .item-7 {\n        grid-area: 5 \/ 2 \/ span 2 \/ span 1;\n    }\n\n    .rm1pe-main-container .grid .item-8 {\n        grid-area: 5 \/ 3 \/ span 2 \/ span 1;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 4 \/ span 6;\n        }\n\n        .rm1pe-main-container .grid .item-2 {\n            grid-area: 5 \/ 6 \/ span 4 \/ span 5;\n        }\n\n        .rm1pe-main-container .grid .item-3 {\n            grid-area: 9 \/ 7 \/ span 2 \/ span 4;\n        }\n\n        .rm1pe-main-container .grid .item-4 {\n            grid-area: 5 \/ 1 \/ span 4 \/ span 5;\n        }\n\n        .rm1pe-main-container .grid .item-5 {\n            grid-area: 1 \/ 7 \/ span 4 \/ span 4;\n        }\n\n        .rm1pe-main-container .grid .item-6 {\n            grid-area: 9 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .rm1pe-main-container .grid .item-7 {\n            grid-area: 9 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .rm1pe-main-container .grid .item-8 {\n            grid-area: 9 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .rm1pe-main-container .grid .item-2 {\n            grid-area: 3 \/ 1 \/ span 3 \/ span 3;\n        }\n\n        .rm1pe-main-container .grid .item-3 {\n            grid-area: 3 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .rm1pe-main-container .grid .item-4 {\n            grid-area: 5 \/ 4 \/ span 3 \/ span 3;\n        }\n\n        .rm1pe-main-container .grid .item-5 {\n            grid-area: 6 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .rm1pe-main-container .grid .item-6 {\n            grid-area: 8 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .rm1pe-main-container .grid .item-7 {\n            grid-area: 8 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .rm1pe-main-container .grid .item-8 {\n            grid-area: 8 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .rm1pe-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 3 \/ span 6;\n        }\n\n        .rm1pe-main-container .grid .item-2 {\n            grid-area: 6 \/ 1 \/ span 3 \/ span 6;\n        }\n\n        .rm1pe-main-container .grid .item-3 {\n            grid-area: 4 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .rm1pe-main-container .grid .item-4 {\n            grid-area: 9 \/ 1 \/ span 3 \/ span 6;\n        }\n\n        .rm1pe-main-container .grid .item-5 {\n            grid-area: 4 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .rm1pe-main-container .grid .item-6 {\n            grid-area: 12 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .rm1pe-main-container .grid .item-7 {\n            grid-area: 12 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .rm1pe-main-container .grid .item-8 {\n            grid-area: 12 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    .rm1pe-main-container .rm1pe-feature figure {\n        height: 32rem;\n        display: flex;\n        background: #323436;\n        position: relative;\n        margin: 0 0.3rem 2rem;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .rm1pe-feature figure {\n            height: inherit;\n        }\n    }\n\n    .rm1pe-main-container .rm1pe-feature figure .figure-video {\n        position: absolute;\n        display: flex;\n        z-index: 0;\n        width: 100%;\n        height: 100%;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-video {\n            position: relative;\n        }\n    }\n\n    .rm1pe-main-container .rm1pe-feature figure .figure-video .overlay {\n        position: absolute;\n        top: 0;\n        bottom: 0;\n        left: 0;\n        right: 0;\n        background: linear-gradient(270deg, rgba(50, 52, 54, 0) 0%, #323436 80%);\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-video .overlay {\n            display: none;\n        }\n    }\n\n    .rm1pe-main-container .rm1pe-feature figure .figure-video video {\n        padding-left: 20%;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-video video {\n            object-fit: inherit;\n            aspect-ratio: 16 \/ 9;\n            padding-left: 0;\n        }\n    }\n\n    .rm1pe-main-container .rm1pe-feature figure .figure-image {\n        align-content: center;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-image {\n            text-align: center;\n            aspect-ratio: 16 \/ 9;\n        }\n    }\n\n    .rm1pe-main-container .rm1pe-feature figure .figure-content {\n        position: relative;\n        z-index: 2;\n        display: flex;\n        flex-direction: column;\n        align-self: start;\n        padding: 2rem 2rem;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-content {\n            flex-direction: row;\n            padding: 1rem 1.5rem;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-content {\n            flex-direction: column;\n        }\n    }\n\n    .rm1pe-main-container .rm1pe-feature figure .figure-content\u003ediv {\n        display: flex;\n        flex-direction: row;\n        align-items: start;\n        padding: 5% 2rem;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-content\u003ediv {\n            padding: 1rem 1rem;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-content\u003ediv {\n            padding: 2rem 2rem 2rem 2rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-content\u003ediv {\n            flex-direction: column;\n            padding: 1.5rem 1rem;\n        }\n    }\n\n    .rm1pe-main-container .rm1pe-feature figure .figure-content\u003ediv img {\n        padding-right: 1.5rem;\n        height: 4rem;\n    }\n\n    @media (max-width: 1199px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-content\u003ediv img {\n            padding-right: 1rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .rm1pe-feature figure .figure-content\u003ediv img {\n            padding-right: 0;\n            padding-bottom: 1rem;\n        }\n    }\n\n    .rm1pe-main-container .model-comparison .comparison-detail div:nth-child(2) {\n        background-color: #17a2b8;\n    }\n\n    @media (max-width: 768px) {\n        .rm1pe-main-container .model-comparison .comparison-detail div:nth-child(2) {\n            background-color: inherit;\n        }\n    }\n\n    .rm1pe-main-container .model-comparison .comparison-detail div i {\n        color: #17a2b8;\n    }\n\n    .model-comparison .product-img {\n        width: 75%;\n    }\n\n    @media (max-width: 576px) {\n        .model-comparison .product-img {\n            width: 85%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .model-comparison p {\n            font-size: 0.85rem;\n        }\n    }\n\n    .model-comparison .comparison-detail {\n        padding-bottom: 1rem;\n    }\n\n    @media (max-width: 768px) {\n        .model-comparison .comparison-detail {\n            padding-bottom: 0;\n            background-color: white;\n        }\n\n        .model-comparison .comparison-detail div {\n            background-color: white;\n        }\n\n        .model-comparison .comparison-detail:nth-of-type(odd) {\n            background-color: #f7f7f7;\n        }\n\n        .model-comparison .comparison-detail:nth-of-type(odd) div {\n            background-color: #f7f7f7;\n        }\n    }\n\n    .model-comparison .comparison-detail img {\n        width: 40px;\n    }\n\n    .model-comparison .comparison-detail\u003ediv {\n        padding: 1rem 2rem;\n        background-color: #f7f7f7;\n        align-content: center;\n        border-bottom: 1px solid #dee2e6;\n    }\n\n    @media (max-width: 991px) {\n        .model-comparison .comparison-detail\u003ediv {\n            padding: 1rem 0.5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .model-comparison .comparison-detail\u003ediv {\n            background-color: inherit;\n            padding: 0.7rem 1rem 3rem;\n            border-bottom: 0;\n        }\n    }\n\n    .model-comparison .comparison-detail\u003ediv h5 {\n        font-size: 1rem;\n        margin-bottom: 0;\n    }\n\n    .model-comparison .comparison-detail\u003ediv p {\n        margin-bottom: 0;\n    }\n\n    .model-comparison .comparison-detail\u003ediv i.fa-crown {\n        font-size: 1.4em;\n        color: #1b488b;\n        transform: rotate(20deg);\n        position: absolute;\n        top: -0.6rem;\n        right: -2rem;\n    }\n\n    @media (max-width: 768px) {\n        .model-comparison .comparison-detail\u003ediv i.fa-crown {\n            right: -14px;\n            font-size: 1rem;\n        }\n    }\n\n    .model-comparison .comparison-detail\u003ediv i.fa-check {\n        color: #17a2b8;\n    }\n\n    .model-comparison .comparison-detail\u003ediv .fa-minus {\n        color: #a1a1a1;\n    }\n\n    .model-comparison .comparison-detail div:nth-child(2) {\n        background-color: #1b488b;\n        color: white;\n    }\n\n    @media (max-width: 768px) {\n        .model-comparison .comparison-detail div:nth-child(2) {\n            padding: 2.5rem 0 0;\n            background-color: inherit;\n            color: #000000;\n        }\n    }\n\n    .btn-info {\n        color: #fff !important;\n    }\n\n    .rm1pe-main-container .model-comparison .comparison-detail div i {\n        color: #17a2b8;\n    }\n\u003c\/style\u003e\n\u003cmain class=\"rm1pe-main-container\"\u003e\u003c!-- Remote KVM over PoE --\u003e\n\u003csection class=\"p-4 py-lg-5\" style=\"padding-top: 0 !important;\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-2\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eRemote KVM over PoE\u003c\/h4\u003e\n\u003cdiv class=\"d-flex\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1pe\"\u003ePoE-Powered\u003c\/span\u003e - Power \u0026amp; network over a single cable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1pe\"\u003eTailscale Support\u003c\/span\u003e - Secure remote networking\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1pe\"\u003e32GB eMMC Storage\u003c\/span\u003e - High-speed, built-in storage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1pe\"\u003eBrowser-Based Access\u003c\/span\u003e - Remote control from Windows, macOS or Linux, no app required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1pe\"\u003e4K@30FPS Video\u003c\/span\u003e - Crisp visuals with H.264 encoding\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1pe\"\u003eTwo-Way Audio\u003c\/span\u003e - Hear and be heard remotely\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1pe\"\u003eOne-time Purchase\u003c\/span\u003e - No subscription fees, ever\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-2\"\u003e\u003cspan class=\"text-rm1pe\"\u003eOption to Self-host\u003c\/span\u003e - Remotely manage on your own servers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-2 d-flex\"\u003e\n\u003ca class=\"btn btn-round btn-round-rm1pe mt-3 mr-3\" href=\"#specs\"\u003eView Specs\u003c\/a\u003e \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"https:\/\/www.gl-inet.com\/support\/gl-rm1pe\/\" target=\"_blank\"\u003eOnline Guide\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-11 col-lg-6 order-md-2 order-lg-1 text-center text-lg-left pl-4 pb-3\"\u003e\n\u003cdiv class=\"row align-items-center\"\u003e\n\u003cdiv class=\"col-6 m-2\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/logo\/logo_climate-partner-certified.png\" alt=\"Amazon Climate Pledge Friendly Certification\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n\u003col class=\"carousel-indicators\"\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"carousel-inner\"\u003e\n\u003cdiv class=\"carousel-item active\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_1_v2.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_1_v2.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_1_v2.jpg\" alt=\"Comet PoE (GL-RM1PE)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_2_v2.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_2_v2.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_2_v2.jpg\" alt=\"Comet PoE (GL-RM1PE)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_3_v2.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_3_v2.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_3_v2.jpg\" alt=\"Comet PoE (GL-RM1PE)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_4_v2.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_4_v2.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_4_v2.jpg\" alt=\"Comet PoE (GL-RM1PE)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_5_v2.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_5_v2.jpg\" type=\"image\/jpg\"\u003e \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_5_v2.jpg\" alt=\"Comet PoE (GL-RM1PE)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Nav Tab --\u003e\n\u003csection class=\"product-nav\"\u003e\n\u003cdiv class=\"product-nav-container container-md\"\u003e\n\u003cdiv class=\"product-nav-content\"\u003e\n\u003ca class=\"product-nav-item nav-link highlight\" href=\"#highlight\"\u003eHighlight\u003c\/a\u003e \u003ca class=\"product-nav-item nav-link features\" href=\"#features\"\u003eFeatures\u003c\/a\u003e \u003ca class=\"product-nav-item nav-link scenarios\" href=\"#scenarios\"\u003eScenarios\u003c\/a\u003e \u003ca class=\"product-nav-item nav-link reviews\" href=\"#reviews\"\u003eReviews\u003c\/a\u003e \u003ca class=\"product-nav-item nav-link specs\" href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n            let currentModel = ''\n            window.addEventListener('scroll', function () {\n                document.querySelectorAll('.product-nav-section').forEach((section) =\u003e {\n                    let sectionTop = section.offsetTop\n                    if (pageYOffset \u003e= sectionTop - 100) {\n                        currentModel = section.getAttribute('id')\n                    }\n                })\n                document.querySelectorAll('.product-nav-item').forEach((li) =\u003e {\n                    if (li.classList.contains(currentModel)) {\n                        li.classList.add('active')\n                    } else {\n                        li.classList.remove('active')\n                    }\n                })\n            })\n        \u003c\/script\u003e\u003c\/section\u003e\n\u003c!-- grid --\u003e\n\u003csection class=\"px-0 py-4 py-lg-5 bg-dark product-nav-section\" id=\"highlight\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"grid w-100 text-white\"\u003e\n\u003cdiv class=\"grid-item item-1\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 40%),                                url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_poe.jpg');\"\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003ePoE-Powered Remote KVM\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-2\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image: linear-gradient(180deg, rgba(97, 97, 97, 0.2) 0%, rgba(255, 255, 255, 0) 70%),                                url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_32gb.jpg');\"\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003e32GB eMMC Storage\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-3\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 70%),                                url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_two-way-audio.jpg');\"\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003eTwo-way Audio\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-4\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded\"\u003e\n\u003cdiv class=\"bg\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cvideo loop=\"loop\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\"\u003e\n                            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_remote-access.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003eBrowser-Based Access\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-5\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 70%),                                url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_4k30fps.jpg');\"\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003e4K@30FPS Video\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-6\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n\u003cdiv\u003e\n\u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_tailscale.svg\"\u003e\n\u003cp class=\"font-weight-bold\"\u003eTailscale Support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-7\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n\u003cdiv\u003e\n\u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_daul-power.svg\"\u003e\n\u003cp class=\"font-weight-bold\"\u003eDual Power Option\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-8\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n\u003cdiv\u003e\n\u003cimg class=\"pb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_self_hosted.svg\"\u003e\n\u003cp class=\"font-weight-bold\"\u003eSelf-Hosted Option\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"rm1pe-feature py-4 py-lg-5 product-nav-section\" id=\"features\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cfigure class=\"row gl-rounded overflow-hidden px-0\"\u003e\n\u003cdiv class=\"figure-video col-12 overflow-hidden order-1 order-xl-2 px-0\"\u003e\n\u003cdiv class=\"overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cvideo loop=\"loop\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\"\u003e\n                        \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_port.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"figure-content col-12 col-xl-6 order-2 order-xl-1\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_rm1pe-poe.svg\" alt=\"PoE \u0026amp; 1Gbps Ethernet\"\u003e\n\u003cdiv class=\"text-light\"\u003e\n\u003ch4 class=\"font-weight-bold mb-1\"\u003ePoE \u0026amp; 1Gbps Ethernet\u003c\/h4\u003e\n\u003cp class=\"mb-0\"\u003eDeploy with a single cable for both data and power. Perfect for rackmount environments or minimizing cable clutter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_rm1pe-emmc.svg\" alt=\"High-Speed 32GB eMMC Storage\"\u003e\n\u003cdiv class=\"text-light\"\u003e\n\u003ch4 class=\"font-weight-bold mb-1\"\u003eHigh-Speed 32GB eMMC Storage\u003c\/h4\u003e\n\u003cp class=\"mb-0\"\u003eStore system logs, snapshots, and even ISO installers with ~35MB\/s reading speed-no external drive needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Browser-Based Remote Access --\u003e\n\u003csection class=\"rm1pe-feature bg-light py-4 py-lg-5\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 px-0\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"font-weight-bold pb-2\"\u003eBrowser-Based Remote Access\u003c\/h2\u003e\n\u003cp\u003eAccess your systems directly through a web browser with built-in cloud service. No app installation, no complex VPNs-just log in and take control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"row gl-rounded overflow-hidden bg-transparent h-auto px-0\"\u003e\n\u003cdiv class=\"figure-image col-12 col-xl-6\"\u003e\u003cimg class=\"img-fluid w-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/screen_browser-based.png\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"figure-content col-12 col-xl-6\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_rm1pe-4k-2way.svg\" alt=\"4K Video \u0026amp; Two-Way Audio\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003ch4 class=\"font-weight-bold mb-1\"\u003e4K Video \u0026amp; Two-Way Audio\u003c\/h4\u003e\n\u003cp class=\"mb-0\"\u003eEnjoy ultra-clear remote sessions with up to 4K@30FPS output, complete with two-way audio for calls, troubleshooting, or live collaboration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/icon_rm1pe-smart-mouse.svg\" alt=\"Mouse Controls\"\u003e\n\u003cdiv class=\"\"\u003e\n\u003ch4 class=\"font-weight-bold mb-1\"\u003eMouse Controls\u003c\/h4\u003e\n\u003cp class=\"mb-0\"\u003eRelative Mouse Mode keeps local and remote cursors aligned on high-resolution screens, while Mouse Jiggle prevents sleep mode during long tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/figure\u003e\n\u003cdiv class=\"row justify-content-center align-items-center py-4 mb-0 mb-lg-5\"\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-1 text-left pl-4 pb-3\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003eSelf-Hosted Server and Deployment\u003c\/h3\u003e\n\u003cp class=\"mb-2\"\u003eComet PoE supports self-hosted deployment on mainstream operating systems such as Linux and Ubuntu, giving you full control over your remote access environment.\u003c\/p\u003e\n\u003cp class=\"mb-4 mb-lg-3\"\u003eGet started with 2 cores and 2GB RAM cloud server, then deploy in one click-no complex setup required. No personal information is collected by GL.iNet, ensuring a private experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-2\" id=\"\"\u003e\u003cimg class=\"d-block img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/self-hosted.png\" alt=\"Self-Hosted Server and Deployment\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Restart Devices Remotely, and Effortlessly --\u003e\n\u003csection class=\"p-4 py-lg-5\" id=\"power-mgnt\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 px-0\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"font-weight-bold pb-2\"\u003eRestart Devices Remotely, and Effortlessly\u003c\/h2\u003e\n\u003cp\u003eComet PoE enables remote power management by connecting to extension devices such as ATX Boards and Fingerbot, allowing users to power on\/off, or restart any device-even those without internet connectivity-from anywhere. By eliminating the need for physical access, Comet PoE reduces downtime, ensures seamless operation, and enhances efficiency, reliability, and cost-effectiveness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"three-ways\"\u003e\n\u003cdiv class=\"row justify-content-center mt-4\"\u003e\n\u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\u003ca href=\"https:\/\/www.gl-inet.com\/app-rm\/\" target=\"_blank\"\u003e\n\u003cdiv class=\"card gl-rounded overflow-hidden h-100\"\u003e\n\u003cdiv class=\"card-image\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_restart-devices_app.jpg\" alt=\"GLKVM has built-in Wake On LAN features for remote controling devices\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-body text-dark pb-5 mb-5\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eWake on LAN (WOL)\u003c\/h4\u003e\n\u003cp\u003eWake your PC remotely using built-in WOL in GLKVM.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom: 1.5rem;\"\u003e\n\u003cp class=\"btn btn-round btn-round-rm1pe mb-0\"\u003eCheck out the app\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\u003ca href=\"\/products\/atx-board\/\" class=\"shop-now-button\" target=\"_blank\"\u003e\n\u003cdiv class=\"card gl-rounded overflow-hidden h-100\"\u003e\n\u003cdiv class=\"card-image\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_restart-devices_atx-board.jpg\" alt=\"Advanced Remote Power Management in Extreme Conditions with ATX Power Control Board\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-body text-dark pb-5 mb-5\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eATX Board \u003c\/h4\u003e\n\u003cp\u003eFor reliable wake-up, use the included ATX board via USB.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom: 1.5rem;\"\u003e\n\u003cp class=\"btn btn-round btn-round-rm1pe mb-0\"\u003eGet ATX Board\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\u003ca href=\"\/products\/fingerbot\" class=\"shop-now-button\" target=\"_blank\"\u003e\n\u003cdiv class=\"card gl-rounded overflow-hidden h-100\"\u003e\n\u003cdiv class=\"card-image\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_restart-devices_fingerbot.jpg\" alt=\"Simple remote power control using Fingerbot, coming soon\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-body text-dark pb-5 mb-5\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eFingerbot \u003c\/h4\u003e\n\u003cp\u003eA mechanical arm that presses your PC’s power button reliably.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom: 1.5rem;\"\u003e\n\u003cp class=\"btn btn-round btn-round-rm1pe mb-0\"\u003eShop Now\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!--3D print--\u003e\n\u003csection class=\"p-4 py-lg-5 bg-light\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-md-1 order-lg-1 text-left pl-4 pb-3\"\u003e\n\u003cp class=\"mb-0\"\u003eDownload the 3D-printable rack mount and seamlessly integrate your device into your existing rack setup.\u003c\/p\u003e\n\u003cdiv class=\"mt-2\"\u003e\u003ca role=\"button\" class=\"btn btn-round btn-info mt-3\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/5xy8fyj9gzdeokzu9eh80\/AHhLF16KXQ6eH1002f8nlR4?rlkey=tpm0yfs4bnwqd01smuc1czw2a\u0026amp;st=yr4m6rnf\u0026amp;dl=0\" target=\"_blank\"\u003eCheck it out\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-2 text-center\" id=\"\"\u003e\n\u003cimg class=\"d-block img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_3d-printable.jpg\" alt=\"Self-Hosted Server and Deployment\"\u003e\n\u003ch5 class=\"font-weight-bold text-light mt-n4 mt-sm-n5\"\u003e10 Inch Rack Mount\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"px-2 py-4 py-lg-5 product-nav-section\" id=\"scenarios\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- img --\u003e\n\u003cdiv class=\"tab-content pb-2\"\u003e\n\u003cdiv class=\"tab-pane active show scenarios-tab1-img\" id=\"scenarios-tab1-img\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-11 col-lg-8 px-2 px-lg-3\"\u003e\n\u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_scenarios_homelab.jpg\" alt=\"Comet PoE in homelab setup\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane scenarios-tab2-img\" id=\"scenarios-tab2-img\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-11 col-lg-8 px-2 px-lg-3\"\u003e\n\u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_scenarios_office.jpg\" alt=\"using Comet PoE for remote work while traveling\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane scenarios-tab3-img\" id=\"scenarios-tab3-img\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-11 col-lg-8 px-2 px-lg-3\"\u003e\n\u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_scenarios_server.jpg\" alt=\"using Comet PoE in server rooms for reduced cable clutter\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane scenarios-tab4-img\" id=\"scenarios-tab4-img\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-11 col-lg-8 px-2 px-lg-3\"\u003e\n\u003cdiv class=\"card border-0 gl-rounded overflow-hidden\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_scenarios_factories.jpg\" alt=\"using Comet PoE in factories to cut hazardous site visits\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- control --\u003e\n\u003cdiv class=\"row justify-content-center pt-4 pt-lg-5 pb-4\"\u003e\n\u003cdiv class=\"col-md-10 col-lg-8 col-xl-6 nav-link-wrap mb-2 mb-lg-4 px-md-0\"\u003e\n\u003cdiv class=\"\" id=\"tab\" role=\"scenarioslist\"\u003e\n\u003cul class=\"nav nav-fill nav-iot-tab nav-pills-tab\" role=\"tablist\"\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link nav-iot-link active show px-4 py-2\" data-toggle=\"pill\" data-target=\"#scenarios-tab1-img, #scenarios-tab1-content\" id=\"scenarios1-tab\" role=\"tab\" aria-controls=\"scenarios-tab1-img scenarios-tab1-content\" aria-selected=\"true\"\u003e Homelab \u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link nav-iot-link px-4 py-2\" data-toggle=\"pill\" data-target=\"#scenarios-tab2-img, #scenarios-tab2-content\" id=\"scenarios2-tab\" role=\"tab\" aria-controls=\"scenarios-tab2-img scenarios-tab2-content\" aria-selected=\"true\"\u003e \u003cspan class=\"d-none d-md-block\"\u003eRemote Offices\u003c\/span\u003e \u003cspan class=\"d-md-none\"\u003eOffices\u003c\/span\u003e \u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link nav-iot-link px-4 py-2\" data-toggle=\"pill\" data-target=\"#scenarios-tab3-img, #scenarios-tab3-content\" id=\"scenarios3-tab\" role=\"tab\" aria-controls=\"scenarios-tab3-img scenarios-tab3-content\" aria-selected=\"true\"\u003e \u003cspan class=\"d-none d-md-block\"\u003eServer Room\u003c\/span\u003e \u003cspan class=\"d-md-none\"\u003eServer\u003c\/span\u003e \u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link nav-iot-link px-4 py-2\" data-toggle=\"pill\" data-target=\"#scenarios-tab4-img, #scenarios-tab4-content\" id=\"scenarios4-tab\" role=\"tab\" aria-controls=\"scenarios-tab4-img scenarios-tab4-content\" aria-selected=\"true\"\u003e Factories \u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- content --\u003e\n\u003cdiv class=\"tab-content pb-5\"\u003e\n\u003cdiv class=\"tab-pane active show\" id=\"scenarios-tab1-content\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-11 col-lg-10 text-center\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eMaximize Your Homelab with Local Storage \u0026amp; Full Control\u003c\/h4\u003e\n\u003cp\u003eWith \u003cb class=\"text-info\"\u003e32GB\u003c\/b\u003e of onboard eMMC storage, Comet PoE provides ample space for system snapshots, recovery tools, and logging. Homelab users can \u003cb class=\"text-info\"\u003emanage headless\u003c\/b\u003e servers or custom-built setups efficiently-no need for external storage or complex workarounds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane\" id=\"scenarios-tab2-content\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-11 col-lg-10 text-center\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eEffortless Home Server \u0026amp; Network Management\u003c\/h4\u003e\n\u003cp\u003eManage systems in remote offices or offsite locations through a browser-no apps or complex VPNs required. Comet PoE is ideal for handling updates, troubleshooting, or BIOS-level access across distributed teams or locations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane\" id=\"scenarios-tab3-content\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-11 col-lg-10 text-center\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eStreamline Server Rooms with PoE-Powered Simplicity\u003c\/h4\u003e\n\u003cp\u003eSimplify deployment with Power over Ethernet (PoE)-just one cable for both power and data. Comet PoE helps IT teams reduce cable clutter and maintain a clean, organized environment, perfect for tight or dense server rack spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane\" id=\"scenarios-tab4-content\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-11 col-lg-10 text-center\"\u003e\n\u003ch4 class=\"font-weight-bold\"\u003eFactories \u0026amp; Field Sites\u003c\/h4\u003e\n\u003cp\u003eRemotely monitor, control and troubleshoot multiple devices in high-risk or unmanned zones without site visits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- What Beta Tester are Saying --\u003e\n\u003csection class=\"section-customer-review px-0 py-4 bg-light product-nav-section\"\u003e\n\u003cdiv class=\"container-fluid px-0 py-4 py-lg-5\"\u003e\n\u003ch2 class=\"text-center font-weight-bold mb-4\"\u003eWhat Beta Tester are Saying\u003c\/h2\u003e\n\u003cdiv class=\"tiny-slider-container-beta-tester-review pb-3\"\u003e\n\u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/beta-tester\/rm1pe_OzTech74L.jpg\" alt=\"Comet PoE (GL-RM1PE) homelab setup with Slate Plus (GL-A1300) and Flint 3 (GL-BE9300) by beta tester\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eThe upgraded 32GB eMMC lets me store ISO installers without hassle, and best of all, the latency is so low it feels like I'm physically connected to it. It's now a permanent addition to my laptop bag when servicing servers in cramped network closets where there's no room for a monitor or keyboard.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@OzTech74L\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/beta-tester\/rm1pe_debian1604.jpg\" alt=\"Comet PoE (GL-RM1PE) with Fingerbot (FGB-01) together for remote device access and management\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eI was looking for a solution to remotely manage my backup router which doesn't have IPMI.\u003cbr\u003ePaired with a Fingerbot, this product is incredibly efficient and allows me to turn it on\/off and control it using web interface. The POE power supply is a real plus, allowing me to take advantage of the UPS without using a dedicated electrical outlet.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@debian1604\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/beta-tester\/rm1pe_yeloop.jpg\" alt=\"Comet PoE (GL-RM1PE) used in homelab setup for remote device access and management\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eIt's been very easy to use. Even my partner who struggled with tech worked it out in a few seconds. The design is very nice and I'll certainly be buying a couple when they go on sale. Nice work!\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@yeloop\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\u003ca class=\"text-left p-0 border-0 video-modal-trigger\" data-video-id=\"octiwhale\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/beta-tester\/rm1pe_octiwhale.jpg\" alt=\"Comet PoE (Gl-RM1PE) Beta Tester's impression\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold text-dark\"\u003e...remote desktop software is great, but it has the limitation of hogging system performance, as well as OS limitations to what operating systems support the software in question. Comet PoE allows you to access your device, without the limitations of remote desktop software.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@octiwhale\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-controls circle-controls m-auto text-center pt-2 pt-lg-4\" id=\"tiny-slider-controls-beta-tester-review\" aria-label=\"Carousel Navigation\" tabindex=\"0\"\u003e\n\u003ca class=\"prev mr-2\" data-controls=\"prev\" aria-controls=\"customize\" tabindex=\"-1\"\u003e \u003ci class=\"fas fa-chevron-left\"\u003e\u003c\/i\u003e \u003c\/a\u003e \u003ca class=\"next\" data-controls=\"next\" aria-controls=\"customize\" tabindex=\"-1\"\u003e \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Custom Video Modal --\u003e\n\u003cdiv class=\"custom-video-modal\" id=\"videoModal\" style=\"display: none;\"\u003e\n\u003cdiv class=\"custom-modal-overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"custom-modal-content\"\u003e\n\u003cdiv class=\"custom-modal-body\"\u003e\n\u003cvideo id=\"modalVideo\" playsinline=\"\" controls=\"controls\" style=\"max-width: 100%; height: auto;\"\u003e\n                        \u003csource type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\u003cdiv class=\"modal-footer justify-content-center\"\u003e\u003cbutton type=\"button\" class=\"btn btn-round btn-outline-dark btn-sm ml-4 custom-modal-close\" data-dismiss=\"modal\"\u003eClose\u003c\/button\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e\n\u003cstyle\u003e\n            .custom-video-modal {\n                position: fixed;\n                top: 0;\n                left: 0;\n                width: 100%;\n                height: 100%;\n                z-index: 9999;\n            }\n            \n            .custom-modal-overlay {\n                position: absolute;\n                top: 0;\n                left: 0;\n                width: 100%;\n                height: 100%;\n                background-color: rgba(0, 0, 0, 0.8);\n            }\n            \n            .custom-modal-content {\n                position: absolute;\n                top: 50%;\n                left: 50%;\n                transform: translate(-50%, -50%);\n                background: #fff;\n                border-radius: 8px;\n                max-width: 90%;\n                max-height: 90%;\n                width: 800px;\n                overflow: hidden;\n            }\n            \n            .custom-modal-body {\n                padding: 0;\n            }\n            \n            .custom-modal-body video {\n                display: block;\n                width: 100%;\n            }\n            .video-modal-trigger{\n                cursor: pointer;\n            }\n        \u003c\/style\u003e\n\u003cmain class=\"rm1pe-main-container\"\u003e\n\u003csection class=\"section-customer-review px-0 py-4 bg-light product-nav-section\" id=\"reviews\"\u003e\u003cscript\u003e\n            $(document).ready(function() {\n                \/\/ 视频源映射\n                const videoSources = {\n                    'octiwhale': 'https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/beta-tester\/rm1pe_octiwhale.mp4'\n                };\n                \n                \/\/ 打开模态框 - 使用事件委托,支持动态添加的元素\n                $(document).on('click', '.video-modal-trigger', function(e) {\n                    e.preventDefault();\n                    const videoId = $(this).data('video-id');\n                    const videoSrc = videoSources[videoId];\n                    \n                    if (videoSrc) {\n                        $('#modalVideo source').attr('src', videoSrc);\n                        $('#modalVideo')[0].load();\n                        $('#videoModal').fadeIn(300);\n                    }\n                });\n                \n                \/\/ 关闭模态框\n                function closeModal() {\n                    $('#videoModal').fadeOut(300, function() {\n                        const video = $('#modalVideo')[0];\n                        video.pause();\n                        video.currentTime = 0;\n                    });\n                }\n                \n                \/\/ 点击关闭按钮 - 使用事件委托\n                $(document).on('click', '.custom-modal-close', closeModal);\n                \n                \/\/ 点击遮罩层关闭 - 使用事件委托\n                $(document).on('click', '.custom-modal-overlay', closeModal);\n                \n                \/\/ ESC键关闭\n                $(document).on('keydown', function(e) {\n                    if (e.key === 'Escape' \u0026\u0026 $('#videoModal').is(':visible')) {\n                        closeModal();\n                    }\n                });\n            });\n        \u003c\/script\u003e\u003c\/section\u003e\n\u003c!-- Comet PoE vs Comet - Core Specs \u0026 What's Different --\u003e\n\u003csection class=\"px-2 px-lg-4 py-4 py-lg-5 model-comparison product-nav-section\" id=\"specs\"\u003e\n\u003cdiv class=\"container-lg\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eComet PoE vs Comet- Core Specs \u0026amp; What's Different\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row justify-content-center text-center pt-3 pb-2 pb-md-3\"\u003e\n\u003cdiv class=\"col-5 col-md-4\"\u003e\n\u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_2_v2.jpg\" alt=\"Comet PoE(GL-RM1PE)\"\u003e\n\u003cp class=\"font-weight-bold\"\u003eComet PoE (GL-RM1PE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-1 col-md-3 align-items-center d-flex px-0 px-md-3\"\u003e\n\u003ch4 class=\"m-auto\"\u003eVS\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4\"\u003e\n\u003ca href=\"https:\/\/www.gl-inet.com\/products\/gl-rm1\"\u003e \u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_1.png\" alt=\"Comet(GL-RM1)\"\u003e \u003c\/a\u003e\n\u003cp class=\"font-weight-bold\"\u003eComet (GL-RM1)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003e32GB eMMC\u003c\/p\u003e\n\u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e Storage\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e Storage\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cp\u003e8GB eMMC\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003eQuad-core ARM Cortex-A53\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e CPU\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e CPU\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cp\u003eQuad-core ARM Cortex-A7\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003eWrite: ~25MB\/s\u003cbr\u003eRead: ~35MB\/s\u003c\/p\u003e\n\u003ci class=\"fa-solid fa-crown\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_file-transfer.svg\" alt=\"File Transfer Speed\"\u003e File Transfer Speed\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_file-transfer.svg\" alt=\"File Transfer Speed\"\u003e File Transfer Speed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cp class=\"\"\u003eWrite: ~9MB\/s\u003cbr\u003eRead: ~10MB\/s\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003e30-60ms\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e Latency\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e Latency\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cp\u003e30-60ms\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003e1Gbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"Ethernet Speed\"\u003e Ethernet Speed\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"Ethernet Speed\"\u003e Ethernet Speed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cp\u003e1Gbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003e4K@30fps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Video Resolution\"\u003e Video Resolution\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Video Resolution\"\u003e Video Resolution\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cp\u003e4K@30fps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003ePoE\/USB-C\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Options\"\u003e Power Options\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Options\"\u003e Power Options\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cp\u003eUSB-C\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-center mt-4\"\u003e\n\u003cp\u003e\u003csmall\u003e*Measured on internal tests; performance varies.\u003c\/small\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"py-4 py-lg-5 product-specs-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center mx-0\"\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_poe.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_poe.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_poe.png\" alt=\"PoE\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003ePower-over-Ethernet\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.png\" alt=\"4K@30FPS Video Resolution\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003e4K@30FPS \u003cbr\u003eVideo Resolution\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.png\" alt=\"H.264 hardware encoding with 30-60ms latency\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eH.264 hardware encoding \u003cbr\u003ewith 30-60ms latency\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-2 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.png\" alt=\"BIOS Access\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eBIOS Access\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.png\" alt=\"USB 2.0 External Extension\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eUSB 2.0 \u003cbr\u003eExternal Extension\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_two-way-audio.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_two-way-audio.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_two-way-audio.png\" alt=\"Two-way Audio\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eTwo-way Audio\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_app-browser-access.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_app-browser-access.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_app-browser-access.png\" alt=\"APP or Browser Access\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eAPP\/Browser Access\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gigabitports_x1.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gigabitports_x1.png\" type=\"image\/png\"\u003e \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_gigabitports_x1.png\" alt=\"Gigabit Ethernet\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eGigabit\u003cbr\u003eEthernet\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications --\u003e\n\u003csection class=\"container py-4 py-lg-5\"\u003e\n\u003ch2 class=\"font-weight-bold text-center\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cimg class=\"img-fluid py-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_interface.png\"\u003e\n\u003ctable class=\"table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e1 x Ethernet port (802.3af\/at PoE support)\u003cbr\u003e1 x USB 2.0 Type-A port (for extenal extension)\u003cbr\u003e1 x USB 2.0 Type-C port (use as USB device)\u003cbr\u003e1 x HD IN port\u003cbr\u003e1 x Reset button\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003eQuad-core ARM Cortex-A53\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003eDDR3L 1GB \/ 32GB eMMC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eEthernet Speed\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e10\/100\/1000Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eResolution\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e4K@30fps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003eEthernet (PoE) \/ Type-C (Optional 5V\/2A, PD-compatible)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eDimension\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e102 x 70 x 22mm \/ 140g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"border-top-0\" colspan=\"2\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_dimension.png\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n\u003ctd\u003e\n\u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/static.gl-inet.com\/www\/images\/products\/datasheet\/rm1pe-datasheet_20250915.pdf\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Datasheet\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/kvm\/rm1pe\/stable\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/app-rm\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e App\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/youtu.be\/shYkDIQjX0M\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e Unboxing\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/support\/gl-rm1pe\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/xmmth9ib6pwj2w81n1czm\/APRrYq9vNXnSecdq_vqsUDk?rlkey=oa9sd9hk2a5jv12prd0qkexn4\u0026amp;st=gg2vv56i\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/5xy8fyj9gzdeokzu9eh80\/AHhLF16KXQ6eH1002f8nlR4?rlkey=tpm0yfs4bnwqd01smuc1czw2a\u0026amp;st=yr4m6rnf\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Rack Mount\u003c\/a\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003cscript\u003e\n        document.querySelectorAll(`.order.order-2`).forEach(function (element) {\n            element.classList.add('selected')\n        })\n        var selectElement = document.getElementById('model-select')\n        selectElement.addEventListener('change', function (event) {\n            document.querySelectorAll('.order.order-2, .order.order-3, .order.order-4').forEach(function (element) {\n                element.classList.remove('selected')\n            })\n\n            var target = event.target\n\n            var selectedValue = target.value\n            document.querySelectorAll(`.order.${selectedValue}`).forEach(function (element) {\n                element.classList.add('selected')\n            })\n        })\n    \u003c\/script\u003e \u003cscript\u003e\n        document.addEventListener('DOMContentLoaded', function () {\n            const pillLinks = document.querySelectorAll('a[data-toggle=\"pill\"][data-target]');\n            console.log(pillLinks);\n\n            pillLinks.forEach(function (link) {\n                link.addEventListener('click', function (e) {\n                    const targetIds = this.dataset.target.split(', ');\n                    console.log(targetIds);\n                    document.querySelectorAll('.tab-pane').forEach(panel =\u003e {\n                        panel.classList.remove('active', 'show');\n                    });\n\n                    targetIds.forEach(function (id) {\n                        const panel = document.querySelector(id);\n                        if (panel) {\n                            panel.classList.add('active', 'show');\n                        }\n                    });\n                });\n            });\n        });\n    \u003c\/script\u003e \u003cscript\u003e\n        $(document).ready(function () {\n            var allTinySliderX20000ReviewByClass = document.getElementsByClassName('tiny-slider-beta-tester-review')\n            if (allTinySliderX20000ReviewByClass.length \u003e 0) {\n                const slider = tns({\n                    container: '.tiny-slider-beta-tester-review',\n                    loop: true,\n                    items: 1,\n                    center: false,\n                    slideBy: 1,\n                    nav: false,\n                    autoplay: true,\n                    speed: 400,\n                    autoplayButtonOutput: false,\n                    mouseDrag: true,\n                    controlsContainer: '#tiny-slider-controls-beta-tester-review',\n                    responsive: {\n                        640: {\n                            items: 1\n                        },\n                        768: {\n                            items: 1\n                        },\n                        991: {\n                            items: 1\n                        },\n                        1440: {\n                            center: true,\n                            items: 1.2\n                        }\n                    }\n                })\n            }\n        })\n    \u003c\/script\u003e\u003c\/main\u003e","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":49304712904981,"sku":"GL-RM1PE-EU-4PX","price":107.56,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/RM1PE_Listing-1_1000x1000_cdf0959a-aeb6-43d2-8477-694ca098904f.png?v=1770892155"},{"product_id":"flint-3e-gl-be6500-dual-band-wi-fi-7-home-router","title":"Flint 3e (GL-BE6500) Dual-band Wi-Fi 7 Home Router","description":"\u003cdiv\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/css\/bootstrap.min.css\"\u003e\n    \u003clink href=\"https:\/\/static.gl-inet.com\/www\/images\/favicon.ico\" rel=\"icon\" type=\"image\/x-icon\"\u003e\n    \u003clink defer rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\n\n    \u003cscript src=\"https:\/\/kit.fontawesome.com\/a08887d4ee.js\" crossorigin=\"anonymous\"\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/jquery@3.5.1\/dist\/jquery.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/popper.js@1.16.1\/dist\/umd\/popper.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/js\/bootstrap.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/gsap.min.js\" defer\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/ScrollTrigger.min.js\" defer\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\" defer\u003e\u003c\/script\u003e\n    \u003cscript type=\"module\" src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/model-viewer\/4.0.0\/model-viewer.min.js\" defer\u003e\u003c\/script\u003e\n\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .be6500-main-container {\n        --be6500: #277aa5;\n        --be6500-2: #3bbbfd;\n        --be6500Color2: #b8c0cb;\n        --gap: 1rem;\n    }\n .be6500-main-container section{ \n }\n    .be6500-main-container .text-be6500 {\n        color: var(--be6500);\n    }\n\n    .be6500-main-container .text-be6500-2 {\n        color: var(--be6500-2);\n    }\n\n    .be6500-main-container .font-gradient {\n        display: inline-block;\n        color: var(--be6500-2) !important;\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-color: #277AA5;\n        background-image: -webkit-linear-gradient(130deg, #3893c0, #277AA5);\n        background-image: linear-gradient(130deg, #3893c0, #277AA5);\n        text-shadow: none;\n        position: relative;\n    }\n@media (min-width: 1200px) {\n    .container {\n        max-width: 1400px;\n    }\n}\n    .be6500-main-container .bg-be6500 {\n        background-color: var(--be6500);\n    }\n\n    .be6500-main-container .bg-be6500Color2 {\n        background-color: var(--be6500Color2);\n    }\n\n    .be6500-main-container .btn-round-be6500 {\n        background-color: var(--be6500);\n        color: #FFF;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .btn-round-be6500 {\n            min-height: 50px;\n            border-radius: 50px;\n            padding: 12px 2rem;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n    }\n\n    .be6500-main-container .btn-round-be6500:hover {\n        background-color: #166086;\n        color: #fff;\n        border-color: #166086;\n    }\n\n    .be6500-main-container .d-grid {\n        display: grid;\n        gap: var(--gap);\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container section {\n            scroll-margin-top: 43px;\n        }\n    }\n\n    \/* Product Nav *\/\n    .be6500-main-container .product-nav .product-nav-wrapper {\n        overflow: visible;\n    }\n\n    .be6500-main-container .product-nav .product-nav-wrapper ul,\n    .be6500-main-container .product-nav .product-nav-wrapper li {\n        list-style-type: none;\n        margin: 0;\n        padding: 0;\n        unicode-bidi: normal;\n    }\n\n    .be6500-main-container .product-nav .product-nav-content {\n        overflow-x: auto;\n        scrollbar-width: none;\n        display: flex;\n    }\n\n    .be6500-main-container .product-nav .product-nav-content .product-nav-item {\n        margin: 0 0 !important;\n        padding: 0.75rem 1.5rem !important;\n        cursor: pointer;\n        color: #444;\n        background: inherit;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .product-nav .product-nav-content .product-nav-item {\n            padding: 0.75rem 1rem 0.75rem 0 !important;\n            white-space: nowrap;\n        }\n    }\n\n    .be6500-main-container .product-nav .product-nav-content .product-nav-item.active,\n    .be6500-main-container .product-nav .sub-menu.hover1 {\n        color: #3dc1cf;\n    }\n\n    .be6500-main-container .product-nav .dropdown-menu {\n        background-color: #EEE;\n        margin: -1px 0 0 !important;\n        width: 100%;\n        border: none;\n        float: inherit;\n        overflow: hidden;\n    }\n\n    .be6500-main-container .product-nav .dropdown-menu\u003ediv {\n        overflow-x: visible;\n        scrollbar-width: none;\n        display: flex;\n        margin: 0 auto;\n        padding: 0.25rem 1rem 0.75rem 2rem;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .product-nav .dropdown-menu\u003ediv {\n            overflow-x: auto;\n            padding: 0.25rem 1rem 0.75rem;\n        }\n    }\n\n    .be6500-main-container .product-nav .dropdown-menu .btn {\n        font-size: 1rem;\n        font-weight: 400;\n        text-transform: inherit;\n        padding: .25rem 1rem !important;\n        color: #6c757d;\n        border: 1px solid #6c757d;\n        margin-right: 0.5rem;\n        min-width: -webkit-fit-content;\n        min-width: -moz-fit-content;\n        min-width: fit-content;\n    }\n\n    .be6500-main-container .product-nav .dropdown-menu .btn.active,\n    .be6500-main-container .product-nav .dropdown-menu .btn:hover {\n        color: #3dc1cf;\n        border-color: #3dc1cf !important;\n        background-color: #3dc1cf08;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .product-nav .dropdown-menu .btn {\n            font-size: 14px;\n            min-height: inherit;\n        }\n    }\n\n    \/* Mailchimp Shell *\/\n    .be6500-main-container #mc_embed_shell {\n        justify-items: center;\n    }\n\n    .be6500-main-container #mc_embed_shell input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n    }\n\n    @media (max-width: 575.98px) {\n        .be6500-main-container #mc_embed_shell input {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n        }\n    }\n\n    .be6500-main-container #mc_embed_shell input.email {\n        background: #fff;\n    }\n\n    @media (max-width: 575.98px) {\n        .be6500-main-container #mc_embed_shell input.email {\n            font-size: 13px;\n        }\n    }\n\n    .be6500-main-container #mc_embed_shell input[type=\"submit\"] {\n        background-color: var(--be6500);\n        text-align: center;\n        transition: 0.5s;\n        background-size: 200% auto;\n        font-weight: bold;\n        color: white;\n        border-radius: 0 25px 25px 0;\n        display: block;\n        margin: 0;\n    }\n\n    .be6500-main-container #mc_embed_shell input[type=\"submit\"]:hover {\n        background-color: #1e6183;\n        background-position: right center;\n        color: #fff;\n        text-decoration: none;\n    }\n\n    .be6500-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n        width: auto;\n        justify-content: start;\n    }\n\n    @media (max-width: 991.98px) {\n        .be6500-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n            margin: auto;\n            justify-content: center;\n        }\n    }\n\n    \/* Banner \u0026 Video Header *\/\n    .be6500-main-container .top-banner {\n        height: 100vh;\n        min-height: 25rem;\n        background-color: #454952;\n    }\n\n    .be6500-main-container .top-banner .bg-img {\n        position: absolute;\n    }\n\n    .be6500-main-container .top-banner .bg-img img {\n        object-fit: cover;\n    }\n\n    .be6500-main-container .video-header-be6500 {\n        position: relative;\n        background-color: black;\n        height: 55rem;\n        min-height: 25rem;\n        width: 100%;\n        overflow: hidden;\n    }\n\n    .be6500-main-container .video-header-be6500 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0;\n        z-index: 1;\n    }\n\n    .be6500-main-container .video-header-be6500 video {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        min-width: 100%;\n        min-height: 100%;\n        width: auto;\n        height: auto;\n        z-index: 0;\n        transform: translateX(-50%) translateY(-50%);\n    }\n\n    .be6500-main-container .video-header-be6500 .container {\n        position: relative;\n        z-index: 2;\n    }\n\n    .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n    }\n\n    @media (max-width: 575.98px) {\n        .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n        }\n    }\n\n    .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input.email {\n        background: #fff;\n    }\n\n    .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input[type=\"submit\"] {\n        background: #1290cf;\n        color: #fff;\n        cursor: pointer;\n        font-size: 15px;\n        width: 135px;\n        height: 50px;\n        padding: 8px 3px;\n        border-radius: 0px 25px 25px 0px;\n        text-transform: uppercase;\n        font-weight: bold;\n    }\n\n    @media (max-width: 575.98px) {\n        .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input[type=\"submit\"] {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 13px;\n        }\n    }\n\n    .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input[type=\"submit\"]:hover {\n        background-color: #0e71a3;\n        color: #FFF;\n    }\n\n    \/* Grid *\/\n    .be6500-main-container .grid {\n        display: grid;\n        grid-auto-rows: 5rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid {\n            grid-auto-rows: 7rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid {\n            grid-auto-rows: 6.5rem;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .be6500-main-container .grid {\n            grid-auto-rows: 5.2rem;\n        }\n    }\n\n    .be6500-main-container .grid .grid-item {\n        position: relative;\n        margin: 0.3rem;\n        overflow: hidden;\n        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);\n    }\n\n    .be6500-main-container .grid .grid-cell {\n        position: absolute;\n        transform: translate(-50%, -50%);\n        top: 50%;\n        left: 50%;\n        height: 100%;\n        width: 100%;\n        background: linear-gradient(0deg, #0a2b4d 0%, #277AA5 70%);\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center bottom;\n        padding: 2rem 1.5rem 1.5rem;\n        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .grid-cell {\n            padding: 1rem 1.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .grid-cell {\n            padding: 1rem 0.75rem;\n        }\n    }\n\n    .be6500-main-container .grid .grid-cell h2 {\n        font-size: 1.75rem;\n    }\n\n    @media (max-width: 1280px) {\n        .be6500-main-container .grid .grid-cell h2 {\n            font-size: 1.5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .grid-cell h2 {\n            font-size: 1.25rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .grid-cell h2 {\n            font-size: 1.1rem;\n        }\n    }\n\n    @media (max-width: 1280px) {\n        .be6500-main-container .grid .grid-cell h4 {\n            font-size: 1.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .grid-cell h4 {\n            font-size: 1rem;\n        }\n    }\n\n    .be6500-main-container .grid .grid-cell p {\n        margin-bottom: 0;\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .grid-cell p {\n            font-size: 0.75rem;\n        }\n    }\n\n    .be6500-main-container .grid .item-1 .cell-video {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        top: 0;\n        left: 0;\n        z-index: 1;\n    }\n\n    .be6500-main-container .grid .item-1 .cell-video video {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell {\n        z-index: 2;\n        background: transparent;\n        align-content: center;\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell h2 {\n        text-align: center;\n        font-size: 5rem;\n        text-shadow: 0px 0px 8px #22b4ff;\n    }\n\n    @media (max-width: 1400px) {\n        .be6500-main-container .grid .item-1 .grid-cell h2 {\n            font-size: 4.8rem;\n        }\n    }\n\n    @media (max-width: 1280px) {\n        .be6500-main-container .grid .item-1 .grid-cell h2 {\n            font-size: 4.2rem;\n        }\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-1 .grid-cell h2 {\n            font-size: 5.5rem;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-1 .grid-cell h2 {\n            font-size: 4rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-1 .grid-cell h2 {\n            margin-bottom: 0.0;\n        }\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell .d-flex {\n        justify-content: center;\n        flex-direction: column;\n        text-align: center;\n        margin-top: 2rem;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-1 .grid-cell .d-flex {\n            flex-direction: row;\n            margin-top: 0.5rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-1 .grid-cell .d-flex {\n            margin: 0;\n        }\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell .d-flex div {\n        margin: 0 0 1.5rem;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-1 .grid-cell .d-flex div {\n            margin: 0 1rem;\n        }\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell .d-flex div h4 {\n        text-shadow: 0px 0px 8px #22b4ff;\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell .d-flex div h4 span {\n        font-size: 1.25em;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .item-1 .grid-cell {\n            background-size: 100%;\n            background-position-y: 65%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-1 .grid-cell {\n            background-position-y: 60%;\n        }\n    }\n\n    .be6500-main-container .grid .item-2 .grid-cell {\n        background: linear-gradient(90deg, #0a2b4d 0%, #277AA5 80%);\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-2 .grid-cell div {\n            text-align: center;\n        }\n    }\n\n    .be6500-main-container .grid .item-2 .grid-cell div img {\n        margin-top: 1.5rem;\n        width: 100%;\n    }\n\n    @media (max-width: 1280px) {\n        .be6500-main-container .grid .item-2 .grid-cell div img {\n            margin-top: 2.5rem;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-2 .grid-cell div img {\n            margin-top: 1.5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .item-2 .grid-cell div img {\n            margin-top: 2rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-2 .grid-cell div img {\n            width: 90%;\n            margin-top: 0.75rem;\n        }\n    }\n\n    .be6500-main-container .grid .item-3 .grid-cell {\n        background: linear-gradient(90deg, #0a2b4d 0%, #277AA5 80%);\n    }\n\n    .be6500-main-container .grid .item-3 .grid-cell img {\n        margin-top: 1.75rem;\n        width: 120%;\n        position: relative;\n        transform: translateX(-50%);\n        left: 50%;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-3 .grid-cell img {\n            width: 82%;\n            top: -34%;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-3 .grid-cell img {\n            width: 65%;\n            top: -38%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .item-3 .grid-cell img {\n            width: 80%;\n            top: -40%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-3 .grid-cell img {\n            width: 70%;\n            top: -33%;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .be6500-main-container .grid .item-3 .grid-cell img {\n            width: 80%;\n            top: -20%;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .be6500-main-container .grid .item-3 .grid-cell img {\n            width: 80%;\n            top: -40%;\n        }\n    }\n\n    .be6500-main-container .grid .item-4 .grid-cell {\n        background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_vpn.jpg\");\n        background-size: 180%;\n        background-position: 53% 63%;\n    }\n\n    @media (max-width: 1400px) {\n        .be6500-main-container .grid .item-4 .grid-cell {\n            background-size: 180%;\n            background-position: 53% 60%;\n        }\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-4 .grid-cell {\n            background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_vpn_mobile.jpg\");\n            background-size: 100%;\n            background-position: 100% 100%;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-4 .grid-cell {\n            background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_vpn.jpg\");\n            background-size: 145%;\n            background-position: 53% 63%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .item-4 .grid-cell {\n            background-size: 177%;\n            background-position: 53% 63%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-4 .grid-cell {\n            background-image: url(\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_vpn_mobile.jpg\");\n            background-size: 100%;\n            background-position: 100% 85%;\n        }\n    }\n\n    .be6500-main-container .grid .item-4 .grid-cell br {\n        display: none;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-4 .grid-cell br {\n            display: block;\n        }\n    }\n\n    .be6500-main-container .grid .item-4 .grid-cell div {\n        margin-top: 0.75rem;\n        text-align: center;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-4 .grid-cell div {\n            margin-top: 0rem;\n            display: inline;\n            text-align: left;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-4 .grid-cell div {\n            margin-top: 0rem;\n            display: block;\n            text-align: center;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-4 .grid-cell div {\n            margin-top: 0rem;\n            display: inline;\n            text-align: left;\n        }\n    }\n\n    .be6500-main-container .grid .item-4 .grid-cell div img {\n        margin: auto;\n        width: 67%;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-4 .grid-cell div img {\n            margin: 0.75rem 0 0;\n            width: 46%;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-4 .grid-cell div img {\n            margin: 0.5rem auto;\n            width: 67%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-4 .grid-cell div img {\n            margin: 0.5rem 0 0;\n            width: 40%;\n        }\n    }\n\n    .be6500-main-container .grid .item-5 .grid-cell {\n        align-content: end;\n        background-size: 144%;\n        background-position: 44% 100%;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-5 .grid-cell {\n            background-size: 125%;\n            background-position-x: 60%;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-5 .grid-cell {\n            background-size: 110%;\n            background-position-x: 60%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .item-5 .grid-cell {\n            background-size: 130%;\n            background-position-x: 60%;\n            background-position-y: 100%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-5 .grid-cell {\n            background-size: 160%;\n            background-position-x: 60%;\n            background-position-y: 100%;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .be6500-main-container .grid .item-5 .grid-cell {\n            padding: 1rem 0.75rem;\n        }\n    }\n\n    .be6500-main-container .grid .item-5 .grid-cell img {\n        width: 7.2rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-5 .grid-cell img {\n            width: 6.2rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .item-5 .grid-cell img {\n            width: 4.5rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-5 .grid-cell img {\n            width: 5rem;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .be6500-main-container .grid .item-5 .grid-cell img {\n            width: 4rem;\n        }\n    }\n\n    .be6500-main-container .grid .item-6 .grid-cell {\n        align-content: end;\n        background-size: 120%;\n        background-position: 47% 65%;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-6 .grid-cell {\n            background-position-y: 65%;\n            background-position-x: 30%;\n            background-size: 115%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-6 .grid-cell {\n            background-position-x: 0%;\n            background-position-y: 65%;\n            background-size: 100%;\n        }\n    }\n\n    .be6500-main-container .grid .item-6 .grid-cell .row {\n        justify-content: space-between;\n    }\n\n    @media (max-width: 1280px) {\n        .be6500-main-container .grid .item-6 .grid-cell h2 {\n            top: 1.5rem;\n            font-size: 1.75rem;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-6 .grid-cell h2 {\n            top: 1rem;\n            font-size: 1.75rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .item-6 .grid-cell h2 {\n            top: 0;\n            font-size: 1.5rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-6 .grid-cell h2 {\n            font-size: 1.25rem;\n        }\n    }\n\n    .be6500-main-container .grid .item-6 .grid-cell h4 {\n        white-space: nowrap;\n    }\n\n    .be6500-main-container .grid .item-7 .grid-cell\u003ediv,\n    .be6500-main-container .grid .item-8 .grid-cell\u003ediv,\n    .be6500-main-container .grid .item-9 .grid-cell\u003ediv {\n        position: relative;\n        top: 50%;\n        transform: translateY(-50%);\n    }\n\n    .be6500-main-container .grid .item-7 .grid-cell\u003ediv img,\n    .be6500-main-container .grid .item-8 .grid-cell\u003ediv img,\n    .be6500-main-container .grid .item-9 .grid-cell\u003ediv img {\n        width: 65%;\n        margin-bottom: 0.25rem;\n    }\n\n    @media (max-width: 1199px) {\n\n        .be6500-main-container .grid .item-7 .grid-cell\u003ediv img,\n        .be6500-main-container .grid .item-8 .grid-cell\u003ediv img,\n        .be6500-main-container .grid .item-9 .grid-cell\u003ediv img {\n            width: 80%;\n        }\n    }\n\n    @media (max-width: 991px) {\n\n        .be6500-main-container .grid .item-7 .grid-cell\u003ediv img,\n        .be6500-main-container .grid .item-8 .grid-cell\u003ediv img,\n        .be6500-main-container .grid .item-9 .grid-cell\u003ediv img {\n            width: 70%;\n            margin-bottom: 0.5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n\n        .be6500-main-container .grid .item-7 .grid-cell\u003ediv p,\n        .be6500-main-container .grid .item-8 .grid-cell\u003ediv p,\n        .be6500-main-container .grid .item-9 .grid-cell\u003ediv p {\n            font-size: 0.75rem;\n        }\n    }\n\n    .be6500-main-container .grid .item-1 {\n        grid-area: 1 \/ 1 \/ span 6 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-2 {\n        grid-area: 1 \/ 7 \/ span 3 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-3 {\n        grid-area: 1 \/ 4 \/ span 6 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-4 {\n        grid-area: 1 \/ 10 \/ span 6 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-5 {\n        grid-area: 4 \/ 7 \/ span 3 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-6 {\n        grid-area: 7 \/ 7 \/ span 2 \/ span 6;\n    }\n\n    .be6500-main-container .grid .item-7 {\n        grid-area: 7 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .be6500-main-container .grid .item-8 {\n        grid-area: 7 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .be6500-main-container .grid .item-9 {\n        grid-area: 7 \/ 5 \/ span 2 \/ span 2;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 3 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-2 {\n            grid-area: 4 \/ 1 \/ span 3 \/ span 4;\n        }\n\n        .be6500-main-container .grid .item-3 {\n            grid-area: 4 \/ 5 \/ span 3 \/ span 4;\n        }\n\n        .be6500-main-container .grid .item-4 {\n            grid-area: 1 \/ 7 \/ span 3 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-5 {\n            grid-area: 4 \/ 9 \/ span 3 \/ span 4;\n        }\n\n        .be6500-main-container .grid .item-6 {\n            grid-area: 7 \/ 7 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-7 {\n            grid-area: 7 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-8 {\n            grid-area: 7 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-9 {\n            grid-area: 7 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-2 {\n            grid-area: 1 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-3 {\n            grid-area: 3 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-4 {\n            grid-area: 3 \/ 4 \/ span 4 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-5 {\n            grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-6 {\n            grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-7 {\n            grid-area: 9 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-8 {\n            grid-area: 9 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-9 {\n            grid-area: 9 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-2 {\n            grid-area: 1 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-3 {\n            grid-area: 3 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-4 {\n            grid-area: 3 \/ 4 \/ span 4 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-5 {\n            grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-6 {\n            grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-7 {\n            grid-area: 9 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-8 {\n            grid-area: 9 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-9 {\n            grid-area: 9 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-2 {\n            grid-area: 3 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-3 {\n            grid-area: 5 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-4 {\n            grid-area: 9 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-5 {\n            grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-6 {\n            grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-7 {\n            grid-area: 11 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-8 {\n            grid-area: 11 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-9 {\n            grid-area: 11 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-1 {\n        position: relative;\n        overflow: hidden;\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-wifi7-1 {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-1 video {\n        position: absolute;\n        top: 50%;\n        left: 0%;\n        object-fit: cover;\n        width: 100%;\n        height: auto;\n        min-height: 100%;\n        z-index: 0;\n        transform: translateY(-50%);\n    }\n.btn-underline {\n    color: rgb(59, 62, 64);\n    padding-bottom: 4px;\n    font-weight: 500;\n    line-height: 1.8;\n    border-bottom: 1px solid;\n}\n.btn-underline:hover {\n    color: rgb(145, 145, 145);\n    text-decoration: none;\n}\n    .be6500-main-container .be6500-wifi7-1 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-image: linear-gradient(-180deg, #000000 5%, rgba(0, 0, 0, 0) 60%);\n        opacity: 0.6;\n        z-index: -1;\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container {\n        padding: 8rem 0 10rem;\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container h1 {\n        white-space: nowrap;\n        font-size: 14rem;\n        line-height: 1;\n        text-shadow: 0px 0px 8px #22b4ff;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-1 .container h1 {\n            font-size: 12rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-wifi7-1 .container h1 {\n            font-size: 8rem;\n            line-height: 1;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .be6500-wifi7-1 .container h1 {\n            font-size: 6rem;\n            line-height: 1;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container .wifi-bar {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-1 .container .wifi-bar {\n            justify-content: space-between;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container .wifi-bar\u003ediv:first-child {\n        width: 5.5rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-1 .container .wifi-bar\u003ediv:first-child {\n            flex: 1 1 100%;\n            margin-bottom: 0.5rem;\n            width: inherit;\n            padding-left: 0.25rem;\n        }\n\n        .be6500-main-container .be6500-wifi7-1 .container .wifi-bar\u003ediv:first-child h5 {\n            font-size: 1.25rem;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container .wifi-bar\u003ediv:last-child {\n        width: 10rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-1 .container .wifi-bar\u003ediv:last-child {\n            width: inherit;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .be6500-main-container .be6500-wifi7-1 .container .wifi-bar\u003ediv:last-child h4 {\n            font-size: 1.25rem;\n        }\n    }\n\n    @-webkit-keyframes prgBar {\n        0% {\n            width: 0%;\n        }\n\n        9.99% {\n            width: 0%;\n        }\n\n        10% {\n            width: 10%;\n        }\n\n        95% {\n            width: 100%;\n        }\n    }\n\n    @keyframes prgBar {\n        0% {\n            width: 0%;\n        }\n\n        9.99% {\n            width: 0%;\n        }\n\n        10% {\n            width: 10%;\n        }\n\n        95% {\n            width: 100%;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container .progress {\n        width: 452px;\n        padding-left: 2px;\n        padding-right: 2px;\n        height: 24px;\n        background-color: #e9ecef;\n        margin: 0 1rem 0 0.5rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-1 .container .progress {\n            margin: 0 1rem 0 0;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-wifi7-1 .container .progress {\n            margin: 0 0.5rem 0 0;\n            width: 70%;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .be6500-main-container .be6500-wifi7-1 .container .progress {\n            width: 230px;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container .progress .track {\n        position: relative;\n        width: 100%;\n        height: 24px;\n        overflow: hidden;\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container .progress .track .bar {\n        height: 18px;\n        width: 12px;\n        background-color: var(--be6500);\n        position: relative;\n        border-radius: 2px;\n        margin-left: 2px;\n        margin-right: 2px;\n        margin-bottom: 100px;\n        top: 3px;\n        float: left;\n    }\n\n    .be6500-main-container .be6500-wifi7-1.in-view .track {\n        -webkit-animation: prgBar 2s ease-in-out;\n        animation: prgBar 2s ease-in-out;\n    }\n\n    .be6500-main-container .be6500-wifi7-2 .d-grid {\n        grid-template-columns: repeat(4, 1fr);\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-2 .d-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-2 .card {\n        background-size: cover;\n        background-position: center bottom;\n        background-repeat: no-repeat;\n        aspect-ratio: 4 \/ 5;\n        text-align: center;\n        padding: 2rem 1rem;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-wifi7-2 .card {\n            padding: 1.25rem 0.25rem;\n            aspect-ratio: 4 \/ 4;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-2 .card h4 {\n        color: #fff;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-wifi7-2 .card h4 {\n            font-size: 1.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-wifi7-2 .card h4 {\n            font-size: 1rem;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-3 {\n        background-size: cover;\n        background-position: center center;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-3 {\n            background-size: 100vw;\n            background-repeat: repeat-y;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-3 .wifi7-col {\n        padding: 0 0.5rem;\n        opacity: 0;\n        transition: opacity 0.5s ease;\n    }\n\n    .be6500-main-container .be6500-wifi7-3 .wifi7-col:first-child {\n        margin-top: 0;\n    }\n\n    .be6500-main-container .be6500-wifi7-3 .wifi7-col:nth-child(2) {\n        margin-top: 10rem;\n        animation-delay: 250ms;\n    }\n\n    .be6500-main-container .be6500-wifi7-3 .wifi7-col:nth-child(3) {\n        margin-top: -7rem;\n        animation-delay: 500ms;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-wifi7-3 .wifi7-col:nth-child(3) {\n            margin-top: -6rem;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-3 .wifi7-col:nth-child(3) {\n            margin-top: -4rem;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-3 .wifi7-col:nth-child(4) {\n        margin-top: 1.5rem;\n        animation-delay: 750ms;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-wifi7-3 .wifi7-col:nth-child(4) {\n            margin-top: 1rem;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-3 .wifi7-col:nth-child(4) {\n            margin-top: 1.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-wifi7-3 .wifi7-col {\n            margin-top: 0 !important;\n            margin-bottom: 1rem;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-3 .card {\n        padding: 1rem;\n        background-color: #ffffff;\n        box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);\n    }\n\n    .be6500-main-container .be6500-wifi7-3.in-view .wifi7-col {\n        opacity: 1;\n    }\n\n    .be6500-main-container .be6500-wifi7-3.in-view .wifi7-col.animate__animated {\n        -webkit-animation-name: fadeInUp;\n        animation-name: fadeInUp;\n    }\n\n    .be6500-main-container .be6500-mlo {\n        position: relative;\n        background-color: #fff;\n        overflow: hidden;\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-mlo {\n            scroll-margin-top: 90px;\n            display: flex;\n            flex-direction: column;\n        }\n    }\n\n    @-webkit-keyframes rad {\n        10% {\n            transform: translate(-50%, -50%) scale(0);\n            opacity: 1;\n        }\n\n        60% {\n            opacity: 0.9;\n        }\n\n        90% {\n            transform: translate(-50%, -50%) scale(1);\n            opacity: 0;\n        }\n\n        100% {\n            opacity: 0;\n        }\n    }\n\n    @keyframes rad {\n        10% {\n            transform: translate(-50%, -50%) scale(0);\n            opacity: 0;\n        }\n\n        60% {\n            opacity: 0.9;\n        }\n\n        90% {\n            transform: translate(-50%, -50%) scale(1);\n            opacity: 0;\n        }\n\n        100% {\n            opacity: 0;\n        }\n    }\n\n    .be6500-main-container .be6500-mlo .container {\n        position: relative;\n        z-index: 10;\n    }\n\n    .be6500-main-container .be6500-mlo .bg {\n        position: relative;\n        display: flex;\n        justify-content: center;\n        padding-bottom: 45vh;\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .be6500-mlo .bg {\n            padding-bottom: 400px;\n        }\n    }\n\n    .be6500-main-container .be6500-mlo .bg .container {\n        background-image: url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_mlo.jpg);\n        background-size: 50%;\n        background-position: center center;\n        background-repeat: no-repeat;\n        width: 100%;\n        height: 45vh;\n        position: absolute;\n        z-index: 0;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-mlo .bg .container {\n            background-size: 70%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-mlo .bg .container {\n            background-size: 80%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .be6500-mlo .bg .container {\n            height: 400px;\n        }\n    }\n\n    .be6500-main-container .be6500-mlo .bg .container\u003ediv {\n        position: relative;\n        width: 100%;\n        height: 100%;\n    }\n\n    .be6500-main-container .be6500-mlo .bg .container\u003ediv img.be6500 {\n        position: relative;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%) scale(1.5);\n        opacity: 0;\n        transition: all 1.5s ease-in-out;\n        z-index: 4;\n    }\n\n    .be6500-main-container .be6500-mlo .bg .container\u003ediv img.rad {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%) scale(0);\n        opacity: 1;\n        z-index: 1;\n        width: auto;\n        height: calc(100% + 2.75rem);\n        animation-delay: 1s;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-mlo .bg .container\u003ediv img.rad {\n            height: calc(100% + 1rem);\n        }\n    }\n\n    .be6500-main-container .be6500-mlo .bg.in-view .container\u003ediv img.be6500 {\n        transform: translate(-50%, -50%) scale(0.45) !important;\n        opacity: 1;\n    }\n\n    .be6500-main-container .be6500-mlo .bg.in-view .container\u003ediv img.rad {\n        -webkit-animation: rad 5s infinite;\n        animation: rad 3s infinite;\n    }\n\n    .be6500-main-container .be6500-mlo .bg.in-view .container\u003ediv img:nth-child(2) {\n        animation-delay: 1s;\n    }\n\n    .be6500-main-container .be6500-mlo .bg.in-view .container\u003ediv img:nth-child(3) {\n        animation-delay: 2s;\n    }\n\n    .be6500-main-container .be6500-mlo .bg.in-view .container\u003ediv img:nth-child(4) {\n        animation-delay: 3s;\n    }\n\n    .be6500-main-container .be6500-mlo .bg.in-view .container\u003ediv img:nth-child(5) {\n        animation-delay: 4s;\n    }\n\n    .be6500-main-container .be6500-devices {\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-devices {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-devices .d-grid {\n        grid-template-columns: repeat(1, 1fr);\n        gap: 0;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-devices .d-grid {\n            grid-template-columns: repeat(1, 1fr);\n        }\n    }\n\n    .be6500-main-container .be6500-devices .d-grid video {\n        vertical-align: bottom;\n    }\n\n    .be6500-main-container .be6500-devices .d-grid .grid-content {\n        padding: 4rem 0 0;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-devices .d-grid .grid-content {\n            padding: 2rem 0 0;\n        }\n    }\n\n    .be6500-main-container .be6500-port {\n        position: relative;\n        z-index: 3;\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-port {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-port .nav-item {\n        transition: all 0.4s ease;\n        @media (max-width: 768px){\n            font-size: 14px;\n        }\n    }\n\n    .be6500-main-container .be6500-port .nav-item .nav-link {\n        padding: 0.5rem 1.5rem !important;\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .be6500-port .nav-item .nav-link {\n            padding: 0.25rem 0.5rem !important;\n        }\n    }\n\n    .be6500-main-container .be6500-port .nav-item .nav-link.nav-iot-link {\n        color: var(--be6500);\n    }\n\n    .be6500-main-container .be6500-port .nav-item .nav-link.nav-iot-link.active {\n        color: #fff;\n        background-color: var(--be6500);\n    }\n\n    .be6500-main-container .be6500-port .d-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 2rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-port .d-grid {\n            grid-template-columns: repeat(1, 1fr);\n            gap: 1rem;\n        }\n    }\n\n    .be6500-main-container .be6500-port .d-grid .grid-content {\n        padding: 0 1rem;\n    }\n\n    .be6500-main-container .be6500-connectivity .d-grid {\n        grid-template-columns: repeat(4, 1fr);\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-connectivity .d-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-connectivity .d-grid {\n            grid-template-columns: repeat(1, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-connectivity .card {\n            text-align: center;\n            margin-bottom: 1rem;\n        }\n    }\n\n    .be6500-main-container .be6500-connectivity .card .card-image {\n        position: relative;\n        aspect-ratio: 1 \/ 1;\n        object-fit: cover;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-connectivity .card .card-image {\n            aspect-ratio: 16 \/ 9;\n            object-fit: inherit;\n        }\n    }\n\n    .be6500-main-container .be6500-connectivity .card .card-image .card-image-title {\n        text-align: center;\n        width: 100%;\n        position: absolute;\n        bottom: 0;\n        color: #fff;\n        background-color: rgba(109, 140, 169, 0.6);\n        padding: 0.75rem 0;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-connectivity .card .card-image .card-image-title {\n            display: none;\n        }\n    }\n\n    .be6500-main-container .be6500-connectivity .card .card-image img {\n        height: 100%;\n        object-fit: cover;\n    }\n\n    .be6500-main-container .be6500-connectivity .card .card-content .card-image-title {\n        display: none;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-connectivity .card .card-content .card-image-title {\n            display: block;\n        }\n    }\n\n    .be6500-main-container .be6500-security {\n        background-image: linear-gradient(0deg, #042130 0%, rgba(4, 33, 48, 0) 30%, rgba(0, 0, 0, 0) 50%, #042130 95%, #042130 100%), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_security_bg.jpg);\n        background-size: cover;\n        background-position: center 65%;\n        background-repeat: no-repeat;\n        height: clamp(400px, 65vh, 1200px);\n        position: relative;\n        overflow: hidden;\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 1440px) {\n        .be6500-main-container .be6500-security {\n            height: clamp(400px, 65vh, 950px);\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-security {\n            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, #042130 95%, #042130 100%), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_security_bg_mb.jpg);\n            background-position: center bottom;\n            height: auto;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-security {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-security .security-row {\n        display: flex;\n        justify-content: center;\n        margin: 1.5rem 0 0 0;\n        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-security .security-row {\n            flex-direction: column;\n        }\n    }\n\n    .be6500-main-container .be6500-security .security-row\u003ediv {\n        text-align: center;\n        margin: 0 2rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-security .security-row\u003ediv {\n            margin: 0 auto;\n        }\n    }\n@media (max-width: 768px) {\n   .be6500-main-container h2 {\n        font-size: 1.5rem;\n    }\n}\n    @media (max-width: 768px) {\n        .tab-panel .btn-round {\n            padding: 14px 16px;\n        }\n        .table td, .table th {\n            vertical-align: middle;\n        }\n        .table td.td-left {\n          width: 38%;\n        }\n        .text-dark h5 {\n            font-size: 16px;\n        }\n        .be6500-main-container .be6500-security .security-row\u003ediv {\n            margin: 0 auto 1rem;\n        }\n    }\n    .tab-panel .app .grid-content .btn-round {\n      padding: 12px 14px;\n    }\n\n    .be6500-main-container .be6500-security .security-row\u003ediv .speed {\n        font-size: 3rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-security .security-row\u003ediv .speed {\n            font-size: 3rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-security .security-row\u003ediv .speed {\n            font-size: 3.5rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .be6500-security .security-row\u003ediv .speed {\n            font-size: 2rem;\n        }\n    }\n\n    .be6500-main-container .be6500-security .remark {\n        width: 100%;\n        position: absolute;\n        left: 0;\n        bottom: 0;\n        text-align: center;\n        margin-top: 1.5rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-security .remark {\n            position: relative;\n            width: inherit;\n            margin-top: 0.5rem;\n            margin-bottom: 450px;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-security .remark {\n            margin-bottom: 320px;\n        }\n    }\n\n    .be6500-main-container .be6500-security-2 {\n        scroll-margin-top: 96px;\n    }\n\n    .be6500-main-container .be6500-security-2 .nav-item {\n        transition: all 0.4s ease;\n    }\n\n    .be6500-main-container .be6500-security-2 .nav-item .nav-link {\n        padding: 0.5rem 1.5rem !important;\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .be6500-security-2 .nav-item .nav-link {\n            padding: 0.25rem 0.5rem !important;\n        }\n    }\n\n    .be6500-main-container .be6500-security-2 .nav-item .nav-link.nav-iot-link {\n        color: var(--be6500);\n    }\n\n    .be6500-main-container .be6500-security-2 .nav-item .nav-link.nav-iot-link.active {\n        color: #fff;\n        background-color: var(--be6500);\n    }\n\n    .be6500-main-container .be6500-security-2 .d-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-security-2 .d-grid {\n            grid-template-columns: repeat(1, 1fr);\n            gap: 2rem;\n        }\n    }\n\n    .be6500-main-container .be6500-security-2 .d-grid .grid-content {\n        padding: 0 1rem;\n    }\n\n    .be6500-main-container .be6500-security-3 {\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-security-3 {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-security-3 .nav-item {\n        transition: all 0.4s ease;\n    }\n\n    .be6500-main-container .be6500-security-3 .nav-item .nav-link {\n        padding: 0.5rem 1.5rem !important;\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .be6500-security-3 .nav-item .nav-link {\n            padding: 0.25rem 0.5rem !important;\n        }\n    }\n\n    .be6500-main-container .be6500-security-3 .nav-item .nav-link.nav-iot-link {\n        color: var(--be6500);\n    }\n\n    .be6500-main-container .be6500-security-3 .nav-item .nav-link.nav-iot-link.active {\n        color: #fff;\n        background-color: var(--be6500);\n    }\n\n    .be6500-main-container .be6500-security-3 .d-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-security-3 .d-grid {\n            grid-template-columns: repeat(1, 1fr);\n            gap: 2rem;\n        }\n    }\n\n    .be6500-main-container .be6500-security-3 .d-grid .grid-content {\n        padding: 0 1rem;\n    }\n\n    .be6500-main-container .be6500-support {\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-support {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-support .d-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-support .d-grid {\n            grid-template-columns: repeat(1, 1fr);\n        }\n    }\n\n    .be6500-main-container .be6500-support .d-grid .grid-content {\n        padding: 0;\n        display: flex;\n        flex-direction: column;\n        align-items: start;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-support .d-grid .grid-content {\n            padding: 1rem 0;\n        }\n    }\n\n    .be6500-main-container .be6500-support .d-grid .grid-content\u003ediv {\n        display: flex;\n        flex-direction: row;\n        align-items: start;\n        padding: 5% 2rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-support .d-grid .grid-content\u003ediv {\n            padding: 5% 1rem;\n        }\n    }\n\n    .be6500-main-container .be6500-support .d-grid .grid-content\u003ediv img {\n        height: 4rem;\n        padding-right: 1rem;\n    }\n\n    .be6500-main-container .be6500-management {\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-management {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-management .position-relative {\n        z-index: 10;\n    }\n\n    .be6500-main-container .be6500-management .d-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid {\n            grid-template-columns: repeat(1, 1fr);\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid .grid-content {\n        padding: 0 1.5rem;\n    }\n\n    .be6500-main-container .be6500-management .d-grid.app {\n        grid-template-columns: auto repeat(1, 1fr);\n        gap: 0;\n        position: relative;\n        padding: 0 0 2rem;\n        margin-top: -3rem;\n        z-index: 1;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid.app {\n            grid-template-columns: repeat(1, 1fr);\n            margin-top: 0;\n            padding: 0 0 3rem;\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid.app .grid-img {\n        text-align: center;\n        width: 340px;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid.app .grid-img {\n            width: 100%;\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid.app .grid-img img {\n        position: relative;\n        width: 100%;\n    }\n\n    .be6500-main-container .be6500-management .d-grid.app .grid-content {\n        align-content: end;\n        padding: 0;\n        margin-bottom: 5rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid.app .grid-content {\n            margin-bottom: 0;\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv {\n        background-color: var(--be6500);\n        padding: 2rem 2rem 3rem 4rem;\n        margin-left: -3rem;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv {\n            padding: 2rem 1.5rem 2rem 3rem;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv {\n            margin: -4rem 0 0;\n            padding: 5rem 2rem 2rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv {\n            padding: 5rem 1.5rem 1.5rem;\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv img {\n        width: 6rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv img {\n            display: none;\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv .d-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        color: white;\n        gap: 2rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv .d-grid {\n            display: block;\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid.panel {\n        background-color: var(--be6500);\n        padding: 2rem 2rem;\n        margin-top: 3rem;\n        margin-bottom: 1rem;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-management .d-grid.panel {\n            padding: 1.5rem 1.5rem;\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid.panel .grid-img img {\n        margin-top: -6rem;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-management .d-grid.panel .grid-img img {\n            margin-top: 0;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid.panel .grid-img img {\n            margin-top: -25%;\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid.panel .grid-content {\n        color: white;\n        align-content: end;\n        margin-bottom: 2rem;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-management .d-grid.panel .grid-content {\n            margin-bottom: 0;\n            padding: 0.5rem 0 0;\n        }\n    }\n\n    .be6500-main-container .be6500-goodcloud {\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-goodcloud {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-goodcloud\u003ediv {\n        align-content: center;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-goodcloud\u003ediv {\n            min-height: inherit;\n        }\n    }\n\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .nav {\n        justify-content: center;\n        flex-direction: row;\n        flex-wrap: nowrap;\n        text-align: center;\n    }\n\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .nav\u003ediv {\n        cursor: pointer;\n        padding: 0 0.25rem;\n        transition: all 0.4s ease;\n    }\n\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .nav\u003ediv img {\n        width: 100%;\n        padding: 1.25rem 2rem;\n        filter: grayscale(100%);\n        transition: all 0.4s ease;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .nav\u003ediv img {\n            padding: 0.75rem 1rem;\n        }\n    }\n\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .nav\u003ediv hr {\n        background-color: rgba(0, 0, 0, 0.1);\n        width: 1px;\n        height: 100%;\n    }\n\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .nav\u003ediv.active,\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .nav\u003ediv:hover {\n        background-color: #f1faff;\n    }\n\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .nav\u003ediv.active img,\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .nav\u003ediv:hover img {\n        filter: inherit;\n    }\n\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .tab-content .d-flex {\n        flex-direction: column;\n        align-items: center;\n        justify-content: space-between;\n    }\n\n    .be6500-main-container .be6500-goodcloud\u003ediv .row\u003ediv .tab-content .d-flex .flex-content {\n        text-align: center;\n        padding-right: 1rem;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav {\n        display: grid;\n        grid-template-columns: 2fr 1fr 1fr 1fr;\n        gap: var(--gap);\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-buddle .bundle-control .nav {\n            grid-template-columns: auto;\n            grid-template-rows: 1fr 1fr 1fr 1fr;\n        }\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item figure {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-direction: row;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item figure img {\n        width: 70%;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item figure h3 {\n        font-size: 3rem;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item div {\n        aspect-ratio: 4 \/ 6;\n        background-size: cover;\n        background-position: center bottom;\n        background-repeat: no-repeat;\n        color: #fff;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n        outline: 4px solid transparent;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-buddle .bundle-control .nav-item div {\n            aspect-ratio: 6 \/ 2;\n        }\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item div::before {\n        content: \"\";\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-color: #000;\n        opacity: 0.6;\n        z-index: -1;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item div h5 {\n        padding: 2rem 1rem;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item.active div {\n        outline: 4px solid #3dc1cf;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item.active div::before {\n        opacity: 0;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item.active div h5 {\n        color: #3dc1cf;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-buddle .bundle-content.tab-content .tab-pane {\n            display: block;\n            opacity: 1;\n        }\n\n        .be6500-main-container .be6500-buddle .bundle-content.tab-content .tab-pane:nth-child(1)\u003ediv,\n        .be6500-main-container .be6500-buddle .bundle-content.tab-content .tab-pane:nth-child(3)\u003ediv {\n            background-color: #f4f5f7;\n        }\n    }\n\n    \/* --- 变量定义 --- *\/\n    .be6500-main-container {\n        --be6500: #277aa5;\n        --be6500-2: #2fb4ff;\n        --be6500Color2: #b8c0cb;\n        --gap: 1rem;\n    }\n\n    \/* --- 基础辅助类 --- *\/\n    .be6500-main-container .text-be6500 {\n        color: var(--be6500);\n    }\n\n    .be6500-main-container .text-be6500-2 {\n        color: var(--be6500-2);\n    }\n\n    .be6500-main-container .font-gradient {\n        display: inline-block;\n        color: var(--be6500-2) !important;\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-color: #277AA5;\n        background-image: -webkit-linear-gradient(130deg, #277AA5, #022447);\n        background-image: linear-gradient(130deg, #277AA5, #022447);\n        text-shadow: none;\n        position: relative;\n    }\n\n    .be6500-main-container .bg-be6500 {\n        background-color: var(--be6500);\n    }\n\n    .be6500-main-container .bg-be6500Color2 {\n        background-color: var(--be6500Color2);\n    }\n\n    .be6500-main-container .btn-round-be6500 {\n        background-color: var(--be6500);\n        color: #FFF;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .btn-round-be6500 {\n            min-height: 50px;\n            border-radius: 50px;\n            padding: 12px 2rem;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n    }\n\n    .be6500-main-container .btn-round-be6500:hover {\n        background-color: #166086;\n        color: #fff;\n        border-color: #166086;\n    }\n\n    .be6500-main-container .d-grid {\n        display: grid;\n        gap: var(--gap);\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container section {\n            scroll-margin-top: 43px;\n        }\n    }\n\n    \/* --- 产品导航 (Product Nav) --- *\/\n    .be6500-main-container .product-nav .product-nav-wrapper {\n        overflow: visible;\n    }\n\n    .be6500-main-container .product-nav .product-nav-wrapper ul,\n    .be6500-main-container .product-nav .product-nav-wrapper li {\n        list-style-type: none;\n        margin: 0;\n        padding: 0;\n        unicode-bidi: normal;\n    }\n\n    .be6500-main-container .product-nav .product-nav-content {\n        overflow-x: auto;\n        scrollbar-width: none;\n        display: flex;\n    }\n\n    .be6500-main-container .product-nav .product-nav-content .product-nav-item {\n        margin: 0 0 !important;\n        padding: 0.75rem 1.5rem !important;\n        cursor: pointer;\n        color: #444;\n        background: inherit;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .product-nav .product-nav-content .product-nav-item {\n            padding: 0.75rem 1rem 0.75rem 0 !important;\n        }\n    }\n\n    .be6500-main-container .product-nav .product-nav-content .product-nav-item.active,\n    .be6500-main-container .product-nav .sub-menu.hover1 {\n        color: #3dc1cf;\n    }\n\n    .be6500-main-container .product-nav .dropdown-menu {\n        background-color: #EEE;\n        margin: -1px 0 0 !important;\n        width: 100%;\n        border: none;\n        float: inherit;\n        overflow: hidden;\n    }\n\n    .be6500-main-container .product-nav .dropdown-menu\u003ediv {\n        overflow-x: visible;\n        scrollbar-width: none;\n        display: flex;\n        margin: 0 auto;\n        padding: 0.25rem 1rem 0.75rem 2rem;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .product-nav .dropdown-menu\u003ediv {\n            overflow-x: auto;\n            padding: 0.25rem 1rem 0.75rem;\n        }\n    }\n\n    .be6500-main-container .product-nav .dropdown-menu .btn {\n        font-size: 1rem;\n        font-weight: 400;\n        text-transform: inherit;\n        padding: .25rem 1rem !important;\n        color: #6c757d;\n        border: 1px solid #6c757d;\n        margin-right: 0.5rem;\n        min-width: fit-content;\n    }\n\n    .be6500-main-container .product-nav .dropdown-menu .btn.active,\n    .be6500-main-container .product-nav .dropdown-menu .btn:hover {\n        color: #3dc1cf;\n        border-color: #3dc1cf !important;\n        background-color: #3dc1cf08;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .product-nav .dropdown-menu .btn {\n            font-size: 14px;\n            min-height: inherit;\n        }\n    }\n\n    \/* --- Mailchimp 订阅表单 --- *\/\n    .be6500-main-container #mc_embed_shell {\n        justify-items: center;\n    }\n\n    .be6500-main-container #mc_embed_shell input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n    }\n\n    @media (max-width: 575.98px) {\n        .be6500-main-container #mc_embed_shell input {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n        }\n    }\n\n    .be6500-main-container #mc_embed_shell input.email {\n        background: #fff;\n    }\n\n    @media (max-width: 575.98px) {\n        .be6500-main-container #mc_embed_shell input.email {\n            font-size: 13px;\n        }\n    }\n\n    .be6500-main-container #mc_embed_shell input[type=\"submit\"] {\n        background-color: var(--be6500);\n        text-align: center;\n        transition: 0.5s;\n        background-size: 200% auto;\n        font-weight: bold;\n        color: white;\n        border-radius: 0 25px 25px 0;\n        display: block;\n        margin: 0;\n    }\n\n    .be6500-main-container #mc_embed_shell input[type=\"submit\"]:hover {\n        background-color: #1e6183;\n        background-position: right center;\n        color: #fff;\n        text-decoration: none;\n    }\n\n    .be6500-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n        width: auto;\n        justify-content: start;\n    }\n\n    @media (max-width: 991.98px) {\n        .be6500-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n            margin: auto;\n            justify-content: center;\n        }\n    }\n\n    \/* --- 顶部 Banner \u0026 视频 --- *\/\n    .be6500-main-container .top-banner {\n        height: 100vh;\n        min-height: 25rem;\n        background-color: #454952;\n    }\n\n    .be6500-main-container .top-banner .bg-img {\n        position: absolute;\n    }\n\n    .be6500-main-container .top-banner .bg-img img {\n        object-fit: cover;\n    }\n\n    .be6500-main-container .video-header-be6500 {\n        position: relative;\n        background-color: black;\n        height: 55rem;\n        min-height: 25rem;\n        width: 100%;\n        overflow: hidden;\n    }\n\n    .be6500-main-container .video-header-be6500 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0;\n        z-index: 1;\n    }\n\n    .be6500-main-container .video-header-be6500 video {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        min-width: 100%;\n        min-height: 100%;\n        width: auto;\n        height: auto;\n        z-index: 0;\n        transform: translateX(-50%) translateY(-50%);\n    }\n\n    .be6500-main-container .video-header-be6500 .container {\n        position: relative;\n        z-index: 2;\n    }\n\n    .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n    }\n\n    @media (max-width: 575.98px) {\n        .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n        }\n    }\n\n    .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input.email {\n        background: #fff;\n    }\n\n    .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input[type=\"submit\"] {\n        background: #1290cf;\n        color: #fff;\n        cursor: pointer;\n        font-size: 15px;\n        width: 135px;\n        height: 50px;\n        padding: 8px 3px;\n        border-radius: 0px 25px 25px 0px;\n        text-transform: uppercase;\n        font-weight: bold;\n    }\n\n    @media (max-width: 575.98px) {\n        .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input[type=\"submit\"] {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n            padding: 8px 13px;\n        }\n    }\n\n    .be6500-main-container .video-header-be6500 .container #mailchimp-be9300 input[type=\"submit\"]:hover {\n        background-color: #0e71a3;\n        color: #FFF;\n    }\n\n    \/* --- 特性网格布局 (Highlight Grid) --- *\/\n    .be6500-main-container .grid {\n        display: grid;\n        grid-auto-rows: 5rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid {\n            grid-auto-rows: 7rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid {\n            grid-auto-rows: 6.5rem;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .be6500-main-container .grid {\n            grid-auto-rows: 5.2rem;\n        }\n    }\n\n    .be6500-main-container .grid .grid-item {\n        position: relative;\n        margin: 0.3rem;\n        overflow: hidden;\n        box-shadow: 0px 0px 5px #00000033;\n    }\n\n    .be6500-main-container .grid .grid-cell {\n        position: absolute;\n        transform: translate(-50%, -50%);\n        top: 50%;\n        left: 50%;\n        height: 100%;\n        width: 100%;\n        background: linear-gradient(0deg, #0a2b4d 0%, #277AA5 70%);\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center bottom;\n        padding: 2rem 1.5rem 1.5rem;\n        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .grid-cell {\n            padding: 1rem 1.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .grid-cell {\n            padding: 1rem 0.75rem;\n        }\n    }\n\n    .be6500-main-container .grid .grid-cell h2 {\n        font-size: 1.75rem;\n    }\n\n    @media (max-width: 1280px) {\n        .be6500-main-container .grid .grid-cell h2 {\n            font-size: 1.5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .grid .grid-cell h2 {\n            font-size: 1.25rem;\n        }\n    }\n\n    .be6500-main-container .grid .grid-cell p {\n        margin-bottom: 0;\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .grid-cell p {\n            font-size: 0.75rem;\n        }\n    }\n\n    \/* Item 1 Video Cell *\/\n    .be6500-main-container .grid .item-1 .cell-video {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        top: 0;\n        left: 0;\n        z-index: 1;\n    }\n\n    .be6500-main-container .grid .item-1 .cell-video video {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell {\n        z-index: 2;\n        background: transparent;\n        align-content: center;\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell h2 {\n        text-align: center;\n        font-size: 5rem;\n        text-shadow: 0px 0px 8px #22b4ff;\n    }\n\n    @media (max-width: 1400px) {\n        .be6500-main-container .grid .item-1 .grid-cell h2 {\n            font-size: 4.8rem;\n        }\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell .d-flex {\n        justify-content: center;\n        flex-direction: column;\n        text-align: center;\n        margin-top: 2rem;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-1 .grid-cell .d-flex {\n            flex-direction: row;\n            margin-top: 0.5rem;\n        }\n    }\n\n    .be6500-main-container .grid .item-1 .grid-cell .d-flex div h4 {\n        text-shadow: 0px 0px 8px #22b4ff;\n    }\n\n    \/* --- 网格区域划分 (Grid Area Control) --- *\/\n    .be6500-main-container .grid .item-1 {\n        grid-area: 1 \/ 1 \/ span 6 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-2 {\n        grid-area: 1 \/ 7 \/ span 3 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-3 {\n        grid-area: 1 \/ 4 \/ span 6 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-4 {\n        grid-area: 1 \/ 10 \/ span 6 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-5 {\n        grid-area: 4 \/ 7 \/ span 3 \/ span 3;\n    }\n\n    .be6500-main-container .grid .item-6 {\n        grid-area: 7 \/ 7 \/ span 2 \/ span 6;\n    }\n\n    .be6500-main-container .grid .item-7 {\n        grid-area: 7 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .be6500-main-container .grid .item-8 {\n        grid-area: 7 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .be6500-main-container .grid .item-9 {\n        grid-area: 7 \/ 5 \/ span 2 \/ span 2;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 3 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-2 {\n            grid-area: 4 \/ 1 \/ span 3 \/ span 4;\n        }\n\n        .be6500-main-container .grid .item-3 {\n            grid-area: 4 \/ 5 \/ span 3 \/ span 4;\n        }\n\n        .be6500-main-container .grid .item-4 {\n            grid-area: 1 \/ 7 \/ span 3 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-5 {\n            grid-area: 4 \/ 9 \/ span 3 \/ span 4;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-2 {\n            grid-area: 1 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-3 {\n            grid-area: 3 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-4 {\n            grid-area: 3 \/ 4 \/ span 4 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-5 {\n            grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-6 {\n            grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-7 {\n            grid-area: 9 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-8 {\n            grid-area: 9 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-9 {\n            grid-area: 9 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be6500-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-2 {\n            grid-area: 3 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-3 {\n            grid-area: 5 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-4 {\n            grid-area: 9 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .be6500-main-container .grid .item-5 {\n            grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .be6500-main-container .grid .item-7 {\n            grid-area: 11 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-8 {\n            grid-area: 11 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .be6500-main-container .grid .item-9 {\n            grid-area: 11 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    \/* --- WiFi 7 Section 1 --- *\/\n    .be6500-main-container .be6500-wifi7-1 {\n        position: relative;\n        overflow: hidden;\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-wifi7-1 {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-1 video {\n        position: absolute;\n        top: 50%;\n        left: 0%;\n        object-fit: cover;\n        width: 100%;\n        height: auto;\n        min-height: 100%;\n        z-index: 0;\n        transform: translateY(-50%);\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container h1 {\n        white-space: nowrap;\n        font-size: 14rem;\n        line-height: 1;\n        text-shadow: 0px 0px 8px #22b4ff;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-wifi7-1 .container h1 {\n            font-size: 12rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-wifi7-1 .container h1 {\n            font-size: 6.5rem;\n        }\n    }\n\n    \/* Progress Bar Animation *\/\n    @keyframes prgBar {\n        0% {\n            width: 0%\n        }\n\n        9.99% {\n            width: 0%\n        }\n\n        10% {\n            width: 10%\n        }\n\n        95% {\n            width: 100%\n        }\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container .progress .track {\n        position: relative;\n        width: 100%;\n        height: 24px;\n        overflow: hidden;\n    }\n\n    .be6500-main-container .be6500-wifi7-1.in-view .track {\n        -webkit-animation: prgBar 2s ease-in-out;\n        animation: prgBar 2s ease-in-out;\n    }\n\n    .be6500-main-container .be6500-wifi7-1 .container .progress .track .bar {\n        height: 18px;\n        width: 12px;\n        background-color: var(--be6500);\n        position: relative;\n        border-radius: 2px;\n        margin-left: 2px;\n        margin-right: 2px;\n        margin-bottom: 100px;\n        top: 3px;\n        float: left;\n    }\n\n    \/* --- MLO Animation Section --- *\/\n    .be6500-main-container .be6500-mlo {\n        position: relative;\n        background-color: #fff;\n        overflow: hidden;\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-mlo {\n            scroll-margin-top: 90px;\n            display: flex;\n            flex-direction: column;\n        }\n    }\n\n    @keyframes rad {\n        0% {}\n\n        10% {\n            transform: translate(-50%, -50%) scale(0);\n            opacity: 1;\n        }\n\n        60% {\n            opacity: 0.9;\n        }\n\n        90% {\n            transform: translate(-50%, -50%) scale(1);\n            opacity: 0\n        }\n\n        100% {\n            opacity: 0;\n        }\n    }\n\n    .be6500-main-container .be6500-mlo .bg.in-view .container\u003ediv img.be6500 {\n        transform: translate(-50%, -50%) scale(0.45) !important;\n        opacity: 1;\n    }\n\n    .be6500-main-container .be6500-mlo .bg.in-view .container\u003ediv img.rad {\n        -webkit-animation: rad 5s infinite;\n        animation: rad 3s infinite;\n    }\n\n    \/* --- Support Section (Expert Support) --- *\/\n    .be6500-main-container .be6500-support {\n        scroll-margin-top: 96px;\n    }\n\n    @media (max-width: 768px) {\n        .be6500-main-container .be6500-support {\n            scroll-margin-top: 90px;\n        }\n    }\n\n    .be6500-main-container .be6500-support .d-grid .grid-content {\n        padding: 0;\n        display: flex;\n        flex-direction: column;\n        align-items: start;\n    }\n\n    @media (max-width: 1199px) {\n        .be6500-main-container .be6500-support .d-grid .grid-content {\n            padding: 1rem 0;\n        }\n    }\n\n    .be6500-main-container .be6500-support .d-grid .grid-content\u003ediv {\n        display: flex;\n        flex-direction: row;\n        align-items: start;\n        padding: 5% 2rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-support .d-grid .grid-content\u003ediv {\n            padding: 5% 1rem;\n        }\n    }\n\n    .be6500-main-container .be6500-support .d-grid .grid-content\u003ediv img {\n        height: 4rem;\n        padding-right: 1rem;\n    }\n\n    \/* --- Management Section (App \u0026 Panel) --- *\/\n    .be6500-main-container .be6500-management .d-grid.app {\n        grid-template-columns: auto repeat(1, 1fr);\n        gap: 0;\n        position: relative;\n        padding: 0 0 2rem;\n        margin-top: -3rem;\n        z-index: 1;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid.app {\n            grid-template-columns: repeat(1, 1fr);\n            margin-top: 0;\n            padding: 0 0 3rem;\n        }\n    }\n\n    .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv {\n        background-color: var(--be6500);\n        padding: 2rem 2rem 3rem 4rem;\n        margin-left: -3rem;\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-management .d-grid.app .grid-content\u003ediv {\n            margin: -4rem 0 0;\n            padding: 5rem 2rem 2rem;\n        }\n    }\n\n    \/* --- Bundle (套餐) 区域 --- *\/\n    .be6500-main-container .be6500-buddle .bundle-control .nav {\n        display: grid;\n        grid-template-columns: 2fr 1fr 1fr 1fr;\n        gap: var(--gap);\n    }\n\n    @media (max-width: 991px) {\n        .be6500-main-container .be6500-buddle .bundle-control .nav {\n            grid-template-columns: auto;\n            grid-template-rows: 1fr 1fr 1fr 1fr;\n        }\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item div {\n        aspect-ratio: 4 \/ 6;\n        background-size: cover;\n        background-position: center bottom;\n        position: relative;\n        z-index: 1;\n        outline: 4px solid transparent;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item div::before {\n        content: \"\";\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-color: #000;\n        opacity: 0.6;\n        z-index: -1;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item.active div {\n        outline: 4px solid #3dc1cf;\n    }\n\n    .be6500-main-container .be6500-buddle .bundle-control .nav-item.active div::before {\n        opacity: 0;\n    }\n\n    .product-nav {\n        background-color: #eeeeee;\n        position: sticky;\n        top: 66px;\n        @media (min-width: 1025px){\n            top: 124px;\n        }\n        z-index: 999;\n    }\n\n    .product-nav .product-nav-container {\n        overflow-x: auto;\n        -ms-overflow-style: none;\n        \/* IE and Edge *\/\n        scrollbar-width: none;\n        \/* Firefox *\/\n    }\n\n    .product-nav .product-nav-container::-webkit-scrollbar {\n        display: none;\n    }\n\n    @media (max-width: 768px) {\n        .product-nav .product-nav-container {\n            overflow-x: inherit;\n        }\n    }\n\n    .product-nav .product-nav-container .product-nav-content {\n        display: flex;\n        flex-direction: row;\n        justify-content: left;\n        align-items: center;\n        white-space: nowrap;\n    }\n\n    @media (max-width: 768px) {\n        .product-nav .product-nav-container .product-nav-content {\n            overflow-x: auto;\n            -ms-overflow-style: none;\n            \/* IE and Edge *\/\n            scrollbar-width: none;\n            \/* Firefox *\/\n        }\n\n        .product-nav .product-nav-container .product-nav-content::-webkit-scrollbar {\n            display: none;\n        }\n    }\n\n    .product-nav .product-nav-container .product-nav-content .product-nav-item {\n        color: #6c757d;\n        height: -moz-fit-content;\n        height: fit-content;\n        padding: 0.75rem 1.5rem;\n        background: none !important;\n        border-bottom: 2px solid transparent;\n    }\n\n    @media (max-width: 991px) {\n        .product-nav .product-nav-container .product-nav-content .product-nav-item {\n            padding: 0.75rem 1rem !important;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .product-nav .product-nav-container .product-nav-content .product-nav-item {\n            padding: 0.75rem 1rem !important;\n        }\n    }\n\n    .product-nav .product-nav-container .product-nav-content .product-nav-item:hover {\n        color: #3dc1cf;\n        transition: 0.3s ease;\n    }\n\n    .product-nav .product-nav-container .product-nav-content .product-nav-item.active {\n        color: #3dc1cf;\n        border-color: #3dc1cf;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review {\n        display: flex;\n        flex-wrap: wrap;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review {\n        padding: 0 1rem;\n        vertical-align: middle;\n        display: inline-flex;\n    }\n\n    @media (max-width: 1440px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review {\n            transform: translateX(0);\n        }\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review {\n            vertical-align: top;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card {\n        display: flex;\n        height: 100%;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row {\n        background-color: #ffffff;\n        margin: 0;\n        align-items: center;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row {\n            align-items: flex-start;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row {\n            margin-right: 0;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image {\n        height: 100%;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image {\n            height: auto;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        border-radius: 15px 0 0 15px;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image img {\n            border-radius: 15px 15px 0 0;\n            width: 100%;\n            height: auto;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row p {\n        font-size: 1.1rem;\n    }\n\n    .btn-round {\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n\n        @media (max-width: 768px) {\n            font-size: 13px;\n            min-height: 50px;\n            border-radius: 50px;\n            padding: 14px 1.5rem;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n    }\n    .tab-panel:has(.be6500-main-container) {\n        padding: 0;\n    } \n    .tab-panel .be6500-main-container .btn-outline-light {\n    color: rgb(247, 247, 247);\n    border-color: rgb(247, 247, 247);\n}\n.tab-panel .be6500-main-container .btn-outline-light:hover {\n    color: #212529;\n}\n.product-nav-section a:hover {\n    text-decoration: none;\n}\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .product-show-list {\n        padding: 0;\n        margin: 0;\n    }\n\n    .product-show-list\u003eli {\n        list-style-type: none;\n        margin: 0;\n        padding: 0;\n        display: none;\n    }\n\n    .product-show-list\u003eli.active {\n        display: block;\n    }\n\n    .product-show-list model-viewer {\n        display: block;\n        width: 100%;\n        height: 531px;\n    }\n\n    @media (max-width: 768px) {\n        .product-show-list model-viewer {\n            height: calc(90vw - 2.5rem);\n        }\n    }\n\n    .product-type-btn-list {\n        text-align: center;\n        padding-top: 15px;\n    }\n\n    .product-type-btn-list a {\n        cursor: pointer;\n        padding: 5px 10px;\n        border-radius: 30px;\n        margin: 10px;\n    }\n\n    .product-type-btn-list a i {\n        margin-right: 5px;\n    }\n\n    .product-type-btn-list a:hover {\n        background-color: rgba(0, 0, 0, 0.1);\n    }\n\n    .product-type-btn-list a.active {\n        background-color: rgba(0, 0, 0, 0.8);\n        color: #fff;\n    }\n\n    .hover-1 img {\n        width: 105%;\n        height: auto;\n        position: absolute;\n        top: 0;\n        left: -5%;\n        transition: all 0.3s;\n    }\n\n    .hover-1-content {\n        position: absolute;\n        top: 2rem;\n        left: 0;\n        z-index: 99;\n        transition: all 0.4s;\n    }\n\n    .hover-1:hover .hover-1-content {\n        top: 2rem;\n    }\n\n\n    .carousel-multi-item.v-2.product-carousel .carousel-inner .carousel-item.active,\n    .carousel-multi-item.v-2.product-carousel .carousel-item-next,\n    .carousel-multi-item.v-2.product-carousel .carousel-item-prev {\n        display: -webkit-box;\n        display: -webkit-flex;\n        display: -ms-flexbox;\n        display: flex;\n    }\n\n    .carousel-multi-item.v-2.product-carousel .carousel-item-right.active,\n    .carousel-multi-item.v-2.product-carousel .carousel-item-next {\n        -webkit-transform: translateX(20%);\n        -ms-transform: translateX(20%);\n        transform: translateX(20%);\n    }\n\n    .carousel-multi-item.v-2.product-carousel .carousel-item-left.active,\n    .carousel-multi-item.v-2.product-carousel .carousel-item-prev {\n        -webkit-transform: translateX(-20%);\n        -ms-transform: translateX(-20%);\n        transform: translateX(-20%);\n    }\n\n    .carousel-multi-item.v-2.product-carousel .carousel-item-right,\n    .carousel-multi-item.v-2.product-carousel .carousel-item-left {\n        -webkit-transform: translateX(0);\n        -ms-transform: translateX(0);\n        transform: translateX(0);\n    }\n\n    .carousel-multi-item.v-2.product-carousel *,\n    .carousel-multi-item.v-2.product-carousel ::after,\n    .carousel-multi-item.v-2.product-carousel ::before {\n        -webkit-box-sizing: content-box;\n        box-sizing: content-box;\n    }\n\n    .fuchsia-rose-text {\n        color: #db0075;\n    }\n\n    .aqua-sky-text {\n        color: #5cc6c3;\n    }\n\n    .mimosa-text {\n        color: #F0C05A;\n    }\n\n    .list-inline-item .fas,\n    .list-inline-item .far {\n        font-size: .8rem;\n    }\n\n    .chili-pepper-text {\n        color: #9B1B30;\n    }\n\n    .carousel-multi-item .controls-top .btn-floating {\n        background: #F8CDCD;\n    }\n\n    .carousel-multi-item .carousel-indicators li {\n        height: .75rem;\n        width: .75rem;\n        max-width: .75rem;\n        background-color: #5cc6c3;\n    }\n\n    .carousel-multi-item .carousel-indicators .active {\n        height: 1rem;\n        width: 1rem;\n        max-width: 1rem;\n        background-color: #5cc6c3;\n    }\n\n    .carousel-multi-item .carousel-indicators {\n        margin-bottom: -1rem;\n    }\n\n    .carousel-indicators,\n    .carousel-control-next,\n    .carousel-control-prev {\n        filter: invert(20%);\n    }\n\n    .gl-rounded {\n        border-radius: 15px !important;\n    }\n\n    .grid-item {\n        position: relative;\n        margin: 0.3rem;\n        overflow: hidden;\n        box-shadow: 0px 0px 5px #00000033;\n    }\n\n    .grid-cell {\n  position: absolute;\n  transform: translate(-50%, -50%);\n  top: 50%;\n  left: 50%;\n  height: 100%;\n  width: 100%;\n  background: linear-gradient(136deg, #6258ae 0%, #201e3e 100%);\n  background-size: cover;\n  background-repeat: no-repeat;\n  background-position: center bottom;\n  padding: 1.5rem 1.25rem 1.5rem;\n  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);\n}\n\n.grid-cell h2 {\n  font-size: 1.5rem;\n}\n\n.grid-cell p {\n  margin-bottom: 0;\n}\n\n\/* 媒体查询：1440px *\/\n@media (max-width: 1440px) {\n  .grid-cell h2 {\n    font-size: 1.5rem;\n  }\n}\n\n\/* 媒体查询：1280px *\/\n@media (max-width: 1280px) {\n  .grid-cell h4 {\n    font-size: 1.25rem;\n  }\n}\n\n\/* 媒体查询：1199px *\/\n@media (max-width: 1199px) {\n  .grid-cell {\n    padding: 1rem 1.25rem;\n  }\n}\n\n\/* 媒体查询：768px *\/\n@media (max-width: 768px) {\n  .grid-cell {\n    padding: 1rem 0.75rem;\n  }\n  .grid-cell h2 {\n    font-size: 1.25rem;\n  }\n  .grid-cell h4 {\n    font-size: 1rem;\n  }\n}\n\n\/* 媒体查询：576px *\/\n@media (max-width: 576px) {\n  .grid-cell {\n    padding: 1rem 0.75rem !important;\n  }\n  .grid-cell h2 {\n    font-size: 1.1rem;\n  }\n  .grid-cell p {\n    font-size: 0.85rem;\n  }\n}\n\n    \/* 容器及基础样式 *\/\n    .be9300-wifi7 {\n        position: relative;\n        overflow: hidden;\n    }\n\n    .be9300-wifi7 .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0.5;\n        z-index: -1;\n    }\n\n    .be9300-wifi7 video {\n        position: absolute;\n        top: 50%;\n        left: 0%;\n        object-fit: cover;\n        width: 100%;\n        height: auto;\n        min-height: 100%;\n        z-index: -2;\n        transform: translateY(-50%);\n    }\n\n    \/* 标题样式 *\/\n    .be9300-wifi7 .container h1 {\n        white-space: nowrap;\n        font-size: 14rem;\n        text-shadow: 2px 2px 25px rgba(0, 0, 0, 0.7);\n    }\n\n    @media (max-width: 991px) {\n        .be9300-wifi7 .container h1 {\n            font-size: 12rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be9300-wifi7 .container h1 {\n            font-size: 8rem;\n            line-height: 1;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .be9300-wifi7 .container h1 {\n            font-size: 6rem;\n            line-height: 1;\n        }\n    }\n\n    \/* WiFi Bar 布局 *\/\n    .be9300-wifi7 .container .wifi-bar {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n    }\n\n    @media (max-width: 991px) {\n        .be9300-wifi7 .container .wifi-bar {\n            justify-content: space-between;\n        }\n    }\n\n    .be9300-wifi7 .container .wifi-bar\u003ediv:first-child {\n        width: 5.5rem;\n    }\n\n    @media (max-width: 991px) {\n        .be9300-wifi7 .container .wifi-bar\u003ediv:first-child {\n            flex: 1 1 100%;\n            margin-bottom: 0.5rem;\n            width: inherit;\n            padding-left: 0.25rem;\n        }\n\n        .be9300-wifi7 .container .wifi-bar\u003ediv:first-child h5 {\n            font-size: 1.25rem;\n        }\n    }\n\n    .be9300-wifi7 .container .wifi-bar\u003ediv:last-child {\n        width: 10rem;\n    }\n\n    @media (max-width: 991px) {\n        .be9300-wifi7 .container .wifi-bar\u003ediv:last-child {\n            width: inherit;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .be9300-wifi7 .container .wifi-bar\u003ediv:last-child h4 {\n            font-size: 1.25rem;\n        }\n    }\n\n    \/* 进度条样式 *\/\n    .be9300-wifi7 .container .progress {\n        width: 452px;\n        padding-left: 2px;\n        padding-right: 2px;\n        height: 24px;\n        background-color: rgba(0, 0, 0, 0.1);\n        margin: 0 1rem 0 0.5rem;\n    }\n\n    @media (max-width: 991px) {\n        .be9300-wifi7 .container .progress {\n            margin: 0 1rem 0 0;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .be9300-wifi7 .container .progress {\n            margin: 0 0.5rem 0 0;\n            width: 70%;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .be9300-wifi7 .container .progress {\n            width: 230px;\n        }\n    }\n\n    .be9300-wifi7 .container .progress .track {\n        position: relative;\n        width: 100%;\n        height: 24px;\n        overflow: hidden;\n        -webkit-animation: prgBar 1.5s ease-in-out;\n        animation: prgBar 1.5s ease-in-out;\n    }\n\n    .be9300-wifi7 .container .progress .track .bar {\n        height: 18px;\n        width: 12px;\n        background-color: #00b3ff;\n        position: relative;\n        border-radius: 2px;\n        box-shadow: 0px 0px 5px #001d61;\n        margin-left: 2px;\n        margin-right: 2px;\n        margin-bottom: 100px;\n        top: 3px;\n        float: left;\n    }\n\n    \/* 关键帧动画 *\/\n    @-webkit-keyframes prgBar {\n        0% {\n            width: 0%;\n        }\n\n        9.99% {\n            width: 0%;\n        }\n\n        10% {\n            width: 10%;\n        }\n\n        95% {\n            width: 100%;\n        }\n    }\n\n    @keyframes prgBar {\n        0% {\n            width: 0%;\n        }\n\n        9.99% {\n            width: 0%;\n        }\n\n        10% {\n            width: 10%;\n        }\n\n        95% {\n            width: 100%;\n        }\n    }\n\n    @keyframes fadein {\n        0% {\n            opacity: 0;\n        }\n\n        100% {\n            opacity: 1;\n        }\n    }\n\n    @keyframes fadeout {\n        0% {\n            opacity: 1;\n        }\n\n        100% {\n            opacity: 0;\n        }\n    }\n    .nav-pills-tab .nav-link.active,\n.nav-pills .show \u003e .nav-link {\n  color: #fff;\n  background-color: #17a2b8;\n  border-radius: 30px;\n}\n\n.nav-iot-tab {\n  background-color: #f7f7f7;\n  border-radius: 30px;\n}\n\n.nav-iot-link {\n  color: #17a2b8;\n  font-weight: bold;\n  padding: 15px 10px 15px 10px;\n}\n\n.nav-iot-link:hover {\n  color: #0f7b8c;\n}\n.tiny-slider-controls.circle-controls {\n  margin: 0;\n  padding: 0;\n  cursor: pointer;\n}\n\n.tiny-slider-controls.circle-controls:focus {\n  outline: none;\n}\n\n.tiny-slider-controls.circle-controls a {\n  display: inline-block;\n  width: 50px;\n  height: 50px;\n  text-align: center;\n  border-radius: 25px;\n  border: 1px solid #c5c5c5;\n  padding: 12px;\n  color: #8f969c;\n}\n\n.tiny-slider-controls.circle-controls a:hover {\n  background-color: #17a2b8;\n  color: white;\n}\n.tab-panel a {\n    color: #212529;\n}\n\u003c\/style\u003e\n\u003cmain class=\"be6500-main-container\"\u003e\n\n    \u003csection class=\"video-header-be6500\"\u003e\n        \u003cdiv class=\"overlay\"\u003e\u003c\/div\u003e\n        \u003cvideo playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"muted\" loop=\"loop\"\u003e\n            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_bg_teaser.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n        \u003cdiv class=\"container h-100\"\u003e\n            \u003cdiv class=\"d-flex h-100 text-center align-items-center\"\u003e\n                \u003cdiv class=\"w-100 text-white\"\u003e\n\n                    \u003ch1 class=\"font-weight-bold \"\u003eFlint 3e (GL-BE6500)\u003c\/h1\u003e\n                    \u003ch3\u003eBE6500 Dual-band Wi-Fi 7 Home Router\u003c\/h3\u003e\n\n                    \u003cdiv class=\"btn-group\" role=\"group\" aria-label=\"Basic example\"\u003e\n                        \u003ca class=\"btn btn-round btn-light my-4 shop-now-button\" href=\"#\" data-model=\"be6500\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003eSHOP\n                            NOW\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round btn-outline-light my-4\" href=\"https:\/\/youtu.be\/wk5bJnC7xwc\" target=\"_blank\"\u003e\u003ci class=\"fa-solid fa-circle-play mr-2\"\u003e\u003c\/i\u003eWatch Video\u003c\/a\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"py-4 py-lg-5\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n                \u003cdiv class=\"col-12 col-md-12 col-lg-7 col-xl-7 mb-4\"\u003e\n                    \u003ch2 class=\"font-weight-bold text-left\"\u003eThe Smart Choice for the Wi-Fi 7 Generation\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Flint 3e (GL-BE6500) is built for next-generation \u003cspan class=\"text-be6500\"\u003espeed, stability,\n                            and security\u003c\/span\u003e. Powered by dual-band Wi-Fi 7, it combines lightning-fast wireless\n                        performance\n                        \u003cspan class=\"text-be6500\"\u003ewith five 2.5GbE ports\u003c\/span\u003e for high-speed wired connections.\n                        With \u003cspan class=\"text-be6500\"\u003eadvanced VPN support\u003c\/span\u003e, plus built-in AdGuard Home, parental\n                        controls, and AstroWarp, Flint 3e delivers a seamless networking experience for\n                        \u003cspan class=\"text-be6500\"\u003esmart homes, offices, and multi-user environments\u003c\/span\u003e.\n                    \u003c\/p\u003e\n\n                    \u003c!--\n          \u003cdiv\u003e\n            \u003cspan\u003eMax. \u003cspan class=\"txt-lg text-be6500\"\u003e688\u003c\/span\u003e Mbps (2.4GHz) + \u003cspan class=\"txt-lg text-be6500\"\u003e5764\u003c\/span\u003e Mbps (5GHz) Fast Wi-Fi Speeds\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan\u003e\u003cspan class=\"txt-lg text-be6500\"\u003eFive 2.5G\u003c\/span\u003e ports for high-speed wired connections\u003c\/span\u003e\u003cbr\u003e\n            \u003cspan\u003eEnjoy Speeds Up to \u003cspan class=\"txt-lg text-be6500\"\u003e680\u003c\/span\u003e Mbps on both WireGuard® and OpenVPN-DCO\u003cbr\u003e\n            \u003cspan\u003eFlexible Expansion: \u003cspan class=\"txt-lg text-be6500\"\u003eUSB 3.0\u003c\/span\u003e interface\u003c\/span\u003e\n          \u003c\/div\u003e\n          --\u003e\n\n                    \u003cdiv class=\"d-flex mb-2\"\u003e\n                        \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-be6500\"\u003eBlazing Fast Wi-Fi Speeds\u003c\/span\u003e: Max. 688Mbps\n                                (2.4GHz) + 5764Mbps (5GHz)\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"d-flex mb-2\"\u003e\n                        \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-be6500\"\u003eHigh-speed Wired Connection\u003c\/span\u003e: 5 x 2.5G ports\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"d-flex mb-2\"\u003e\n                        \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-be6500\"\u003ePowerful VPN Performance\u003c\/span\u003e: Max. 680Mbps on\n                                WiredGuard® and OpenVPN-DCO\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"d-flex mb-2\"\u003e\n                        \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-be6500\"\u003eFlexible Expansion\u003c\/span\u003e: USB3.0 interface\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"pt-2\"\u003e\n                        \u003ca class=\"btn btn-round btn-round-be6500 mt-3 mr-3\" href=\"#specs\"\u003eView Specs\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/support\/gl-be6500\/\" target=\"_blank\"\u003eOnline Guide\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-12 col-md-10 col-lg-5 py-4\"\u003e\n\n\u003cdiv class=\"row align-items-center justify-content-end\"\u003e\u003cdiv class=\"col-6 m-2\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/logo\/logo_climate-partner-certified.png\" alt=\"Amazon Climate Pledge Friendly Certification\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n                    \u003cdiv class=\"product_carousel\"\u003e\n                        \u003cul class=\"product-show-list\"\u003e\n                            \u003cli class=\"item\" data-type=\"Photos\"\u003e\n                                \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n                                    \u003col class=\"carousel-indicators\"\u003e\n                                        \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n                                        \u003c\/li\u003e\n                                        \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\"\u003e\n                                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\"\u003e\n                                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\"\u003e\n                                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\"\u003e\n                                        \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"5\"\u003e\n                                    \u003c\/li\u003e\n\u003c\/ol\u003e\n                                    \u003cdiv class=\"carousel-inner\"\u003e\n                                        \u003cdiv class=\"carousel-item active\"\u003e\n                                            \u003cpicture\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_1.webp\" type=\"image\/webp\"\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_1.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_1.jpg\" alt=\"Flint 3e (GL-BE6500)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                                        \u003c\/div\u003e\n                                        \u003cdiv class=\"carousel-item\"\u003e\n                                            \u003cpicture\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_2.webp\" type=\"image\/webp\"\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_2.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_2.jpg\" alt=\"Flint 3e (GL-BE6500)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                                        \u003c\/div\u003e\n                                        \u003cdiv class=\"carousel-item\"\u003e\n                                            \u003cpicture\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_3.webp\" type=\"image\/webp\"\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_3.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_3.jpg\" alt=\"Flint 3e (GL-BE6500)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                                        \u003c\/div\u003e\n                                        \u003cdiv class=\"carousel-item\"\u003e\n                                            \u003cpicture\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_4.webp\" type=\"image\/webp\"\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_4.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_4.jpg\" alt=\"Flint 3e (GL-BE6500)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                                        \u003c\/div\u003e\n                                        \u003cdiv class=\"carousel-item\"\u003e\n                                            \u003cpicture\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_5.webp\" type=\"image\/webp\"\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_5.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_5.jpg\" alt=\"Flint 3e (GL-BE6500)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                                        \u003c\/div\u003e\n                                        \u003cdiv class=\"carousel-item\"\u003e\n                                            \u003cpicture\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_6.webp\" type=\"image\/webp\"\u003e\n                                                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_6.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_6.jpg\" alt=\"Flint 3e (GL-BE6500)\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                                        \u003c\/div\u003e\n\u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                                            \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                                        \u003c\/a\u003e\u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                                            \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\u003c\/a\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/li\u003e\n                            \u003cli class=\"item active\" data-type=\"3D\"\u003e\n                                \u003cdiv class=\"model-view\"\u003e\u003cmodel-viewer camera-controls=\"true\" field-of-view=\"45deg\" max-field-of-view=\"45deg\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/gl-be6500.glb\" max-camera-orbit=\"auto auto 5m\" min-camera-orbit=\"auto auto 2.5m\" exposure=\"1.2\" camera-orbit=\"0deg 75deg 100%\" ar-status=\"not-presenting\" loading=\"eager\" reveal=\"auto\" disable-zoom=\"true\"\u003e\u003ctemplate shadowrootmode=\"open\"\u003e\u003c!----\u003e\n                                            \u003cstyle\u003e\n                                                :host {\n                                                    display: block;\n                                                    position: relative;\n                                                    contain: strict;\n                                                    width: 300px;\n                                                    height: 150px;\n                                                }\n\n                                                .container {\n                                                    position: relative;\n                                                    overflow: hidden;\n                                                }\n\n                                                .userInput {\n                                                    width: 100%;\n                                                    height: 100%;\n                                                    display: none;\n                                                    position: relative;\n                                                    outline-offset: -1px;\n                                                    outline-width: 1px;\n                                                }\n\n                                                canvas {\n                                                    position: absolute;\n                                                    display: none;\n                                                    pointer-events: none;\n                                                    \/* NOTE(cdata): Chrome 76 and below apparently have a bug\n   * that causes our canvas not to display pixels unless it is\n   * on its own render layer\n   * @see https:\/\/github.com\/google\/model-viewer\/pull\/755#issuecomment-536597893\n   *\/\n                                                    transform: translateZ(0);\n                                                }\n\n                                                .show {\n                                                    display: block;\n                                                }\n\n                                                \/* Adapted from HTML5 Boilerplate\n *\n * @see https:\/\/github.com\/h5bp\/html5-boilerplate\/blob\/ceb4620c78fc82e13534fc44202a3f168754873f\/dist\/css\/main.css#L122-L133 *\/\n                                                .screen-reader-only {\n                                                    border: 0;\n                                                    left: 0;\n                                                    top: 0;\n                                                    clip: rect(0, 0, 0, 0);\n                                                    height: 1px;\n                                                    margin: -1px;\n                                                    overflow: hidden;\n                                                    padding: 0;\n                                                    position: absolute;\n                                                    white-space: nowrap;\n                                                    width: 1px;\n                                                    pointer-events: none;\n                                                }\n\n                                                .slot {\n                                                    position: absolute;\n                                                    pointer-events: none;\n                                                    top: 0;\n                                                    left: 0;\n                                                    width: 100%;\n                                                    height: 100%;\n                                                }\n\n                                                .slot\u003e* {\n                                                    pointer-events: initial;\n                                                }\n\n                                                .annotation-wrapper ::slotted(*) {\n                                                    opacity: var(--max-hotspot-opacity, 1);\n                                                    transition: opacity 0.3s;\n                                                }\n\n                                                .pointer-tumbling .annotation-wrapper ::slotted(*) {\n                                                    pointer-events: none;\n                                                }\n\n                                                .annotation-wrapper ::slotted(*) {\n                                                    pointer-events: initial;\n                                                }\n\n                                                .annotation-wrapper.hide ::slotted(*) {\n                                                    opacity: var(--min-hotspot-opacity, 0.25);\n                                                }\n\n                                                .slot.poster {\n                                                    display: none;\n                                                    background-color: inherit;\n                                                }\n\n                                                .slot.poster.show {\n                                                    display: inherit;\n                                                }\n\n                                                .slot.poster\u003e* {\n                                                    pointer-events: initial;\n                                                }\n\n                                                .slot.poster:not(.show)\u003e* {\n                                                    pointer-events: none;\n                                                }\n\n                                                #default-poster {\n                                                    width: 100%;\n                                                    height: 100%;\n                                                    \/* The default poster is a \u003cbutton\u003e so we need to set display\n   * to prevent it from being affected by text-align: *\/\n                                                    display: block;\n                                                    position: absolute;\n                                                    border: none;\n                                                    padding: 0;\n                                                    background-size: contain;\n                                                    background-repeat: no-repeat;\n                                                    background-position: center;\n                                                    background-color: #fff0;\n                                                }\n\n                                                #default-progress-bar {\n                                                    display: block;\n                                                    position: relative;\n                                                    width: 100%;\n                                                    height: 100%;\n                                                    pointer-events: none;\n                                                    overflow: hidden;\n                                                }\n\n                                                #default-progress-bar\u003e.bar {\n                                                    position: absolute;\n                                                    top: 0;\n                                                    left: 0;\n                                                    width: 100%;\n                                                    height: var(--progress-bar-height, 5px);\n                                                    background-color: var(--progress-bar-color, rgba(0, 0, 0, 0.4));\n                                                    transition: transform 0.09s;\n                                                    transform-origin: top left;\n                                                    transform: scaleX(0);\n                                                    overflow: hidden;\n                                                }\n\n                                                #default-progress-bar\u003e.bar.hide {\n                                                    transition: opacity 0.3s 1s;\n                                                    opacity: 0;\n                                                }\n\n                                                .centered {\n                                                    align-items: center;\n                                                    justify-content: center;\n                                                }\n\n                                                .cover {\n                                                    position: absolute;\n                                                    top: 0;\n                                                    left: 0;\n                                                    width: 100%;\n                                                    height: 100%;\n                                                    pointer-events: none;\n                                                }\n\n                                                .slot.interaction-prompt {\n                                                    display: var(--interaction-prompt-display, flex);\n                                                    overflow: hidden;\n                                                    opacity: 0;\n                                                    will-change: opacity;\n                                                    transition: opacity 0.3s;\n                                                }\n\n                                                .slot.interaction-prompt.visible {\n                                                    opacity: 1;\n                                                }\n\n                                                .animated-container {\n                                                    will-change: transform, opacity;\n                                                    opacity: 0;\n                                                    transition: opacity 0.3s;\n                                                }\n\n                                                .slot.interaction-prompt\u003e* {\n                                                    pointer-events: none;\n                                                }\n\n                                                .slot.ar-button {\n                                                    -moz-user-select: none;\n                                                    -webkit-tap-highlight-color: transparent;\n                                                    user-select: none;\n\n                                                    display: var(--ar-button-display, block);\n                                                }\n\n                                                .slot.ar-button:not(.enabled) {\n                                                    display: none;\n                                                }\n\n                                                .fab {\n                                                    display: flex;\n                                                    align-items: center;\n                                                    justify-content: center;\n                                                    box-sizing: border-box;\n                                                    width: 40px;\n                                                    height: 40px;\n                                                    cursor: pointer;\n                                                    background-color: #fff;\n                                                    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);\n                                                    border-radius: 100px;\n                                                }\n\n                                                .fab\u003e* {\n                                                    opacity: 0.87;\n                                                }\n\n                                                #default-ar-button {\n                                                    position: absolute;\n                                                    bottom: 16px;\n                                                    right: 16px;\n                                                    transform: scale(var(--ar-button-scale, 1));\n                                                    transform-origin: bottom right;\n                                                }\n\n                                                .slot.pan-target {\n                                                    display: block;\n                                                    position: absolute;\n                                                    width: 0;\n                                                    height: 0;\n                                                    left: 50%;\n                                                    top: 50%;\n                                                    transform: translate3d(-50%, -50%, 0);\n                                                    background-color: transparent;\n                                                    opacity: 0;\n                                                    transition: opacity 0.3s;\n                                                }\n\n                                                #default-pan-target {\n                                                    width: 6px;\n                                                    height: 6px;\n                                                    border-radius: 6px;\n                                                    border: 1px solid white;\n                                                    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8);\n                                                }\n\n                                                .slot.default {\n                                                    pointer-events: none;\n                                                }\n\n                                                .slot.progress-bar {\n                                                    pointer-events: none;\n                                                }\n\n                                                .slot.exit-webxr-ar-button {\n                                                    pointer-events: none;\n                                                }\n\n                                                .slot.exit-webxr-ar-button:not(.enabled) {\n                                                    display: none;\n                                                }\n\n                                                #default-exit-webxr-ar-button {\n                                                    display: flex;\n                                                    align-items: center;\n                                                    justify-content: center;\n                                                    position: absolute;\n                                                    top: env(safe-area-inset-top, 16px);\n                                                    right: 16px;\n                                                    width: 40px;\n                                                    height: 40px;\n                                                    box-sizing: border-box;\n                                                }\n\n                                                #default-exit-webxr-ar-button\u003esvg {\n                                                    fill: #fff;\n                                                }\n                                            \u003c\/style\u003e\n                                            \u003cdiv class=\"container\" style=\"width: 553.328px; height: 553px;\"\u003e\n                                                \u003cdiv class=\"userInput show\" tabindex=\"0\" role=\"img\" aria-label=\"3D model. Use mouse, touch or arrow keys to move.\" style=\"cursor: grab; touch-action: none;\"\u003e\n                                                    \u003cdiv class=\"slot canvas\"\u003e\n                                                        \u003cslot name=\"canvas\"\u003e\n                                                            \u003ccanvas width=\"554\" height=\"553\" style=\"width: 554px; height: 553px;\" class=\"\"\u003e\u003c\/canvas\u003e\n                                                            \u003ccanvas id=\"webgl-canvas\" class=\"show\" data-engine=\"three.js r174\" width=\"554\" height=\"553\" style=\"width: 554px; height: 553px;\"\u003e\u003c\/canvas\u003e\n                                                        \u003c\/slot\u003e\n                                                    \u003c\/div\u003e\n\n                                                \u003c\/div\u003e\n\n                                                \u003c!-- NOTE(cdata): We need to wrap slots because browsers without ShadowDOM\n        will have their \u003cslot\u003e elements removed by ShadyCSS --\u003e\n                                                \u003cdiv class=\"slot poster\"\u003e\n                                                    \u003cslot name=\"poster\"\u003e\n                                                        \u003cbutton type=\"button\" id=\"default-poster\" aria-label=\"3D model\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\u003c\/button\u003e\n                                                    \u003c\/slot\u003e\n                                                \u003c\/div\u003e\n\n                                                \u003cdiv class=\"slot ar-button\"\u003e\n                                                    \u003cslot name=\"ar-button\"\u003e\n                                                        \u003ca id=\"default-ar-button\" part=\"default-ar-button\" class=\"fab\" tabindex=\"2\" role=\"button\" href=\"javascript:void(0);\" aria-label=\"View in your space\"\u003e\n                                                            \u003c!--?lit$766325159$--\u003e\n                                                            \u003csvg version=\"1.1\" id=\"view_x5F_in_x5F_AR_x5F_icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewbox=\"0 0 24 24\" enable-background=\"new 0 0 24 24\" xml:space=\"preserve\"\u003e\n                                                                \u003crect id=\"Bounding_Box\" x=\"0\" y=\"0\" fill=\"none\" width=\"24\" height=\"24\"\u003e\u003c\/rect\u003e\n                                                                \u003cg id=\"Art_layer\"\u003e\n                                                                    \u003cpath d=\"M3,4c0-0.55,0.45-1,1-1h2V1H4C2.35,1,1,2.35,1,4v2h2V4z\"\u003e\n                                                                    \u003c\/path\u003e\n                                                                    \u003cpath d=\"M20,3c0.55,0,1,0.45,1,1v2h2V4c0-1.65-1.35-3-3-3h-2v2H20z\"\u003e\n                                                                    \u003c\/path\u003e\n                                                                    \u003cpath d=\"M4,21c-0.55,0-1-0.45-1-1v-2H1v2c0,1.65,1.35,3,3,3h2v-2H4z\"\u003e\n                                                                    \u003c\/path\u003e\n                                                                    \u003cpath d=\"M20,21c0.55,0,1-0.45,1-1v-2h2v2c0,1.65-1.35,3-3,3h-2v-2H20z\"\u003e\n                                                                    \u003c\/path\u003e\n                                                                    \u003cg\u003e\n                                                                        \u003cpath d=\"M18.25,7.6l-5.5-3.18c-0.46-0.27-1.04-0.27-1.5,0L5.75,7.6C5.29,7.87,5,8.36,5,8.9v6.35c0,0.54,0.29,1.03,0.75,1.3\n\t\t\tl5.5,3.18c0.46,0.27,1.04,0.27,1.5,0l5.5-3.18c0.46-0.27,0.75-0.76,0.75-1.3V8.9C19,8.36,18.71,7.87,18.25,7.6z M7,14.96v-4.62\n\t\t\tl4,2.32v4.61L7,14.96z M12,10.93L8,8.61l4-2.31l4,2.31L12,10.93z M13,17.27v-4.61l4-2.32v4.62L13,17.27z\"\u003e\u003c\/path\u003e\n                                                                    \u003c\/g\u003e\n                                                                \u003c\/g\u003e\n                                                            \u003c\/svg\u003e\n                                                        \u003c\/a\u003e\n                                                    \u003c\/slot\u003e\n                                                \u003c\/div\u003e\n\n                                                \u003cdiv class=\"slot pan-target\"\u003e\n                                                    \u003cslot name=\"pan-target\"\u003e\n                                                        \u003cdiv id=\"default-pan-target\"\u003e\n                                                        \u003c\/div\u003e\n                                                    \u003c\/slot\u003e\n                                                \u003c\/div\u003e\n\n                                                \u003cdiv class=\"slot interaction-prompt cover centered visible\"\u003e\n                                                    \u003cdiv id=\"prompt\" class=\"animated-container\" style=\"opacity: 1; transform: translateX(3.13447px);\"\u003e\n                                                        \u003cslot name=\"interaction-prompt\" aria-hidden=\"true\"\u003e\n                                                            \u003c!--?lit$766325159$--\u003e\n                                                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"25\" height=\"36\"\u003e\n                                                                \u003cdefs\u003e\n                                                                    \u003cpath id=\"A\" d=\"M.001.232h24.997V36H.001z\"\u003e\u003c\/path\u003e\n                                                                \u003c\/defs\u003e\n                                                                \u003cg transform=\"translate(-11 -4)\" fill=\"none\" fill-rule=\"evenodd\"\u003e\n                                                                    \u003cpath fill-opacity=\"0\" fill=\"#fff\" d=\"M0 0h44v44H0z\"\u003e\u003c\/path\u003e\n                                                                    \u003cg transform=\"translate(11 3)\"\u003e\n                                                                        \u003cpath d=\"M8.733 11.165c.04-1.108.766-2.027 1.743-2.307a2.54 2.54 0 0 1 .628-.089c.16 0 .314.017.463.044 1.088.2 1.9 1.092 1.9 2.16v8.88h1.26c2.943-1.39 5-4.45 5-8.025a9.01 9.01 0 0 0-1.9-5.56l-.43-.5c-.765-.838-1.683-1.522-2.712-2-1.057-.49-2.226-.77-3.46-.77s-2.4.278-3.46.77c-1.03.478-1.947 1.162-2.71 2l-.43.5a9.01 9.01 0 0 0-1.9 5.56 9.04 9.04 0 0 0 .094 1.305c.03.21.088.41.13.617l.136.624c.083.286.196.56.305.832l.124.333a8.78 8.78 0 0 0 .509.953l.065.122a8.69 8.69 0 0 0 3.521 3.191l1.11.537v-9.178z\" fill-opacity=\".5\" fill=\"#e4e4e4\"\u003e\u003c\/path\u003e\n                                                                        \u003cpath d=\"M22.94 26.218l-2.76 7.74c-.172.485-.676.8-1.253.8H12.24c-1.606 0-3.092-.68-3.98-1.82-1.592-2.048-3.647-3.822-6.11-5.27-.095-.055-.15-.137-.152-.23-.004-.1.046-.196.193-.297.56-.393 1.234-.6 1.926-.6a3.43 3.43 0 0 1 .691.069l4.922.994V10.972c0-.663.615-1.203 1.37-1.203s1.373.54 1.373 1.203v9.882h2.953c.273 0 .533.073.757.21l6.257 3.874c.027.017.045.042.07.06.41.296.586.77.426 1.22M4.1 16.614c-.024-.04-.042-.083-.065-.122a8.69 8.69 0 0 1-.509-.953c-.048-.107-.08-.223-.124-.333l-.305-.832c-.058-.202-.09-.416-.136-.624l-.13-.617a9.03 9.03 0 0 1-.094-1.305c0-2.107.714-4.04 1.9-5.56l.43-.5c.764-.84 1.682-1.523 2.71-2 1.058-.49 2.226-.77 3.46-.77s2.402.28 3.46.77c1.03.477 1.947 1.16 2.712 2l.428.5a9 9 0 0 1 1.901 5.559c0 3.577-2.056 6.636-5 8.026h-1.26v-8.882c0-1.067-.822-1.96-1.9-2.16-.15-.028-.304-.044-.463-.044-.22 0-.427.037-.628.09-.977.28-1.703 1.198-1.743 2.306v9.178l-1.11-.537C6.18 19.098 4.96 18 4.1 16.614M22.97 24.09l-6.256-3.874c-.102-.063-.218-.098-.33-.144 2.683-1.8 4.354-4.855 4.354-8.243 0-.486-.037-.964-.104-1.43a9.97 9.97 0 0 0-1.57-4.128l-.295-.408-.066-.092a10.05 10.05 0 0 0-.949-1.078c-.342-.334-.708-.643-1.094-.922-1.155-.834-2.492-1.412-3.94-1.65l-.732-.088-.748-.03a9.29 9.29 0 0 0-1.482.119c-1.447.238-2.786.816-3.94 1.65a9.33 9.33 0 0 0-.813.686 9.59 9.59 0 0 0-.845.877l-.385.437-.36.5-.288.468-.418.778-.04.09c-.593 1.28-.93 2.71-.93 4.222 0 3.832 2.182 7.342 5.56 8.938l1.437.68v4.946L5 25.64a4.44 4.44 0 0 0-.888-.086c-.017 0-.034.003-.05.003-.252.004-.503.033-.75.08a5.08 5.08 0 0 0-.237.056c-.193.046-.382.107-.568.18-.075.03-.15.057-.225.1-.25.114-.494.244-.723.405a1.31 1.31 0 0 0-.566 1.122 1.28 1.28 0 0 0 .645 1.051C4 29.925 5.96 31.614 7.473 33.563a5.06 5.06 0 0 0 .434.491c1.086 1.082 2.656 1.713 4.326 1.715h6.697c.748-.001 1.43-.333 1.858-.872.142-.18.256-.38.336-.602l2.757-7.74c.094-.26.13-.53.112-.794s-.088-.52-.203-.76a2.19 2.19 0 0 0-.821-.91\" fill-opacity=\".6\" fill=\"#000\"\u003e\u003c\/path\u003e\n                                                                        \u003cpath d=\"M22.444 24.94l-6.257-3.874a1.45 1.45 0 0 0-.757-.211h-2.953v-9.88c0-.663-.616-1.203-1.373-1.203s-1.37.54-1.37 1.203v16.643l-4.922-.994a3.44 3.44 0 0 0-.692-.069 3.35 3.35 0 0 0-1.925.598c-.147.102-.198.198-.194.298.004.094.058.176.153.23 2.462 1.448 4.517 3.22 6.11 5.27.887 1.14 2.373 1.82 3.98 1.82h6.686c.577 0 1.08-.326 1.253-.8l2.76-7.74c.16-.448-.017-.923-.426-1.22-.025-.02-.043-.043-.07-.06z\" fill=\"#fff\"\u003e\u003c\/path\u003e\n                                                                        \u003cg transform=\"translate(0 .769)\"\u003e\n                                                                            \u003cmask id=\"B\" fill=\"#fff\"\u003e\n                                                                                \u003cuse xlink:href=\"#A\"\u003e\u003c\/use\u003e\n                                                                            \u003c\/mask\u003e\n                                                                            \u003cpath d=\"M23.993 24.992a1.96 1.96 0 0 1-.111.794l-2.758 7.74c-.08.22-.194.423-.336.602-.427.54-1.11.87-1.857.872h-6.698c-1.67-.002-3.24-.633-4.326-1.715-.154-.154-.3-.318-.434-.49C5.96 30.846 4 29.157 1.646 27.773c-.385-.225-.626-.618-.645-1.05a1.31 1.31 0 0 1 .566-1.122 4.56 4.56 0 0 1 .723-.405l.225-.1a4.3 4.3 0 0 1 .568-.18l.237-.056c.248-.046.5-.075.75-.08.018 0 .034-.003.05-.003.303-.001.597.027.89.086l3.722.752V20.68l-1.436-.68c-3.377-1.596-5.56-5.106-5.56-8.938 0-1.51.336-2.94.93-4.222.015-.03.025-.06.04-.09.127-.267.268-.525.418-.778.093-.16.186-.316.288-.468.063-.095.133-.186.2-.277L3.773 5c.118-.155.26-.29.385-.437.266-.3.544-.604.845-.877a9.33 9.33 0 0 1 .813-.686C6.97 2.167 8.31 1.59 9.757 1.35a9.27 9.27 0 0 1 1.481-.119 8.82 8.82 0 0 1 .748.031c.247.02.49.05.733.088 1.448.238 2.786.816 3.94 1.65.387.28.752.588 1.094.922a9.94 9.94 0 0 1 .949 1.078l.066.092c.102.133.203.268.295.408a9.97 9.97 0 0 1 1.571 4.128c.066.467.103.945.103 1.43 0 3.388-1.67 6.453-4.353 8.243.11.046.227.08.33.144l6.256 3.874c.37.23.645.55.82.9.115.24.185.498.203.76m.697-1.195c-.265-.55-.677-1.007-1.194-1.326l-5.323-3.297c2.255-2.037 3.564-4.97 3.564-8.114 0-2.19-.637-4.304-1.84-6.114-.126-.188-.26-.37-.4-.552-.645-.848-1.402-1.6-2.252-2.204C15.472.91 13.393.232 11.238.232A10.21 10.21 0 0 0 5.23 2.19c-.848.614-1.606 1.356-2.253 2.205-.136.18-.272.363-.398.55C1.374 6.756.737 8.87.737 11.06c0 4.218 2.407 8.08 6.133 9.842l.863.41v3.092l-2.525-.51c-.356-.07-.717-.106-1.076-.106a5.45 5.45 0 0 0-3.14.996c-.653.46-1.022 1.202-.99 1.983a2.28 2.28 0 0 0 1.138 1.872c2.24 1.318 4.106 2.923 5.543 4.772 1.26 1.62 3.333 2.59 5.55 2.592h6.698c1.42-.001 2.68-.86 3.134-2.138l2.76-7.74c.272-.757.224-1.584-.134-2.325\" fill-opacity=\".05\" fill=\"#000\" mask=\"url(#B)\"\u003e\u003c\/path\u003e\n                                                                        \u003c\/g\u003e\n                                                                    \u003c\/g\u003e\n                                                                \u003c\/g\u003e\n                                                            \u003c\/svg\u003e\n                                                        \u003c\/slot\u003e\n                                                    \u003c\/div\u003e\n                                                \u003c\/div\u003e\n\n                                                \u003cdiv id=\"finger0\" class=\"animated-container cover\"\u003e\n                                                    \u003cslot name=\"finger0\" aria-hidden=\"true\"\u003e\n                                                    \u003c\/slot\u003e\n                                                \u003c\/div\u003e\n                                                \u003cdiv id=\"finger1\" class=\"animated-container cover\"\u003e\n                                                    \u003cslot name=\"finger1\" aria-hidden=\"true\"\u003e\n                                                    \u003c\/slot\u003e\n                                                \u003c\/div\u003e\n\n                                                \u003cdiv class=\"slot default\"\u003e\n                                                    \u003cslot\u003e\u003c\/slot\u003e\n\n                                                    \u003cdiv class=\"slot progress-bar\"\u003e\n                                                        \u003cslot name=\"progress-bar\"\u003e\n                                                            \u003cdiv id=\"default-progress-bar\" aria-hidden=\"true\"\u003e\n\n                                                                \u003cdiv class=\"bar hide\" part=\"default-progress-bar\" style=\"transform: scaleX(1);\"\u003e\u003c\/div\u003e\n                                                            \u003c\/div\u003e\n                                                        \u003c\/slot\u003e\n                                                    \u003c\/div\u003e\n\n                                                    \u003cdiv class=\"slot exit-webxr-ar-button\"\u003e\n                                                        \u003cslot name=\"exit-webxr-ar-button\"\u003e\n                                                            \u003ca id=\"default-exit-webxr-ar-button\" part=\"default-exit-webxr-ar-button\" tabindex=\"3\" aria-label=\"Exit AR\" aria-hidden=\"true\"\u003e\n                                                                \u003c!--?lit$766325159$--\u003e\n                                                                \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24px\" height=\"24px\" viewbox=\"0 0 24 24\" fill=\"#000000\"\u003e\n                                                                    \u003c!-- NOTE(cdata): This SVG filter is a stop-gap until we can implement\n         support for dynamic re-coloring of UI components --\u003e\n                                                                    \u003cdefs\u003e\n                                                                        \u003cfilter id=\"drop-shadow\" x=\"-100%\" y=\"-100%\" width=\"300%\" height=\"300%\"\u003e\n                                                                            \u003cfegaussianblur in=\"SourceAlpha\" stddeviation=\"1\"\u003e\u003c\/fegaussianblur\u003e\n                                                                            \u003cfeoffset dx=\"0\" dy=\"0\" result=\"offsetblur\"\u003e\n                                                                            \u003c\/feoffset\u003e\n                                                                            \u003cfeflood flood-color=\"#000000\"\u003e\u003c\/feflood\u003e\n                                                                            \u003cfecomposite in2=\"offsetblur\" operator=\"in\"\u003e\n                                                                            \u003c\/fecomposite\u003e\n                                                                            \u003cfemerge\u003e\n                                                                                \u003cfemergenode\u003e\u003c\/femergenode\u003e\n                                                                                \u003cfemergenode in=\"SourceGraphic\"\u003e\n                                                                                \u003c\/femergenode\u003e\n                                                                            \u003c\/femerge\u003e\n                                                                        \u003c\/filter\u003e\n                                                                    \u003c\/defs\u003e\n                                                                    \u003cpath filter=\"url(#drop-shadow)\" d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"\u003e\n                                                                    \u003c\/path\u003e\n                                                                    \u003cpath d=\"M0 0h24v24H0z\" fill=\"none\"\u003e\u003c\/path\u003e\n                                                                \u003c\/svg\u003e\n                                                            \u003c\/a\u003e\n                                                        \u003c\/slot\u003e\n                                                    \u003c\/div\u003e\n                                                    \u003cdiv style=\"overflow: hidden; width: 553.328px; height: 553px; pointer-events: none; position: absolute; top: 0px;\"\u003e\n                                                    \u003c\/div\u003e\n                                                \u003c\/div\u003e\n                                            \u003c\/div\u003e\n                                            \u003cdiv class=\"screen-reader-only\" role=\"region\" aria-label=\"Live announcements\"\u003e\n                                                \u003cspan id=\"status\" role=\"status\"\u003e\u003c\/span\u003e\n                                            \u003c\/div\u003e\n                                        \u003c\/template\u003e\u003c\/model-viewer\u003e\u003c\/div\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                        \u003cdiv class=\"product-type-btn-list\"\u003e\n\u003ca class=\"btn-item active\" data-btn=\"3D\"\u003e\u003ci class=\"fa-duotone fa-regular fa-cube\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cspan\u003e3D\u003c\/span\u003e\u003c\/a\u003e\n                            \u003ca class=\"btn-item\" data-btn=\"photos\"\u003e\u003ci class=\"fa-duotone fa-solid fa-images\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cspan\u003ePhotos\u003c\/span\u003e\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Product Nav Tab --\u003e\n    \u003csection class=\"product-nav\"\u003e\n        \u003cdiv class=\"product-nav-wrapper position-relative\"\u003e\n            \u003cdiv class=\"product-nav-content container-md\"\u003e\n                \u003ca class=\"product-nav-item nav-link highlight\" href=\"#highlight\"\u003eHighlight\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link sub-menu\" data-dropdown-menu=\"features\"\u003eFeatures\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link bundles\" href=\"#bundles\"\u003eBundles\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link reviews\" href=\"#reviews\"\u003eReviews\u003c\/a\u003e\n                \u003ca class=\"product-nav-item nav-link specs\" href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"dropdown-menu-list\"\u003e\n                \u003cli class=\"dropdown-menu\" data-dropdown-menu=\"features\" style=\"display: none;\"\u003e\n                    \u003cdiv class=\"container-md\"\u003e\n                        \u003ca class=\"btn btn-round product-nav-item wifi7\" href=\"#wifi7\"\u003eWi-Fi 7\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round product-nav-item coverage\" href=\"#coverage\"\u003eCoverage\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round product-nav-item highcapacity\" href=\"#highcapacity\"\u003eHigh-capacity\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round product-nav-item connectivity\" href=\"#connectivity\"\u003eConnectivity\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round product-nav-item vpn\" href=\"#vpn\"\u003eVPN\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round product-nav-item security\" href=\"#security\"\u003eSecurity\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round product-nav-item support\" href=\"#support\"\u003eSupport\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round product-nav-item setup\" href=\"#setup\"\u003eSetup\u003c\/a\u003e\n                        \u003ca class=\"btn btn-round product-nav-item services\" href=\"#services\"\u003eServices\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n                \u003c!--\n        \u003cli class=\"dropdown-menu\" data-dropdown-menu=\"bundles\" style=\"display: none;\"\u003e\n          \u003cdiv class=\"container-md\"\u003e\n            \u003ca class=\"btn btn-round product-nav-item bundles\" href=\"#bundles\"\u003ebundles\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        --\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cscript\u003e\n            let currentModel = ''\n\n            window.addEventListener(\"scroll\", function () {\n                document.querySelectorAll(\".product-nav-section\").forEach((section) =\u003e {\n                    let sectionTop = section.offsetTop;\n                    if (pageYOffset \u003e= sectionTop - 163) {\n                        currentModel = section.getAttribute(\"id\");\n                    }\n                });\n\n                \/\/ 先移除所有 active class\n                document.querySelectorAll(\".product-nav-item\").forEach((item) =\u003e {\n                    item.classList.remove(\"active\");\n                });\n\n                \/\/ 移除所有 hover1 class\n                document.querySelectorAll(\".sub-menu\").forEach((toggle) =\u003e {\n                    toggle.classList.remove(\"hover1\");\n                });\n\n                \/\/ 先隐藏所有 dropdown-menu\n                document.querySelectorAll(\".dropdown-menu\").forEach((dropdown) =\u003e {\n                    dropdown.style.display = \"none\";\n                });\n\n                \/\/ 查找并激活当前的 nav item\n                const currentNavItem = document.querySelector(`.product-nav-item.${currentModel}`);\n\n                if (currentNavItem) {\n                    currentNavItem.classList.add(\"active\");\n\n                    \/\/ 检查是否在 dropdown-menu 内 (结构: li.dropdown-menu \u003e div.container-md \u003e a.product-nav-item)\n                    const containerDiv = currentNavItem.parentElement;\n                    const dropdownMenu = containerDiv ? containerDiv.parentElement : null;\n\n                    if (dropdownMenu \u0026\u0026 dropdownMenu.classList.contains(\"dropdown-menu\")) {\n                        \/\/ 获取 dropdown-menu 的 data-dropdown-menu 值\n                        const dropdownMenuValue = dropdownMenu.dataset.dropdownMenu;\n\n                        if (dropdownMenuValue) {\n                            \/\/ 显示当前匹配的 dropdown-menu\n                            dropdownMenu.style.display = \"flex\";\n\n                            \/\/ 在 product-nav-wrapper 下找到匹配的 sub-menu 并添加 active\n                            const parentNavItem = document.querySelector(`.product-nav-wrapper .sub-menu[data-dropdown-menu=\"${dropdownMenuValue}\"]`);\n                            if (parentNavItem) {\n                                parentNavItem.classList.add(\"active\");\n                            }\n\n                            \/\/ 自动滚动到 active 的项,使其居中显示\n                            setTimeout(() =\u003e {\n                                const activeItem = currentNavItem;\n                                const scrollContainer = dropdownMenu.querySelector('.container-md');\n\n                                if (scrollContainer) {\n                                    const containerWidth = scrollContainer.offsetWidth;\n                                    const itemOffsetLeft = activeItem.offsetLeft;\n                                    const itemWidth = activeItem.offsetWidth;\n\n                                    \/\/ 计算滚动位置,使 active 项居中\n                                    const scrollPosition = itemOffsetLeft - (containerWidth \/ 2) + (itemWidth \/ 2);\n\n                                    scrollContainer.scrollTo({\n                                        left: scrollPosition,\n                                        behavior: 'smooth'\n                                    });\n                                }\n                            }, 50);\n                        }\n                    }\n                }\n            });\n\n            \/\/ 点击切换处理 - 不影响 active class\n            document.querySelectorAll('.sub-menu').forEach(toggle =\u003e {\n                const menuId = toggle.dataset.dropdownMenu;\n                const targetMenu = document.querySelector(`.dropdown-menu[data-dropdown-menu=\"${menuId}\"]`);\n\n                if (!targetMenu) return;\n\n                \/\/ 点击切换显示\/隐藏\n                toggle.addEventListener('click', (e) =\u003e {\n                    e.preventDefault();\n\n                    const isVisible = targetMenu.style.display === 'flex';\n\n                    \/\/ 先隐藏所有 dropdown-menu\n                    document.querySelectorAll('.dropdown-menu').forEach(menu =\u003e {\n                        menu.style.display = 'none';\n                    });\n\n                    \/\/ 移除所有 toggle 的 hover1 class\n                    document.querySelectorAll('.sub-menu').forEach(t =\u003e {\n                        t.classList.remove('hover1');\n                    });\n\n                    \/\/ 如果当前是隐藏状态，则显示；如果是显示状态，则保持隐藏\n                    if (!isVisible) {\n                        targetMenu.style.display = 'flex';\n                        toggle.classList.add('hover1');\n                    }\n                });\n            });\n        \u003c\/script\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- grid --\u003e\n    \u003csection class=\"px-0 py-4 py-lg-5 product-nav-section\" id=\"highlight\"\u003e\n        \u003cdiv class=\"container py-0 py-lg-5\"\u003e\n            \u003cdiv class=\"grid w-100 text-white\"\u003e\n                \u003cdiv class=\"grid-item gl-rounded item-1\"\u003e\n\n                    \u003cdiv class=\"cell-video\"\u003e\n                        \u003cvideo loop=\"true\" autoplay=\"true\" muted=\"\" playsinline=\"\"\u003e\n                            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_wifi7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n                    \u003c\/div\u003e\n\n\n                    \u003cdiv class=\"grid-cell\"\u003e\n                        \u003ch2 class=\"font-weight-bold\"\u003eWi-Fi 7\u003c\/h2\u003e\n                        \u003cdiv class=\"d-flex\"\u003e\n                            \u003cdiv\u003e\n                                \u003ch4 class=\"font-weight-bold mb-0\"\u003e\n\u003cspan class=\"\"\u003e5764\u003c\/span\u003eMbps\u003c\/h4\u003e\n                                \u003cp class=\"mb-0\"\u003e5GHz\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv\u003e\n                                \u003ch4 class=\"font-weight-bold mb-0\"\u003e\n\u003cspan class=\"\"\u003e688\u003c\/span\u003eMbps\u003c\/h4\u003e\n                                \u003cp class=\"mb-0\"\u003e2.4GHz\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item gl-rounded item-2\"\u003e\n                    \u003cdiv class=\"grid-cell\"\u003e\n                        \u003ch2 class=\"font-weight-bold mb-1\"\u003e\u003cspan class=\"\"\u003eDual-band MLO \u003c\/span\u003e\u003c\/h2\u003e\n                        \u003cp class=\"\"\u003efor Enhanced Stability\u003c\/p\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"text-center\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_mlo.svg\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item gl-rounded item-3\"\u003e\n                    \u003cdiv class=\"grid-cell text-left\"\u003e\n                        \u003ch2 class=\"font-weight-bold mb-1\"\u003eUp to 2500 sqft\u003c\/h2\u003e\n                        \u003cp class=\"mb-1\"\u003eWi-Fi Coverage\u003c\/p\u003e\n                        \u003cimg class=\"text-center\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_2500sqft.png\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item gl-rounded item-4\"\u003e\n                    \u003cdiv class=\"grid-cell text-left\"\u003e\n                        \u003ch2 class=\"font-weight-bold mb-1\"\u003eFast VPN Speeds\u003c\/h2\u003e\n                        \u003cp\u003eOpenVPN (with DCO support)\u003cbr\u003e \u0026amp; WireGuard®\u003c\/p\u003e\n                        \u003cdiv class=\"\"\u003e\n                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_vpn-speed.png\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item gl-rounded item-5\"\u003e\n                    \u003cdiv class=\"grid-cell text-left\" style=\"background-image: linear-gradient(180deg, #02244700 42%, #053155f0 90%), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_5ports.jpg');\"\u003e\n                        \u003ch2 class=\"font-weight-bold mb-1\"\u003e\n\u003cspan class=\"\"\u003e5 × 2.5G Ports\u003c\/span\u003e\u0026amp;nbsp\u003c\/h2\u003e\n                        \u003cp class=\"mb-0\"\u003eBoost Wired Connections\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item gl-rounded item-6\"\u003e\n                    \u003cdiv class=\"grid-cell text-left\" style=\"background-image: linear-gradient(180deg, #02244700 42%, #053155ba 90%), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_ram-storage.jpg');\"\u003e\n                        \u003cdiv class=\"row\"\u003e\n                            \u003cdiv class=\"col-6 text-left pb-0\"\u003e\n                                \u003ch2 class=\"font-weight-bold mb-1\"\u003e\u003cspan class=\"\"\u003e1GB DDR4\u003c\/span\u003e\u003c\/h2\u003e\n                                \u003cp class=\"mb-0\"\u003eHigh-Speed Memory\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"col-6 text-right pb-0\"\u003e\n                                \u003ch2 class=\"font-weight-bold mb-1\"\u003e\u003cspan class=\"\"\u003e512MB NAND\u003c\/span\u003e\u003c\/h2\u003e\n                                \u003cp class=\"mb-0\"\u003eFlash Storage\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item gl-rounded item-7\"\u003e\n                    \u003cdiv class=\"grid-cell text-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/icon_parental-control_w.svg\"\u003e\n                            \u003cp class=\"font-weight-bold\"\u003eParental Controls\u003c\/p\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item gl-rounded item-8\"\u003e\n                    \u003cdiv class=\"grid-cell text-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be9300\/icon_adguard-home_w.svg\"\u003e\n                            \u003cp class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-item gl-rounded item-9\"\u003e\n                    \u003cdiv class=\"grid-cell text-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/icon_tailscale.svg\"\u003e\n                            \u003cp class=\"font-weight-bold\"\u003eVPN Server \u0026amp; Clients\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!--  Flint 3e's Wi-Fi 7 --\u003e\n    \u003csection class=\"be6500-wifi7-1 py-4 py-lg-5 animate product-nav-section\" id=\"wifi7\"\u003e\n        \u003cvideo class=\"mb-n2\" playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"muted\" loop\u003e\n            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_wifi7_bg.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n        \u003c!-- \u003cdiv class=\"overlay\"\u003e\u003c\/div\u003e --\u003e\n\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center text-light\"\u003e\n                \u003cdiv class=\"col-11 col-md-12 col-lg-12 col-xl-10 text-center mb-5\"\u003e\n                    \u003ch1 class=\"mb-0\"\u003eWi-Fi 7\u003c\/h1\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 5G --\u003e\n                \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 pb-2 pt-3 pt-lg-0\"\u003e\n                    \u003cdiv class=\"wifi-bar\"\u003e\n                        \u003cdiv class=\"align-content-center\"\u003e\n                            \u003ch5 class=\"text-left text-lg-right mb-0\"\u003e5GHz\u003c\/h5\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"progress align-self-center\"\u003e\n                            \u003cdiv class=\"track\"\u003e\n\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n\n\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"align-content-center\"\u003e\n                            \u003ch4 class=\"text-left mb-0\"\u003e5764 Mbps\u003c\/h4\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 2.4G --\u003e\n                \u003cdiv class=\"col-12 col-md-11 col-lg-10 col-xl-8 pb-2 pt-3 pt-lg-0\"\u003e\n                    \u003cdiv class=\"wifi-bar\"\u003e\n                        \u003cdiv class=\"align-content-center\"\u003e\n                            \u003ch5 class=\"text-left text-lg-right mb-0\"\u003e2.4GHz\u003c\/h5\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"progress align-self-center\"\u003e\n                            \u003cdiv class=\"track\"\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                                \u003cdiv class=\"bar\"\u003e\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"align-content-center\"\u003e\n                            \u003ch4 class=\"text-left mb-0\"\u003e688 Mbps\u003c\/h4\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"be6500-wifi7-2 py-4 py-lg-5\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eThe Next-Generation Wireless Experience\u003c\/h2\u003e\n                \u003cp\u003e\n                    Powered by Qualcomm, \u003cb class=\"text-be6500\"\u003eFlint 3e\u003c\/b\u003e takes Wi-Fi performance to the next level\n                    with \u003cb class=\"text-be6500\"\u003eWi-Fi 7\u003c\/b\u003e.\n                    Experience blazing speeds up to \u003cb class=\"text-be6500\"\u003e6.5 Gbps\u003c\/b\u003e, enhanced stability, and smarter\n                    bandwidth distribution for all your devices.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"d-grid justify-content-center pt-3\"\u003e\n\n                \u003cdiv class=\"card border-0 gl-rounded overflow-hidden h-100\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_8k-streaming.jpg');\" alt=\"Seamless 8K Streaming\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003e\n                        8K Streaming\n                    \u003c\/h4\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card border-0 gl-rounded overflow-hidden h-100\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_gaming.jpg');\" alt=\"Lag-Free Competitive Gaming\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003e\n                        Low-Latency Gaming\n                    \u003c\/h4\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card border-0 gl-rounded overflow-hidden h-100\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_meeting.jpg');\" alt=\"Crystal-Clear Virtual Meetings\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003e\n                        Online Meetings\n                    \u003c\/h4\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card border-0 gl-rounded overflow-hidden h-100\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_ar-vr.jpg');\" alt=\"Immersive VR \u0026amp; AR\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003e\n                        Immersive VR \u0026amp; AR\n                    \u003c\/h4\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Why Wi-Fi 7 Changes Everything? --\u003e\n    \u003csection class=\"be6500-wifi7-3 wifi7-major py-4 py-lg-5 mt-3 animate_one\" style=\"background-image:linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%), url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/bg_be6500-major.jpg);\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n                \u003ch2 class=\"font-weight-bold pb-2\"\u003eWhy Wi-Fi 7 Changes Everything?\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-12 col-lg-11 col-xl-10\"\u003e\n                    \u003cdiv class=\"row justify-content-between\"\u003e\n\n                        \u003cdiv class=\"wifi7-col col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"text-be6500 font-weight-bold\"\u003eMulti-Link Operation (MLO)\u003c\/h4\u003e\n                                    \u003ch6 class=\"font-weight-bold mb-3\"\u003eStay Smooth, Stay Connected\u003c\/h6\u003e\n                                    \u003cp\u003e\n                                        Flint 3e uses Multi-Link Operation to combine or switch between Wi-Fi bands\n                                        instantly. You get stable video calls, lag-free gaming, and faster downloads\n                                        even when the network is busy.\n                                    \u003c\/p\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cvideo loop=\"true\" autoplay=\"\" muted=\"\" playsinline=\"\" style=\"max-width:100%;height:auto\"\u003e\n                                        \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_mlo.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n\n                        \u003cdiv class=\"wifi7-col col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"text-be6500 font-weight-bold\"\u003e4K QAM\u003c\/h4\u003e\n                                    \u003ch6 class=\"font-weight-bold mb-3\"\u003eUp to 20% Faster Speeds\u003c\/h6\u003e\n                                    \u003cp\u003e\n                                        More data packed into every signal means quicker file transfers, smoother 8K\n                                        streaming, and lower latency across all your devices.\n                                    \u003c\/p\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cvideo loop=\"true\" autoplay=\"\" muted=\"\" playsinline=\"\" style=\"max-width:100%;height:auto\"\u003e\n                                        \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/wifi7\/wifi7-4kqam.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n\n                        \u003cdiv class=\"wifi7-col col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"text-be6500 font-weight-bold\"\u003eMulti-RU Puncturing\u003c\/h4\u003e\n                                    \u003ch6 class=\"font-weight-bold mb-3\"\u003eSmart Performance for Every Device\u003c\/h6\u003e\n                                    \u003cp\u003e\n                                        Flint 3e automatically optimizes bandwidth for multiple users, keeping all your\n                                        devices fast and responsive, even in crowded networks.\n                                    \u003c\/p\u003e\n                                \u003c\/div\u003e\n                                \u003cvideo loop=\"true\" autoplay=\"\" muted=\"\" playsinline=\"\" style=\"max-width:100%;height:auto\"\u003e\n                                    \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/wifi7\/wifi7-multi-ru.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"wifi7-col col-12 col-md-6 animate__animated\"\u003e\n                            \u003cdiv class=\"card m-lg-2 m-1 gl-rounded border-0\"\u003e\n                                \u003cdiv class=\"card-body pb-0\"\u003e\n                                    \u003ch4 class=\"text-be6500 font-weight-bold\"\u003ePreamble Puncturing\u003c\/h4\u003e\n                                    \u003ch6 class=\"font-weight-bold mb-3\"\u003eStronger Signal, Less Interference\u003c\/h6\u003e\n                                    \u003cp\u003e\n                                        By cutting through noisy frequencies, Flint 3e delivers faster, more reliable\n                                        Wi-Fi, ideal for apartments, offices, and busy homes.\n                                    \u003c\/p\u003e\n                                \u003c\/div\u003e\n                                \u003cvideo loop=\"true\" autoplay=\"\" muted=\"\" playsinline=\"\" style=\"max-width:100%;height:auto\"\u003e\n                                    \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/wifi7\/wifi7-preamble.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Wider Coverage That Reaches Every Room --\u003e\n    \u003csection class=\"be6500-mlo py-4 py-lg-5 my-n1 product-nav-section\" id=\"coverage\"\u003e\n        \u003cdiv class=\"container order-2\"\u003e\n            \u003cdiv class=\"col-12 col-lg-10 text-center m-auto px-0\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eWider Coverage That Reaches Every Room\u003c\/h2\u003e\n                \u003cp\u003e\n                    Flint 3e delivers smooth, stable Wi-Fi that reaches every corner of your space. With coverage up to\n                    \u003cb class=\"text-be6500\"\u003e2,500 sq. ft.\u003c\/b\u003e, you can enjoy strong and consistent signals across\n                    multiple rooms without dead zones or dropouts.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"bg order-1 animate_one\"\u003e\n            \u003cdiv class=\"container mx-auto px-0\"\u003e\n                \u003cdiv\u003e\n                    \u003cimg class=\"rad\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_mlo_rad.png\"\u003e\n                    \u003cimg class=\"rad\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_mlo_rad.png\"\u003e\n                    \u003cimg class=\"rad\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_mlo_rad.png\"\u003e\n                    \u003cimg class=\"rad\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_mlo_rad.png\"\u003e\n                    \u003cimg class=\"rad\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_mlo_rad.png\"\u003e\n\n\n                    \u003cimg class=\"be6500 img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_3.png\" alt=\"Flint 3e's High Capacity\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- Connect Over 100 Devices Smoothly --\u003e\n    \u003csection class=\"be6500-devices py-4 py-lg-5 bg-light product-nav-section\" id=\"highcapacity\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"d-grid justify-content-center align-items-center py-4\"\u003e\n                \u003cdiv class=\"grid-img\"\u003e\n                    \u003cvideo playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" controls class=\"overflow-hidden\" style=\"max-width: 100%; height: auto;\"\u003e\n                        \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_devices.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-content row justify-content-center mx-0 bg-light\"\u003e\n                    \u003cdiv class=\"col-12 col-lg-4\"\u003e\n                        \u003ch2 class=\"font-weight-bold\"\u003eConnect Over 100 Devices Smoothly\u003c\/h2\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"col-12 col-lg-6\"\u003e\n                        \u003cp class=\"mb-0\"\u003e\n                            Flint 3e is built for high-capacity performance, supporting \u003cb\u003e100+ connected devices\u003c\/b\u003e at\n                            once without slowing down. Smart TVs, laptops, phones, and IoT gadgets all stay fast and\n                            reliable, even in busy multi-user environments.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Connectivity Designed for Performance --\u003e\n    \u003csection class=\"be6500-port px-2 py-4 py-lg-5 product-nav-section\" id=\"connectivity\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eConnectivity Designed for Performance\u003c\/h2\u003e\n                \u003cp\u003e\n                    Flint 3e delivers high-speed, flexible connectivity to keep your network stable, efficient, and\n                    future-ready. Whether for home, office,\n                    or professional setups, every connection stays fast, reliable, and optimized for your needs.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- control --\u003e\n            \u003cdiv class=\"row justify-content-center pt-2 pt-lg-3 pb-4\"\u003e\n                \u003cdiv class=\"nav-link-wrap\"\u003e\n                    \u003cdiv class=\"\" id=\"tab\" role=\"scenarioslist\"\u003e\n                        \u003cul class=\"nav nav-fill nav-iot-tab nav-pills-tab\" role=\"tablist\"\u003e\n\n\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link active show\" href=\"\" data-toggle=\"pill\" data-target=\"#scenarios-tab1-content\" id=\"scenarios1-tab\" role=\"tab\" aria-controls=\"scenarios-tab1-content\" aria-selected=\"true\"\u003e\n                                    Dual-WAN \u003cspan class=\"d-none d-lg-inline-flex\"\u003eFlexibility\u003c\/span\u003e\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link\" href=\"\" data-toggle=\"pill\" data-target=\"#scenarios-tab2-content\" id=\"scenarios2-tab\" role=\"tab\" aria-controls=\"scenarios-tab2-content\" aria-selected=\"true\"\u003e\n                                    Five 2.5G \u003cspan class=\"d-none d-lg-inline-flex\"\u003eEthernet Ports\u003c\/span\u003e\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link\" href=\"\" data-toggle=\"pill\" data-target=\"#scenarios-tab3-content\" id=\"scenarios3-tab\" role=\"tab\" aria-controls=\"scenarios-tab3-content\" aria-selected=\"true\"\u003e\n                                    USB 3.0 \u003cspan class=\"d-none d-lg-inline-flex\"\u003eExpansion\u003c\/span\u003e\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link\" href=\"\" data-toggle=\"pill\" data-target=\"#scenarios-tab4-content\" id=\"scenarios4-tab\" role=\"tab\" aria-controls=\"scenarios-tab4-content\" aria-selected=\"true\"\u003e\n                                    Multi-WAN \u003cspan class=\"d-none d-lg-inline-flex\"\u003eFailover\u003c\/span\u003e\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- content --\u003e\n            \u003cdiv class=\"tab-content pb-5\"\u003e\n                \u003cdiv class=\"tab-pane active show\" id=\"scenarios-tab1-content\"\u003e\n                    \u003cdiv class=\"d-grid align-items-center\"\u003e\n                        \u003cdiv class=\"grid-img gl-rounded overflow-hidden\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_port1_v2.jpg\" alt=\"Flint 3e's Dual-WAN Flexibility\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"grid-content\"\u003e\n                            \u003ch4 class=\"font-weight-bold\"\u003e\n                                Stay online without interruptions\n                            \u003c\/h4\u003e\n                            \u003cp\u003e\n                                With a \u003cb class=\"text-be6500\"\u003ededicated 2.5Gbps WAN port\u003c\/b\u003e and the option to switch \u003cb class=\"text-be6500\"\u003eLAN1 into a secondary WAN\u003c\/b\u003e, Flint 3e ensures continuous\n                                internet access even if one connection fails.\n                            \u003c\/p\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003eLoad balancing\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003eFailover protection\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tab-pane\" id=\"scenarios-tab2-content\"\u003e\n                    \u003cdiv class=\"d-grid align-items-center\"\u003e\n                        \u003cdiv class=\"grid-img gl-rounded overflow-hidden\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_port2_v2.jpg\" alt=\"Flint 3e's Five 2.5G Ethernet Ports\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"grid-content\"\u003e\n                            \u003ch4 class=\"font-weight-bold\"\u003e\n                                Experience ultra-fast wired performance\n                            \u003c\/h4\u003e\n                            \u003cp\u003e\n                                The \u003cb class=\"text-be6500\"\u003efive 2.5G ports\u003c\/b\u003e deliver top-tier wired speed and\n                                stability for your most demanding devices.\n                            \u003c\/p\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003eLightning-fast file transfers\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003eLow-latency gaming\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003eSmooth 4K\/8K streaming\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tab-pane\" id=\"scenarios-tab3-content\"\u003e\n                    \u003cdiv class=\"d-grid align-items-center\"\u003e\n                        \u003cdiv class=\"grid-img gl-rounded overflow-hidden\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_usb3-expansion.jpg\" alt=\"Flint 3e's USB 3.0 Expansion\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"grid-content\"\u003e\n                            \u003ch4 class=\"font-weight-bold\"\u003e\n                                Expand your network effortlessly\n                            \u003c\/h4\u003e\n                            \u003cp\u003e\n                                The \u003cb class=\"text-be6500\"\u003eUSB 3.0 interface\u003c\/b\u003e lets you customize and extend your\n                                setup with high-speed accessories.\n                            \u003c\/p\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003eShare files or printers\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003eEnable remote downloads\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003e4G\/5G tethering for mobile connectivity\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tab-pane\" id=\"scenarios-tab4-content\"\u003e\n                    \u003cdiv class=\"d-grid align-items-center\"\u003e\n                        \u003cdiv class=\"grid-img gl-rounded overflow-hidden\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_multi-wan-failover.jpg\" alt=\"Flint 3e's Multi-WAN Failover\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"grid-content\"\u003e\n                            \u003ch4 class=\"font-weight-bold\"\u003e\n                                Always-on connectivity\n                            \u003c\/h4\u003e\n                            \u003cp\u003e\n                                Flint 3e supports \u003cb class=\"text-be6500\"\u003edual Ethernet WAN, Wi-Fi repeater, USB\n                                    tethering\u003c\/b\u003e, and \u003cb class=\"text-be6500\"\u003ecellular backup\u003c\/b\u003e, keeping your network\n                                stable at all times.\n                            \u003c\/p\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003eAutomatically switches to backup when one link fails\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003ePrevents downtime for homes and businesses\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"d-flex mb-2\"\u003e\n                                \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                \u003cdiv\u003e\n                                    \u003cp class=\"mb-0\"\u003eKeeps bandwidth steady for heavy users\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Connectivity That Fits Every Need --\u003e\n    \u003csection class=\"be6500-connectivity py-4 py-lg-5 bg-light\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eConnectivity That Fits Every Need\u003c\/h2\u003e\n                \u003cp\u003e\n                    From small businesses to smart homes, \u003cb class=\"text-be6500\"\u003eFlint 3e\u003c\/b\u003e adapts to your\n                    environment, delivering speed, stability, and flexibility wherever you need it.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"d-grid\"\u003e\n                \u003cdiv class=\"card border-0 bg-transparent h-100\"\u003e\n                    \u003cdiv class=\"card-image gl-rounded overflow-hidden\"\u003e\n                        \u003cp class=\"card-image-title font-weight-bold mb-0\"\u003eSmall Business Networking\u003c\/p\u003e\n                        \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_small-business-networking.jpg\" alt=\"Flint 3e Small Business Networking\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"card-content mt-2\"\u003e\n                        \u003ch4 class=\"card-image-title font-weight-bold mb-1\"\u003eSmall Business Networking\u003c\/h4\u003e\n                        \u003cp class=\"mb-0\"\u003e\n                            With \u003cb class=\"text-be6500\"\u003efive 2.5G ports and dual-WAN support\u003c\/b\u003e, Flint 3e powers\n                            multiple devices such as security cameras, printers, and workstations while keeping your\n                            network fast and stable.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card border-0 bg-transparent h-100\"\u003e\n                    \u003cdiv class=\"card-image gl-rounded overflow-hidden\"\u003e\n                        \u003cp class=\"card-image-title font-weight-bold mb-0\"\u003eDIY NAS Server\u003c\/p\u003e\n                        \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_nas-server.jpg\" alt=\"Flint 3e NAS Server Setup\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"card-content mt-2\"\u003e\n                        \u003ch4 class=\"card-image-title font-weight-bold mb-1\"\u003eBuild Your Own Server with NAS\u003c\/h4\u003e\n                        \u003cp class=\"mb-0\"\u003e\n                            Transform your Flint 3e into a private server hub. Connect \u003cb class=\"text-be6500\"\u003eNAS\n                                devices via 2.5G ports\u003c\/b\u003e for secure file backups, personal cloud storage, and seamless\n                            media streaming. Perfect for creators, remote teams, and small offices.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card border-0 bg-transparent h-100\"\u003e\n                    \u003cdiv class=\"card-image gl-rounded overflow-hidden\"\u003e\n                        \u003cp class=\"card-image-title font-weight-bold mb-0\"\u003eOn-the-Go Connectivity\u003c\/p\u003e\n                        \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_on-the-go.jpg\" alt=\"Flint 3e Mobile Connectivity\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"card-content mt-2\"\u003e\n                        \u003ch4 class=\"card-image-title font-weight-bold mb-1\"\u003eOn-the-Go Connectivity\u003c\/h4\u003e\n                        \u003cp class=\"mb-0\"\u003e\n                            Use \u003cb class=\"text-be6500\"\u003e4G\/5G tethering\u003c\/b\u003e to set up a secure Wi-Fi network in minutes,\n                            perfect for conference event, trade shows, or temporary offices. When broadband fails, Flint\n                            3e keeps your business online.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"card border-0 bg-transparent h-100\"\u003e\n                    \u003cdiv class=\"card-image gl-rounded overflow-hidden\"\u003e\n                        \u003cp class=\"card-image-title font-weight-bold mb-0\"\u003eHome Lab for Power Users\u003c\/p\u003e\n                        \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_homelab.jpg\" alt=\"Flint 3e Home Lab for Power Users\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"card-content mt-2\"\u003e\n                        \u003ch4 class=\"card-image-title font-weight-bold mb-1\"\u003eHome Lab for Power Users\u003c\/h4\u003e\n                        \u003cp class=\"mb-0\"\u003e\n                            Flint 3e’s developer-friendly \u003cb class=\"text-be6500\"\u003eOpenWrt platform\u003c\/b\u003e lets enthusiasts\n                            run virtual labs, Docker containers, or custom network projects with advanced flexibility\n                            and control.\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Security 1 - Fast, Secure, and Private Connections --\u003e\n    \u003csection class=\"container-fluid p-4 py-lg-5\" id=\"vpn\"\u003e\n        \u003cdiv class=\"row align-items-center justify-content-center\"\u003e\n            \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5 pr-lg-5\"\u003e\n                \u003cdiv class=\"text-dark\"\u003e\n                    \u003ch2 class=\"font-weight-bold text-left\"\u003eFast, Secure, and Private Connections\u003c\/h2\u003e\n                    \u003cp\u003e\n                        Flint 3e supports 30+ VPN services with OpenVPN and WireGuard® in both client and server modes,\n                        giving you full flexibility for home, office, or travel.\n                    \u003c\/p\u003e\n\n                    \u003cp\u003e\n                        \u003ca href=\"https:\/\/www.wireguard.com\/\" target=\"_blank\" class=\"text-info\"\u003eWireGuard®\u003c\/a\u003e is a\n                        registered trademark of Jason A.Donenfeld.\n                    \u003c\/p\u003e\n\n                    \u003cspan\u003eWireGuard®\u003c\/span\u003e\n                    \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                        \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated bg-be6500\" role=\"progressbar\" style=\"width:100%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003eMax. 680bps\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cbr\u003e\n\n                    \u003cspan\u003eOpenVPN (with DCO support)\u003c\/span\u003e\n                    \u003cdiv class=\"progress vpn-speed-bar\"\u003e\n                        \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated bg-be6500\" role=\"progressbar\" style=\"width:100%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003eMax. 680Mbps\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"py-3\" style=\"font-size:13px\"\u003e\n                        \u003ci\u003e* Built-in OpenVPN-DCO acceleration ensures faster encryption and smoother performance for\n                            remote work, travel, and privacy-focused users.\u003c\/i\u003e\u003cbr\u003e\n                        \u003ci\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network\n                            configuration.\u003c\/i\u003e\u003cbr\u003e\n                        \u003ci\u003e* OpenVPN and WireGuard speeds will be slower when running the device as a server. Results\n                            above are in client mode.\u003c\/i\u003e\n                    \u003c\/div\u003e\n\n                    \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/campaign\/vpn\/\" target=\"_blank\"\u003eLearn more\n                        about our VPN solutions\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"col-md-9 col-lg-6 col-xl-5\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/solutions\/vpn\/30-commercial-vpn-provider_9.jpg\" alt=\"30+ Commercial VPN Provider\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- Security 2 - Flexible VPN Modes for Every Need --\u003e\n    \u003csection class=\"be6500-security-2 px-2 py-4 py-lg-5\" style=\"background-color: #efefef;\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eFlexible VPN Modes for Every Need\u003c\/h2\u003e\n                \u003cp\u003e\n                    Flint 3e gives you full control over how your VPN works. Choose between \u003cb class=\"text-be6500\"\u003eGlobal Mode\u003c\/b\u003e for complete protection or \u003cb class=\"text-be6500\"\u003ePolicy\n                        Mode\u003c\/b\u003e for customized setups that match your lifestyle, whether you’re browsing, working, or\n                    streaming.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- control --\u003e\n            \u003cdiv class=\"row justify-content-center pt-2 pt-lg-3 pb-4\"\u003e\n                \u003cdiv class=\"nav-link-wrap\"\u003e\n                    \u003cdiv class=\"\" id=\"tab\" role=\"securitylist\"\u003e\n                        \u003cul class=\"nav nav-fill nav-iot-tab nav-pills-tab\" role=\"tablist\"\u003e\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link active show\" href=\"\" data-toggle=\"pill\" data-target=\"#security-tab1-content\" id=\"security-tab\" role=\"tab\" aria-controls=\"security-tab1-content\" aria-selected=\"true\"\u003e\n                                    Global Mode\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link\" href=\"\" data-toggle=\"pill\" data-target=\"#security-tab2-content\" id=\"security-tab\" role=\"tab\" aria-controls=\"security-tab2-content\" aria-selected=\"true\"\u003e\n                                    Policy Mode\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- content --\u003e\n            \u003cdiv class=\"tab-content pb-5\"\u003e\n                \u003cdiv class=\"tab-pane active show\" id=\"security-tab1-content\"\u003e\n                    \u003cdiv class=\"d-grid align-items-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv class=\"grid-img gl-rounded overflow-hidden mb-3\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_full-network.png\" alt=\"Flint 3e Global Mode VPN Protection\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"grid-content\"\u003e\n                                \u003ch4 class=\"font-weight-bold\"\u003e\n                                    Full Network Protection\n                                \u003c\/h4\u003e\n                                \u003cp\u003e\n                                    Connect every device through a single VPN tunnel for consistent security and\n                                    privacy. Enjoy safer browsing, protection on public Wi-Fi, and unrestricted access\n                                    to global content without exposing your data.\n                                \u003c\/p\u003e\n\u003cp\u003e\n                                \u003c\/p\u003e\n\u003cp class=\"font-weight-bold mb-2\"\u003e\n                                    Benefits:\n                                \u003c\/p\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eAnonymous browsing\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eSecure access on public networks\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eFreedom to bypass geo-restrictions\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv\u003e\n                            \u003cdiv class=\"grid-img gl-rounded overflow-hidden mb-3\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_vpn-gaming.png\" alt=\"Flint 3e VPN Gaming Setup\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"grid-content\"\u003e\n                                \u003ch4 class=\"font-weight-bold\"\u003e\n                                    VPN Gaming\n                                \u003c\/h4\u003e\n                                \u003cp\u003e\n                                    Play your favorite games anywhere while keeping your connection fast and private.\n                                    Access region-locked servers, reduce lag, and avoid ISP throttling or network blocks\n                                    for smoother gameplay.\n                                \u003c\/p\u003e\n\u003cp\u003e\n                                \u003c\/p\u003e\n\u003cp class=\"font-weight-bold mb-2\"\u003e\n                                    Benefits:\n                                \u003c\/p\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eAccess region-specific game content\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eProtection from throttling and attacks\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eStable, low-latency performance\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tab-pane\" id=\"security-tab2-content\"\u003e\n                    \u003cdiv class=\"d-grid align-items-center\"\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv class=\"grid-img gl-rounded overflow-hidden mb-3\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_secure-remote.png\" alt=\"Flint 3e Secure Remote Work VPN Access\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"grid-content\"\u003e\n                                \u003ch4 class=\"font-weight-bold\"\u003e\n                                    Secure Remote Work\n                                \u003c\/h4\u003e\n                                \u003cp\u003e\n                                    Flint 3e supports both VPN client and server modes, ensuring secure communication\n                                    between offices, homes, and travelers. Connect to your company network safely and\n                                    protect sensitive data wherever you work.\n                                \u003c\/p\u003e\n\u003cp\u003e\n                                \u003c\/p\u003e\n\u003cp class=\"font-weight-bold mb-2\"\u003e\n                                    Benefits:\n                                \u003c\/p\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eSecure access to office resources\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eEncrypted data transfer\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eReliable remote connectivity\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv\u003e\n                            \u003cdiv class=\"grid-img gl-rounded overflow-hidden mb-3\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_multi-vpn.png\" alt=\"Flint 3e Multi-VPN Policy Setup\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"grid-content\"\u003e\n                                \u003ch4 class=\"font-weight-bold\"\u003e\n                                    Custom Multi-VPN Setup\n                                \u003c\/h4\u003e\n                                \u003cp\u003e\n                                    Flint 3e runs multiple VPN tunnels at once, routing each device intelligently for\n                                    optimal speed and privacy. Perfect for advanced users who balance streaming, work,\n                                    and everyday use.\n                                \u003c\/p\u003e\n\u003cp\u003e\n                                \u003c\/p\u003e\n\u003cp class=\"font-weight-bold mb-2\"\u003e\n                                    Benefits:\n                                \u003c\/p\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eStreaming VPN tunnel for media access\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eWork VPN tunnel for secure business use\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-be6500\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003eBypass mode for maximum speed\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Security 3 - Protect Your Family and Your Privacy --\u003e\n    \u003csection class=\"be6500-security-3 py-4 py-lg-5 bg-light product-nav-section\" id=\"security\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eProtect Your Family and Your Privacy\u003c\/h2\u003e\n                \u003cp\u003e\n                    Keep your family safe and your data private with built-in tools that block ads, stop trackers, and\n                    create a safer online environment for everyone.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- control --\u003e\n            \u003cdiv class=\"row justify-content-center pt-2 pt-lg-3 pb-4\"\u003e\n                \u003cdiv class=\"nav-link-wrap\"\u003e\n                    \u003cdiv class=\"\" id=\"tab\" role=\"securitylist\"\u003e\n                        \u003cul class=\"nav nav-fill nav-iot-tab nav-pills-tab bg-white\" role=\"tablist\"\u003e\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link active show\" href=\"\" data-toggle=\"pill\" data-target=\"#security3-tab1-content\" id=\"security-tab\" role=\"tab\" aria-controls=\"security3-tab1-content\" aria-selected=\"true\"\u003e\n                                    AdGuard Home\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n\n                            \u003cli class=\"nav-item\"\u003e\n                                \u003ca class=\"nav-link nav-iot-link\" href=\"\" data-toggle=\"pill\" data-target=\"#security3-tab2-content\" id=\"security-tab\" role=\"tab\" aria-controls=\"security3-tab2-content\" aria-selected=\"true\"\u003e\n                                    Parental Controls\n                                \u003c\/a\u003e\n                            \u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- content --\u003e\n            \u003cdiv class=\"tab-content pb-5\"\u003e\n                \u003cdiv class=\"tab-pane active show\" id=\"security3-tab1-content\"\u003e\n                    \u003cdiv class=\"d-grid align-items-center\"\u003e\n\n                        \u003cdiv class=\"grid-img gl-rounded overflow-hidden mb-3\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_webui4.7_adguard.png\" alt=\"Flint 3e's AdGuard Home\"\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"grid-content\"\u003e\n                            \u003ch4 class=\"font-weight-bold\"\u003eBlock Ads, Trackers, and Malware\u003c\/h4\u003e\n                            \u003cp\u003e\n                                Enjoy a faster, safer, and cleaner web experience with AdGuard Home built into Flint 3e.\n                                It blocks intrusive ads, stops trackers from following your activity,\n                                and protects against phishing and malware so your family can browse freely without\n                                distractions or risks.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"tab-pane\" id=\"security3-tab2-content\"\u003e\n                    \u003cdiv class=\"d-grid align-items-center\"\u003e\n\n                        \u003cdiv class=\"grid-img gl-rounded overflow-hidden mb-3\"\u003e\n                            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_webui4.7_parental-control.png\" alt=\"Flint 3e's Parental Control x Bark\"\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"grid-content\"\u003e\n                            \u003ch4 class=\"font-weight-bold\"\u003eKeep Your Kids Safe Online\u003c\/h4\u003e\n                            \u003cp\u003e\n                                Flint 3e integrates with Bark to help you create a safer online space for your children.\n                                You can easily filter inappropriate websites, enable safe search, and set screen time\n                                limits to encourage healthy and balanced internet use.\n                            \u003c\/p\u003e\n\n                            \u003cdiv class=\"pt-2\"\u003e\n                                \u003ca class=\"d-inline-block font-weight-bold mb-3\" href=\"https:\/\/youtu.be\/pOyDwQRc3io?si=zQg61RFHRYP6dr47\" target=\"_blank\"\u003e\n                                    \u003cspan class=\"btn-underline\"\u003e\n                                        Learn More About Parental Controls Feature \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n                                    \u003c\/span\u003e\n                                \u003c\/a\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Support - Always Improving, Always Secure --\u003e\n    \u003csection class=\"be6500-support p-4 py-lg-5 product-nav-section\" id=\"support\" style=\"background-color:#efefef\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"text-center pb-3\"\u003e\n                \u003ch2 class=\"font-weight-bold pb-2\"\u003eAlways Improving, Always Secure\u003c\/h2\u003e\n                \u003cp\u003e\n                    Enjoy worry-free ownership with \u003cb class=\"text-be6500\"\u003eexpert support at your fingertips\u003c\/b\u003e and \u003cb class=\"text-be6500\"\u003eregular firmware updates\u003c\/b\u003e that keep your router faster, safer, and\n                    smarter over time.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"d-grid\"\u003e\n                \u003cdiv class=\"grid-img\"\u003e\n                    \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_continuous-firmware-updates.jpg\" alt=\"GL.iNet Continuous Firmware Updates\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-content\"\u003e\n                    \u003cdiv class=\"\"\u003e\n                        \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/icon_be6500_HWYNI.svg\" alt=\"Help When You Need It\"\u003e\n                        \u003cdiv class=\"\"\u003e\n                            \u003ch4 class=\"font-weight-bold mb-1\"\u003eHelp When You Need It\u003c\/h4\u003e\n                            \u003cp class=\"mb-0\"\u003eGet direct access to \u003cb class=\"text-be6500\"\u003eprofessional technical support\n                                    at no extra cost\u003c\/b\u003e. Whether you’re setting up, troubleshooting, or optimizing\n                                performance, our team is ready to help whenever you need it.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"\"\u003e\n                        \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/icon_be6500_SFMS.svg\" alt=\"4K Video \u0026amp; Two-Way Audio\"\u003e\n                        \u003cdiv class=\"\"\u003e\n                            \u003ch4 class=\"font-weight-bold mb-1\"\u003eSmarter, Faster, More Secure Over Time\u003c\/h4\u003e\n                            \u003cp class=\"mb-0\"\u003eFlint 3e evolves with every update, delivering improved performance,\n                                stronger protection, and the latest features. Regular firmware updates ensure your\n                                router always stays optimized, reliable, and secure.\u003c\/p\u003e\n\n                            \u003cdiv class=\"pt-2\"\u003e\n                                \u003ca class=\"d-inline-block font-weight-bold mb-3\" href=\"https:\/\/dl.gl-inet.com\/\" target=\"_blank\"\u003e\n                                    \u003cspan class=\"btn-underline\"\u003e\n                                        Learm More about Firmware Download \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n                                    \u003c\/span\u003e\n                                \u003c\/a\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Management - Simple, Fast, and Intuitive --\u003e\n    \u003csection class=\"be6500-management py-4 py-lg-5 bg-light product-nav-section\" id=\"setup\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"col-12 col-lg-10 text-center m-auto position-relative\"\u003e\n                \u003ch2 class=\"font-weight-bold\"\u003eSimple, Fast, and Intuitive\u003c\/h2\u003e\n                \u003cp\u003e\n                    Setting up and managing your \u003cb class=\"text-be6500\"\u003eFlint 3e\u003c\/b\u003e router is effortless with \u003cb class=\"text-be6500\"\u003eGL.iNet’s mobile app\u003c\/b\u003e and \u003cb class=\"text-be6500\"\u003eWeb Admin Panel\u003c\/b\u003e.\n                    Whether you’re a first-time user or a power user, you’ll have complete control over your network in\n                    just a few steps.\n                \u003c\/p\u003e\n\n                \u003cdiv class=\"text-center\"\u003e\n                    \u003ca class=\"d-inline-block font-weight-bold mb-3\" href=\"https:\/\/youtu.be\/R40QsUFYuUk?si=F4oiLvLdEQIMILkB\" target=\"_blank\"\u003e\n                        \u003cspan class=\"btn-underline\"\u003e\n                            Watch the First-Time Setup Video \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n                        \u003c\/span\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"d-grid app\"\u003e\n                \u003cdiv class=\"grid-img\"\u003e\n                    \u003cpicture class=\"\"\u003e\n                        \u003csource media=\"(max-width: 991px)\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_app-screen._mobile.png\" type=\"image\/jpg\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_app-screen.png\" type=\"image\/jpg\"\u003e\n                        \u003cimg class=\"img-fluid\" alt=\"Flint 3e mobile app\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_app-screen.png\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-content\"\u003e\n                    \u003cdiv class=\"gl-rounded\"\u003e\n                        \u003cimg class=\"gl-rounded mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/app\/app-icon_v2_1024x1024.png\" alt=\"GL.iNet App\"\u003e\n\n                        \u003cdiv class=\"d-grid\"\u003e\n                            \u003cdiv class=\"\"\u003e\n                                \u003ch4 class=\"font-weight-bold\"\u003eEasy Setup with the GL.iNet App\u003c\/h4\u003e\n                                \u003cp class=\"mb-0\"\u003e\n                                    Get your Flint 3e online in minutes using the GL.iNet mobile app.\n                                \u003c\/p\u003e\n\n                                \u003cdiv class=\"pt-4 d-none d-lg-block\"\u003e\n                                    \u003ca class=\"btn btn-round btn-light\" href=\"https:\/\/www.gl-inet.com\/app\/\" target=\"_blank\"\u003eDownload GL.iNet App\u003c\/a\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                            \u003cdiv class=\"mt-3 mt-lg-0\"\u003e\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-light\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003e\u003cb class=\"\"\u003eQuick setup\u003c\/b\u003e in just a few steps\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-light\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003e\u003cb class=\"\"\u003eMonitor real-time status\u003c\/b\u003e and connected devices\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"d-flex mb-2\"\u003e\n                                    \u003cdiv class=\"pr-2 text-light\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                                    \u003cdiv\u003e\n                                        \u003cp class=\"mb-0\"\u003e\u003cb class=\"\"\u003eManage settings remotely\u003c\/b\u003e with a clean, intuitive\n                                            interface\u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"pt-3 d-block d-lg-none\"\u003e\n                                    \u003ca class=\"btn btn-round btn-light\" href=\"https:\/\/www.gl-inet.com\/app\/\" target=\"_blank\"\u003eDownload GL.iNet App\u003c\/a\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"d-grid panel gl-rounded\"\u003e\n                \u003cdiv class=\"grid-img order-1 order-lg-2\"\u003e\n                    \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/be6500_admin-panel.png\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"grid-content order-2 order-lg-1\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003eAdvanced Control via the Web Admin Panel\u003c\/h4\u003e\n                    \u003cp\u003e\n                        For users who want deeper customization, the GL.iNet Web Admin Panel provides advanced tools for\n                        total network control.\n                    \u003c\/p\u003e\n                    \u003cdiv class=\"d-flex mb-2\"\u003e\n                        \u003cdiv class=\"pr-2 text-light\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-0\"\u003eFull network configuration and monitoring\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"d-flex mb-2\"\u003e\n                        \u003cdiv class=\"pr-2 text-light\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-0\"\u003eDetailed control of VPN, firewall, and connected devices\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"d-flex mb-2\"\u003e\n                        \u003cdiv class=\"pr-2 text-light\"\u003e\u003ci class=\"fa-solid fa-check\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"mb-0\"\u003eAccessible from desktop or mobile browser\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Smart Network Management --\u003e\n    \u003csection class=\"be6500-goodcloud py-4 py-lg-5 product-nav-section\" id=\"services\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"text-center\"\u003e\n                \u003ch2 class=\"font-weight-bold pb-0\"\u003eSmart Network Management\u003c\/h2\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"row justify-content-center pt-3\"\u003e\n\n                \u003cdiv class=\"col-12 col-md-10 col-lg-8 col-xl-6 pb-4\"\u003e\n                    \u003cdiv class=\"nav nav-pills\"\u003e\n                        \u003cdiv class=\"gl-rounded active\" href=\"#goodcloud-1\" data-toggle=\"pill\"\u003e\n                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/goodcloud\/images\/goodcloud_logo.png\"\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"mx-2 mx-lg-3\"\u003e\n                            \u003chr class=\"my-auto\"\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv class=\"gl-rounded\" href=\"#goodcloud-2\" data-toggle=\"pill\"\u003e\n                            \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/astrowarp_logo.png\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003chr class=\"mt-4\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"col-12 col-lg-10\"\u003e\n                    \u003cdiv class=\"tab-content\"\u003e\n                        \u003cdiv id=\"goodcloud-1\" class=\"tab-pane fade active show\"\u003e\n                            \u003cdiv\u003e\n                                \u003cimg class=\"img-fluid gl-rounded shadow-sm mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_goodcloud.png\" alt=\"Flint 3e GoodCloud Dashboard\"\u003e\n                                \u003cdiv class=\"d-flex p-3 p-lg-4\"\u003e\n                                    \u003cdiv class=\"flex-content\"\u003e\n                                        \u003ch4 class=\"font-weight-bold\"\u003eAdvanced Control for Power Users\u003c\/h4\u003e\n                                        \u003cp class=\"text-dark\"\u003e\n                                            \u003cb class=\"text-be6500\"\u003eGoodCloud\u003c\/b\u003e gives professionals and network\n                                            managers complete control across multiple devices or locations. Manage\n                                            everything from one place with remote configuration,\n                                            batch updates, and real-time monitoring that keep your large-scale networks\n                                            running smoothly and efficiently.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                    \u003cdiv class=\"flex-btn\"\u003e\n                                        \u003ca class=\"d-inline-block font-weight-bold mb-3\" href=\"https:\/\/www.gl-inet.com\/solutions\/goodcloud\/\" target=\"_blank\"\u003e\n                                            \u003cspan class=\"btn-underline\"\u003e\n                                                Learn More About GoodCloud \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n                                            \u003c\/span\u003e\n                                        \u003c\/a\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n\n                        \u003cdiv id=\"goodcloud-2\" class=\"tab-pane fade\"\u003e\n                            \u003cdiv class=\"\"\u003e\n                                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/screen\/screen_astrowarp.png\" alt=\"Flint 3e AstroWarp Cloud Management\"\u003e\n                                \u003cdiv class=\"d-flex p-3 p-lg-4\"\u003e\n                                    \u003cdiv class=\"flex-content\"\u003e\n                                        \u003ch4 class=\"font-weight-bold\"\u003eSmart Network Management in the Cloud\u003c\/h4\u003e\n                                        \u003cp class=\"text-dark\"\u003e\n                                            Flint 3e features \u003cb class=\"text-be6500\"\u003eAstroWarp\u003c\/b\u003e, a secure cloud-based\n                                            platform designed for remote management and site-to-site networking. Ideal\n                                            for advanced users and organizations,\n                                            it provides centralized device control, scalable performance, and\n                                            future-ready hardware-level support for total network confidence.\n                                        \u003c\/p\u003e\n                                    \u003c\/div\u003e\n                                    \u003cdiv class=\"flex-btn\"\u003e\n                                        \u003ca class=\"d-inline-block font-weight-bold mb-3\" href=\"https:\/\/www.astrowarp.net\/\" target=\"_blank\"\u003e\n                                            \u003cspan class=\"btn-underline\"\u003e\n                                                Learn More About AstroWarp \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n                                            \u003c\/span\u003e\n                                        \u003c\/a\u003e\n                                    \u003c\/div\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- What Beta Tester are Saying --\u003e\n    \u003csection class=\"section-customer-review px-0 py-4 bg-light product-nav-section\" id=\"reviews\"\u003e\n        \u003cdiv class=\"container-fluid px-0 py-0 py-lg-5\"\u003e\n            \u003ch2 class=\"text-center font-weight-bold mb-4\"\u003eWhat Beta Tester are Saying\u003c\/h2\u003e\n\n            \u003cdiv class=\"tiny-slider-container-beta-tester-review pb-3\"\u003e\n                \u003cdiv class=\"tiny-slider-beta-tester-review\"\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-bhanup.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        Signal strength is solid. Compared to my old Wi-Fi 6 mesh setup, the Flint 3E\n                                        holds up surprisingly well. I get strong, consistent signal across the house\n                                        without needing extra nodes.If you’re looking for a powerful, customizable\n                                        router that’s future-proof and easy to use, this one’s worth checking out.\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Bhanu P\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-wickedyoda.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        The GL.iNet Flint 3e proves Wi-Fi 7 is ready for real-world performance—stable,\n                                        cool, and fast. From a consistent 2.5 GbE LAN to Wi-Fi 7 wireless, it delivers\n                                        enterprise-grade power in a home device. Built for speed, tested for stability.\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@WickedYoda\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-ludovicc.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        When I tested the Flint 3e, I expected to find a less powerful Flint 3, but it\n                                        turned out to be a pleasant surprise. The design is even better finished, and\n                                        the durability has improved as well, especially for antennas.\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Ludovic C\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-salimu.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        The Flint 3e stands out for its effortless setup and dependable Wi-Fi 7\n                                        performance. Its dual-band connectivity provides excellent speed and coverage,\n                                        while the OpenWRT platform offers deep customization for advanced users.\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Salim U\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-martinn.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        The Flint 3e delivers outstanding performance for home users who need reliable,\n                                        high-speed connectivity in challenging environments. The setup was quick and\n                                        intuitive, and the device maintained exceptional stability even during peak\n                                        usage.\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Martin N\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-vincentl.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        During testing, stability was rock solid. No IoT dropouts, no overheating, and\n                                        the beta firmware never once crashed or rebooted. Even under a heavy load\n                                        average of 8.16 for hours, the fan didn’t bother spinning up, and the CPU sat\n                                        comfortably at around 65°C. That’s impressive thermal behavior for a router with\n                                        this much capability.\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Vincent L\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-kylef.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        Flint 3E is a nice all in one powerhouse of a router. From the fast WiFI speeds\n                                        to having Adguard Home and built in VPN capabilities, it can do it all! I'm able\n                                        to hit full WiFi speeds maxing out my ISP performance of 1Gbps in all corners of\n                                        my apartment, even through walls.\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Kyle F\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-aykuts.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        Flint 3e is for users who want to maximize their 5 GHz network performance today\n                                        while gaining some Wi-Fi 7 benefits at a more attractive price point, rather\n                                        than investing in the 6 GHz ecosystem.\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@AYKUT S\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-lancef.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        Even in the most remote part of my house the speeds are beyond sufficient. All\n                                        of my IOT devices (can't believe how many I now have) are working without issue.\n                                        I'm very happy and impressed with the performance with the Flint 3e.\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Lance F\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"tiny-slider-item-beta-tester-review\"\u003e\n                        \u003cdiv class=\"tiny-slider-review-card\"\u003e\n                            \u003cdiv class=\"row gl-rounded\"\u003e\n                                \u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\n                                    \u003cimg class=\"\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-be6500\/beta-tester\/be6500-mohammeds.jpg\" alt=\"\"\u003e\n                                \u003c\/div\u003e\n\n                                \u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n                                    \u003ch4 class=\"text-info\"\u003e\u003ci class=\"fa-solid fa-quote-left\"\u003e\u003c\/i\u003e\u003c\/h4\u003e\n                                    \u003cp class=\"font-weight-bold\"\u003e\n                                        If you're looking for a router that's fast, looks good, and can handle the\n                                        latest WiFi 7 technology, the Flint 3e is definitely worth checking out. The\n                                        speeds are excellent, it covers my whole house, and it's been rock solid\n                                        reliable. Really happy with this upgrade!\n                                    \u003c\/p\u003e\n\u003cp\u003e\n                                    \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Mohammed S\u003c\/h5\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n\n            \u003cdiv class=\"tiny-slider-controls circle-controls m-auto text-center pt-2 pt-lg-4\" id=\"tiny-slider-controls-beta-tester-review\" aria-label=\"Carousel Navigation\" tabindex=\"0\"\u003e\n                \u003ca class=\"prev mr-2\" data-controls=\"prev\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n                    \u003ci class=\"fas fa-chevron-left\"\u003e\u003c\/i\u003e\n                \u003c\/a\u003e\n                \u003ca class=\"next\" data-controls=\"next\" aria-controls=\"customize\" tabindex=\"-1\"\u003e\n                    \u003ci class=\"fas fa-chevron-right\"\u003e\u003c\/i\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Modal --\u003e\n        \u003cdiv class=\"modal fade\" id=\"exampleModaloctiwhale\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\" aria-hidden=\"true\"\u003e\n            \u003cdiv class=\"modal-dialog modal-dialog-centered modal-lg\" role=\"document\"\u003e\n                \u003cdiv class=\"modal-content\"\u003e\n                    \u003cdiv class=\"modal-body mb-0 p-0\"\u003e\n                        \u003cvideo playsinline=\"playsinline\" controls style=\"max-width: 100%; height: 100%; object-fit: cover;\"\u003e\n                            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/beta-tester\/rm1pe_octiwhale.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"modal-footer justify-content-center\"\u003e\n                        \u003cbutton type=\"button\" class=\"btn btn-round btn-outline-dark btn-sm ml-4\" data-dismiss=\"modal\"\u003eClose\u003c\/button\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"product-specs-section py-4 py-lg-5 product-nav-section\" id=\"specs\"\u003e\n        \u003cdiv class=\"container\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n\n                \u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.png\" alt=\"Tri-band Wi-Fi 7\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 7\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" alt=\"Multi-WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x5.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x5.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x5.png\" alt=\"2.5G Ethernet Ports\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003e2.5Gbps\u003cbr\u003eEthernet Ports\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Pre-installed\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eOpenWrt \u003cbr\u003ePre-installed\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client \/ Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation.png\" alt=\"Multi-Link Operation\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eMulti-Link\u003cbr\u003eOperation\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n\n                \u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_adguard-home.png\" alt=\"AdGuard Home\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_parental-control.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_parental-control.png\" type=\"image\/png\"\u003e\n                        \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_parental-control.png\" alt=\"Partenal Controls\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003ch5 class=\"font-weight-bold\"\u003eParental Controls\u003c\/h5\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- Specification --\u003e\n    \u003csection class=\"py-4 py-lg-5\"\u003e\n        \u003cdiv class=\"container py-4 py-lg-5\"\u003e\n            \u003cdiv class=\"row justify-content-center\"\u003e\n                \u003cdiv class=\"col-12 col-lg-10\"\u003e\n                    \u003ch2 class=\"font-weight-bold text-left pb-3\"\u003eSpecifications\u003c\/h2\u003e\n                    \u003ctable class=\"table\"\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003e\n                                1 x 2.5G WAN Ethernet Port\u003cbr\u003e\n                                1 x 2.5G WAN\/LAN Ethernet Port\u003cbr\u003e\n                                3 x 2.5G LAN Ethernet Ports\u003cbr\u003e\n                                1 x USB 3.0 Port\u003cbr\u003e\n                                1 x Reset Button\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003eQualcomm Quad-core @1.5GHz\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003eDDR4 1GB \/ NAND 512MB\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eProtocol\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003eIEEE 802.11a\/b\/g\/n\/ac\/ax\/be\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eWi-Fi Speed\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003e688Mbps (2.4GHz), 5764Mbps (5GHz)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eEthernet Speed\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003e10\/100\/1000\/2500Mbps\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eAntennas\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003e4 x Foldable External Wi-Fi Antennas\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eLEDs\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003e1 x Dual-Color LED Indicator\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003eDC5521, 12V\/3A (5.5 × 2.1mm)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003ePower Consumption\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003e\n                                Without USB Load: \u0026amp;lt25W\u003cbr\u003e\n                                With USB Load: \u0026amp;lt37.2W\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eOperating Temperature\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003e0 ~ 40°C (32 ~ 104°F)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eStorage Temperature\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003e-20 ~ 70°C (-4 ~ 158°F)\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"td-left\"\u003eDimension \/ Weight\u003c\/td\u003e\n                            \u003ctd class=\"td-right\"\u003e240 x 157 x 74mm \/ 848g\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n                            \u003ctd\u003e\n                                \u003ca role=\"button\" class=\"btn-underline\" href=\"\/products\/datasheet\/\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Datasheet\u003c\/a\u003e\n                                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n\n                                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/router\/be6500\/stable\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e\n                                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n\n                                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/app\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e App\u003c\/a\u003e\n                                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n\n                                \u003c!--\n                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/youtu.be\/b62l0wezBj8\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e Product Teaser\u003c\/a\u003e\n                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n                --\u003e\n\n                                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/youtu.be\/6-E0LtWqshk\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\"\u003e\u003c\/i\u003e Unboxing\u003c\/a\u003e\n                                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n\n                                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/docs.gl-inet.com\/router\/en\/4\/user_guide\/gl-be6500\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e\n                                \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n\n                                \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/9izfjxi0v9ldl7p85ki0w\/AGMenOlasohc_p2gUj5KxPk?rlkey=ay22u8yv5e1nhds99ysuvdspa\u0026amp;st=b3s0jewd\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!--\n  \u003csection class=\"container-fluid bg-light py-4 py-lg-5\"\u003e\n    \u003ch3 class=\"font-weight-bold text-center\"\u003eMore Details To Come\u003c\/h3\u003e\n    \u003cdiv class=\"row justify-content-center text-center\"\u003e\n        \u003cdiv id=\"mc_embed_shell\" class=\"mt-4\"\u003e\n          \u003cform action=\"https:\/\/gl-inet.us16.list-manage.com\/subscribe\/post?u=8ed66b6ad326f7c2f2f6127f4\u0026amp;id=1863f1ef3f\u0026amp;f_id=001131e0f0\" method=\"post\" id=\"mc-embedded-subscribe-form\" name=\"mc-embedded-subscribe-form\" class=\"validate mx-auto\" target=\"_blank\"\u003e\n            \u003cinput type=\"email\" size=\"30\" value=\"Enter your email\" name=\"EMAIL\" class=\"required email\" id=\"mce-EMAIL\" onfocus=\"if(this.value==this.defaultValue)this.value='';\" onblur=\"if(this.value=='')this.value=this.defaultValue;\"\u003e\n            \u003cdiv hidden=\"\"\u003e\n              \u003cinput type=\"hidden\" name=\"tags\" value=\"4539360\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv id=\"mce-responses\" class=\"clear\"\u003e\n              \u003cdiv class=\"response\" id=\"mce-error-response\" style=\"display:none\"\u003e\u003c\/div\u003e\n              \u003cdiv class=\"response\" id=\"mce-success-response\" style=\"display:none\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"clear\"\u003e\n              \u003cinput type=\"submit\" value=\"NOTIFY ME\" name=\"subscribe\" id=\"mc-embedded-subscribe\" class=\"button\"\u003e\n            \u003c\/div\u003e\n          \u003c\/form\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  --\u003e\n\n    \u003cscript\u003e\n        let lastScrollTop = 0;\n\n        function handleAnimation() {\n            const elementList = document.querySelectorAll('.animate');\n            elementList.forEach((element) =\u003e {\n                let top = element.getBoundingClientRect().top;\n                let bottom = element.getBoundingClientRect().bottom;\n                let height = element.offsetHeight;\n                let winHeightScrollUp = window.innerHeight * 0.6;\n                let winHeightScrollDown = window.innerHeight * 0.25;\n                \/\/ 获取当前的滚动位置\n                let scrollTop = window.pageYOffset || document.documentElement.scrollTop;\n\n                \/\/ 更新为当前的滚动位置，以便下次比较\n                setTimeout(function () {\n                    lastScrollTop = scrollTop \u003c= 0 ? 0 : Math.floor(scrollTop);\n                }, 1)\n\n                \/\/console.log('scrollTop', scrollTop, lastScrollTop);\n                if (scrollTop \u003e lastScrollTop) {\n                    \/\/console.log('向下滚动');\n                    if ((Math.abs(top) \u003c winHeightScrollUp)) {\n                        if (!element.classList.value.includes('in-view')) {\n                            element.classList.add('in-view');\n                        }\n                    }\n                    if (bottom \u003c (window.innerHeight * 0.65) || bottom \u003e (window.innerHeight + height - 50)) {\n                        element.classList.remove('in-view');\n                    }\n                } else {\n                    \/\/console.log('向上滚动');\n                    if (!element.classList.value.includes('in-view')) {\n                        if (bottom \u003e (window.innerHeight * 0.5) || bottom \u003e (window.innerHeight + height - 50)) {\n                            element.classList.add('in-view');\n                        }\n                    }\n                    if (top \u003e (window.innerHeight * 0.45)) {\n                        element.classList.remove('in-view');\n                    }\n                }\n            })\n        }\n        window.addEventListener('scroll', handleAnimation);\n    \u003c\/script\u003e\n\n    \u003cscript\u003e\n        function handleAnimationOne(element) {\n            const elementList = document.querySelectorAll('.animate_one');\n            elementList.forEach((element) =\u003e {\n                let top = element.getBoundingClientRect().top;\n                let bottom = element.getBoundingClientRect().bottom;\n                let height = element.offsetHeight\n                let winHeight = window.innerHeight * 0.8\n                if ((Math.abs(top) \u003c winHeight)) {\n                    if (!element.classList.value.includes('in-view')) {\n                        element.classList.add('in-view');\n                    }\n                }\n                if (bottom \u003c 50 || bottom \u003e (window.innerHeight + height - 50)) {\n                    element.classList.remove('in-view');\n                }\n            })\n        }\n        window.addEventListener('scroll', handleAnimationOne);\n\n        function btnActive(type) {\n            if (type == 1) {\n                document.getElementById('btn_port1').classList.add('active')\n                document.getElementById('btn_port2').classList.remove('active')\n            } else {\n                document.getElementById('btn_port2').classList.add('active')\n                document.getElementById('btn_port1').classList.remove('active')\n            }\n\n        }\n    \u003c\/script\u003e\n\u003c\/main\u003e\n\u003cscript\u003e\n    \/\/ 监听 product-type-btn-list 下的 a 标签点击事件\n    document.querySelectorAll('.product-type-btn-list a').forEach(function (btn) {\n        btn.addEventListener('click', function () {\n            \/\/ 1. 切换按钮的 active 状态\n            document.querySelectorAll('.product-type-btn-list a').forEach(function (b) {\n                b.classList.remove('active')\n            })\n            this.classList.add('active')\n\n            \/\/ 2. 获取当前按钮的 data-btn\n            var type = this.getAttribute('data-btn')\n\n            \/\/ 3. 切换 product-show-list 下 li 的 active 状态\n            document.querySelectorAll('.product-show-list li').forEach(function (li) {\n                if (li.getAttribute('data-type') === type.charAt(0).toUpperCase() + type.slice(1)) {\n                    li.classList.add('active')\n                } else {\n                    li.classList.remove('active')\n                }\n            })\n        })\n    })\n\u003c\/script\u003e\n\n\n\n\n\n\n\n\n\u003c!-- \u003cscript\u003e\n    let lastScrollTop = 0;\n\n    function handleAnimation() {\n        const elementList = document.querySelectorAll('.animate');\n        elementList.forEach((element) =\u003e {\n            let top = element.getBoundingClientRect().top;\n            let bottom = element.getBoundingClientRect().bottom;\n            let height = element.offsetHeight;\n            let winHeightScrollUp = window.innerHeight * 0.6;\n            let winHeightScrollDown = window.innerHeight * 0.25;\n            \/\/ 获取当前的滚动位置\n            let scrollTop = window.pageYOffset || document.documentElement.scrollTop;\n\n            \/\/ 更新为当前的滚动位置，以便下次比较\n            setTimeout(function () {\n                lastScrollTop = scrollTop \u003c= 0 ? 0 : Math.floor(scrollTop);\n            }, 1)\n\n            \/\/console.log('scrollTop', scrollTop, lastScrollTop);\n            if (scrollTop \u003e lastScrollTop) {\n                \/\/console.log('向下滚动');\n                if ((Math.abs(top) \u003c winHeightScrollUp)) {\n                    if (!element.classList.value.includes('in-view')) {\n                        element.classList.add('in-view');\n                    }\n                }\n                if (bottom \u003c (window.innerHeight * 0.65) || bottom \u003e (window.innerHeight + height - 50)) {\n                    element.classList.remove('in-view');\n                }\n            } else {\n                \/\/console.log('向上滚动');\n                if (!element.classList.value.includes('in-view')) {\n                    if (bottom \u003e (window.innerHeight * 0.5) || bottom \u003e (window.innerHeight + height - 50)) {\n                        element.classList.add('in-view');\n                    }\n                }\n                if (top \u003e (window.innerHeight * 0.45)) {\n                    element.classList.remove('in-view');\n                }\n            }\n        })\n    }\n    window.addEventListener('scroll', handleAnimation);\n\u003c\/script\u003e --\u003e\n\n\u003c!-- \u003cscript\u003e\n    function handleAnimationOne(element) {\n        const elementList = document.querySelectorAll('.animate_one');\n        elementList.forEach((element) =\u003e {\n            let top = element.getBoundingClientRect().top;\n            let bottom = element.getBoundingClientRect().bottom;\n            let height = element.offsetHeight\n            let winHeight = window.innerHeight * 0.8\n            if ((Math.abs(top) \u003c winHeight)) {\n                if (!element.classList.value.includes('in-view')) {\n                    element.classList.add('in-view');\n                }\n            }\n            if (bottom \u003c 50 || bottom \u003e (window.innerHeight + height - 50)) {\n                element.classList.remove('in-view');\n            }\n        })\n    }\n    window.addEventListener('scroll', handleAnimationOne);\n\n    function btnActive(type) {\n        if (type == 1) {\n            document.getElementById('btn_port1').classList.add('active')\n            document.getElementById('btn_port2').classList.remove('active')\n        } else {\n            document.getElementById('btn_port2').classList.add('active')\n            document.getElementById('btn_port1').classList.remove('active')\n        }\n\n    }\n\u003c\/script\u003e --\u003e\n\n\u003c!-- \u003cscript\u003e\n    $(document).ready(function () {\n        var allTinySliderBE6500ReviewByClass = document.getElementsByClassName('tiny-slider-container-beta-tester-review');\n        console.log('allTinySliderBE6500ReviewByClass', allTinySliderBE6500ReviewByClass)\n        if (allTinySliderBE6500ReviewByClass.length \u003e 0) {\n            const slider = tns({\n                container: '.tiny-slider-container-beta-tester-review',\n                loop: true,\n                items: 1,\n                slideBy: 1,\n                nav: false,\n                autoplay: true,\n                speed: 400,\n                autoplayButtonOutput: false,\n                mouseDrag: true,\n                controlsContainer: \"#tiny-slider-controls-be6500-review\",\n                responsive: {\n                    640: {\n                        items: 1,\n                    },\n                    768: {\n                        items: 1,\n                    },\n                    1440: {\n                        items: 1,\n                    }\n                }\n            });\n        }\n    })\n\u003c\/script\u003e --\u003e\n\u003cscript\u003e\n    $(document).ready(function () {\n         var allTinySliderX20000ReviewByClass = document.getElementsByClassName('tiny-slider-beta-tester-review')\n    if (allTinySliderX20000ReviewByClass.length \u003e 0) {\n        const slider = tns({\n            container: '.tiny-slider-beta-tester-review',\n            loop: true,\n            items: 1,\n            center: false,\n            slideBy: 1,\n            nav: false,\n            autoplay: true,\n            speed: 400,\n            autoplayButtonOutput: false,\n            mouseDrag: true,\n            controlsContainer: '#tiny-slider-controls-beta-tester-review',\n            responsive: {\n                640: {\n                    items: 1\n                },\n                768: {\n                    items: 1\n                },\n                991: {\n                    items: 1\n                },\n                1440: {\n                    items: 1,\n                    center: true\n                }\n            }\n        })\n    }\n    });\n\u003c\/script\u003e\n\u003cscript\u003e\n    \/\/ 监听 product-type-btn-list 下的 a 标签点击事件\n    document.querySelectorAll('.product-type-btn-list a').forEach(function (btn) {\n        btn.addEventListener('click', function () {\n            \/\/ 1. 切换按钮的 active 状态\n            document.querySelectorAll('.product-type-btn-list a').forEach(function (b) {\n                b.classList.remove('active')\n            })\n            this.classList.add('active')\n\n            \/\/ 2. 获取当前按钮的 data-btn\n            var type = this.getAttribute('data-btn')\n\n            \/\/ 3. 切换 product-show-list 下 li 的 active 状态\n            document.querySelectorAll('.product-show-list li').forEach(function (li) {\n                if (li.getAttribute('data-type') === type.charAt(0).toUpperCase() + type.slice(1)) {\n                    li.classList.add('active')\n                } else {\n                    li.classList.remove('active')\n                }\n            })\n        })\n    })\n\u003c\/script\u003e","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":49600397050133,"sku":"GL-BE6500-EU-4PX","price":155.45,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/01_be6500_main.jpg?v=1763177465"},{"product_id":"beryl-7-gl-mt3600be-dual-band-wi-fi-7-travel-router","title":"Beryl 7 (GL-MT3600BE) Dual-band Wi-Fi 7 Travel Router","description":"\u003cdiv\u003e\n\u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\"\u003e \u003clink type=\"image\/x-icon\" rel=\"icon\" href=\"https:\/\/static.gl-inet.com\/www\/images\/favicon.ico\"\u003e \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\" rel=\"stylesheet\" defer\u003e \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\" rel=\"stylesheet\"\u003e \u003clink href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\" rel=\"stylesheet\"\u003e \u003cscript crossorigin=\"anonymous\" src=\"https:\/\/kit.fontawesome.com\/a08887d4ee.js\"\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/jquery@3.5.1\/dist\/jquery.min.js\"\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/popper.js@1.16.1\/dist\/umd\/popper.min.js\"\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/js\/bootstrap.min.js\"\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/gsap.min.js\"\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/ScrollTrigger.min.js\"\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\"\u003e\u003c\/script\u003e \u003cscript defer src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/model-viewer\/4.0.0\/model-viewer.min.js\" type=\"module\"\u003e\u003c\/script\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    #ytvideoPlayer .card {\n        background-color: black;\n    }\n\n    #ytvideoPlayer .card iframe {\n        aspect-ratio: 16\/9;\n        width: 100%;\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist {\n            width: 100%;\n            padding: 0 20px !important;\n        }\n    }\n\n    #ytplaylist .card {\n        background-color: black;\n    }\n\n    #ytplaylist .card #ytListBtn {\n        display: none;\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist .card #ytListBtn {\n            display: inline-block;\n        }\n    }\n\n    #ytplaylist .card #ytPlayListUl {\n        flex: 1;\n        overflow: auto;\n        padding: 0.5rem 1.5rem;\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist .card #ytPlayListUl {\n            display: none;\n            padding: 20px;\n        }\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist .card h5 {\n            margin: 0;\n        }\n    }\n\n    \/* Container for video player and playlist *\/\n    #youtube-playlist-container {\n        display: flex;\n        flex-direction: column;\n        \/* Stack items vertically *\/\n        align-items: center;\n        \/* Center items horizontally *\/\n    }\n\n    \/* Style for the video player container *\/\n    #playlistVideo {\n        width: 100%;\n        \/* Set width to 100% for responsiveness *\/\n        width: 960px;\n        \/* Set a maximum width for larger screens *\/\n        margin: 0 auto;\n        \/* Center the player horizontally *\/\n        height: 520px;\n        max-width: 100% !important;\n    }\n\n    @media only screen and (max-width: 767px) {\n        #playlistVideo {\n            width: 450px;\n            \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n            max-width: none;\n            \/* Remove max-width for mobile responsiveness *\/\n            margin: 0;\n            \/* Remove any margin for mobile responsiveness *\/\n            height: 320px;\n        }\n    }\n\n    #ytplaylist {\n        overflow-y: auto;\n        \/* Enable vertical scrolling *\/\n        white-space: nowrap;\n        \/* Prevent items from wrapping to the next line *\/\n        display: flex;\n        flex-direction: column;\n        \/* Align items vertically *\/\n        background-color: black;\n        \/* Set background color to black *\/\n        padding: 20px;\n        \/* Add padding for better appearance *\/\n        max-height: 520px;\n        \/* Set max-height to the same value as the video player's height *\/\n    }\n\n    #ytplaylist li {\n        list-style: none;\n        \/* Remove list-style points *\/\n        text-align: left;\n        margin-bottom: 10px;\n        display: flex;\n        align-items: center;\n        \/* Align items vertically *\/\n        transition: background-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for background color *\/\n    }\n\n    #ytplaylist li:hover {\n        background-color: #333;\n        \/* Change background color on hover *\/\n        border-radius: 15px;\n    }\n\n    #ytplaylist li:hover .video-title {\n        color: #fff;\n        \/* Change text color on hover *\/\n    }\n\n    #ytplaylist img {\n        cursor: pointer;\n        border: 2px solid #ddd;\n        \/* Add a border to make it visually distinct *\/\n        border-radius: 8px;\n        transition: border-color 0.3s ease-in-out;\n        \/* Add a smooth transition effect *\/\n        margin-right: 10px;\n        \/* Add margin to separate image and title *\/\n        width: 150px;\n        \/* Set the image width *\/\n    }\n\n    #ytplaylist img:hover {\n        border-color: #555;\n        \/* Change border color on hover *\/\n    }\n\n    #ytplaylist .title-container {\n        max-width: 250px;\n        \/* Set the maximum width for the title container *\/\n        width: 100%;\n        \/* Ensure it takes up the available width *\/\n        white-space: normal;\n        \/* Allow text to break into multiple lines *\/\n    }\n\n    @media screen and (max-width: 991px) {\n        #ytplaylist .title-container {\n            max-width: inherit;\n        }\n    }\n\n    #ytplaylist .video-title {\n        font-size: 14px;\n        color: white;\n        \/* Set text color to white *\/\n        transition: color 0.3s ease-in-out;\n        \/* Add a smooth transition effect for text color *\/\n        text-align: left;\n        \/* Align text to the left *\/\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review {\n        display: flex;\n        flex-wrap: wrap;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review {\n        padding: 0 1rem;\n        vertical-align: middle;\n        display: inline-flex;\n    }\n\n    @media (max-width: 1440px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review {\n            transform: translateX(0);\n        }\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review {\n            vertical-align: top;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card {\n        display: flex;\n        height: 100%;\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row {\n        background-color: #ffffff;\n        margin: 0;\n        align-items: center;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row {\n            align-items: flex-start;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row {\n            margin-right: 0;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image {\n        height: 100%;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image {\n            height: auto;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        border-radius: 15px 0 0 15px;\n    }\n\n    @media (max-width: 991px) {\n        .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row .card-image img {\n            border-radius: 15px 15px 0 0;\n            width: 100%;\n            height: auto;\n        }\n    }\n\n    .tiny-slider-container-beta-tester-review .tiny-slider-beta-tester-review .tiny-slider-item-beta-tester-review .tiny-slider-review-card .row p {\n        font-size: 1.1rem;\n    }\n\n    .tiny-slider-controls.circle-controls {\n        margin: 0;\n        padding: 0;\n        cursor: pointer;\n    }\n\n    .tiny-slider-controls.circle-controls:focus {\n        outline: none;\n    }\n\n    .tiny-slider-controls.circle-controls a {\n        display: inline-block;\n        width: 50px;\n        height: 50px;\n        text-align: center;\n        border-radius: 25px;\n        border: 1px solid #c5c5c5;\n        padding: 12px;\n        color: #8f969c;\n    }\n\n    .tiny-slider-controls.circle-controls a:hover {\n        background-color: #17a2b8;\n        color: white;\n    }\n\n    \/* 基础变量 *\/\n    .mt3600be-main-container {\n        --mt3600be: #5dbdaa;\n    }\n\n    .mt3600be-main-container .text-mt3600be {\n        color: var(--mt3600be);\n    }\n\n    \/* 按钮样式 *\/\n    .mt3600be-main-container .btn-round-mt3600be {\n        background-color: var(--mt3600be);\n        color: #FFF;\n        border-radius: 50px;\n        padding: 1rem 2rem;\n        text-transform: uppercase;\n        font-weight: bold;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .btn-round-mt3600be {\n            min-height: 50px;\n            border-radius: 50px;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n    }\n\n    .mt3600be-main-container .btn-round-mt3600be:hover {\n        background-color: #FFF;\n        color: #5dbdaa;\n        border-color: #5dbdaa;\n    }\n\n    \/* 订阅表单 *\/\n    .mt3600be-main-container #mc_embed_shell {\n        justify-items: center;\n    }\n\n    .mt3600be-main-container #mc_embed_shell input {\n        border: medium none;\n        color: gray;\n        font-size: 16px;\n        padding: 8px 25px;\n        width: auto;\n        height: 50px;\n        border-radius: 25px 0px 0px 25px;\n    }\n\n    @media (max-width: 575.98px) {\n        .mt3600be-main-container #mc_embed_shell input {\n            width: 100%;\n            height: 40px;\n            font-size: 13px;\n        }\n    }\n\n    .mt3600be-main-container #mc_embed_shell input.email {\n        background: #fff;\n    }\n\n    @media (max-width: 575.98px) {\n        .mt3600be-main-container #mc_embed_shell input.email {\n            font-size: 13px;\n        }\n    }\n\n    .mt3600be-main-container #mc_embed_shell input[type=\"submit\"] {\n        background-color: var(--mt3600be);\n        text-align: center;\n        transition: 0.5s;\n        background-size: 200% auto;\n        font-weight: bold;\n        color: white;\n        border-radius: 0 25px 25px 0;\n        display: block;\n        margin: 0;\n    }\n\n    .mt3600be-main-container #mc_embed_shell input[type=\"submit\"]:hover {\n        background-color: #489384;\n        background-position: right center;\n        color: #fff;\n        text-decoration: none;\n    }\n\n    .mt3600be-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n        width: auto;\n        justify-content: start;\n    }\n\n    @media (max-width: 991.98px) {\n        .mt3600be-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n            margin: auto;\n            justify-content: center;\n        }\n    }\n\n    \/* 视频头部 *\/\n    .mt3600be-main-container .video-header-mt3600be {\n        position: relative;\n        background-color: black;\n        height: 55rem;\n        min-height: 25rem;\n        width: 100%;\n        overflow: hidden;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .video-header-mt3600be {\n            height: 35rem;\n            aspect-ratio: 1 \/ 1;\n        }\n    }\n\n    .mt3600be-main-container .video-header-mt3600be .overlay {\n        position: absolute;\n        top: 0;\n        left: 0;\n        height: 100%;\n        width: 100%;\n        background-color: black;\n        opacity: 0.25;\n        z-index: 1;\n    }\n\n    .mt3600be-main-container .video-header-mt3600be video {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        min-width: 100%;\n        min-height: 100%;\n        width: auto;\n        height: auto;\n        z-index: 0;\n        -ms-transform: translateX(-50%) translateY(-50%);\n        -moz-transform: translateX(-50%) translateY(-50%);\n        -webkit-transform: translateX(-50%) translateY(-50%);\n        transform: translateX(-50%) translateY(-50%);\n    }\n\n    .mt3600be-main-container .video-header-mt3600be video:focus-visible {\n        outline: none;\n    }\n\n    .mt3600be-main-container .video-header-mt3600be .container {\n        position: relative;\n        z-index: 2;\n    }\n\n    \/* 产品导航 *\/\n    .mt3600be-main-container .product-nav .product-nav-wrapper {\n        overflow: visible;\n    }\n\n    .mt3600be-main-container .product-nav .product-nav-wrapper ul,\n    .mt3600be-main-container .product-nav .product-nav-wrapper li {\n        list-style-type: none;\n        margin: 0;\n        padding: 0;\n        unicode-bidi: normal;\n    }\n\n    .mt3600be-main-container .product-nav .product-nav-content {\n        overflow-x: auto;\n        scrollbar-width: none;\n        display: flex;\n    }\n\n    .mt3600be-main-container .product-nav .product-nav-content .product-nav-item {\n        margin: 0 0 !important;\n        padding: 0.75rem 1.5rem !important;\n        cursor: pointer;\n        color: #444;\n        background: inherit;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .product-nav .product-nav-content .product-nav-item {\n            padding: 0.75rem 1rem 0.75rem 0 !important;\n        }\n    }\n\n    .mt3600be-main-container .product-nav .product-nav-content .product-nav-item.active,\n    .mt3600be-main-container .product-nav .sub-menu.hover1 {\n        color: var(--mt3600be);\n    }\n\n    .mt3600be-main-container .product-nav .dropdown-menu {\n        background-color: #EEE;\n        margin: -1px 0 0 !important;\n        width: 100%;\n        border: none;\n        float: inherit;\n        overflow: hidden;\n    }\n\n    .mt3600be-main-container .product-nav .dropdown-menu\u003ediv {\n        overflow-x: visible;\n        scrollbar-width: none;\n        display: flex;\n        margin: 0 auto;\n        padding: 0.25rem 1rem 0.75rem 2rem;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .product-nav .dropdown-menu\u003ediv {\n            overflow-x: auto;\n            padding: 0.25rem 1rem 0.75rem;\n        }\n    }\n\n    .mt3600be-main-container .product-nav .dropdown-menu .btn {\n        font-size: 1rem;\n        font-weight: 400;\n        text-transform: inherit;\n        padding: .25rem 1rem !important;\n        color: #6c757d;\n        border: 1px solid #6c757d;\n        margin-right: 0.5rem;\n        min-width: fit-content;\n    }\n\n    .mt3600be-main-container .product-nav .dropdown-menu .btn.active,\n    .mt3600be-main-container .product-nav .dropdown-menu .btn:hover {\n        color: var(--mt3600be);\n        border-color: var(--mt3600be) !important;\n        background-color: #3dc1cf08;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .product-nav .dropdown-menu .btn {\n            font-size: 14px;\n            min-height: inherit;\n        }\n    }\n\n    \/* 网格系统 *\/\n    .mt3600be-main-container .grid {\n        display: grid;\n        grid-auto-rows: 6rem;\n    }\n\n    @media (max-width: 991px) {\n        .mt3600be-main-container .grid {\n            grid-auto-rows: 5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .grid {\n            grid-auto-rows: 6.5rem;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .mt3600be-main-container .grid {\n            grid-auto-rows: 5.3rem;\n        }\n    }\n\n    @media (max-width: 400px) {\n        .mt3600be-main-container .grid {\n            grid-auto-rows: 5.2rem;\n        }\n    }\n\n    .mt3600be-main-container .grid .grid-item {\n        position: relative;\n        margin: 0.3rem;\n        overflow: hidden;\n    }\n\n    .mt3600be-main-container .grid .grid-cell {\n        position: absolute;\n        transform: translate(-50%, -50%);\n        top: 50%;\n        left: 50%;\n        height: 100%;\n        width: 100%;\n        background: #E5F9F2;\n        background: linear-gradient(180deg, rgba(229, 249, 242, 1) 55%, rgba(186, 232, 214, 1) 100%, rgba(186, 232, 214, 1) 0%);\n        background-size: cover;\n        background-repeat: no-repeat;\n        background-position: center bottom;\n        padding: 1.5rem 1.5rem;\n        z-index: 2;\n    }\n\n    @media (max-width: 991px) {\n        .mt3600be-main-container .grid .grid-cell {\n            padding: 1.5rem 1.25rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .grid .grid-cell {\n            padding: 1rem 0.75rem;\n        }\n    }\n\n    .mt3600be-main-container .grid .grid-cell h2 {\n        font-size: 1.85rem;\n    }\n\n    @media (max-width: 1280px) {\n        .mt3600be-main-container .grid .grid-cell h2 {\n            font-size: 1.5rem;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .grid .grid-cell h2 {\n            font-size: 1.25rem;\n        }\n    }\n\n    .mt3600be-main-container .grid .grid-cell h4 {\n        font-size: 1.25rem;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .grid .grid-cell h4 {\n            font-size: 1rem;\n        }\n    }\n\n    .mt3600be-main-container .grid .grid-cell img {\n        width: 70%;\n    }\n\n    .mt3600be-main-container .grid .grid-cell p {\n        margin-bottom: 0;\n    }\n\n    @media (max-width: 576px) {\n        .mt3600be-main-container .grid .grid-cell p {\n            font-size: 0.75rem;\n        }\n    }\n\n    \/* Grid Item 1 (Video \u0026 Gradient) *\/\n    .mt3600be-main-container .grid .item-1 .cell-video {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        top: 0;\n        left: 0;\n        z-index: 1;\n    }\n\n    .mt3600be-main-container .grid .item-1 .cell-video video {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    .mt3600be-main-container .grid .item-1 .grid-cell {\n        display: flex;\n        justify-content: space-between;\n        flex-direction: column;\n        padding: 2.5rem 1.5rem 2rem;\n        background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_highlight_wifi7_bg.png');\n    }\n\n    .mt3600be-main-container .grid .item-1 .grid-cell .font-gradient {\n        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.1) 100%);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n        color: transparent;\n    }\n\n    .mt3600be-main-container .grid .item-1 .grid-cell h1 {\n        position: relative;\n        z-index: 1;\n        font-size: 8rem;\n        line-height: 0.8;\n        margin-bottom: 0;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .grid .item-1 .grid-cell h1 {\n            font-size: 5rem;\n        }\n    }\n\n    .mt3600be-main-container .grid .item-1 .grid-cell h2 {\n        position: relative;\n        z-index: 3;\n        font-size: 2.5rem;\n        margin-bottom: 0;\n    }\n\n    @media (max-width: 1199px) {\n        .mt3600be-main-container .grid .item-1 .grid-cell h2 {\n            font-size: 1.75rem;\n        }\n    }\n\n    .mt3600be-main-container .grid .item-1 .grid-cell h2 span {\n        font-size: 1.3em;\n    }\n\n    .mt3600be-main-container .grid .item-1 .grid-cell div {\n        position: absolute;\n        z-index: 2;\n        width: 100%;\n        height: 100%;\n        top: 0;\n        left: 0;\n    }\n\n    .mt3600be-main-container .grid .item-1 .grid-cell div img {\n        margin-top: 2.5%;\n        width: auto;\n        height: 73%;\n    }\n\n    \/* 其他网格项目背景调整 *\/\n    .mt3600be-main-container .grid .item-2 .grid-cell {\n        background-size: 156%;\n        background-position: 30% 86%;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .grid .item-2 .grid-cell {\n            flex-direction: column;\n            justify-content: center;\n        }\n    }\n\n    .mt3600be-main-container .grid .item-3 .grid-cell {\n        background-size: 110%;\n        background-position: 63% 100%;\n    }\n\n    @media (max-width: 1199px) {\n        .mt3600be-main-container .grid .item-3 .grid-cell {\n            background-size: 100%;\n            background-position: 65% 65%;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .grid .item-3 .grid-cell {\n            background-size: 100%;\n            background-position: 65% 65%;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .mt3600be-main-container .grid .item-3 .grid-cell {\n            background-size: 130%;\n            background-position-y: 50%;\n        }\n    }\n\n    .mt3600be-main-container .grid .item-4 .grid-cell {\n        background-size: 136%;\n        background-position: 36% 86%;\n    }\n\n    .mt3600be-main-container .grid .item-5 .grid-cell {\n        background-size: 150%;\n        background-position: 90% 50%;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .grid .item-5 .grid-cell {\n            flex-direction: column;\n            justify-content: center;\n        }\n    }\n\n    .mt3600be-main-container .grid .item-6 .grid-cell,\n    .mt3600be-main-container .grid .item-7 .grid-cell,\n    .mt3600be-main-container .grid .item-8 .grid-cell {\n        padding: 1.25rem 0.5rem;\n    }\n\n    .mt3600be-main-container .grid .item-6 .grid-cell\u003ediv,\n    .mt3600be-main-container .grid .item-7 .grid-cell\u003ediv,\n    .mt3600be-main-container .grid .item-8 .grid-cell\u003ediv {\n        position: relative;\n        top: 50%;\n        transform: translateY(-50%);\n    }\n\n    .mt3600be-main-container .grid .item-6 .grid-cell\u003ediv img,\n    .mt3600be-main-container .grid .item-7 .grid-cell\u003ediv img,\n    .mt3600be-main-container .grid .item-8 .grid-cell\u003ediv img {\n        padding-bottom: 0.25rem;\n    }\n\n    .mt3600be-main-container .grid .item-6 .grid-cell\u003ediv p,\n    .mt3600be-main-container .grid .item-7 .grid-cell\u003ediv p,\n    .mt3600be-main-container .grid .item-8 .grid-cell\u003ediv p {\n        color: #323436;\n    }\n\n    @media (max-width: 768px) {\n\n        .mt3600be-main-container .grid .item-6 .grid-cell\u003ediv p,\n        .mt3600be-main-container .grid .item-7 .grid-cell\u003ediv p,\n        .mt3600be-main-container .grid .item-8 .grid-cell\u003ediv p {\n            font-size: 0.75rem;\n        }\n    }\n\n    \/* 网格布局控制 *\/\n    .mt3600be-main-container .grid .item-1 {\n        grid-area: 1 \/ 4 \/ span 4 \/ span 6;\n    }\n\n    .mt3600be-main-container .grid .item-2 {\n        grid-area: 1 \/ 10 \/ span 2 \/ span 3;\n    }\n\n    .mt3600be-main-container .grid .item-3 {\n        grid-area: 3 \/ 10 \/ span 4 \/ span 3;\n    }\n\n    .mt3600be-main-container .grid .item-4 {\n        grid-area: 1 \/ 1 \/ span 4 \/ span 3;\n    }\n\n    .mt3600be-main-container .grid .item-5 {\n        grid-area: 5 \/ 7 \/ span 2 \/ span 3;\n    }\n\n    .mt3600be-main-container .grid .item-6 {\n        grid-area: 5 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .mt3600be-main-container .grid .item-7 {\n        grid-area: 5 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .mt3600be-main-container .grid .item-8 {\n        grid-area: 5 \/ 5 \/ span 2 \/ span 2;\n    }\n\n    @media (max-width: 1199px) {\n        .mt3600be-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 3 \/ span 6;\n        }\n\n        .mt3600be-main-container .grid .item-2 {\n            grid-area: 1 \/ 7 \/ span 3 \/ span 4;\n        }\n\n        .mt3600be-main-container .grid .item-3 {\n            grid-area: 4 \/ 1 \/ span 3 \/ span 5;\n        }\n\n        .mt3600be-main-container .grid .item-4 {\n            grid-area: 4 \/ 6 \/ span 3 \/ span 5;\n        }\n\n        .mt3600be-main-container .grid .item-5 {\n            grid-area: 7 \/ 7 \/ span 2 \/ span 4;\n        }\n\n        .mt3600be-main-container .grid .item-6 {\n            grid-area: 7 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .mt3600be-main-container .grid .item-7 {\n            grid-area: 7 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .mt3600be-main-container .grid .item-8 {\n            grid-area: 7 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 2 \/ span 6;\n        }\n\n        .mt3600be-main-container .grid .item-2 {\n            grid-area: 3 \/ 1 \/ span 3 \/ span 3;\n        }\n\n        .mt3600be-main-container .grid .item-3 {\n            grid-area: 3 \/ 4 \/ span 2 \/ span 3;\n        }\n\n        .mt3600be-main-container .grid .item-4 {\n            grid-area: 5 \/ 4 \/ span 3 \/ span 3;\n        }\n\n        .mt3600be-main-container .grid .item-5 {\n            grid-area: 6 \/ 1 \/ span 2 \/ span 3;\n        }\n\n        .mt3600be-main-container .grid .item-6 {\n            grid-area: 8 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .mt3600be-main-container .grid .item-7 {\n            grid-area: 8 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .mt3600be-main-container .grid .item-8 {\n            grid-area: 8 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .mt3600be-main-container .grid .item-1 {\n            grid-area: 1 \/ 1 \/ span 3 \/ span 6;\n        }\n\n        .mt3600be-main-container .grid .item-2 {\n            grid-area: 7 \/ 1 \/ span 3 \/ span 3;\n        }\n\n        .mt3600be-main-container .grid .item-3 {\n            grid-area: 4 \/ 1 \/ span 3 \/ span 3;\n        }\n\n        .mt3600be-main-container .grid .item-4 {\n            grid-area: 4 \/ 4 \/ span 3 \/ span 3;\n        }\n\n        .mt3600be-main-container .grid .item-5 {\n            grid-area: 7 \/ 4 \/ span 3 \/ span 3;\n        }\n\n        .mt3600be-main-container .grid .item-6 {\n            grid-area: 10 \/ 1 \/ span 2 \/ span 2;\n        }\n\n        .mt3600be-main-container .grid .item-7 {\n            grid-area: 10 \/ 3 \/ span 2 \/ span 2;\n        }\n\n        .mt3600be-main-container .grid .item-8 {\n            grid-area: 10 \/ 5 \/ span 2 \/ span 2;\n        }\n    }\n\n    \/* 视频轮播 *\/\n    .mt3600be-main-container .mt3600be-video-carousel {\n        color: #000;\n        width: 100%;\n        overflow: hidden;\n        background-color: #fff;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-container {\n        width: 100%;\n        text-align: center;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-header h2 {\n        margin-bottom: 10px;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-wrapper {\n        position: relative;\n        width: 100%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        overflow: visible;\n        padding: 20px 0;\n        cursor: grab;\n    }\n\n    @media (max-width: 992px) {\n        .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-wrapper {\n            padding: 0;\n        }\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-wrapper:active {\n        cursor: grabbing;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-container {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 100%;\n        height: auto;\n        min-height: 400px;\n        position: relative;\n    }\n\n    @media (max-width: 992px) {\n        .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-container {\n            min-height: auto;\n        }\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item {\n        position: absolute;\n        width: 60%;\n        aspect-ratio: 16 \/ 9;\n        border-radius: 15px;\n        overflow: hidden;\n        transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s ease;\n        opacity: 0;\n        transform: translateX(0);\n        z-index: 1;\n        user-select: none;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item .media-inner {\n        width: 100%;\n        height: 100%;\n        border-radius: 15px;\n        overflow: hidden;\n        position: relative;\n        z-index: 1;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item.active {\n        opacity: 1;\n        z-index: 10;\n        transform: translateX(0);\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item.prev {\n        opacity: 0.4;\n        transform: translateX(-105%);\n        z-index: 5;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item.next {\n        opacity: 0.4;\n        transform: translateX(105%);\n        z-index: 5;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item.hidden-left {\n        opacity: 0;\n        transform: translateX(-200%);\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item.hidden-right {\n        opacity: 0;\n        transform: translateX(200%);\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item video,\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item img {\n        transform: scale(1.01);\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .nav-btn {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background: rgba(255, 255, 255, 0.7);\n        border: none;\n        width: 4vw;\n        height: 4vw;\n        min-width: 40px;\n        min-height: 40px;\n        max-width: 60px;\n        max-height: 60px;\n        border-radius: 50%;\n        color: #333;\n        cursor: pointer;\n        z-index: 30;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .nav-btn:hover {\n        background: #fff;\n        transform: translateY(-50%) scale(1.1);\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .nav-btn:focus {\n        outline: none;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .nav-btn svg {\n        width: 50%;\n        height: 50%;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .nav-btn.hidden {\n        opacity: 0;\n        pointer-events: none;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .prev-btn {\n        left: calc(50% - (60% \/ 2) + 20px);\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .next-btn {\n        right: calc(50% - (60% \/ 2) + 20px);\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-play-pause-btn {\n        position: absolute;\n        bottom: 20px;\n        right: 20px;\n        background: rgba(0, 0, 0, 0.5);\n        border: none;\n        width: 44px;\n        height: 44px;\n        border-radius: 50%;\n        color: white;\n        cursor: pointer;\n        z-index: 20;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        opacity: 0;\n        transition: opacity 0.3s;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item.active .mt3600be-play-pause-btn {\n        opacity: 1;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item.is-image .mt3600be-play-pause-btn {\n        display: none !important;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-play-pause-btn:focus {\n        outline: none;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-play-pause-btn svg {\n        position: absolute;\n        top: 0;\n        left: 0;\n        transform: rotate(-90deg);\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-progress-ring-circle {\n        transition: stroke-dashoffset 0.1s linear;\n        stroke: #fff;\n        stroke-width: 2;\n        fill: transparent;\n        stroke-dasharray: 125.6;\n        stroke-dashoffset: 125.6;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .bg-ring-circle {\n        stroke: rgba(255, 255, 255, 0.3);\n        stroke-width: 2;\n        fill: transparent;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-icon {\n        position: relative;\n        z-index: 2;\n        font-size: 16px;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .controls-footer {\n        margin-top: 20px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        width: 100%;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .progress-container {\n        display: flex;\n        gap: 15px;\n        width: 60%;\n        height: 4px;\n        margin-bottom: 30px;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .progress-bar {\n        flex: 1;\n        background: #e0e0e0;\n        border-radius: 2px;\n        cursor: pointer;\n        transition: background 0.3s;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .progress-bar.active {\n        background: #333;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .text-display-container {\n        width: 60%;\n        min-height: 100px;\n        text-align: left;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-text-content {\n        display: none;\n        animation: fadeIn 0.5s ease forwards;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-text-content.active {\n        display: block;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-text-content h5 {\n        margin-bottom: 10px;\n    }\n\n    .mt3600be-main-container .mt3600be-video-carousel .mt3600be-text-content p {\n        margin: 0;\n    }\n\n    @keyframes fadeIn {\n        from {\n            opacity: 0;\n            transform: translateY(10px);\n        }\n\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    \/* 轮播响应式适配 *\/\n    @media (max-width: 768px) {\n        .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item {\n            width: 85%;\n            aspect-ratio: 1 \/ 0.91;\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .prev-btn {\n            left: calc(50% - (85% \/ 2) + 10px);\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .next-btn {\n            right: calc(50% - (85% \/ 2) + 10px);\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .progress-container,\n        .mt3600be-main-container .mt3600be-video-carousel .text-display-container {\n            width: 85%;\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .mt3600be-text-content p {\n            font-size: 1rem;\n        }\n    }\n\n    @media (max-width: 991px) and (min-width: 768px) {\n        .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item {\n            width: 70%;\n            aspect-ratio: 16 \/ 9;\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .prev-btn {\n            left: calc(50% - (70% \/ 2) + 10px);\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .next-btn {\n            right: calc(50% - (70% \/ 2) + 10px);\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .progress-container,\n        .mt3600be-main-container .mt3600be-video-carousel .text-display-container {\n            width: 70%;\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .mt3600be-text-content p {\n            font-size: 1rem;\n        }\n    }\n\n    .tab-panel:has(.mt3600be-main-container) {\n        padding: 0 !important;\n    }\n\n    @media (min-width: 1400px) {\n        .mt3600be-main-container .mt3600be-video-carousel .mt3600be-carousel-item {\n            width: 45%;\n            aspect-ratio: 16 \/ 9;\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .prev-btn {\n            left: calc(50% - (45% \/ 2) + 20px);\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .next-btn {\n            right: calc(50% - (45% \/ 2) + 20px);\n        }\n\n        .mt3600be-main-container .mt3600be-video-carousel .progress-container,\n        .mt3600be-main-container .mt3600be-video-carousel .text-display-container {\n            width: 45%;\n        }\n    }\n\n    \/* Scene Switcher (场景切换) *\/\n    .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper {\n        position: relative;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav {\n        display: flex;\n        flex-direction: row;\n    }\n\n    @media (min-width: 992px) {\n        .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav {\n            flex-direction: column;\n        }\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item {\n        cursor: pointer;\n        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n        padding-bottom: 15px;\n        background-color: #ffffff;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item .fa-regular {\n        background: #f6f6f6;\n        width: 35px;\n        height: 35px;\n        border-radius: 30px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: var(--mt3600be);\n        flex-shrink: 0;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item .fa-regular {\n            width: 24px;\n            height: 24px;\n        }\n    }\n\n    @media (min-width: 992px) {\n        .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item {\n            padding-bottom: 0;\n        }\n    }\n\n    @media (max-width: 991px) {\n        .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item {\n            display: block;\n        }\n\n        .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item.active {\n            display: block;\n        }\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item.active,\n    .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item:hover {\n        opacity: 1;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item h3 {\n        font-size: 24px;\n        margin: 0;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item h3 {\n            font-size: 1.2rem;\n        }\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item .description-box {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    @media (max-width: 991px) {\n        .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .feature-nav-item .description-box {\n            text-align: left;\n        }\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .feature-nav-wrapper .nav-indicator {\n        position: absolute;\n        background: #000;\n        transition: transform 0.3s ease, height 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        z-index: 2;\n        width: 2px;\n        left: -1px;\n        top: 0;\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .scene-switcher-mt3600be .description-box .description {\n            font-size: 1rem;\n            text-align: left;\n        }\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .image-viewer {\n        position: relative;\n        aspect-ratio: 16 \/ 9;\n    }\n\n    @media (max-width: 991px) {\n        .mt3600be-main-container .scene-switcher-mt3600be .image-viewer {\n            aspect-ratio: 4 \/ 3;\n        }\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .image-viewer .feature-img {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        opacity: 0;\n        transition: opacity 0.8s ease;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .image-viewer .feature-img.active {\n        opacity: 1;\n        z-index: 1;\n    }\n\n    \/* 移动端标签页 *\/\n    .mt3600be-main-container .scene-switcher-mt3600be .mb-tabs-wrapper {\n        overflow: hidden;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .mb-tabs-wrapper .mb-tabs-container,\n    .mt3600be-main-container .scene-switcher-mt3600be .mb-tabs-wrapper .mb-tabs-scroll-area {\n        overflow-x: auto;\n        scrollbar-width: none;\n        -webkit-overflow-scrolling: touch;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .mb-tabs-wrapper .mb-tabs-container::-webkit-scrollbar,\n    .mt3600be-main-container .scene-switcher-mt3600be .mb-tabs-wrapper .mb-tabs-scroll-area::-webkit-scrollbar {\n        display: none;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .mb-tabs-wrapper .mb-tabs {\n        display: flex;\n        flex-wrap: nowrap;\n        width: max-content;\n        position: relative;\n        padding: 0 10px;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .mb-tabs-wrapper .mb-tabs .mb-tab {\n        padding: 12px 10px;\n        font-size: 12px;\n        font-weight: 600;\n        color: #666;\n        cursor: pointer;\n        white-space: nowrap;\n        transition: color 0.3s;\n        border-bottom: 1px solid #333;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .mb-tabs-wrapper .mb-tabs .mb-tab.active {\n        color: #000;\n    }\n\n    .mt3600be-main-container .scene-switcher-mt3600be .mb-tabs-wrapper .mb-tabs .mb-tab-indicator {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        height: 2px;\n        background: #000;\n        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    \/* Feature In-view 动画逻辑 *\/\n    .mt3600be-main-container .mt3600be-feature.in-view .mt3600be-color .row .model:nth-child(4) {\n        top: 60%;\n        left: 100%;\n    }\n\n    .mt3600be-main-container .mt3600be-feature.in-view .mt3600be-color .row .model:last-child img {\n        opacity: 1;\n    }\n\n    \/* 模型对比 *\/\n    .mt3600be-main-container .model-comparison .comparison-detail\u003ediv i.fa-crown {\n        color: var(--mt3600be);\n    }\n\n    .mt3600be-main-container .model-comparison .comparison-detail div:nth-child(2) {\n        background-color: var(--mt3600be);\n    }\n\n    @media (max-width: 768px) {\n        .mt3600be-main-container .model-comparison .comparison-detail div:nth-child(2) {\n            background-color: inherit;\n        }\n    }\n    .mt3600be-main-container .nav-pills .nav-link {\n    border-radius: 50px;\n    margin: 0.25rem;\n    border-width: 1px;\n    border-style: solid;\n    border-color: initial;\n    border-image: initial;\n    padding: 0.45rem 1.25rem !important;\n}\n.mt3600be-main-container .nav-pills .nav-link.active {\n    background-color: var(--mt3600be);\n}\n.mt3600be-main-container .btn-underline {\n    color: rgb(59, 62, 64);\n    padding-bottom: 4px;\n    font-weight: 500;\n    line-height: 1.8;\n    border-bottom: 1px solid;\n}\n.mt3600be-main-container .btn-underline:hover {\n    color: rgb(145, 145, 145);\n    text-decoration: none;\n}\n.model-comparison .comparison-detail img {\n    width: 40px;\n}\n\/* Model Comparison Root *\/\n.model-comparison .product-img {\n  width: 75%;\n}\n\n@media (max-width: 576px) {\n  .model-comparison .product-img {\n    width: 85%;\n  }\n}\n\n.model-comparison p {\n  margin-bottom: 0;\n}\n\n@media (max-width: 576px) {\n  .model-comparison p {\n    font-size: 0.85rem;\n  }\n}\n\n\/* Comparison Detail Row *\/\n.model-comparison .comparison-detail {\n  padding-bottom: 1rem;\n}\n\n@media (max-width: 768px) {\n  .model-comparison .comparison-detail {\n    padding-bottom: 0;\n    background-color: white;\n  }\n  .model-comparison .comparison-detail div {\n    background-color: white;\n  }\n  .model-comparison .comparison-detail:nth-of-type(odd) {\n    background-color: #f7f7f7;\n  }\n  .model-comparison .comparison-detail:nth-of-type(odd) div {\n    background-color: #f7f7f7;\n  }\n}\n\n.model-comparison .comparison-detail img {\n  width: 40px;\n}\n\n\/* Row Direct Divs (Columns) *\/\n.model-comparison .comparison-detail \u003e div {\n  padding: 1rem 2rem;\n  background-color: #f7f7f7;\n  align-content: center;\n  border-bottom: 1px solid #dee2e6;\n}\n\n@media (max-width: 991px) {\n  .model-comparison .comparison-detail \u003e div {\n    padding: 1rem 0.5rem;\n  }\n}\n\n@media (max-width: 768px) {\n  .model-comparison .comparison-detail \u003e div {\n    background-color: inherit;\n    padding: 0.7rem 1rem 3rem;\n    border-bottom: 0;\n  }\n}\n\n.model-comparison .comparison-detail \u003e div h5 {\n  font-size: 1rem;\n  margin-bottom: 0;\n}\n\n.model-comparison .comparison-detail \u003e div p {\n  margin-bottom: 0;\n}\n\n\/* Icon Styles *\/\n.model-comparison .comparison-detail \u003e div i.fa-crown {\n  font-size: 1.4em;\n  color: #1b488b;\n  transform: rotate(20deg);\n  position: absolute;\n  top: -0.6rem;\n  right: -2rem;\n}\n\n@media (max-width: 768px) {\n  .model-comparison .comparison-detail \u003e div i.fa-crown {\n    right: -14px;\n    font-size: 1rem;\n  }\n}\n\n.model-comparison .comparison-detail \u003e div i.fa-check {\n  color: #17a2b8;\n}\n\n.model-comparison .comparison-detail \u003e div .fa-minus {\n  color: #a1a1a1;\n}\n\n\/* Special styling for the second column (usually the highlighted product) *\/\n.model-comparison .comparison-detail div:nth-child(2) {\n  background-color: #1b488b;\n  color: white;\n}\n\n@media (max-width: 768px) {\n  .model-comparison .comparison-detail div:nth-child(2) {\n    padding: 2.5rem 0 0;\n    background-color: inherit;\n    color: #000000;\n  }\n}\n.product-img {\n    width: 100%;\n}\n@media (max-width:768px){\n.mt3600be-main-container .h5,.mt3600be-main-container h5 {\n    font-size: 1rem;\n}\n    .model-comparison p {\n        font-size: 0.85rem;\n    }\n}\n@media (max-width: 768px) {\n    .model-comparison .comparison-detail div:nth-child(2) {\n        background-color: inherit;\n        color: rgb(0, 0, 0);\n        padding: 2.5rem 0px 0px;\n    }\n}\n@media (max-width: 768px) {\n    .model-comparison .comparison-detail \u003e div {\n        background-color: inherit;\n        padding: 0.7rem 1rem 3rem;\n        border-bottom: 0px;\n    }\n}\n.product-specs-section {\n  background-color: #f4f5f7;\n}\n@media (min-width: 1200px){\n    .mt3600be-main-container .container {\n        max-width: 1280px;\n    }\n}\n\u003c\/style\u003e\n\u003cmain class=\"mt3600be-main-container\"\u003e\n\u003csection class=\"video-header-mt3600be\" id=\"subscribe\"\u003e\n\u003cdiv class=\"overlay\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cvideo playsinline=\"\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\"\u003e\n            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_bg_teaser.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\u003cdiv class=\"container h-100\"\u003e\n\u003cdiv class=\"d-flex h-100 text-center align-items-center\"\u003e\n\u003cdiv class=\"w-100 text-white\"\u003e\n\u003ch1 class=\"font-weight-bold\"\u003eMeet Beryl 7\u003c\/h1\u003e\n\u003ch3\u003eBE3600 Dual-band Wi-Fi 7 Travel Router\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"p-4 py-lg-5\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-md-12 col-lg-7 col-xl-7 mb-4\"\u003e\n\u003ch2 class=\"font-weight-bold text-left\"\u003eGL.iNet's Fastest VPN Dual-band Wi-Fi 7 Travel Router\u003c\/h2\u003e\n\u003cp\u003eAs a fully upgraded version of our Beryl AX, Beryl 7 is a compact dual-band Wi-Fi 7 travel router that delivers the fastest VPN speeds (up to 1,100 Mbps via WireGuard®) in GL.iNet's travel router lineup. With PD compatibility, it can be powered using a standard phone charger cable, which not only reduces the weight and clutter in your luggage, but also makes it much easier to keep your travel router powered up. Capable of supporting 120+ devices concurrently-all in a sleek, portable design built for life on the go.\u003c\/p\u003e\n\u003cdiv class=\"d-flex mb-2\"\u003e\n\u003cdiv class=\"pr-2 text-mt3600be\"\u003e\n\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-mt3600be\"\u003eFast Wi-Fi speeds\u003c\/span\u003e: Max. 688 Mbps (2.4 GHz) + 2,882 Mbps (5 GHz)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex mb-2\"\u003e\n\u003cdiv class=\"pr-2 text-mt3600be\"\u003e\n\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-mt3600be\"\u003eRobust VPN performance\u003c\/span\u003e: Max. 1,100 Mbps on WireGuard® and Max. 1,000 Mbps on OpenVPN-DCO\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex mb-2\"\u003e\n\u003cdiv class=\"pr-2 text-mt3600be\"\u003e\n\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-mt3600be\"\u003eStreamlined travel convenience\u003c\/span\u003e: Universal USB-C charging compatibility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d-flex mb-2\"\u003e\n\u003cdiv class=\"pr-2 text-mt3600be\"\u003e\n\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-mt3600be\"\u003eVersatile high-speed connectivity\u003c\/span\u003e: Dual 2.5GbE ports and support for 120+ client devices\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pt-2\"\u003e\n\u003ca class=\"btn btn-round btn-round-mt3600be mt-3 mr-3\" href=\"#specs\"\u003eView Specs\u003c\/a\u003e \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/support\/gl-mt3600be\/\" target=\"_blank\"\u003eOnline Guide\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-10 col-lg-5 py-4\"\u003e\n\u003cdiv class=\"product_carousel\"\u003e\n\u003cul class=\"product-show-list\"\u003e\n\u003cli class=\"item active\" data-type=\"Photos\"\u003e\n\u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n\u003col class=\"carousel-indicators\"\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\" class=\"active\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"5\" class=\"\"\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"carousel-inner\"\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_1.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_1.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_1.jpg\" alt=\"Beryl 7(GL-MT3600BE) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_2.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_2.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_2.jpg\" alt=\"Beryl 7(GL-MT3600BE) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item active\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_3.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_3.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_3.jpg\" alt=\"Beryl 7(GL-MT3600BE) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_4.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_4.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_4.jpg\" alt=\"Beryl 7(GL-MT3600BE) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_5.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_5.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_5.jpg\" alt=\"Beryl 7(GL-MT3600BE) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"carousel-item\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_6.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_6.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_6.jpg\" alt=\"Beryl 7(GL-MT3600BE) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e \u003c\/a\u003e\u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e\n\u003cstyle\u003e\n                        .product-show-list {\n                            padding: 0;\n                            margin: 0\n                        }\n\n                        .product-show-list\u003eli {\n                            list-style-type: none;\n                            margin: 0;\n                            padding: 0;\n                            display: none\n                        }\n\n                        .product-show-list\u003eli.active {\n                            display: block\n                        }\n\n                        .product-show-list model-viewer {\n                            display: block;\n                            width: 100%;\n                            height: 553px\n                        }\n\n                        @media(max-width:768px) {\n                            .product-show-list model-viewer {\n                                height: calc(90vw - 2.5rem)\n                            }\n                        }\n\n                        .product-type-btn-list {\n                            text-align: center;\n                            padding-top: 15px\n                        }\n\n                        .product-type-btn-list a {\n                            cursor: pointer;\n                            padding: 5px 10px;\n                            border-radius: 30px;\n                            margin: 10px\n                        }\n\n                        .product-type-btn-list a i {\n                            margin-right: 5px\n                        }\n\n                        .product-type-btn-list a:hover {\n                            background-color: rgba(0, 0, 0, .1)\n                        }\n\n                        .product-type-btn-list a.active {\n                            background-color: rgba(0, 0, 0, .8);\n                            color: #fff\n                        }\n                    \u003c\/style\u003e\n\u003cmain class=\"mt3600be-main-container\"\u003e\n\u003csection class=\"p-4 py-lg-5\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-md-10 col-lg-5 py-4\"\u003e\n\u003cscript\u003edocument.querySelectorAll(\".product-type-btn-list a\").forEach(function (e) { e.addEventListener(\"click\", function () { document.querySelectorAll(\".product-type-btn-list a\").forEach(function (e) { e.classList.remove(\"active\") }), this.classList.add(\"active\"); var e = this.getAttribute(\"data-btn\"); document.querySelectorAll(\".product-show-list li\").forEach(function (t) { t.getAttribute(\"data-type\") === e.charAt(0).toUpperCase() + e.slice(1) ? t.classList.add(\"active\") : t.classList.remove(\"active\") }) }) })\u003c\/script\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cscript\u003e\n    let currentModel = ''\n\n    window.addEventListener(\"scroll\", function () {\n      document.querySelectorAll(\".product-nav-section\").forEach((section) =\u003e {\n        let sectionTop = section.offsetTop;\n        if (pageYOffset \u003e= sectionTop - 163) {\n          currentModel = section.getAttribute(\"id\");\n        }\n      });\n\n      \/\/ 先移除所有 active class\n      document.querySelectorAll(\".product-nav-item\").forEach((item) =\u003e {\n        item.classList.remove(\"active\");\n      });\n\n      \/\/ 移除所有 hover1 class\n      document.querySelectorAll(\".sub-menu\").forEach((toggle) =\u003e {\n        toggle.classList.remove(\"hover1\");\n      });\n\n      \/\/ 先隐藏所有 dropdown-menu\n      document.querySelectorAll(\".dropdown-menu\").forEach((dropdown) =\u003e {\n        dropdown.style.display = \"none\";\n      });\n\n      \/\/ 查找并激活当前的 nav item\n      const currentNavItem = document.querySelector(`.product-nav-item.${currentModel}`);\n      \n      if (currentNavItem) {\n        currentNavItem.classList.add(\"active\");\n\n        \/\/ 检查是否在 dropdown-menu 内 (结构: li.dropdown-menu \u003e div.container-md \u003e a.product-nav-item)\n        const containerDiv = currentNavItem.parentElement;\n        const dropdownMenu = containerDiv ? containerDiv.parentElement : null;\n        \n        if (dropdownMenu \u0026\u0026 dropdownMenu.classList.contains(\"dropdown-menu\")) {\n          \/\/ 获取 dropdown-menu 的 data-dropdown-menu 值\n          const dropdownMenuValue = dropdownMenu.dataset.dropdownMenu;\n\n          if (dropdownMenuValue) {\n            \/\/ 显示当前匹配的 dropdown-menu\n            dropdownMenu.style.display = \"flex\";\n\n            \/\/ 在 product-nav-wrapper 下找到匹配的 sub-menu 并添加 active\n            const parentNavItem = document.querySelector(`.product-nav-wrapper .sub-menu[data-dropdown-menu=\"${dropdownMenuValue}\"]`);\n            if (parentNavItem) {\n              parentNavItem.classList.add(\"active\");\n            }\n\n            \/\/ 自动滚动到 active 的项,使其居中显示\n            setTimeout(() =\u003e {\n              const activeItem = currentNavItem;\n              const scrollContainer = dropdownMenu.querySelector('.container-md');\n              \n              if (scrollContainer) {\n                const containerWidth = scrollContainer.offsetWidth;\n                const itemOffsetLeft = activeItem.offsetLeft;\n                const itemWidth = activeItem.offsetWidth;\n\n                \/\/ 计算滚动位置,使 active 项居中\n                const scrollPosition = itemOffsetLeft - (containerWidth \/ 2) + (itemWidth \/ 2);\n\n                scrollContainer.scrollTo({\n                  left: scrollPosition,\n                  behavior: 'smooth'\n                });\n              }\n            }, 50);\n          }\n        }\n      }\n    });\n\n    \/\/ 点击切换处理 - 不影响 active class\n    document.querySelectorAll('.sub-menu').forEach(toggle =\u003e {\n      const menuId = toggle.dataset.dropdownMenu;\n      const targetMenu = document.querySelector(`.dropdown-menu[data-dropdown-menu=\"${menuId}\"]`);\n      \n      if (!targetMenu) return;\n\n      \/\/ 点击切换显示\/隐藏\n      toggle.addEventListener('click', (e) =\u003e {\n        e.preventDefault();\n        \n        const isVisible = targetMenu.style.display === 'flex';\n        \n        \/\/ 先隐藏所有 dropdown-menu\n        document.querySelectorAll('.dropdown-menu').forEach(menu =\u003e {\n          menu.style.display = 'none';\n        });\n        \n        \/\/ 移除所有 toggle 的 hover1 class\n        document.querySelectorAll('.sub-menu').forEach(t =\u003e {\n          t.classList.remove('hover1');\n        });\n        \n        \/\/ 如果当前是隐藏状态，则显示；如果是显示状态，则保持隐藏\n        if (!isVisible) {\n          targetMenu.style.display = 'flex';\n          toggle.classList.add('hover1');\n        }\n      });\n    });\n  \u003c\/script\u003e\n\u003csection class=\"px-0 py-4 py-lg-5 bg-light product-nav-section\" id=\"highlight\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"grid w-100\"\u003e\n\u003cdiv class=\"grid-item item-1 text-center gl-rounded\"\u003e\n\u003cdiv class=\"cell-video\"\u003e\u003cvideo loop=\"loop\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\"\u003e\n                            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_wifi7_bg.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"grid-cell\"\u003e\n\u003ch1 class=\"font-weight-bold\"\u003e\u003cspan class=\"font-gradient\"\u003eWi-Fi 7\u003c\/span\u003e\u003c\/h1\u003e\n\u003ch2 class=\"font-weight-bold\"\u003e3600 Mbps\u003c\/h2\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_highlight_wifi7.png\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-2\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image: linear-gradient(180deg,#eefff8 10%,rgba(255,255,255,0) 60%),url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_dual-2.5g-port.jpg');\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003eDual 2.5G Ports\u003c\/h2\u003e\n\u003cp\u003eBoosted Wired Connections\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-3\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image: linear-gradient(180deg,#eefff8 10%,rgba(255,255,255,0) 60%),url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_highlight_vpn.jpg');\"\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003eBlazing-Fast VPN\u003c\/h2\u003e\n\u003cp\u003eMax. 1100 Mbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-4\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded text-left\" style=\"background-image: linear-gradient(180deg,#eefff8 10%,rgba(255,255,255,0) 60%),url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_highlight_pd-compatible.jpg');\"\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003ePD Compatible\u003c\/h2\u003e\n\u003cp\u003efor True Mobility\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-5\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded\" style=\"background-image: linear-gradient(180deg,#eefff8 10%,rgba(255,255,255,0) 60%),url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/mt3600be_highlight_usb.jpg');\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"font-weight-bold mb-1\"\u003eUSB 3.0\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-6\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/icon_adguard-home.svg\"\u003e\n\u003cp class=\"font-weight-bold\"\u003eAdGuard Home\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-7\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/icon_multi-wan.svg\"\u003e\n\u003cp class=\"font-weight-bold\"\u003eMulti-WAN Failover\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"grid-item item-8\"\u003e\n\u003cdiv class=\"grid-cell gl-rounded text-center\"\u003e\n\u003cdiv\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/icon_openwrt.svg\"\u003e\n\u003cp class=\"font-weight-bold\"\u003eOpenWrt-based SDK\u003c\/p\u003e\n\u003csmall class=\"d-none d-sm-block\"\u003eFlexible Customization\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"mt3600be-video-carousel p-lg-4 py-4 py-lg-5\"\u003e\n\u003cdiv class=\"mt3600be-container\"\u003e\n\u003cdiv class=\"mt3600be-header py-3\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eWhat's New in Beryl 7?\u003c\/h2\u003e\n\u003cp\u003eBuilding on the success of the Beryl AX, the new Beryl 7 represents a major leap forward, engineered with key upgrades and differences for a more connected world.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-wrapper\" id=\"carouselWrapper\"\u003e\n\u003cbutton class=\"nav-btn prev-btn\" id=\"prevBtn\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentcolor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpolyline points=\"15 18 9 12 15 6\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/button\u003e\n\u003cdiv class=\"mt3600be-carousel-container\" id=\"carouselContainer\" style=\"height: 470px;\"\u003e\n\u003cdiv class=\"mt3600be-carousel-item prev\" data-index=\"0\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cvideo playsinline=\"\" muted=\"\"\u003e\n                                \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_color_v2.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\" style=\"stroke-dashoffset: 0;\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-item active\" data-index=\"1\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_vpn.jpg\"\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\" style=\"stroke-dashoffset: 0;\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-item next\" data-index=\"2\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_cpu.jpg\"\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-item hidden-right\" data-index=\"3\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cvideo playsinline=\"\" muted=\"\"\u003e\n                                \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_wifi7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-item hidden-right\" data-index=\"4\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_dual-ports.jpg\"\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-item hidden-right\" data-index=\"5\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cvideo playsinline=\"\" muted=\"\"\u003e\n                                \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_usb.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-item hidden-right\" data-index=\"6\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cvideo playsinline=\"\" muted=\"\"\u003e\n                                \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_pd-compatibility.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-item hidden-right\" data-index=\"7\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cvideo playsinline=\"\" muted=\"\"\u003e\n                                \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_flash.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-item hidden-right\" data-index=\"8\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cvideo playsinline=\"\" muted=\"\"\u003e\n                                \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_devices-connectivity.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-carousel-item hidden-right\" data-index=\"9\"\u003e\n\u003cdiv class=\"media-inner\"\u003e\n\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/features_openwrt.jpg\"\u003e \u003cbutton class=\"mt3600be-play-pause-btn\"\u003e \u003csvg width=\"44\" height=\"44\"\u003e\n                                    \u003ccircle class=\"bg-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                    \u003ccircle class=\"mt3600be-progress-ring-circle\" cx=\"22\" cy=\"22\" r=\"20\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003cspan class=\"mt3600be-icon\"\u003e▶\u003c\/span\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"nav-btn next-btn\" id=\"nextBtn\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentcolor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpolyline points=\"9 18 15 12 9 6\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"controls-footer\"\u003e\n\u003cdiv class=\"progress-container\" id=\"progressContainer\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"text-display-container\" id=\"textDisplayContainer\"\u003e\n\u003cdiv class=\"mt3600be-text-content\" data-index=\"0\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003eNew Mint Green Color\u003c\/h3\u003e\n\u003cp\u003eWhy should tech stay boring? The new Beryl 7 brings a refreshing \u003cspan class=\"font-weight-bold text-mt3600be\"\u003eMint Green\u003c\/span\u003e finish—soft, modern, and designed to stand out beautifully wherever you go. It’s not just a router; it’s a style statement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-text-content active\" data-index=\"1\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003eUp to 1100+ Mbps VPN Speed\u003c\/h3\u003e\n\u003cp\u003eWhile the original Beryl already supported \u003cspan class=\"font-weight-bold text-mt3600be\"\u003e30+ VPN providers\u003c\/span\u003e, the Beryl 7 shatters speed limits. It now delivers blazing-fast OpenVPN-DCO and WireGuard performance \u003cspan class=\"font-weight-bold text-mt3600be\"\u003eup to 1,100 Mbps\u003c\/span\u003e—a dramatic increase that transforms your secure experience. Enjoy effortless 8K streaming and seamless remote work with zero lag, even under full encryption.\u003c\/p\u003e\n\u003cbr\u003e\u003csmall class=\"font-italic\"\u003e* Tests conducted on a local network. Real world speeds may differ depending on your network configuration.\u003cbr\u003e* OpenVPN-DCO and WireGuard speeds will be slower when running the device as a server. Results above are in client mode.\u003c\/small\u003e\n\u003cdiv class=\"py-3\"\u003e\u003ca role=\"button\" class=\"btn-underline mt-3\" href=\"\/campaign\/vpn\/\" target=\"_blank\"\u003eLearn More About Our VPN Solutions \u003ci class=\"fas fa-chevron-right\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-text-content\" data-index=\"2\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003e3x CPU Power\u003c\/h3\u003e\n\u003cp\u003eBeryl 7 features a \u003cspan class=\"font-weight-bold text-mt3600be\"\u003equad-core 2.0 GHz CPU\u003c\/span\u003e that delivers \u003cspan class=\"font-weight-bold text-mt3600be\"\u003etriple\u003c\/span\u003e the processing power of the previous model, Beryl AX(GL-MT3000), exceeding typical travel router performance expectations. This exceptional capability enables blazing-fast VPN speeds—allowing WireGuard and OpenVPN to operate at full throughput without bottlenecks—while also supporting \u003cspan class=\"font-weight-bold text-mt3600be\"\u003eQoS management\u003c\/span\u003e, multi-layer security features, and smooth connectivity for over 120 devices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-text-content\" data-index=\"3\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003ePocket-Sized Wi-Fi 7\u003c\/h3\u003e\n\u003cp\u003eCarry the next generation of wireless technology in your pocket. Beryl 7 makes a giant leap from Wi-Fi 6 to advanced \u003cspan class=\"font-weight-bold text-mt3600be\"\u003eWi-Fi 7 technology\u003c\/span\u003e, delivering a dual-band BE3600 connection with support for key features like \u003cspan class=\"font-weight-bold text-mt3600be\"\u003eMulti-Link Operation (MLO)\u003c\/span\u003e and \u003cspan class=\"font-weight-bold text-mt3600be\"\u003e4K QAM\u003c\/span\u003e. Enjoy high-speed, low-latency internet with wireless speeds of up to \u003cspan class=\"font-weight-bold text-mt3600be\"\u003e3.6 Gbps\u003c\/span\u003e, wherever you go.\u003c\/p\u003e\n\u003cdiv class=\"py-3\"\u003e\n\u003ca role=\"button\" class=\"btn-underline mr-3 mt-3\" href=\"https:\/\/youtu.be\/c5FlXC4vlcI\" target=\"_blank\"\u003eWatch the Wi-Fi 7 Video \u003ci class=\"fas fa-chevron-right\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/a\u003e \u003ca role=\"button\" class=\"btn-underline mt-3\" href=\"\/solutions\/wifi-7\/\"\u003eExplore Wi-Fi 7 Features \u003ci class=\"fas fa-chevron-right\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-text-content\" data-index=\"4\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003eDual 2.5G Ports\u003c\/h3\u003e\n\u003cp\u003eBeryl 7 brings \u003cspan class=\"font-weight-bold text-mt3600be\"\u003edual full-featured 2.5G Ethernet ports\u003c\/span\u003e that operate \u003cspan class=\"font-weight-bold text-mt3600be\"\u003ebidirectionally\u003c\/span\u003e as both WAN and LAN. This allows you to \u003cspan class=\"font-weight-bold text-mt3600be\"\u003efully utilize multi-gigabit internet plans\u003c\/span\u003e while delivering super-fast wired connections to your NAS, gaming laptop, or media projector. By establishing a high-speed, low-latency wired link, Beryl 7 ensures minimal lag for gaming and smooth, uninterrupted 8K streaming—guaranteeing that every bit of performance reaches your most demanding devices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-text-content\" data-index=\"5\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003eMaximized USB Power\u003c\/h3\u003e\n\u003cp\u003eThe USB port on Beryl 7 is specially designed to provide higher power output, ensuring that virtually all \u003cspan class=\"font-weight-bold text-mt3600be\"\u003eUFi and MiFi devices\u003c\/span\u003e operate stably and efficiently. Whether you’re using it for high-speed \u003cspan class=\"font-weight-bold text-mt3600be\"\u003emobile hotspots\u003c\/span\u003e or as a \u003cspan class=\"font-weight-bold text-mt3600be\"\u003ebackup WAN connection\u003c\/span\u003e, this enhanced USB port keeps your equipment running reliably, delivering seamless internet connectivity wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-text-content\" data-index=\"6\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003ePD Compatibility\u003c\/h3\u003e\n\u003cp\u003eBeryl 7 supports universal \u003cspan class=\"font-weight-bold text-mt3600be\"\u003ePower Delivery (PD) compatibility\u003c\/span\u003e, allowing you to power it with the same high-wattage charger used for your mobile phone, laptop, tablet, or even a high-capacity power bank (supporting 5V\/3A, 9V\/3A, 12V\/2.5A). This ensures your mobile network stays robust and ready anytime, anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-text-content\" data-index=\"7\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003e512 MB Flash\u003c\/h3\u003e\n\u003cp\u003eThe Beryl AX gave you 256 MB to work with. The new Beryl 7 \u003cspan class=\"font-weight-bold text-mt3600be\"\u003edoubles\u003c\/span\u003e that to a massive \u003cspan class=\"font-weight-bold text-mt3600be\"\u003e512 MB Flash\u003c\/span\u003e. This expanded space unlocks true customization freedom—whether you need to install \u003cspan class=\"font-weight-bold text-mt3600be\"\u003elarge game routing rule sets\u003c\/span\u003e (e.g., for Steam, PSN, or Xbox), run lightweight \u003cspan class=\"font-weight-bold text-mt3600be\"\u003eHome Assistant or IoT management tools\u003c\/span\u003e to turn your travel router into a portable smart hub, or even deploy Python\/Node.js scripts for automation tasks. With the Beryl 7, you can build a truly personalized routing setup without ever worrying about storage limitations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-text-content\" data-index=\"8\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003e120+ Device Capacity\u003c\/h3\u003e\n\u003cp\u003eWith a massive \u003cspan class=\"font-weight-bold text-mt3600be\"\u003e120+ device capacity\u003c\/span\u003e (up from 70), Beryl 7 doesn’t just connect you; it empowers your entire digital ecosystem with rock-solid stability, wherever you are. On the road, every connection counts and Beryl 7 ensures you never have to compromise. You can work, stream, and share—all at once, without a hint of lag. That’s the peace of mind Beryl 7 delivers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mt3600be-text-content\" data-index=\"9\"\u003e\n\u003ch3 class=\"font-weight-bold\"\u003eOpenWrt-Based SDK\u003c\/h3\u003e\n\u003cp\u003eThis router supports \u003cspan class=\"font-weight-bold text-mt3600be\"\u003eOpenWrt 21.02 (Kernel 5.4.281)\u003c\/span\u003e, providing an \u003cspan class=\"font-weight-bold text-mt3600be\"\u003eopen-source platform\u003c\/span\u003e for network customization and development. With 512 MB of memory, the router offers flexible support for various OpenWrt packages and custom scripts, enabling users to implement network optimizations, security enhancements, and personalized configurations to meet specific usage requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cscript\u003econst wrapper = document.getElementById(\"carouselWrapper\"), container = document.getElementById(\"carouselContainer\"), items = document.querySelectorAll(\".mt3600be-carousel-item\"), textContents = document.querySelectorAll(\".mt3600be-text-content\"), prevBtn = document.getElementById(\"prevBtn\"), nextBtn = document.getElementById(\"nextBtn\"), progressContainer = document.getElementById(\"progressContainer\"); let currentIndex = 0, isPlaying = !0, imageCurrentTime = 0; const IMAGE_DURATION = 4e3, PAUSE_DELAY = 1e3, radius = 20, circumference = 2 * Math.PI * radius; let lastTimestamp = 0, isPausing = !1, pauseStartTime = 0; items.forEach((e, t) =\u003e { const n = document.createElement(\"div\"); n.className = \"progress-bar\", n.addEventListener(\"click\", () =\u003e goToSlide(t)), progressContainer.appendChild(n) }); const progressBars = document.querySelectorAll(\".progress-bar\"); function updateCarousel() { imageCurrentTime = 0, lastTimestamp = performance.now(), isPausing = !1, pauseStartTime = 0, isPlaying = !0, updatePlayPauseIcons(\"II\"), items.forEach((e, t) =\u003e { e.classList.remove(\"active\", \"prev\", \"next\", \"hidden-left\", \"hidden-right\"); const n = e.querySelector(\"video\"); t === currentIndex ? (e.classList.add(\"active\"), n \u0026\u0026 (n.currentTime = 0, n.play()), requestAnimationFrame(updateProgressLoop)) : (n \u0026\u0026 (n.pause(), n.currentTime = 0), t === currentIndex - 1 ? e.classList.add(\"prev\") : t === currentIndex + 1 ? e.classList.add(\"next\") : t \u003c currentIndex ? e.classList.add(\"hidden-left\") : e.classList.add(\"hidden-right\")) }), textContents.forEach((e, t) =\u003e { e.classList.toggle(\"active\", t === currentIndex) }), progressBars.forEach((e, t) =\u003e { e.classList.toggle(\"active\", t === currentIndex) }), prevBtn.classList.toggle(\"hidden\", currentIndex === 0), nextBtn.classList.toggle(\"hidden\", currentIndex === items.length - 1); const e = items[currentIndex]; e \u0026\u0026 (container.style.height = e.offsetHeight + \"px\") } window.addEventListener(\"resize\", updateCarousel); function updatePlayPauseIcons(e) { const t = document.querySelectorAll(\".mt3600be-icon\"); t.forEach(t =\u003e t.textContent = e) } function goToSlide(e) { if (currentIndex === e) return; currentIndex = e, updateCarousel() } function nextSlide() { if (currentIndex \u003c items.length - 1) currentIndex++, updateCarousel(); else { isPlaying = !1, updatePlayPauseIcons(\"▶\"); const e = items[currentIndex].querySelector(\"video\"); e \u0026\u0026 e.pause() } } function prevSlide() { currentIndex \u003e 0 \u0026\u0026 (currentIndex--, updateCarousel()) } function updateProgressLoop(e) { lastTimestamp || (lastTimestamp = e); const i = e - lastTimestamp; lastTimestamp = e; const s = items[currentIndex]; if (!s) return; const n = s.querySelector(\"video\"), o = s.querySelector(\".mt3600be-progress-ring-circle\"); let t = 0; if (n) n.duration \u0026\u0026 (t = n.currentTime \/ n.duration); else if (isPlaying) if (isPausing) { const n = e - pauseStartTime; if (n \u003e= PAUSE_DELAY) { isPausing = !1, updatePlayPauseIcons(\"▶\"), nextSlide(); return } t = 1 } else imageCurrentTime += i, imageCurrentTime \u003e= IMAGE_DURATION \u0026\u0026 (imageCurrentTime = IMAGE_DURATION, isPausing = !0, pauseStartTime = e, updatePlayPauseIcons(\"▶\")), t = imageCurrentTime \/ IMAGE_DURATION; else t = imageCurrentTime \/ IMAGE_DURATION; if (o) { const e = circumference - t * circumference; o.style.strokeDashoffset = e } isPlaying \u0026\u0026 requestAnimationFrame(updateProgressLoop) } function togglePlay() { isPlaying = !isPlaying; const t = items[currentIndex], e = t.querySelector(\"video\"); isPlaying ? (e \u0026\u0026 e.play(), updatePlayPauseIcons(\"II\"), lastTimestamp = performance.now(), requestAnimationFrame(updateProgressLoop)) : (e \u0026\u0026 e.pause(), updatePlayPauseIcons(\"▶\")) } let startX = 0, isDragging = !1; wrapper.addEventListener(\"mousedown\", dragStart), wrapper.addEventListener(\"touchstart\", dragStart), wrapper.addEventListener(\"mousemove\", dragMove), wrapper.addEventListener(\"touchmove\", dragMove), wrapper.addEventListener(\"mouseup\", dragEnd), wrapper.addEventListener(\"touchend\", dragEnd), wrapper.addEventListener(\"mouseleave\", dragEnd); function dragStart(e) { isDragging = !0, startX = getPositionX(e) } function dragMove() { if (!isDragging) return } function dragEnd(e) { if (!isDragging) return; isDragging = !1; const n = getPositionX(e), t = n - startX; t \u003e 50 ? prevSlide() : t \u003c -50 \u0026\u0026 nextSlide() } function getPositionX(e) { return e.type.includes(\"mouse\") ? e.pageX : e.touches[0].clientX } items.forEach((e, t) =\u003e { const n = e.querySelector(\"video\"); n \u0026\u0026 (n.onended = () =\u003e { t === currentIndex \u0026\u0026 (isPausing = !0, pauseStartTime = performance.now(), updatePlayPauseIcons(\"▶\"), requestAnimationFrame(waitAndNextSlide)) }) }); function waitAndNextSlide(e) { if (!isPausing) return; const t = e - pauseStartTime; t \u003e= PAUSE_DELAY ? (isPausing = !1, updatePlayPauseIcons(\"▶\"), nextSlide()) : requestAnimationFrame(waitAndNextSlide) } nextBtn.addEventListener(\"click\", e =\u003e { e.stopPropagation(), nextSlide() }), prevBtn.addEventListener(\"click\", e =\u003e { e.stopPropagation(), prevSlide() }), items.forEach(e =\u003e { const t = e.querySelector(\".mt3600be-play-pause-btn\"); t \u0026\u0026 t.addEventListener(\"click\", e =\u003e { e.stopPropagation(), togglePlay() }), e.addEventListener(\"click\", t =\u003e { e.classList.contains(\"prev\") \u0026\u0026 prevSlide(), e.classList.contains(\"next\") \u0026\u0026 nextSlide() }) }); let hasInitialized = !1; const observerOptions = { root: null, rootMargin: \"0px\", threshold: .5 }, observer = new IntersectionObserver(e =\u003e { e.forEach(e =\u003e { e.isIntersecting ? hasInitialized ? isPlaying || togglePlay() : (updateCarousel(), hasInitialized = !0) : hasInitialized \u0026\u0026 isPlaying \u0026\u0026 togglePlay() }) }, observerOptions), targetSection = document.querySelector(\".mt3600be-video-carousel\"); targetSection ? observer.observe(targetSection) : setTimeout(updateCarousel, 100)\u003c\/script\u003e\n\u003csection class=\"bg-light p-lg-4 py-4 py-lg-5\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"justify-content-center\"\u003e\n\u003ch2 class=\"font-weight-bold text-center\"\u003eHow Does the Beryl 7 Fit Your Life?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cul class=\"nav nav-pills justify-content-center my-4\" id=\"useCaseTabs\" role=\"tablist\"\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link active\" id=\"road-tab\" data-toggle=\"pill\" href=\"#road\" role=\"tab\"\u003e\u003cspan class=\"d-none d-lg-block\"\u003eOn the Road \u0026amp; Flight\/Cruise Trips\u003c\/span\u003e \u003cspan class=\"d-block d-lg-none\"\u003eTravel \u0026amp; Transit\u003c\/span\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link\" id=\"family-tab\" data-toggle=\"pill\" href=\"#family\" role=\"tab\"\u003e\u003cspan class=\"d-none d-lg-block\"\u003eFamily Trip \u0026amp; Working Crew Travelling Together\u003c\/span\u003e \u003cspan class=\"d-block d-lg-none\"\u003eFamily \u0026amp; Group Trip\u003c\/span\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link\" id=\"remote-tab\" data-toggle=\"pill\" href=\"#remote\" role=\"tab\"\u003e\u003cspan class=\"d-none d-lg-block\"\u003eRemote Work \u0026amp; Business Trip\u003c\/span\u003e \u003cspan class=\"d-block d-lg-none\"\u003eRemote Work\u003c\/span\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link\" id=\"dorm-tab\" data-toggle=\"pill\" href=\"#dorm\" role=\"tab\"\u003e\u003cspan class=\"d-none d-lg-block\"\u003eCompact Living \u0026amp; Dorm Setup\u003c\/span\u003e \u003cspan class=\"d-block d-lg-none\"\u003eDorm \u0026amp; Small Living\u003c\/span\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link\" id=\"homelab-tab\" data-toggle=\"pill\" href=\"#homelab\" role=\"tab\"\u003eHomelab \u0026amp; Media Hub \u003c\/a\u003e\u003c\/li\u003e\n\u003cli class=\"nav-item\"\u003e\u003ca class=\"nav-link\" id=\"wireless-tab\" data-toggle=\"pill\" href=\"#wireless\" role=\"tab\"\u003eWireless Setup\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"tab-content\" id=\"useCaseTabsContent\"\u003e\n\u003cdiv class=\"tab-pane fade show active\" id=\"road\" role=\"tabpanel\"\u003e\n\u003cdiv class=\"scene-switcher-mt3600be\"\u003e\n\u003cdiv class=\"row align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-2 order-lg-1\"\u003e\n\u003cdiv class=\"feature-nav-wrapper\"\u003e\n\u003cdiv class=\"feature-nav d-block d-lg-flex\"\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3 mb-3 active\" data-index=\"0\"\u003e\n\u003ch4 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eConnect All Devices for the Price of One \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h4\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 184px;\"\u003e\n\u003cp class=\"description\"\u003eWhy pay a separate internet fee for every device? The Beryl 7 is your key to significant savings on the go. Simply connect it to the paid network once, and then share secure Wi-Fi with your phone, laptop, tablet, and more-all under a single access cost. Maximize your connectivity while you minimize your expenses and effortlessly bypass the captive portals with a one-time setup-no repeated logins required.\u003c\/p\u003e\n\u003csmall class=\"font-italic text-muted\"\u003e*Note: Travel routers may be prohibited by some cruise lines. Please check the specific regulations of your cruise line before use.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3\" data-index=\"1\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eStream Your Home Media, Anywhere \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eWith Beryl 7, any hotel room can become your private theater. Connect to the hotel Wi-Fi, activate the built-in ultra-fast VPN client to access your home server, and plug in your streaming device or smart TV. Instantly, enjoy your personal media library and stream 8K content at high speed with complete privacy—as if you never left home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nav-indicator d-none\" style=\"height: 283px; transform: translateY(0px);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-1 order-lg-2 mb-3 mb-lg-0\"\u003e\n\u003cdiv class=\"image-viewer gl-rounded overflow-hidden\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_travel_connect-all-devices.jpg\" class=\"feature-img active\" data-index=\"0\"\u003e \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_travel_hotel.jpg\" class=\"feature-img\" data-index=\"1\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane fade\" id=\"family\" role=\"tabpanel\"\u003e\n\u003cdiv class=\"scene-switcher-mt3600be\"\u003e\n\u003cdiv class=\"row align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-2 order-lg-1\"\u003e\n\u003cdiv class=\"feature-nav-wrapper\"\u003e\n\u003cdiv class=\"feature-nav d-block d-lg-flex\"\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3 mb-3 active\" data-index=\"0\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eFile Sharing for Family Trips and Team Travel \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eBeryl 7 makes media and document sharing effortless during group travel. Connect an external USB drive to instantly create a private network storage space, supporting 120+ connected devices simultaneously. Family members or team members can securely access and share photos, videos, and work files—without relying on unstable public networks or limited cloud services. Everyone stays connected through a centralized, secure hub, making collaboration and memory-sharing seamless wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3\" data-index=\"1\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eRemote NAS Access \u0026amp; Backup on the Go \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eWith Beryl 7 acting as a VPN client, you can securely connect back to your home network anytime, anywhere. Paired with the Brume 3 (GL-MT5000) at home, it enables seamless remote access to your NAS devices, letting you manage files, stream media, or even perform real-time photo backups directly to your home storage. This setup ensures your personal data remains private and protected over encrypted connections, while giving you LAN-like access as if you were physically at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nav-indicator d-none\" style=\"height: 0px; transform: translateY(0px);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-1 order-lg-2 mb-3 mb-lg-0\"\u003e\n\u003cdiv class=\"image-viewer gl-rounded overflow-hidden\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_family_file-sharing.jpg\" class=\"feature-img active\" data-index=\"0\"\u003e \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_family_nas.jpg\" class=\"feature-img\" data-index=\"1\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane fade\" id=\"remote\" role=\"tabpanel\"\u003e\n\u003cdiv class=\"scene-switcher-mt3600be\"\u003e\n\u003cdiv class=\"row align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-2 order-lg-1\"\u003e\n\u003cdiv class=\"feature-nav-wrapper\"\u003e\n\u003cdiv class=\"feature-nav d-block d-lg-flex\"\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3 mb-3 active\" data-index=\"0\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eDrop-Free Calls, Anywhere You Roam \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eFor digital nomads, a reliable internet connection is essential. Beryl 7 can turn any location—a café, co-working space, or beachside apartment—into a secure, productive remote office. It ensures crystal-clear VoIP calls and stable video conferences, while a dedicated guest network keeps your main connection secure for client collaborations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3\" data-index=\"1\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eSecure Access to Your Internal Network \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eFor business travelers, accessing company resources restricted to specific office IP addresses can be challenging. Beryl 7 solves this seamlessly. Pre-configured with OpenVPN and WireGuard, it can act as a VPN client to securely connect back to your office network, giving you access to internal systems, file servers, or managed printers—as if you were physically in the office—all over a fully encrypted connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nav-indicator d-none\" style=\"height: 0px; transform: translateY(0px);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-1 order-lg-2 mb-3 mb-lg-0\"\u003e\n\u003cdiv class=\"image-viewer gl-rounded overflow-hidden\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_remote_video-call.jpg\" class=\"feature-img active\" data-index=\"0\"\u003e \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_remote_internal-network.jpg\" class=\"feature-img\" data-index=\"1\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane fade\" id=\"dorm\" role=\"tabpanel\"\u003e\n\u003cdiv class=\"scene-switcher-mt3600be\"\u003e\n\u003cdiv class=\"row align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-2 order-lg-1\"\u003e\n\u003cdiv class=\"feature-nav-wrapper\"\u003e\n\u003cdiv class=\"feature-nav d-block d-lg-flex\"\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3 mb-3 active\" data-index=\"0\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eVersatile Connectivity for Uninterrupted Access \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eNever settle for weak signals. Beyond multiple connection methods—including Ethernet, Wi-Fi repeating, and cellular tethering—Beryl 7 is truly smart. Its advanced Multi-WAN feature provides automatic failover, constantly monitoring networks and switching to the best available connection to prevent drops. This ensures a robust, private network with the consistent high performance needed for gaming, 8K streaming and other data-intensive tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3 mb-3\" data-index=\"1\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eTransform Your MiFi into a Powerful Home Network \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eBeryl 7 can turn your MiFi or smartphone data plan into a high-performance Wi-Fi 7 network. Simply connect via USB and activate tethering mode, and it will receive the cellular signal and rebroadcast it as a superior Wi-Fi network throughout your space. With support for over 120 simultaneous connections, every device enjoys stable, high-speed internet—eliminating weak signals and connectivity limitations once and for all.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3\" data-index=\"1\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eUnlock Global Content in Your Dorm Room \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eBeryl 7 lets you and your roommates bypass geographical restrictions simultaneously using a single VPN account. Supporting 30+ VPN service providers, this compact router provides seamless access to region-locked streaming services and video game platforms across all your devices. It also lets you apply VPN protection to the entire network or select specific devices, eliminating the need for individual per-device VPN subscriptions while ensuring everyone can enjoy their preferred content without compromise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nav-indicator d-none\" style=\"height: 0px; transform: translateY(0px);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-1 order-lg-2 mb-3 mb-lg-0\"\u003e\n\u003cdiv class=\"image-viewer gl-rounded overflow-hidden\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_dorm_gaming.jpg\" class=\"feature-img active\" data-index=\"0\"\u003e \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_dorm_home.jpg\" class=\"feature-img\" data-index=\"1\"\u003e \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_dorm_roommate.jpg\" class=\"feature-img\" data-index=\"2\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane fade\" id=\"homelab\" role=\"tabpanel\"\u003e\n\u003cdiv class=\"scene-switcher-mt3600be\"\u003e\n\u003cdiv class=\"row align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-2 order-lg-1\"\u003e\n\u003cdiv class=\"feature-nav-wrapper\"\u003e\n\u003cdiv class=\"feature-nav d-block d-lg-flex\"\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3 mb-3 active\" data-index=\"0\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eEncrypted Remote Access for Traveling Homelabbers and Media Lovers \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eFor homelab enthusiasts and media collectors who travel, the Beryl 7 ensures your entire home network is always within reach. By establishing high-speed encrypted tunnels via WireGuard or OpenVPN, it provides seamless, secure access to your home servers, development environments, and personal media libraries from anywhere. This eliminates the risks of public internet exposure while delivering LAN-like responsiveness, letting you manage critical services or stream your movie collection as if you were locally connected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nav-indicator d-none\" style=\"height: 0px; transform: translateY(0px);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-1 order-lg-2 mb-3 mb-lg-0\"\u003e\n\u003cdiv class=\"image-viewer gl-rounded overflow-hidden\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_homelab_travel.jpg\" class=\"feature-img active\" data-index=\"0\"\u003e \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_homelab_kvm.jpg\" class=\"feature-img\" data-index=\"1\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tab-pane fade\" id=\"wireless\" role=\"tabpanel\"\u003e\n\u003cdiv class=\"scene-switcher-mt3600be\"\u003e\n\u003cdiv class=\"row align-items-center\"\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-2 order-lg-1\"\u003e\n\u003cdiv class=\"feature-nav-wrapper\"\u003e\n\u003cdiv class=\"feature-nav d-block d-lg-flex\"\u003e\n\u003cdiv class=\"feature-nav-item gl-rounded p-4 px-lg-4 py-lg-3 mb-3 active\" data-index=\"0\"\u003e\n\u003ch3 class=\"font-weight-bold py-2 mb-0 d-flex justify-content-between align-items-center\"\u003eWire-free Control for Wired Devices \u003ci class=\"fa-regular fa-angle-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n\u003cp class=\"description mb-0\"\u003eBeryl 7 enables seamless wireless control for Ethernet-only devices through a simple setup: connect the device to the router's LAN port and use your smartphone or tablet for wireless management. This compact solution is ideal for digital audio systems, mini-PCs, PLCs, and other equipment lacking native wireless capability. With flexible uplink options including Wi-Fi relay, Ethernet\/USB tethering, plus built-in VPN support for secure data transmission, Beryl 7 provides a complete connectivity solution in a minimal footprint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nav-indicator d-none\" style=\"height: 0px; transform: translateY(0px);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-lg-6 order-1 order-lg-2 mb-3 mb-lg-0\"\u003e\n\u003cdiv class=\"image-viewer gl-rounded overflow-hidden\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/scene_wireless-setup_concert.jpg\" class=\"feature-img active\" data-index=\"0\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003edocument.addEventListener(\"DOMContentLoaded\", () =\u003e { const e = document.querySelectorAll(\".scene-switcher-mt3600be\"); e.forEach(e =\u003e { const t = e.querySelectorAll(\".feature-nav-item\"), s = e.querySelectorAll(\".mb-tab\"), c = e.querySelectorAll(\".feature-img\"), a = e.querySelector(\".nav-indicator\"), o = e.querySelector(\".mb-tab-indicator\"); let i = 0, r = null; const n = e =\u003e { i = e, t.forEach((t, n) =\u003e { const o = n === e; t.classList.toggle(\"active\", o); const s = t.querySelector(\".description-box\"); s \u0026\u0026 (s.style.maxHeight = o ? s.scrollHeight + \"px\" : \"0px\") }), s.forEach((t, n) =\u003e t.classList.toggle(\"active\", n === e)), c.forEach((t, n) =\u003e t.classList.toggle(\"active\", n === e)); const r = t[e]; r \u0026\u0026 a \u0026\u0026 (a.style.height = `${r.offsetHeight}px`, a.style.transform = `translateY(${r.offsetTop}px)`); const n = s[e]; if (n \u0026\u0026 o) { o.style.width = `${n.offsetWidth}px`, o.style.transform = `translateX(${n.offsetLeft}px)`; const e = n.closest(\".mb-tabs-scroll-area\"); if (e) { const t = n.offsetLeft - e.offsetWidth \/ 2 + n.offsetWidth \/ 2; e.scrollTo({ left: t, behavior: \"smooth\" }) } } }; if (window.ResizeObserver) { const e = new ResizeObserver(() =\u003e { n(i) }); t.forEach(t =\u003e e.observe(t)), o \u0026\u0026 s.forEach(t =\u003e e.observe(t)) } const l = () =\u003e { clearInterval(r), r = setInterval(() =\u003e { n((i + 1) % t.length) }, 5e3) };[t, s].forEach(e =\u003e { e.forEach((e, t) =\u003e { e.addEventListener(\"click\", () =\u003e { n(t) }) }) }), n(0), window.addEventListener(\"resize\", () =\u003e n(i)) }) })\u003c\/script\u003e\u003c\/section\u003e\n\u003csection class=\"container-fluid p-4 py-lg-5 product-nav-section\" id=\"reviews\"\u003e\n\u003ch2 class=\"font-weight-bold text-dark text-center pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n\u003cdiv id=\"youtube-playlist-container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"col-11 col-lg-7 col-xl-8 px-0\" id=\"ytvideoPlayer\"\u003e\n\u003cdiv class=\"card border-0 h-100\" style=\"background-color: #000;\"\u003e\u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/cmOdWyUmPes\" style=\"aspect-ratio: 16\/9; width: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-11 col-lg-5 col-xl-4 px-0\" id=\"ytplaylist\"\u003e\n\u003cdiv class=\"card border-0 h-100\" style=\"background-color: #000;\"\u003e\n\u003ch5 class=\"text-light text-center py-3\"\u003eBeryl 7 (GL-MT3600BE) Reviews \u003cspan id=\"ytListBtn\"\u003e\u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/span\u003e\n\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cimg src=\"https:\/\/img.youtube.com\/vi\/cmOdWyUmPes\/maxresdefault.jpg\" alt=\"BEST Travel Router!\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eBEST Travel Router!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg src=\"https:\/\/img.youtube.com\/vi\/7ejvqPIwGUc\/maxresdefault.jpg\" alt=\"6 New GL.iNet Devices You NEED to See from CES 2026\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003e6 New GL.iNet Devices You NEED to See from CES 2026\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg src=\"https:\/\/img.youtube.com\/vi\/6IAKwmLd8uY\/maxresdefault.jpg\" alt=\"These Travel Routers Are Amazing | GL.iNet @ CES 2026\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eThese Travel Routers Are Amazing | GL.iNet @ CES 2026\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg src=\"https:\/\/img.youtube.com\/vi\/0-f8turWDSY\/maxresdefault.jpg\" alt=\"Gl.iNet Slate 7 PRO Travel Router Revealed\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGl.iNet Slate 7 PRO Travel Router Revealed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg src=\"https:\/\/img.youtube.com\/vi\/R6rjgZDwRAI\/maxresdefault.jpg\" alt=\"The Newest Travel Routers...\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eThe Newest Travel Routers...\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cimg src=\"https:\/\/img.youtube.com\/vi\/MaiHC3lxRr8\/maxresdefault.jpg\" alt=\"Gl.iNet Beryl 7, Comet 5G and Flint 3e Revealed\"\u003e\n\u003cdiv class=\"title-container\"\u003e\n\u003cp class=\"video-title\"\u003eGl.iNet Beryl 7, Comet 5G and Flint 3e Revealed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"mt-2\"\u003e\u003ca class=\"btn btn-outline-light btn-block\" href=\"https:\/\/www.youtube.com\/playlist?list=PLWQT710fjyEYAVeLtLeEDl_Yo-Jr1VJ2d\" target=\"_blank\"\u003eView More\u003c\/a\u003e\u003c\/div\u003e\n\u003cul id=\"ytPlayListUl\"\u003e\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-customer-review px-0 py-4 bg-light\"\u003e\n\u003cdiv class=\"container-fluid px-0 py-4 py-lg-5\"\u003e\n\u003ch2 class=\"text-center font-weight-bold mb-4\"\u003eWhat Beta Testers are Saying\u003c\/h2\u003e\n\u003cdiv class=\"tiny-slider-container-beta-tester-review pb-3\"\u003e\n\u003cdiv class=\"tns-outer\" id=\"tns1-ow\"\u003e\n\u003cdiv class=\"tns-liveregion tns-visually-hidden\" aria-live=\"polite\" aria-atomic=\"true\"\u003eslide \u003cspan class=\"current\"\u003e6 to 8\u003c\/span\u003e of 7\u003c\/div\u003e\n\u003cdiv id=\"tns1-mw\" class=\"tns-ovh\"\u003e\n\u003cdiv class=\"tns-inner\" id=\"tns1-iw\"\u003e\n\u003cdiv class=\"tiny-slider-beta-tester-review  tns-slider tns-carousel tns-subpixel tns-calc tns-horizontal\" id=\"tns1\" style=\"transform: translate3d(-50%, 0px, 0px);\"\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-xdarkhawkx.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eI'm using mine at another job site onsite in an office. Connected right up to their guest WiFi with breeze and created my own private little network for my work laptop and phone. Been running smooth and haven't had anymore issues with Adguard. I was on the other side of the building with my laptop with multiple walls and brick in between and still getting some signal from it.\u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Xdarkhawkx\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-lupuse.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eAs the predecessor, the Beryl and Beryl AX, for sure the newcomer is a great platform for frequent travelers with basic network knowledge as well as for OpenWrt enthusiasts.\u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@LupusE\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item\" id=\"tns1-item0\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-amuzyche.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eThe device worked stably both at home and during my vacation. At home, I connected it to my IoT network (40+ devices), and everything was stable.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@amuzyche\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item\" id=\"tns1-item1\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-halb_tarif.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eI love the Beryl 7 ... is the perfect mix of portability and power. Its slim design fits anywhere, while the performance ensures I stay securely connected to my home network—no matter where I am.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@halb_Tarif\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item\" id=\"tns1-item2\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-alex_591713.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eI am a long-time user of GL.iNet devices, and ... they have never let me down, are incredibly easy to set up, and have proven to be an invaluable tool for both travel and everyday connectivity. Their latest addition, the Beryl 7, is an outstanding device that upholds GL.iNet’s tradition of providing reliable, and fault-free travel networking solutions.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@alex_591713\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item tns-slide-active\" id=\"tns1-item3\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-randomstart.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eRepeating American Airlines inflight. Set up was super smooth.\u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Randomstart\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item tns-slide-active\" id=\"tns1-item4\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-mnavis29.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eIn summary, I found the product impressive. The build quality is strong, the colour choice gives it a modern feel, and its Wi-Fi 7 performance was comparable to the Slate 7 I tested recently. It stands out as a solid, more budget-friendly alternative to the Slate 7 for users who don’t require a display.\u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@mnavis29\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item tns-slide-active\" id=\"tns1-item5\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-xdarkhawkx.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eI'm using mine at another job site onsite in an office. Connected right up to their guest WiFi with breeze and created my own private little network for my work laptop and phone. Been running smooth and haven't had anymore issues with Adguard. I was on the other side of the building with my laptop with multiple walls and brick in between and still getting some signal from it.\u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@Xdarkhawkx\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item\" id=\"tns1-item6\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-lupuse.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eAs the predecessor, the Beryl and Beryl AX, for sure the newcomer is a great platform for frequent travelers with basic network knowledge as well as for OpenWrt enthusiasts.\u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@LupusE\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-amuzyche.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eThe device worked stably both at home and during my vacation. At home, I connected it to my IoT network (40+ devices), and everything was stable.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@amuzyche\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-item-beta-tester-review tns-item\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"tiny-slider-review-card\"\u003e\n\u003cdiv class=\"row gl-rounded\"\u003e\n\u003cdiv class=\"card-image col-md-12 col-lg-6 p-0\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt3600be\/beta-tester\/mt3600be-halb_tarif.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-md-12 col-lg-6 p-4\"\u003e\n\u003ch4 class=\"text-info\"\u003e\n\u003ci class=\"fa-solid fa-quote-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp class=\"font-weight-bold\"\u003eI love the Beryl 7 ... is the perfect mix of portability and power. Its slim design fits anywhere, while the performance ensures I stay securely connected to my home network—no matter where I am.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch5 class=\"text-muted pt-3\"\u003e@halb_Tarif\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tiny-slider-controls circle-controls m-auto text-center pt-2 pt-lg-4\" id=\"tiny-slider-controls-beta-tester-review\" aria-label=\"Carousel Navigation\" tabindex=\"0\"\u003e\n\u003ca class=\"prev mr-2\" data-controls=\"prev\" aria-controls=\"tns1\" tabindex=\"-1\"\u003e\u003ci class=\"fas fa-chevron-left\" aria-hidden=\"true\"\u003e\u003c\/i\u003e \u003c\/a\u003e\u003ca class=\"next\" data-controls=\"next\" aria-controls=\"tns1\" tabindex=\"-1\"\u003e\u003ci class=\"fas fa-chevron-right\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"px-2 px-lg-4 py-4 py-lg-5 model-comparison product-nav-section\" id=\"compare\"\u003e\n\u003cdiv class=\"container-lg\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"font-weight-bold\"\u003eModel Comparison\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row justify-content-center text-center pt-3 pb-2 pb-md-3\"\u003e\n\u003cdiv class=\"col-5 col-md-4\"\u003e\n\u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-table\/table_mt3000.png\" alt=\"Beryl AX (GL-MT3000)\"\u003e\n\u003cp class=\"font-weight-bold mb-1\"\u003eBeryl AX (GL-MT3000)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-1 col-md-3 align-items-center d-flex px-0 px-md-3\"\u003e\n\u003ch4 class=\"m-auto\"\u003eVS\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4\"\u003e\n\u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-table\/table_mt3600be.png\" alt=\"Beryl 7 (GL-MT3600BE)\"\u003e\n\u003cp class=\"font-weight-bold\"\u003eBeryl 7 (GL-MT3600BE)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003eReliable Wi-Fi 6 for Basic Travel Needs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_positioning.svg\" alt=\"Positioning\"\u003e Positioning\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_positioning.svg\" alt=\"Positioning\"\u003e Positioning\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003eHigh-value Wi-Fi 7 for Speed and Affordability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003eMediaTek, Dual-core @1.3GHz\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e CPU\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e CPU\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003eMediaTek, Quad-core @2.0GHz\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003eDDR4 512 MB \/ NAND Flash 256 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e Memory \/ Storage\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e Memory \/ Storage\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003eDDR4 512 MB \/ NAND Flash 512 MB\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003e10\/100\/1000 Mbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Ethernet Speed\"\u003e LAN Ethernet Speed\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Ethernet Speed\"\u003e LAN Ethernet Speed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003e100\/1000\/2500 Mbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003e574 Mbps (2.4GHz), 2402 Mbps (5GHz)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-speed.svg\" alt=\"Ethernet Speed\"\u003e Wi-Fi Speed\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-speed.svg\" alt=\"Ethernet Speed\"\u003e Wi-Fi Speed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003e688 Mbps (2.4GHz), 2882 Mbps (5GHz)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003eMax. 300 Mbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_openvpn.svg\" alt=\"OpenVPN-DCO Speed (Via Ethernet)\"\u003e OpenVPN-DCO Speed (Via Ethernet)\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_openvpn.svg\" alt=\"OpenVPN-DCO Speed (Via Ethernet)\"\u003e OpenVPN-DCO Speed (Via Ethernet)\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003eMax.1000 Mbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003eMax. 300 Mbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wireguard.svg\" alt=\"WireGuard® (Via Ethernet)\"\u003e WireGuard\u003csup\u003e®\u003c\/sup\u003e (Via Ethernet)\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wireguard.svg\" alt=\"WireGuard® (Via Ethernet)\"\u003e WireGuard\u003csup\u003e®\u003c\/sup\u003e (Via Ethernet)\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003eMax.1100 Mbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n\u003cp\u003eType-C, 5V\/3A\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e Power Input\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e Power Input\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003eType-C, 5V\/3A, 9V\/3A, 12V\/2.5A\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n\u003cdiv class=\"col-5 col-md-4 order-1 order-md-0 border-0\"\u003e\n\u003cp\u003e120 x 83 x 34mm \/ 196g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n\u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimension \/ Weight\"\u003e Dimension \/ Weight\u003c\/h5\u003e\n\u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimension \/ Weight\"\u003e Dimension \/ Weight\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0 border-0\"\u003e\n\u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n\u003cp\u003e120 x 83 x 34mm \/ 205g\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"product-specs-section py-4 py-lg-5 product-nav-section\" id=\"specs\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"row justify-content-center\"\u003e\n\u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_openwrt.png\" alt=\"OpenWrt Pre-installed\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eOpenWrt\u003cbr\u003ePre-installed\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_wifi7.png\" alt=\"Tri-band Wi-Fi 7\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eWi-Fi 7\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN Client \/ Server\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eVPN Client \/\u003cbr\u003eServer\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x2.png\" alt=\"2.5G Ethernet Ports\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDual 2.5G\u003cbr\u003eEthernet Ports\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" alt=\"USB 3.0 Port\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eUSB 3.0 Port\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-link-operation.png\" alt=\"Multi-Link Operation\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eMulti-Link\u003cbr\u003eOperation\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_pd-power-supply.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_pd-power-supply.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_pd-power-supply.png\" alt=\"Partenal Controls\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003ePD Power Supply\u003cbr\u003e(5V\/3A, 9V\/3A, 12V\/2.5A)\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"text-dark col-3 col-md-3 col-lg-3 px-0 pb-3 text-center\"\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dns.webp\" type=\"image\/webp\"\u003e \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dns.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dns.png\" alt=\"Partenal Controls\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n\u003ch5 class=\"font-weight-bold\"\u003eDNS Encryption\u003c\/h5\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"container py-4 py-lg-5\"\u003e\n\u003ch2 class=\"font-weight-bold text-center\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e1 x WAN Ethernet port\u003cbr\u003e1 x LAN Ethernet port\u003cbr\u003e1 x USB 3.0 port\u003cbr\u003e1 x Type-C Power port\u003cbr\u003e1 x Reset button\u003cbr\u003e1 x Toggle button\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003eMediaTek, Quad-core @2.0GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003eDDR4 512MB \/ NAND Flash 512MB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eProtocol\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003eIEEE 802.11a\/b\/g\/n\/ac\/ax\/be\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eWi-Fi Speed\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e688Mbps (2.4GHz), 2882Mbps (5GHz)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eAntennas\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e2 x foldable external Wi-Fi antennas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eEthernet Speed\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e10\/100\/1000\/2500Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003eType-C, 5V\/3A, 9V\/3A, 12V\/2.5A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003ePower Consumption\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e\u0026lt;12W (without USB)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e0 ~ 40°C (32 ~ 104°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eStorage Temperature\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e-20 ~ 70°C (-4 ~ 158°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"td-left\"\u003eDimension \/ Weight\u003c\/td\u003e\n\u003ctd class=\"td-right\"\u003e120 x 83 x 34mm \/ 205g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n\u003ctd\u003e\n\u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/router\/mt3600be\/stable\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"\/app\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e App\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/youtu.be\/xZHmP3B8VlA\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Unboxing\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"\/support\/gl-mt3600be\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/39r9mdjns6upea2jogbup\/AKw75-yhAzEA2PsiLBgC8nM?rlkey=fjq5v8i793xrg4xdugm0oqtwi\u0026amp;st=naaftdtu\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- model-comparison --\u003e \u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n      \/\/ 使用类选择器获取所有下拉框，而不是固定的ID\n      const selects = document.querySelectorAll(\".router-select\");\n      const allComparisonRows = document.querySelectorAll('.model-comparisonp-detail');\n\n      function updateDisplay() {\n        allComparisonRows.forEach(row =\u003e {\n          row.querySelectorAll('.order').forEach(col =\u003e {\n            col.classList.remove('selected');\n            col.style.order = '';\n          });\n        });\n\n        \/\/ 获取所有下拉框的选中值\n        const selectedValues = Array.from(selects).map(select =\u003e select.value);\n\n        \/\/ 为每个选中的值设置显示和顺序\n        selectedValues.forEach((value, index) =\u003e {\n          const cols = document.querySelectorAll(`.model-comparisonp-detail .${value}`);\n          cols.forEach(col =\u003e {\n            col.classList.add('selected');\n            col.style.order = index + 1; \/\/ 设置顺序从1开始\n          });\n        });\n      }\n\n      function updateOptions() {\n        \/\/ 收集所有选中的值\n        const selectedValues = Array.from(selects).map(select =\u003e select.value);\n\n        \/\/ 对每个下拉框，更新其选项的可用性\n        selects.forEach(select =\u003e {\n          const currentValue = select.value;\n          \n          \/\/ 启用所有选项\n          Array.from(select.options).forEach(opt =\u003e {\n            opt.disabled = false;\n            opt.style.display = '';\n          });\n\n          \/\/ 禁用其他下拉框已选中的选项\n          selectedValues.forEach(value =\u003e {\n            if (value !== currentValue) {\n              const optionToDisable = select.querySelector(`option[value=\"${value}\"]`);\n              if (optionToDisable) {\n                optionToDisable.disabled = true;\n                optionToDisable.style.display = 'none';\n              }\n            }\n          });\n        });\n      }\n\n      function handleSelectChange(e) {\n        const changedSelect = e.target;\n        const changedValue = changedSelect.value;\n        \n        \/\/ 检查是否有其他下拉框选择了相同的值\n        selects.forEach(select =\u003e {\n          if (select !== changedSelect \u0026\u0026 select.value === changedValue) {\n            \/\/ 为冲突的下拉框寻找第一个可用选项\n            const firstAvailableOption = Array.from(select.options).find(opt =\u003e !opt.disabled \u0026\u0026 opt.value !== changedValue);\n            if (firstAvailableOption) {\n              select.value = firstAvailableOption.value;\n            }\n          }\n        });\n        \n        updateOptions();\n        updateDisplay();\n      }\n\n      \/\/ 为所有下拉框添加事件监听器\n      selects.forEach(select =\u003e {\n        select.addEventListener(\"change\", handleSelectChange);\n      });\n\n      function initialize() {\n        \/\/ 检查窗口宽度，确定是几列布局\n        const isMediumScreenOrLarger = window.innerWidth \u003e= 768; \n        \n        \/\/ 在中等屏幕以下（一行两列布局），隐藏第三列及以后的内容\n        if (!isMediumScreenOrLarger) {\n          \/\/ 只清除第三个下拉框的选中状态\n          if (selects.length \u003e= 3) {\n            selects[2].selectedIndex = -1;\n          }\n        } else {\n          \/\/ 恢复成一行三列时，给第三个下拉框默认选中前两个没有选中的选项\n          if (selects.length \u003e= 3 \u0026\u0026 selects[2].selectedIndex === -1) {\n            \/\/ 获取前两个下拉框选中的值\n            const selectedValues = [];\n            if (selects.length \u003e= 1 \u0026\u0026 selects[0].value) {\n              selectedValues.push(selects[0].value);\n            }\n            if (selects.length \u003e= 2 \u0026\u0026 selects[1].value) {\n              selectedValues.push(selects[1].value);\n            }\n            \n            \/\/ 遍历第三个下拉框的选项，找到第一个没有被前两个选中的选项\n            let foundUnselected = false;\n            for (let i = 0; i \u003c selects[2].options.length; i++) {\n              const optionValue = selects[2].options[i].value;\n              if (optionValue \u0026\u0026 !selectedValues.includes(optionValue)) {\n                selects[2].selectedIndex = i;\n                foundUnselected = true;\n                break;\n              }\n            }\n            \n            \/\/ 如果没有找到未选中的选项，保持默认选中第三个选项\n            if (!foundUnselected) {\n              selects[2].selectedIndex = 2;\n            }\n          }\n        }\n        \n        updateOptions();\n        updateDisplay();\n      }\n\n      initialize();\n      \n      \/\/ 添加窗口大小变化事件监听器\n      window.addEventListener('resize', initialize);\n    });\n  \u003c\/script\u003e \u003cscript\u003e\n    let lastScrollTop = 0;\n  \n    function handleAnimation() {\n      const elementList = document.querySelectorAll('.animate');\n      elementList.forEach((element) =\u003e {\n        let top = element.getBoundingClientRect().top;\n        let bottom = element.getBoundingClientRect().bottom;\n        let height = element.offsetHeight;\n        let winHeightScrollUp = window.innerHeight * 0.6;\n        let winHeightScrollDown = window.innerHeight * 0.25;\n        \/\/ 获取当前的滚动位置\n        let scrollTop = window.pageYOffset || document.documentElement.scrollTop;\n        \n        \/\/ 更新为当前的滚动位置，以便下次比较\n        setTimeout(function() {\n          lastScrollTop = scrollTop \u003c= 0 ? 0 : Math.floor(scrollTop);\n        }, 1)\n\n        \/\/console.log('scrollTop', scrollTop, lastScrollTop);\n        if (scrollTop \u003e lastScrollTop) {\n          \/\/console.log('向下滚动');\n          if ((Math.abs(top) \u003c winHeightScrollUp)) {\n            if (!element.classList.value.includes('in-view')) {\n              element.classList.add('in-view');\n            }\n          }\n          if (bottom \u003c (window.innerHeight * 0.65) || bottom \u003e (window.innerHeight + height - 50)) {\n            element.classList.remove('in-view');\n          }\n        } else {\n          \/\/console.log('向上滚动');\n          if (!element.classList.value.includes('in-view')) {\n            if (bottom \u003e (window.innerHeight * 0.5) || bottom \u003e (window.innerHeight + height - 50)) {\n              element.classList.add('in-view');\n            }\n          } \n          if (top \u003e (window.innerHeight * 0.45)) {\n            element.classList.remove('in-view');\n          }\n        }\n      })\n    }\n    window.addEventListener('scroll', handleAnimation);\n  \u003c\/script\u003e \u003cscript\u003e\n    function handleAnimationOne(element) {\n      const elementList = document.querySelectorAll('.animate_one');\n      elementList.forEach((element) =\u003e {\n        let top = element.getBoundingClientRect().top;\n        let bottom = element.getBoundingClientRect().bottom;\n        let height = element.offsetHeight\n        let winHeight = window.innerHeight * 0.8\n        if ((Math.abs(top) \u003c winHeight)) {\n          if (!element.classList.value.includes('in-view')) {\n            element.classList.add('in-view');\n          }\n        }\n        if (bottom \u003c 50 || bottom \u003e (window.innerHeight + height - 50)) {\n          element.classList.remove('in-view');\n        }\n      })\n    }\n    window.addEventListener('scroll', handleAnimationOne);\n  \u003c\/script\u003e \u003cscript\u003e\n        var allTinySliderX20000ReviewByClass = document.getElementsByClassName('tiny-slider-beta-tester-review')\n        if (allTinySliderX20000ReviewByClass.length \u003e 0) {\n            const slider = tns({\n                container: '.tiny-slider-beta-tester-review',\n                loop: true,\n                items: 1,\n                center: false,\n                slideBy: 1,\n                nav: false,\n                autoplay: true,\n                speed: 400,\n                autoplayButtonOutput: false,\n                mouseDrag: true,\n                controlsContainer: '#tiny-slider-controls-beta-tester-review',\n                responsive: {\n                    640: {\n                        items: 1\n                    },\n                    768: {\n                        items: 1\n                    },\n                    991: {\n                        items: 1\n                    },\n                    1440: {\n                        items: 2,\n                        center: true\n                    }\n                }\n            })\n        }\n    \u003c\/script\u003e\u003c\/main\u003e","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":49717361377557,"sku":"GL-MT3600BE-4PX-EU","price":112.6,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/1_mt3600be_main.jpg?v=1769483721"},{"product_id":"brume-3-gl-mt5000-high-speed-vpn-security-gateway","title":"Brume 3 (GL-MT5000) High-Speed VPN Security Gateway","description":"\u003cdiv\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/css\/bootstrap.min.css\"\u003e\n  \u003clink href=\"https:\/\/static.gl-inet.com\/www\/images\/favicon.ico\" rel=\"icon\" type=\"image\/x-icon\"\u003e\n  \u003clink defer rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\n\n  \u003cscript src=\"https:\/\/kit.fontawesome.com\/a08887d4ee.js\" crossorigin=\"anonymous\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/jquery@3.5.1\/dist\/jquery.min.js\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/popper.js@1.16.1\/dist\/umd\/popper.min.js\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/js\/bootstrap.min.js\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/gsap.min.js\" defer\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/ScrollTrigger.min.js\" defer\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\" defer\u003e\u003c\/script\u003e\n  \u003cscript type=\"module\" src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/model-viewer\/4.0.0\/model-viewer.min.js\" defer\u003e\u003c\/script\u003e\n\n\u003c\/div\u003e\n\u003cstyle\u003e\n  \/* Model Comparison Root *\/\n  .model-comparison .product-img {\n    width: 75%;\n  }\n\n  @media (max-width: 576px) {\n    .model-comparison .product-img {\n      width: 85%;\n    }\n  }\n\n  .model-comparison p {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 576px) {\n    .model-comparison p {\n      font-size: 0.85rem;\n    }\n  }\n\n  \/* Comparison Detail Row *\/\n  .model-comparison .comparison-detail {\n    padding-bottom: 1rem;\n  }\n\n  @media (max-width: 768px) {\n    .model-comparison .comparison-detail {\n      padding-bottom: 0;\n      background-color: white;\n    }\n\n    .model-comparison .comparison-detail div {\n      background-color: white;\n    }\n\n    .model-comparison .comparison-detail:nth-of-type(odd) {\n      background-color: #f7f7f7;\n    }\n\n    .model-comparison .comparison-detail:nth-of-type(odd) div {\n      background-color: #f7f7f7;\n    }\n  }\n\n  .model-comparison .comparison-detail img {\n    width: 40px;\n  }\n\n  \/* Row Direct Divs (Columns) *\/\n  .model-comparison .comparison-detail\u003ediv {\n    padding: 1rem 2rem;\n    background-color: #f7f7f7;\n    align-content: center;\n    border-bottom: 1px solid #dee2e6;\n  }\n\n  @media (max-width: 991px) {\n    .model-comparison .comparison-detail\u003ediv {\n      padding: 1rem 0.5rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .model-comparison .comparison-detail\u003ediv {\n      background-color: inherit;\n      padding: 0.7rem 1rem 3rem;\n      border-bottom: 0;\n    }\n  }\n\n  .model-comparison .comparison-detail\u003ediv h5 {\n    font-size: 1rem;\n    margin-bottom: 0;\n  }\n\n  .model-comparison .comparison-detail\u003ediv p {\n    margin-bottom: 0;\n  }\n\n  \/* Icon Styles *\/\n  .model-comparison .comparison-detail\u003ediv i.fa-crown {\n    font-size: 1.4em;\n    color: #1b488b;\n    transform: rotate(20deg);\n    position: absolute;\n    top: -0.6rem;\n    right: -2rem;\n  }\n\n  @media (max-width: 768px) {\n    .model-comparison .comparison-detail\u003ediv i.fa-crown {\n      right: -14px;\n      font-size: 1rem;\n    }\n  }\n\n  .model-comparison .comparison-detail\u003ediv i.fa-check {\n    color: #17a2b8;\n  }\n\n  .model-comparison .comparison-detail\u003ediv .fa-minus {\n    color: #a1a1a1;\n  }\n\n  \/* Special styling for the second column (usually the highlighted product) *\/\n  .model-comparison .comparison-detail div:nth-child(2) {\n    background-color: #1b488b;\n    color: white;\n  }\n\n  @media (max-width: 768px) {\n    .model-comparison .comparison-detail div:nth-child(2) {\n      padding: 2.5rem 0 0;\n      background-color: inherit;\n      color: #000000;\n    }\n  }\n\n  \/* 基础容器 *\/\n  .horizontal-scroll {\n    overflow: clip;\n  }\n\n  @media (max-width: 991px) {\n    .horizontal-scroll {\n      height: inherit !important;\n      padding-top: 1.5rem;\n      padding-bottom: 1.5rem;\n    }\n  }\n\n  \/* 粘性控制层 *\/\n  .horizontal-scroll .sticky-control {\n    position: sticky;\n    top: 0;\n  }\n\n  @media (max-width: 991px) {\n    .horizontal-scroll .sticky-control {\n      position: relative;\n      top: 0;\n    }\n  }\n\n  \/* 容器层 *\/\n  .horizontal-scroll .sticky-control .container {\n    width: 100vw;\n    height: 100vh;\n  }\n\n  @media (max-width: 991px) {\n    .horizontal-scroll .sticky-control .container {\n      transform: none;\n      width: initial;\n      height: initial;\n      padding-top: 2rem;\n      padding-bottom: 2rem;\n    }\n  }\n\n  .product-img {\n    width: 100%;\n  }\n\n  a.btn-underline {\n    color: rgb(59, 62, 64);\n  }\n\n  a.btn-underline:hover {\n    color: rgb(145, 145, 145);\n    text-decoration: none;\n  }\n\n  \/* 动画定义 - 必须放在外层 *\/\n  @keyframes scale {\n    0% {\n      transform: scale(1);\n    }\n\n    100% {\n      transform: scale(1.3);\n    }\n  }\n\n  \/* 背景控制 - 使用了现代 CSS 滚动驱动动画属性 *\/\n  .horizontal-scroll .sticky-control .container .bg-control {\n    width: 100%;\n    height: 100%;\n    position: absolute;\n    top: 0;\n    left: 0;\n    background-size: cover;\n    background-position: center center;\n    opacity: 1;\n    animation: scale auto linear;\n    animation-direction: normal;\n    animation-fill-mode: forwards;\n    animation-iteration-count: 1;\n    animation-timeline: view();\n    animation-range-start: 40%;\n    animation-range-end: 95%;\n  }\n\n  \/* 内容控制层 *\/\n  .horizontal-scroll .sticky-control .container .content-control {\n    position: sticky;\n    top: 0;\n    height: 100vh;\n    padding-top: 0rem;\n    padding-bottom: 1rem;\n  }\n\n  @media (max-width: 991px) {\n    .horizontal-scroll .sticky-control .container .content-control {\n      position: relative;\n      height: inherit;\n    }\n  }\n\n  \/* 粘性内容具体定位 *\/\n  .horizontal-scroll .sticky-control .container .content-control .sticky-content {\n    position: relative;\n    top: calc(50% + 50px);\n    transform: translateY(-50%);\n  }\n\n  @media (max-width: 991px) {\n    .horizontal-scroll .sticky-control .container .content-control .sticky-content {\n      transform: none;\n      top: 0;\n      padding-top: 2rem;\n      padding-bottom: 2rem;\n    }\n  }\n\n  \/* 滚动包装层 *\/\n  .horizontal-scroll .horizontal-scroll-wrapper .figure-list {\n    display: flex;\n    position: relative;\n  }\n\n  @media (max-width: 991px) {\n    .horizontal-scroll .horizontal-scroll-wrapper .figure-list {\n      display: block;\n      transform: none !important;\n    }\n  }\n\n  \/* 列表项 Figure *\/\n  .horizontal-scroll .horizontal-scroll-wrapper .figure-list figure {\n    position: relative;\n    padding: 1rem;\n    flex-grow: 0;\n    flex-shrink: 0;\n    flex-basis: 50%;\n  }\n\n  @media (max-width: 991px) {\n    .horizontal-scroll .horizontal-scroll-wrapper .figure-list figure {\n      flex-basis: 100%;\n    }\n  }\n\n  .product-nav {\n    background-color: #eeeeee;\n    position: sticky;\n    top: 66px;\n    @media (min-width: 1040px) {\n      top: 124px;\n    }\n    z-index: 999;\n  }\n\n  .product-nav .product-nav-container {\n    overflow-x: auto;\n    -ms-overflow-style: none;\n    \/* IE and Edge *\/\n    scrollbar-width: none;\n    \/* Firefox *\/\n  }\n\n  .product-nav .product-nav-container::-webkit-scrollbar {\n    display: none;\n  }\n\n  @media (max-width: 768px) {\n    .product-nav .product-nav-container {\n      overflow-x: inherit;\n    }\n  }\n\n  .product-nav .product-nav-container .product-nav-content {\n    display: flex;\n    flex-direction: row;\n    justify-content: left;\n    align-items: center;\n    white-space: nowrap;\n  }\n\n  @media (max-width: 768px) {\n    .product-nav .product-nav-container .product-nav-content {\n      overflow-x: auto;\n      -ms-overflow-style: none;\n      \/* IE and Edge *\/\n      scrollbar-width: none;\n      \/* Firefox *\/\n    }\n\n    .product-nav .product-nav-container .product-nav-content::-webkit-scrollbar {\n      display: none;\n    }\n  }\n\n  .product-nav .product-nav-container .product-nav-content .product-nav-item {\n    color: #6c757d;\n    height: -moz-fit-content;\n    height: fit-content;\n    padding: 0.75rem 1.5rem;\n    background: none !important;\n    border-bottom: 2px solid transparent;\n  }\n\n  @media (max-width: 991px) {\n    .product-nav .product-nav-container .product-nav-content .product-nav-item {\n      padding: 0.75rem 1rem !important;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .product-nav .product-nav-container .product-nav-content .product-nav-item {\n      padding: 0.75rem 1rem !important;\n    }\n  }\n\n  .product-nav .product-nav-container .product-nav-content .product-nav-item:hover {\n    color: #3dc1cf;\n    transition: 0.3s ease;\n  }\n\n  .product-nav .product-nav-container .product-nav-content .product-nav-item.active {\n    color: #3dc1cf;\n    border-color: #3dc1cf;\n  }\n\n  \/* 基础嵌套结构转换 *\/\n  .support-main-container.support-rm1 .frame\u003ediv .card {\n    display: flex;\n    flex-direction: row;\n    min-height: 420px;\n  }\n\n  \/* 响应式：卡片最小高度 *\/\n  @media (max-width: 991px) {\n    .support-main-container.support-rm1 .frame\u003ediv .card {\n      min-height: 550px;\n    }\n  }\n\n  \/* 卡片主体样式 *\/\n  .support-main-container.support-rm1 .frame\u003ediv .card .card-body {\n    padding: 2rem 2rem;\n    margin-bottom: auto;\n    position: relative;\n    z-index: 3;\n  }\n\n  \/* 响应式：卡片主体定位 *\/\n  @media (max-width: 991px) {\n    .support-main-container.support-rm1 .frame\u003ediv .card .card-body {\n      position: absolute;\n    }\n  }\n\n  \/* 白色渐变遮罩层 *\/\n  .support-main-container.support-rm1 .frame\u003ediv .card .bg_white {\n    position: absolute;\n    z-index: 1;\n    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 88%);\n  }\n\n  @media (max-width: 1199px) {\n    .support-main-container.support-rm1 .frame\u003ediv .card .bg_white {\n      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 88%);\n    }\n  }\n\n  \/* 卡片图片容器 *\/\n  .support-main-container.support-rm1 .frame\u003ediv .card .card-img {\n    margin: 0;\n    position: relative;\n    z-index: 1;\n    width: 100%;\n    height: 100%;\n    overflow: hidden;\n    margin-top: -65%;\n    \/* 对应底部覆盖样式 *\/\n  }\n\n  .support-main-container.support-rm1 .frame\u003ediv .card .card-img img {\n    object-fit: cover;\n    height: 100%;\n  }\n\n  \/* 第二个子元素的特殊处理 *\/\n  .support-main-container.support-rm1 .frame\u003ediv:nth-child(2) .bg_white {\n    transform: scale(-1);\n  }\n\n  @media (max-width: 991px) {\n    .support-main-container.support-rm1 .frame\u003ediv:nth-child(2) .bg_white {\n      transform: inherit;\n    }\n  }\n\n  \/* 针对 .frame 下所有 .card 的通用补充样式 *\/\n  .support-main-container.support-rm1 .frame .card .card-body {\n    padding: 2rem 2rem;\n    margin-bottom: auto;\n    position: relative;\n    z-index: 3;\n  }\n\n  .support-main-container.support-rm1 .frame .card .card-img {\n    position: relative;\n    z-index: 1;\n    margin-top: -65%;\n  }\n\n  \/* 原有普通 CSS 部分保持不变 *\/\n  .support-main-container .custom-item {\n    display: flex;\n    flex-direction: column-reverse;\n  }\n\n  .support-main-container .custom-item .d-flex .fa-plus,\n  .support-main-container .custom-item .show+.d-flex .fa-minus {\n    display: block;\n    cursor: pointer;\n  }\n\n  .support-main-container .custom-item .d-flex .fa-minus,\n  .support-main-container .custom-item .show+.d-flex .fa-plus {\n    display: none;\n    cursor: pointer;\n  }\n\n  \/* Base Container *\/\n  .mt5000-main-container {\n    --mt5000: #798dda;\n  }\n\n  .mt5000-main-container .text-mt5000 {\n    color: var(--mt5000);\n  }\n\n  .mt5000-main-container .font-gradient {\n    display: inline-block;\n    color: var(--mt5000) !important;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-color: #277AA5;\n    background-image: -moz-linear-gradient(180deg, #6074c1, #c1b5e6);\n    background-image: -webkit-linear-gradient(180deg, #6074c1, #c1b5e6);\n    background-image: linear-gradient(180deg, #6074c1, #c1b5e6);\n    text-shadow: none;\n    position: relative;\n  }\n\n  .mt5000-main-container a.text-mt5000 {\n    color: var(--mt5000);\n  }\n\n  .mt5000-main-container a.text-mt5000:hover {\n    color: #7181c3;\n  }\n\n  .mt5000-main-container .bg-mt5000 {\n    background-color: #f6f7ff;\n  }\n\n  .mt5000-main-container .btn-round-mt5000 {\n    background-color: #909fdb;\n    color: #FFF;\n    border-radius: 50px;\n    padding: 1rem 2rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .btn-round-mt5000 {\n      min-height: 50px;\n      border-radius: 50px;\n      padding: 12px 2rem;\n      font-size: 13px;\n      text-transform: uppercase;\n      font-weight: bold;\n      margin-right: 8px !important;\n    }\n\n    .mt5000-main-container .btn {\n      font-size: 13px;\n      padding: 14px 24px;\n    }\n  }\n\n  .mt5000-main-container .btn-round-mt5000:hover {\n    background-color: #FFF;\n    color: #909fdb;\n    border-color: #909fdb;\n  }\n\n  \/* Mailchimp Shell *\/\n  .mt5000-main-container #mc_embed_shell {\n    justify-items: center;\n  }\n\n  .mt5000-main-container #mc_embed_shell input {\n    border: medium none;\n    color: gray;\n    font-size: 16px;\n    padding: 8px 25px;\n    width: auto;\n    height: 50px;\n    border-radius: 25px 0px 0px 25px;\n  }\n\n  @media (max-width: 575.98px) {\n    .mt5000-main-container #mc_embed_shell input {\n      width: 100%;\n      height: 40px;\n      font-size: 13px;\n    }\n  }\n\n  .mt5000-main-container #mc_embed_shell input.email {\n    background: #fff;\n  }\n\n  @media (max-width: 575.98px) {\n    .mt5000-main-container #mc_embed_shell input.email {\n      font-size: 13px;\n    }\n  }\n\n  .mt5000-main-container #mc_embed_shell input[type=\"submit\"] {\n    background-color: var(--mt5000);\n    text-align: center;\n    transition: 0.5s;\n    background-size: 200% auto;\n    font-weight: bold;\n    color: white;\n    border-radius: 0 25px 25px 0;\n    display: block;\n    margin: 0;\n  }\n\n  .mt5000-main-container #mc_embed_shell input[type=\"submit\"]:hover {\n    background-color: #566aba;\n    background-position: right center;\n    color: #fff;\n    text-decoration: none;\n  }\n\n  .mt5000-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n    width: auto;\n    justify-content: start;\n  }\n\n  @media (max-width: 991.98px) {\n    .mt5000-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n      margin: auto;\n      justify-content: center;\n    }\n  }\n\n  \/* Video Header *\/\n  .mt5000-main-container .video-header-mt5000 {\n    position: relative;\n    background-color: black;\n    height: 55rem;\n    min-height: 25rem;\n    width: 100%;\n    overflow: hidden;\n  }\n\n  .mt5000-main-container .video-header-mt5000 .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 100%;\n    width: 100%;\n    background-color: black;\n    opacity: 0.25;\n    z-index: 1;\n  }\n\n  .mt5000-main-container .video-header-mt5000 video {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    min-width: 100%;\n    min-height: 100%;\n    width: auto;\n    height: auto;\n    z-index: 0;\n    -ms-transform: translateX(-50%) translateY(-50%);\n    -moz-transform: translateX(-50%) translateY(-50%);\n    -webkit-transform: translateX(-50%) translateY(-50%);\n    transform: translateX(-50%) translateY(-50%);\n  }\n\n  .mt5000-main-container .video-header-mt5000 .container {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Grid Layout *\/\n  .mt5000-main-container .grid {\n    display: grid;\n    grid-auto-rows: 4rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 5rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 7rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 6rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 6rem;\n    }\n  }\n\n  @media (max-width: 400px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 5.2rem;\n    }\n  }\n\n  .mt5000-main-container .grid .grid-item {\n    position: relative;\n    margin: 0.3rem;\n    overflow: hidden;\n  }\n\n  .mt5000-main-container .grid .grid-cell {\n    position: absolute;\n    transform: translate(-50%, -50%);\n    top: 50%;\n    left: 50%;\n    height: 100%;\n    width: 100%;\n    background: linear-gradient(180deg, #e6edff 0%, #bcc2eac4 100%);\n    background-size: cover;\n    background-repeat: no-repeat;\n    background-position: center bottom;\n    padding: 1.5rem 1.5rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .grid-cell {\n      padding: 1rem 1.25rem;\n    }\n  }\n\n  @media (max-width: 768px),\n  (max-width: 576px) {\n    .mt5000-main-container .grid .grid-cell {\n      padding: 1rem 0.75rem;\n    }\n  }\n\n  .mt5000-main-container .grid .grid-cell h2 {\n    font-size: 1.75rem;\n  }\n\n  @media (max-width: 1280px) {\n    .mt5000-main-container .grid .grid-cell h2 {\n      font-size: 1.5rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid .grid-cell h2 {\n      font-size: 1.25rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .grid-cell h2 {\n      font-size: 1.1rem;\n    }\n  }\n\n  @media (max-width: 1280px) {\n    .mt5000-main-container .grid .grid-cell h4 {\n      font-size: 1.25rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid .grid-cell h4 {\n      font-size: 1rem;\n    }\n  }\n\n  .mt5000-main-container .grid .grid-cell p {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .grid-cell p {\n      font-size: 0.75rem;\n    }\n  }\n\n  \/* Grid Items Specifics *\/\n  .mt5000-main-container .grid .item-1 .grid-cell {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-server.jpg');\n    background-size: 135%;\n    background-position: 50% 42%;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-server_mobile.jpg');\n      background-size: 123%;\n      background-position: 82% 50%;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-server.jpg');\n      background-size: cover;\n      background-position: 50% 50%;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-position: 50% 42%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-server_mobile.jpg');\n      background-size: cover;\n      background-position: 50% 48%;\n    }\n\n    .mt5000-main-container .grid .item-1 .grid-cell div {\n      text-align: center;\n    }\n  }\n\n  @media (max-width: 500px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-size: 112%;\n    }\n  }\n\n  .mt5000-main-container .grid .item-2 .grid-cell {\n    background-size: 128%;\n    background-position: 50% 100%;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-2 .grid-cell img {\n      width: 80%;\n    }\n  }\n\n  @media (max-width: 400px) {\n    .mt5000-main-container .grid .item-2 .grid-cell img {\n      width: 100%;\n    }\n  }\n\n  .mt5000-main-container .grid .item-3 .grid-cell {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    padding: 1rem 1.25rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-3 .grid-cell {\n      flex-direction: row;\n      padding: 1rem 0.5rem 1rem 1.25rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid .item-3 .grid-cell {\n      flex-direction: column;\n      padding: 1rem 1.25rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-3 .grid-cell {\n      flex-direction: row;\n      padding: 1rem 0.5rem 1rem 1.25rem;\n    }\n  }\n\n  .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n    width: 100%;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n      width: 90%;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n      width: 100%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n      width: 60%;\n    }\n  }\n\n  @media (max-width: 440px) {\n    .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n      width: 70%;\n    }\n  }\n\n  .mt5000-main-container .grid .item-4 .grid-cell {\n    align-content: end;\n    background-size: 120%;\n    background-position: 50% 65%;\n    padding: 0 0;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-4 .grid-cell {\n      padding: 0.25rem 0 0;\n    }\n  }\n\n  .mt5000-main-container .grid .item-4 .grid-cell div {\n    padding: 1rem 1.5rem;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-4 .grid-cell div {\n      padding: 0.75rem 0.75rem 0;\n    }\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-4 .grid-cell .img-content img {\n      width: 95%;\n      margin-top: -3rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid .item-4 .grid-cell .img-content img {\n      width: 86%;\n      margin-top: -3rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-4 .grid-cell .img-content img {\n      width: 85%;\n      margin-top: -35%;\n    }\n  }\n\n  .mt5000-main-container .grid .item-5 .grid-cell {\n    flex-wrap: wrap;\n    align-content: flex-end;\n    background-size: 120%;\n    background-position: 50% 65%;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-5 .grid-cell {\n      padding: 0.25rem 0 0;\n    }\n  }\n\n  .mt5000-main-container .grid .item-5 .grid-cell div {\n    padding: 0 1.5rem 1rem;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-5 .grid-cell div {\n      padding: 0 0.75rem 0.75rem;\n    }\n  }\n\n  .mt5000-main-container .grid .item-6 .grid-cell {\n    display: flex;\n    flex-wrap: wrap;\n    align-content: flex-end;\n    background-position: 50% 100%;\n  }\n\n  @media (max-width: 992px) {\n    .mt5000-main-container .grid .item-6 .grid-cell {\n      background-position: 50% 70%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-6 .grid-cell {\n      background-size: 123%;\n      background-position: 50% 100%;\n    }\n  }\n\n  .mt5000-main-container .grid .item-7 .grid-cell,\n  .mt5000-main-container .grid .item-8 .grid-cell,\n  .mt5000-main-container .grid .item-9 .grid-cell {\n    padding: 1rem 1rem;\n  }\n\n  .mt5000-main-container .grid .item-7 .grid-cell\u003ediv,\n  .mt5000-main-container .grid .item-8 .grid-cell\u003ediv,\n  .mt5000-main-container .grid .item-9 .grid-cell\u003ediv {\n    position: relative;\n    top: 50%;\n    transform: translateY(-50%);\n  }\n\n  .mt5000-main-container .grid .item-7 .grid-cell\u003ediv img,\n  .mt5000-main-container .grid .item-8 .grid-cell\u003ediv img,\n  .mt5000-main-container .grid .item-9 .grid-cell\u003ediv img {\n    width: 75%;\n    filter: drop-shadow(0px 0px 10px rgba(114, 154, 255, 0.4));\n    margin-bottom: 0.75rem;\n  }\n\n  @media (max-width: 1199px) {\n\n    .mt5000-main-container .grid .item-7 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-8 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-9 .grid-cell\u003ediv img {\n      width: 75%;\n      margin-bottom: 0.5rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n\n    .mt5000-main-container .grid .item-7 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-8 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-9 .grid-cell\u003ediv img {\n      width: 80%;\n      margin-bottom: 0.5rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n\n    .mt5000-main-container .grid .item-7 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-8 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-9 .grid-cell\u003ediv img {\n      width: 75%;\n      margin-bottom: 0.25rem;\n    }\n  }\n\n  .mt5000-main-container .grid .item-7 .grid-cell\u003ediv p,\n  .mt5000-main-container .grid .item-8 .grid-cell\u003ediv p,\n  .mt5000-main-container .grid .item-9 .grid-cell\u003ediv p {\n    line-height: 1.1;\n  }\n\n  @media (max-width: 768px) {\n\n    .mt5000-main-container .grid .item-7 .grid-cell\u003ediv p,\n    .mt5000-main-container .grid .item-8 .grid-cell\u003ediv p,\n    .mt5000-main-container .grid .item-9 .grid-cell\u003ediv p {\n      font-size: 0.75rem;\n    }\n  }\n\n  \/* Grid Control Areas *\/\n  .mt5000-main-container .grid .item-1 {\n    grid-area: 1 \/ 4 \/ span 6 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-2 {\n    grid-area: 1 \/ 7 \/ span 3 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-3 {\n    grid-area: 1 \/ 10 \/ span 6 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-4 {\n    grid-area: 1 \/ 1 \/ span 6 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-5 {\n    grid-area: 4 \/ 7 \/ span 3 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-6 {\n    grid-area: 7 \/ 7 \/ span 3 \/ span 6;\n  }\n\n  .mt5000-main-container .grid .item-7 {\n    grid-area: 7 \/ 1 \/ span 3 \/ span 2;\n  }\n\n  .mt5000-main-container .grid .item-8 {\n    grid-area: 7 \/ 3 \/ span 3 \/ span 2;\n  }\n\n  .mt5000-main-container .grid .item-9 {\n    grid-area: 7 \/ 5 \/ span 3 \/ span 2;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 3 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-2 {\n      grid-area: 4 \/ 5 \/ span 3 \/ span 4;\n    }\n\n    .mt5000-main-container .grid .item-3 {\n      grid-area: 1 \/ 7 \/ span 3 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-4 {\n      grid-area: 4 \/ 1 \/ span 3 \/ span 4;\n    }\n\n    .mt5000-main-container .grid .item-5 {\n      grid-area: 4 \/ 9 \/ span 3 \/ span 4;\n    }\n\n    .mt5000-main-container .grid .item-6 {\n      grid-area: 7 \/ 7 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-7 {\n      grid-area: 7 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-8 {\n      grid-area: 7 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-9 {\n      grid-area: 7 \/ 5 \/ span 2 \/ span 2;\n    }\n  }\n\n  @media (max-width: 991px),\n  (max-width: 768px) {\n    .mt5000-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-2 {\n      grid-area: 1 \/ 4 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-3 {\n      grid-area: 3 \/ 4 \/ span 4 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-4 {\n      grid-area: 3 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-5 {\n      grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-6 {\n      grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-7 {\n      grid-area: 9 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-8 {\n      grid-area: 9 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-9 {\n      grid-area: 9 \/ 5 \/ span 2 \/ span 2;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-4 {\n      grid-area: 5 \/ 4 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-2 {\n      grid-area: 3 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-3 {\n      grid-area: 9 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-5 {\n      grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-6 {\n      grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-7 {\n      grid-area: 11 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-8 {\n      grid-area: 11 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-9 {\n      grid-area: 11 \/ 5 \/ span 2 \/ span 2;\n    }\n  }\n\n  \/* VPN Section *\/\n  .mt5000-main-container .mt5000-vpn {\n    position: relative;\n    z-index: 1;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-bg {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background-size: cover;\n    background-position: center center;\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_vpn-bg.jpg');\n    mix-blend-mode: multiply;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-bg::after {\n    content: \"\";\n    width: 100%;\n    height: 100%;\n    position: absolute;\n    background: linear-gradient(180deg, #ffffff 0%, #f6f7ff00 15%, #f6f7ff00 85%, #ffffff 100%);\n    display: flex;\n    top: 0;\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg {\n    position: relative;\n    margin-top: -3rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-vpn .bg {\n      margin-top: -3rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-vpn .bg {\n      margin-top: -1rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg\u003ediv {\n    display: flex;\n    height: 100%;\n    flex-direction: column;\n    justify-content: center;\n    position: relative;\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg\u003ediv h2 {\n    position: relative;\n    font-size: clamp(16px, 19vw, 360px);\n    line-height: 1;\n    color: var(--mt5000);\n    opacity: 0;\n    left: 50%;\n    transform: translateX(-50%) scale(0);\n    transition: transform 1.5s ease-in-out, opacity 1.7s ease-out;\n    margin-bottom: -4%;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv h2 {\n      font-size: clamp(16px, 23vw, 280px);\n      margin-bottom: -8%;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv h2 {\n      font-size: clamp(16px, 25vw, 360px);\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv h2 {\n      font-size: 38vw;\n    }\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg\u003ediv h2.font-stroke {\n    position: absolute;\n    top: 0;\n    z-index: 999;\n    color: #5838e4;\n    mix-blend-mode: lighten;\n    text-shadow: 0 0 8px #ffffff4d;\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg\u003ediv img {\n    max-width: 600px;\n    width: clamp(200px, 23%, 440px);\n    opacity: 0;\n    transform: scale(3) translate(0, 0%);\n    transition: transform 1s ease, opacity 0.5s ease-out;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv img {\n      width: clamp(200px, 26%, 340px);\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv img {\n      transform: scale(1) translate(0, 0%);\n      width: clamp(200px, 32%, 340px);\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv img {\n      width: 50%;\n    }\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-speed-bar {\n    position: relative;\n    transform-origin: left;\n    transform: scaleX(0);\n    transition: all 1s ease;\n    transition-delay: 0.5s;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-speed-bar:nth-child(2) {\n    transition-delay: 0.3s;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-speed-bar .mt5000-bg-primary {\n    background-color: #909fdb !important;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-speed-bar .mt5000-bg-secondary {\n    background-color: #9e79d8 !important;\n  }\n\n  .mt5000-main-container .mt5000-vpn.in-view .bg h2 {\n    opacity: 1;\n    transform: translate(-50%) scale(1);\n  }\n\n  .mt5000-main-container .mt5000-vpn.in-view .bg img {\n    opacity: 1;\n    transform: scale(1) translate(0, -17%);\n  }\n\n  .mt5000-main-container .mt5000-vpn.in-view .vpn-speed-bar {\n    transform: scaleX(1);\n  }\n\n  @keyframes fadein {\n    0% {\n      opacity: 0;\n    }\n\n    100% {\n      opacity: 1;\n    }\n  }\n\n  @keyframes fadeout {\n    0% {\n      opacity: 1;\n    }\n\n    100% {\n      opacity: 0;\n    }\n  }\n\n  \/* DPI Section *\/\n  .mt5000-main-container .mt5000-dpi {\n    position: relative;\n    overflow: hidden;\n    scroll-margin-top: 96px;\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .mt5000-dpi {\n      scroll-margin-top: 90px;\n      display: flex;\n      flex-direction: column;\n    }\n  }\n\n  .mt5000-main-container .mt5000-dpi .container {\n    position: relative;\n    z-index: 10;\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg {\n    position: relative;\n    display: flex;\n    justify-content: center;\n    padding-bottom: 45vh;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-dpi .bg {\n      padding-bottom: 400px;\n    }\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg .container {\n    background-image: url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_dpi.png);\n    background-size: 50%;\n    background-position: center center;\n    background-repeat: no-repeat;\n    width: 100%;\n    height: 45vh;\n    position: absolute;\n    z-index: 0;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-dpi .bg .container {\n      background-size: 70%;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .mt5000-dpi .bg .container {\n      background-size: 80%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-dpi .bg .container {\n      height: 400px;\n    }\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg .container\u003ediv {\n    position: relative;\n    width: 100%;\n    height: 100%;\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg .container\u003ediv img.mt5000 {\n    position: relative;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%) scale(1.5);\n    opacity: 0;\n    transition: all 1.2s ease;\n    z-index: 4;\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg .container\u003ediv img.rad {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%) scale(0);\n    transition: all 2s ease;\n    opacity: 0;\n    z-index: 1;\n    width: auto;\n    height: calc(100% + 2.75rem);\n    animation-delay: 1s;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-dpi .bg .container\u003ediv img.rad {\n      height: calc(100% + 1rem);\n    }\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg.in-view .container\u003ediv img.mt5000 {\n    transform: translate(-50%, -50%) scale(0.45) !important;\n    opacity: 1;\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg.in-view .container\u003ediv img.rad {\n    transform: translate(-50%, -50%) scale(0.9);\n    opacity: 0.6;\n  }\n\n  \/* Port Section *\/\n  .mt5000-main-container .mt5000-port {\n    background-image: linear-gradient(150deg, #f6f7ff 0%, #f6f7ff 100%);\n    height: 180vh;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port {\n      height: inherit;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .container-fluid {\n    position: sticky;\n    height: 100vh;\n    top: 0;\n    padding: 30vh 0 0 0;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .container-fluid {\n      position: relative;\n      height: inherit;\n      top: 0;\n      padding: 3rem 0;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container {\n    width: 88%;\n    max-width: 100%;\n    margin: auto;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container {\n      width: calc(100% - 30px);\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container {\n      max-width: 90%;\n      height: inherit;\n      scroll-margin-top: 100px;\n    }\n  }\n\n  \/* Port 1 Animations (using Scroll Timeline where possible or fallback) *\/\n  .mt5000-main-container .mt5000-port #port1 .img-content .pt1 {\n    width: 33%;\n    position: absolute;\n    transform: translateX(-50%);\n    left: 41.5%;\n    top: 80%;\n    white-space: nowrap;\n    text-align: right;\n    animation: fadeout auto linear forwards;\n    animation-timeline: view();\n    animation-range: 45% 50%;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port #port1 .img-content .pt1 {\n      animation: none;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port #port1 .img-content .pt1 .line {\n    width: 0;\n    height: 4rem;\n    margin-left: 95%;\n    border-left: 1px #000000 solid;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port #port1 .img-content .pt1 .line {\n      height: 2.5rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port #port1 .img-content .pt2 {\n    width: 42%;\n    position: absolute;\n    left: 66.5%;\n    top: 75%;\n    text-align: left;\n    animation: fadeout auto linear forwards;\n    animation-timeline: view();\n    animation-range: 45% 50%;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port #port1 .img-content .pt2 {\n      animation: none;\n      width: auto;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port #port1 .img-content .pt2 .line {\n    width: 0;\n    height: 4rem;\n    margin-left: 5%;\n    border-left: 1px #000000 solid;\n  }\n\n  .mt5000-main-container .mt5000-port #port1 .text-content {\n    animation: fadeout auto linear forwards;\n    animation-timeline: view();\n    animation-range: 45% 50%;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port #port1 .text-content {\n      animation: none;\n    }\n  }\n\n  \/* Port 2 Specifics *\/\n  .mt5000-main-container .mt5000-port #port2 {\n    opacity: 0;\n    animation: fadein auto linear forwards;\n    animation-timeline: view();\n    animation-range: 30% 40%;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port #port2 {\n      animation: none;\n      opacity: 1;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port #port2\u003ediv {\n    position: relative;\n    transform: translateY(-100%);\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port #port2\u003ediv {\n      transform: none;\n    }\n  }\n\n  \/* Connectivity Section *\/\n  .mt5000-main-container .mt5000-connectivity {\n    position: relative;\n    z-index: 1;\n    overflow-x: clip;\n  }\n\n  .mt5000-main-container .mt5000-connectivity .connectivity-1 .img-content img {\n    width: 100%;\n    position: relative;\n    transform-origin: bottom right;\n    transform: rotate(-23deg) translate(4%, 56%);\n    opacity: 0;\n    transition: transform 1.3s ease, opacity 1s ease;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-connectivity .connectivity-1 .img-content img {\n      width: 75%;\n      transform: rotate(-11deg) translate(11%, 3%) !important;\n      opacity: 1 !important;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container .img-content {\n    position: relative;\n    max-width: 50vh;\n    max-height: 50vh;\n    float: right;\n    overflow: visible;\n    margin: 3rem 0px 5rem;\n  }\n\n  .mt5000-main-container .mt5000-connectivity.in-view .connectivity-1 img {\n    opacity: 1;\n    transform: rotate(-16deg) translate(0, -11%);\n  }\n\n  .mt5000-main-container .mt5000-connectivity.in-view .connectivity-1 h3,\n  .mt5000-main-container .mt5000-connectivity.in-view .connectivity-1 p {\n    opacity: 1;\n    transform: inherit;\n  }\n\n  \/* OpenWrt \/ Cardlist *\/\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-row {\n    justify-content: space-between;\n    display: flex;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-row {\n      justify-content: center;\n    }\n  }\n\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col {\n    padding: 0 0.5rem;\n    opacity: 0;\n    transition: opacity 0.5s ease;\n  }\n\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(2) .card {\n    margin-top: 50%;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(2) .card {\n      margin-top: 1rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-openwrt .card {\n    padding: 1rem;\n    border: 3px solid var(--mt5000);\n    background: rgba(255, 255, 255, 1);\n    transition: all .3s ease;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .mt5000-main-container .mt5000-openwrt .card .card-img img {\n    width: 90%;\n    margin: auto;\n    transition: all .3s ease;\n    margin-bottom: 1.25rem;\n  }\n\n  .mt5000-main-container .mt5000-openwrt .card:hover img {\n    transform: scale(1.03) !important;\n  }\n\n  \/* Horizontal Scroll *\/\n  .mt5000-main-container .horizontal-scroll {\n    position: relative;\n    height: 350vh;\n    background-color: transparent;\n  }\n\n  .mt5000-main-container .horizontal-scroll .overlay {\n    width: 100%;\n    height: 100%;\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n\n  .mt5000-main-container .horizontal-scroll .overlay::after {\n    content: \"\";\n    width: 100%;\n    height: 100%;\n    position: absolute;\n    background: linear-gradient(180deg, #f6f7ff 0%, #f6f7ff88 15%, #f6f7ff88 85%, #ffffff 100%);\n    display: flex;\n    top: 0;\n  }\n\n  .mt5000-main-container .horizontal-scroll .overlay .bg-control {\n    height: 100vh;\n    width: 100%;\n    position: sticky;\n    top: 0;\n  }\n\n  .mt5000-main-container .horizontal-scroll .overlay .bg-control video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  \/* Model Comparison *\/\n  .mt5000-main-container .model-comparison .comparison-detail\u003ediv i.fa-crown {\n    color: var(--mt5000);\n  }\n\n  .mt5000-main-container .model-comparison .comparison-detail div:nth-child(2) {\n    background-color: var(--mt5000);\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .model-comparison .comparison-detail div:nth-child(2) {\n      background-color: inherit;\n    }\n  }\n\n  .tab-panel:has(.mt5000-main-container) {\n    padding: 0 !important;\n  }\n\u003c\/style\u003e\n\u003cstyle\u003e\n  \/* 基础变量与容器 *\/\n  .mt5000-main-container {\n    --mt5000: #798dda;\n  }\n\n  .mt5000-main-container .text-mt5000 {\n    color: var(--mt5000);\n  }\n\n  .mt5000-main-container .font-gradient {\n    display: inline-block;\n    color: var(--mt5000) !important;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-color: #277AA5;\n    background-image: -moz-linear-gradient(180deg, #6074c1, #c1b5e6);\n    background-image: -webkit-linear-gradient(180deg, #6074c1, #c1b5e6);\n    background-image: linear-gradient(180deg, #6074c1, #c1b5e6);\n    text-shadow: none;\n    position: relative;\n  }\n\n  .mt5000-main-container a.text-mt5000 {\n    color: var(--mt5000);\n  }\n\n  .mt5000-main-container a.text-mt5000:hover {\n    color: #7181c3;\n  }\n\n  .mt5000-main-container .bg-mt5000 {\n    background-color: #f6f7ff;\n  }\n\n  \/* 按钮样式 *\/\n  .mt5000-main-container .btn-round-mt5000 {\n    background-color: #909fdb;\n    color: #FFF;\n    border-radius: 50px;\n    padding: 1rem 2rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .btn-round-mt5000 {\n      min-height: 50px;\n      border-radius: 50px;\n      padding: 12px 2rem;\n      text-transform: uppercase;\n      font-weight: bold;\n    }\n  }\n\n  .mt5000-main-container .btn-round-mt5000:hover {\n    background-color: #FFF;\n    color: #909fdb;\n    border-color: #909fdb;\n  }\n\n  \/* Mailchimp 订阅表单 *\/\n  .mt5000-main-container #mc_embed_shell {\n    justify-items: center;\n  }\n\n  .mt5000-main-container #mc_embed_shell input {\n    border: medium none;\n    color: gray;\n    font-size: 16px;\n    padding: 8px 25px;\n    width: auto;\n    height: 50px;\n    border-radius: 25px 0px 0px 25px;\n  }\n\n  @media (max-width: 575.98px) {\n\n    \/* xs 对应 breakpoint-down *\/\n    .mt5000-main-container #mc_embed_shell input {\n      width: 100%;\n      height: 40px;\n      font-size: 13px;\n    }\n  }\n\n  .mt5000-main-container #mc_embed_shell input.email {\n    background: #fff;\n  }\n\n  @media (max-width: 575.98px) {\n    .mt5000-main-container #mc_embed_shell input.email {\n      font-size: 13px;\n    }\n  }\n\n  .mt5000-main-container #mc_embed_shell input[type=\"submit\"] {\n    background-color: var(--mt5000);\n    text-align: center;\n    transition: 0.5s;\n    background-size: 200% auto;\n    font-weight: bold;\n    color: white;\n    border-radius: 0 25px 25px 0;\n    display: block;\n    margin: 0;\n  }\n\n  .mt5000-main-container #mc_embed_shell input[type=\"submit\"]:hover {\n    background-color: #566aba;\n    background-position: right center;\n    color: #fff;\n    text-decoration: none;\n  }\n\n  .mt5000-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n    width: auto;\n    justify-content: start;\n  }\n\n  @media (max-width: 991.98px) {\n\n    \/* md 对应 breakpoint-down *\/\n    .mt5000-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n      margin: auto;\n      justify-content: center;\n    }\n  }\n\n  \/* 视频头部 *\/\n  .mt5000-main-container .video-header-mt5000 {\n    position: relative;\n    background-color: black;\n    height: 55rem;\n    min-height: 25rem;\n    width: 100%;\n    overflow: hidden;\n  }\n\n  .mt5000-main-container .video-header-mt5000 .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 100%;\n    width: 100%;\n    background-color: black;\n    opacity: 0.25;\n    z-index: 1;\n  }\n\n  .mt5000-main-container .video-header-mt5000 video {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    min-width: 100%;\n    min-height: 100%;\n    width: auto;\n    height: auto;\n    z-index: 0;\n    -ms-transform: translateX(-50%) translateY(-50%);\n    -moz-transform: translateX(-50%) translateY(-50%);\n    -webkit-transform: translateX(-50%) translateY(-50%);\n    transform: translateX(-50%) translateY(-50%);\n  }\n\n  .mt5000-main-container .video-header-mt5000 .container {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* 网格系统 *\/\n  .mt5000-main-container .grid {\n    display: grid;\n    grid-auto-rows: 4rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 5rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 7rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 6rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 6rem;\n    }\n  }\n\n  @media (max-width: 400px) {\n    .mt5000-main-container .grid {\n      grid-auto-rows: 5.2rem;\n    }\n  }\n\n  .mt5000-main-container .grid .grid-item {\n    position: relative;\n    margin: 0.3rem;\n    overflow: hidden;\n  }\n\n  .mt5000-main-container .grid .grid-cell {\n    position: absolute;\n    transform: translate(-50%, -50%);\n    top: 50%;\n    left: 50%;\n    height: 100%;\n    width: 100%;\n    background: linear-gradient(180deg, #e6edff 0%, #bcc2eac4 100%);\n    background-size: cover;\n    background-repeat: no-repeat;\n    background-position: center bottom;\n    padding: 1.5rem 1.5rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .grid-cell {\n      padding: 1rem 1.25rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid .grid-cell {\n      padding: 1rem 0.75rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .grid-cell {\n      padding: 1rem 0.75rem;\n    }\n  }\n\n  .mt5000-main-container .grid .grid-cell h2 {\n    font-size: 1.75rem;\n  }\n\n  @media (max-width: 1280px) {\n    .mt5000-main-container .grid .grid-cell h2 {\n      font-size: 1.5rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid .grid-cell h2 {\n      font-size: 1.25rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .grid-cell h2 {\n      font-size: 1.1rem;\n    }\n  }\n\n  @media (max-width: 1280px) {\n    .mt5000-main-container .grid .grid-cell h4 {\n      font-size: 1.25rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid .grid-cell h4 {\n      font-size: 1rem;\n    }\n  }\n\n  .mt5000-main-container .grid .grid-cell p {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .grid-cell p {\n      font-size: 0.75rem;\n    }\n  }\n\n  \/* Grid Item 特殊背景与内容控制 *\/\n  .mt5000-main-container .grid .item-1 .grid-cell {\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-server.jpg');\n    background-size: 135%;\n    background-position: 50% 42%;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-server_mobile.jpg');\n      background-size: 123%;\n      background-position: 82% 50%;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-server.jpg');\n      background-size: cover;\n      background-position: 50% 50%;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-position: 50% 42%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-server_mobile.jpg');\n      background-size: cover;\n      background-position: 50% 48%;\n    }\n  }\n\n  @media (max-width: 500px) {\n    .mt5000-main-container .grid .item-1 .grid-cell {\n      background-size: 112%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-1 .grid-cell div {\n      text-align: center;\n    }\n  }\n\n  .mt5000-main-container .grid .item-2 .grid-cell {\n    background-size: 128%;\n    background-position: 50% 100%;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-2 .grid-cell img {\n      width: 80%;\n    }\n  }\n\n  @media (max-width: 400px) {\n    .mt5000-main-container .grid .item-2 .grid-cell img {\n      width: 100%;\n    }\n  }\n\n  .mt5000-main-container .grid .item-3 .grid-cell {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    padding: 1rem 1.25rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-3 .grid-cell {\n      flex-direction: row;\n      padding: 1rem 0.5rem 1rem 1.25rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid .item-3 .grid-cell {\n      flex-direction: column;\n      padding: 1rem 1.25rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-3 .grid-cell {\n      flex-direction: row;\n      padding: 1rem 0.5rem 1rem 1.25rem;\n    }\n  }\n\n  .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n    width: 100%;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n      width: 90%;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n      width: 100%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n      width: 60%;\n    }\n  }\n\n  @media (max-width: 440px) {\n    .mt5000-main-container .grid .item-3 .grid-cell .img-content {\n      width: 70%;\n    }\n  }\n\n  .mt5000-main-container .grid .item-4 .grid-cell {\n    align-content: end;\n    background-size: 120%;\n    background-position: 50% 65%;\n    padding: 0 0;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-4 .grid-cell {\n      padding: 0.25rem 0 0;\n    }\n  }\n\n  .mt5000-main-container .grid .item-4 .grid-cell div {\n    padding: 1rem 1.5rem;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-4 .grid-cell div {\n      padding: 0.75rem 0.75rem 0;\n    }\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-4 .grid-cell .img-content img {\n      width: 95%;\n      margin-top: -3rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid .item-4 .grid-cell .img-content img {\n      width: 86%;\n      margin-top: -3rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-4 .grid-cell .img-content img {\n      width: 85%;\n      margin-top: -35%;\n    }\n  }\n\n  .mt5000-main-container .grid .item-5 .grid-cell {\n    flex-wrap: wrap;\n    align-content: flex-end;\n    background-size: 120%;\n    background-position: 50% 65%;\n    padding: 0;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-5 .grid-cell {\n      padding: 0.25rem 0 0;\n    }\n  }\n\n  .mt5000-main-container .grid .item-5 .grid-cell div {\n    padding: 0 1.5rem 1rem;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-5 .grid-cell div {\n      padding: 0 0.75rem 0.75rem;\n    }\n  }\n\n  .mt5000-main-container .grid .item-6 .grid-cell {\n    display: flex;\n    flex-wrap: wrap;\n    align-content: flex-end;\n    background-position: 50% 100%;\n  }\n\n  @media (max-width: 992px) {\n    .mt5000-main-container .grid .item-6 .grid-cell {\n      background-position: 50% 70%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-6 .grid-cell {\n      background-size: 123%;\n      background-position: 50% 100%;\n    }\n  }\n\n  .mt5000-main-container .grid .item-7 .grid-cell,\n  .mt5000-main-container .grid .item-8 .grid-cell,\n  .mt5000-main-container .grid .item-9 .grid-cell {\n    padding: 1rem 1rem;\n  }\n\n  .mt5000-main-container .grid .item-7 .grid-cell\u003ediv,\n  .mt5000-main-container .grid .item-8 .grid-cell\u003ediv,\n  .mt5000-main-container .grid .item-9 .grid-cell\u003ediv {\n    position: relative;\n    top: 50%;\n    transform: translateY(-50%);\n  }\n\n  .mt5000-main-container .grid .item-7 .grid-cell\u003ediv img,\n  .mt5000-main-container .grid .item-8 .grid-cell\u003ediv img,\n  .mt5000-main-container .grid .item-9 .grid-cell\u003ediv img {\n    width: 75%;\n    filter: drop-shadow(0px 0px 10px rgba(114, 154, 255, 0.4));\n    margin-bottom: 0.75rem;\n  }\n\n  @media (max-width: 1199px) {\n\n    .mt5000-main-container .grid .item-7 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-8 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-9 .grid-cell\u003ediv img {\n      width: 75%;\n      margin-bottom: 0.5rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n\n    .mt5000-main-container .grid .item-7 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-8 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-9 .grid-cell\u003ediv img {\n      width: 80%;\n      margin-bottom: 0.5rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n\n    .mt5000-main-container .grid .item-7 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-8 .grid-cell\u003ediv img,\n    .mt5000-main-container .grid .item-9 .grid-cell\u003ediv img {\n      width: 75%;\n      margin-bottom: 0.25rem;\n    }\n  }\n\n  .mt5000-main-container .grid .item-7 .grid-cell\u003ediv p,\n  .mt5000-main-container .grid .item-8 .grid-cell\u003ediv p,\n  .mt5000-main-container .grid .item-9 .grid-cell\u003ediv p {\n    line-height: 1.1;\n  }\n\n  @media (max-width: 768px) {\n\n    .mt5000-main-container .grid .item-7 .grid-cell\u003ediv p,\n    .mt5000-main-container .grid .item-8 .grid-cell\u003ediv p,\n    .mt5000-main-container .grid .item-9 .grid-cell\u003ediv p {\n      font-size: 0.75rem;\n    }\n  }\n\n  \/* Grid Layout Areas *\/\n  .mt5000-main-container .grid .item-1 {\n    grid-area: 1 \/ 4 \/ span 6 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-2 {\n    grid-area: 1 \/ 7 \/ span 3 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-3 {\n    grid-area: 1 \/ 10 \/ span 6 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-4 {\n    grid-area: 1 \/ 1 \/ span 6 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-5 {\n    grid-area: 4 \/ 7 \/ span 3 \/ span 3;\n  }\n\n  .mt5000-main-container .grid .item-6 {\n    grid-area: 7 \/ 7 \/ span 3 \/ span 6;\n  }\n\n  .mt5000-main-container .grid .item-7 {\n    grid-area: 7 \/ 1 \/ span 3 \/ span 2;\n  }\n\n  .mt5000-main-container .grid .item-8 {\n    grid-area: 7 \/ 3 \/ span 3 \/ span 2;\n  }\n\n  .mt5000-main-container .grid .item-9 {\n    grid-area: 7 \/ 5 \/ span 3 \/ span 2;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 3 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-2 {\n      grid-area: 4 \/ 5 \/ span 3 \/ span 4;\n    }\n\n    .mt5000-main-container .grid .item-3 {\n      grid-area: 1 \/ 7 \/ span 3 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-4 {\n      grid-area: 4 \/ 1 \/ span 3 \/ span 4;\n    }\n\n    .mt5000-main-container .grid .item-5 {\n      grid-area: 4 \/ 9 \/ span 3 \/ span 4;\n    }\n\n    .mt5000-main-container .grid .item-6 {\n      grid-area: 7 \/ 7 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-7 {\n      grid-area: 7 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-8 {\n      grid-area: 7 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-9 {\n      grid-area: 7 \/ 5 \/ span 2 \/ span 2;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-2 {\n      grid-area: 1 \/ 4 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-3 {\n      grid-area: 3 \/ 4 \/ span 4 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-4 {\n      grid-area: 3 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-5 {\n      grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-6 {\n      grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-7 {\n      grid-area: 9 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-8 {\n      grid-area: 9 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-9 {\n      grid-area: 9 \/ 5 \/ span 2 \/ span 2;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-2 {\n      grid-area: 1 \/ 4 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-4 {\n      grid-area: 3 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-3 {\n      grid-area: 3 \/ 4 \/ span 4 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-5 {\n      grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-6 {\n      grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-7 {\n      grid-area: 9 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-8 {\n      grid-area: 9 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-9 {\n      grid-area: 9 \/ 5 \/ span 2 \/ span 2;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .grid .item-4 {\n      grid-area: 5 \/ 4 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-2 {\n      grid-area: 3 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-3 {\n      grid-area: 9 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-5 {\n      grid-area: 5 \/ 1 \/ span 2 \/ span 3;\n    }\n\n    .mt5000-main-container .grid .item-6 {\n      grid-area: 7 \/ 1 \/ span 2 \/ span 6;\n    }\n\n    .mt5000-main-container .grid .item-7 {\n      grid-area: 11 \/ 1 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-8 {\n      grid-area: 11 \/ 3 \/ span 2 \/ span 2;\n    }\n\n    .mt5000-main-container .grid .item-9 {\n      grid-area: 11 \/ 5 \/ span 2 \/ span 2;\n    }\n  }\n\n  \/* VPN 章节 *\/\n  .mt5000-main-container .mt5000-vpn {\n    position: relative;\n    z-index: 1;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-bg {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background-size: cover;\n    background-position: center center;\n    background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_vpn-bg.jpg');\n    mix-blend-mode: multiply;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-bg::after {\n    content: \"\";\n    width: 100%;\n    height: 100%;\n    position: absolute;\n    background: linear-gradient(180deg, #ffffff 0%, #f6f7ff00 15%, #f6f7ff00 85%, #ffffff 100%);\n    display: flex;\n    top: 0;\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg {\n    position: relative;\n    margin-top: -3rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-vpn .bg {\n      margin-top: -3rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-vpn .bg {\n      margin-top: -1rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg\u003ediv {\n    display: flex;\n    height: 100%;\n    flex-direction: column;\n    justify-content: center;\n    position: relative;\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg\u003ediv h2 {\n    position: relative;\n    font-size: clamp(16px, 19vw, 360px);\n    line-height: 1;\n    color: var(--mt5000);\n    opacity: 0;\n    left: 50%;\n    transform: translateX(-50%) scale(0);\n    transition: transform 1.5s ease-in-out, opacity 1.7s ease-out;\n    margin-bottom: -4%;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv h2 {\n      font-size: clamp(16px, 23vw, 280px);\n      margin-bottom: -8%;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv h2 {\n      font-size: clamp(16px, 25vw, 360px);\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv h2 {\n      font-size: 38vw;\n    }\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg\u003ediv h2.font-stroke {\n    position: absolute;\n    top: 0;\n    z-index: 999;\n    color: #5838e4;\n    mix-blend-mode: lighten;\n    text-shadow: 0 0 8px #ffffff4d;\n  }\n\n  .mt5000-main-container .mt5000-vpn .bg\u003ediv img {\n    max-width: 600px;\n    width: clamp(200px, 23%, 440px);\n    opacity: 0;\n    transform: scale(3) translate(0, 0%);\n    transition: transform 1s ease, opacity 0.5s ease-out;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv img {\n      width: clamp(200px, 26%, 340px);\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv img {\n      transform: scale(1) translate(0, 0%);\n      width: clamp(200px, 32%, 340px);\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-vpn .bg\u003ediv img {\n      width: 50%;\n    }\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-speed-bar {\n    position: relative;\n    transform-origin: left;\n    transform: scaleX(0);\n    transition: all 1s ease;\n    transition-delay: 0.5s;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-speed-bar:nth-child(2) {\n    transition-delay: 0.3s;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-speed-bar .mt5000-bg-primary {\n    background-color: #909fdb !important;\n  }\n\n  .mt5000-main-container .mt5000-vpn .vpn-speed-bar .mt5000-bg-secondary {\n    background-color: #9e79d8 !important;\n  }\n\n  \/* VPN 激活状态 *\/\n  .mt5000-main-container .mt5000-vpn.in-view .bg h2 {\n    opacity: 1;\n    transform: translate(-50%) scale(1);\n  }\n\n  .mt5000-main-container .mt5000-vpn.in-view .bg img {\n    opacity: 1;\n    transform: scale(1) translate(0, -17%);\n  }\n\n  .mt5000-main-container .mt5000-vpn.in-view .vpn-speed-bar {\n    transform: scaleX(1);\n  }\n\n  \/* DPI 章节 *\/\n  .mt5000-main-container .mt5000-dpi {\n    position: relative;\n    overflow: hidden;\n    scroll-margin-top: 96px;\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .mt5000-dpi {\n      scroll-margin-top: 90px;\n      display: flex;\n      flex-direction: column;\n    }\n  }\n\n  .mt5000-main-container .mt5000-dpi .container {\n    position: relative;\n    z-index: 10;\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg {\n    position: relative;\n    display: flex;\n    justify-content: center;\n    padding-bottom: 45vh;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-dpi .bg {\n      padding-bottom: 400px;\n    }\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg .container {\n    background-image: url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_dpi.png);\n    background-size: 50%;\n    background-position: center center;\n    background-repeat: no-repeat;\n    width: 100%;\n    height: 45vh;\n    position: absolute;\n    z-index: 0;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-dpi .bg .container {\n      background-size: 70%;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .mt5000-dpi .bg .container {\n      background-size: 80%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-dpi .bg .container {\n      height: 400px;\n    }\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg .container\u003ediv {\n    position: relative;\n    width: 100%;\n    height: 100%;\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg .container\u003ediv img.mt5000 {\n    position: relative;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%) scale(1.5);\n    opacity: 0;\n    transition: all 1.2s ease;\n    z-index: 4;\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg .container\u003ediv img.rad {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%) scale(0);\n    transition: all 2s ease;\n    opacity: 0;\n    z-index: 1;\n    width: auto;\n    height: calc(100% + 2.75rem);\n    animation-delay: 1s;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-dpi .bg .container\u003ediv img.rad {\n      height: calc(100% + 1rem);\n    }\n  }\n\n  \/* DPI 激活状态 *\/\n  .mt5000-main-container .mt5000-dpi .bg.in-view .container\u003ediv img.mt5000 {\n    transform: translate(-50%, -50%) scale(0.45) !important;\n    opacity: 1;\n  }\n\n  .mt5000-main-container .mt5000-dpi .bg.in-view .container\u003ediv img.rad {\n    transform: translate(-50%, -50%) scale(0.9);\n    opacity: 0.6;\n  }\n\n  \/* 接口章节 *\/\n  .mt5000-main-container .mt5000-port {\n    background-image: linear-gradient(150deg, #f6f7ff 0%, #f6f7ff 100%);\n    height: 180vh;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port {\n      height: inherit;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .container-fluid {\n    position: sticky;\n    height: 100vh;\n    top: 0;\n    padding: 30vh 0 0 0;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .container-fluid {\n      position: relative;\n      height: inherit;\n      top: 0;\n      padding: 3rem 0;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container {\n    width: 88%;\n    max-width: 100%;\n    margin: auto;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container {\n      width: calc(100% - 30px);\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container {\n      max-width: 90%;\n      height: inherit;\n      scroll-margin-top: 100px;\n    }\n  }\n\n  \/* Port 1 内容 *\/\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .img-content .pt1 {\n    width: 33%;\n    position: absolute;\n    transform: translateX(-50%);\n    left: 41.5%;\n    top: 80%;\n    white-space: nowrap;\n    text-align: right;\n    animation: fadeout auto linear;\n    animation-direction: normal;\n    animation-fill-mode: forwards;\n    animation-iteration-count: 1;\n    animation-timeline: view();\n    animation-range-start: 45%;\n    animation-range-end: 50%;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .img-content .pt1 {\n      animation: none;\n    }\n  }\n\n  @media (min-width: 1200px) {\n    .mt5000-main-container .container {\n      max-width: 1280px;\n    }\n  }\n\n  @media (min-width: 1200px) {\n    .col-20percent {\n      max-width: 20%;\n      flex: 0 0 20%;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .img-content .pt1 .line {\n    width: 0;\n    height: 4rem;\n    margin-left: 95%;\n    border-left: 1px #000000 solid;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .img-content .pt1 .line {\n      height: 2.5rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .img-content .pt2 {\n    width: 42%;\n    position: absolute;\n    transform: translateX(0);\n    left: 66.5%;\n    top: 75%;\n    text-align: left;\n    animation: fadeout auto linear;\n    animation-direction: normal;\n    animation-fill-mode: forwards;\n    animation-iteration-count: 1;\n    animation-timeline: view();\n    animation-range-start: 45%;\n    animation-range-end: 50%;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .img-content .pt2 {\n      animation: none;\n      width: auto;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .img-content .pt2 .line {\n    width: 0;\n    height: 4rem;\n    margin-left: 5%;\n    border-left: 1px #000000 solid;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .img-content .pt2 .line {\n      height: 2.5rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .text-content {\n    animation: fadeout auto linear;\n    animation-direction: normal;\n    animation-fill-mode: forwards;\n    animation-iteration-count: 1;\n    animation-timeline: view();\n    animation-range-start: 45%;\n    animation-range-end: 50%;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .text-content {\n      animation: none;\n    }\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port1 .text-content\u003ediv {\n      transform: translateY(-50%);\n    }\n  }\n\n  \/* Port 2 内容 *\/\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port2 {\n    opacity: 0;\n    animation: fadein auto linear;\n    animation-direction: normal;\n    animation-fill-mode: forwards;\n    animation-iteration-count: 1;\n    animation-timeline: view();\n    animation-range-start: 30%;\n    animation-range-end: 40%;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port2 {\n      animation: none;\n      opacity: 1;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port2\u003ediv {\n    position: relative;\n    transform: translateY(-100%);\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port2\u003ediv {\n      transform: none;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port2 .img-content .pt1 {\n    width: 33%;\n    position: absolute;\n    transform: translateX(-50%);\n    left: 53.5%;\n    top: 75.5%;\n    white-space: nowrap;\n    text-align: right;\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port2 .img-content .pt1 .line {\n    width: 0;\n    height: 4rem;\n    margin-left: 95%;\n    border-left: 1px #000000 solid;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port2 .img-content .pt1 .line {\n      height: 2.5rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port2 .img-content .pt2 {\n    width: 29%;\n    position: absolute;\n    transform: translateX(0);\n    left: 67.5%;\n    top: 69%;\n    white-space: nowrap;\n    text-align: center;\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container#port2 .img-content .pt2 .line {\n    width: 0;\n    height: 3rem;\n    margin: auto;\n    border-left: 1px #000000 solid;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port2 .img-content .pt2 .line {\n      height: 2rem;\n    }\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container#port2 .text-content\u003ediv {\n      transform: translateY(-50%);\n    }\n  }\n\n  \/* 通用 Port 样式 *\/\n  .mt5000-main-container .mt5000-port .mt5000-port-container .img-content {\n    position: relative;\n    max-width: 50vh;\n    max-height: 50vh;\n    margin: 3rem 0 5rem;\n    overflow: visible;\n    float: right;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container .img-content {\n      float: inherit;\n      margin: 3rem auto 5rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container .img-content p:nth-child(3) {\n    font-size: 0.7em;\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container .img-content p {\n      font-size: 0.7em;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container .img-content img {\n    width: 100%;\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container .text-content\u003ediv {\n    position: relative;\n    top: 50%;\n    transform: translateY(-50%);\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container .text-content\u003ediv {\n      top: 0;\n      transform: none !important;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container .text-content .row {\n    justify-content: start;\n    -webkit-justify-content: start;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container .text-content .row {\n      justify-content: center;\n      -webkit-justify-content: center;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container .text-content img {\n    width: 50%;\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container .text-content img {\n      max-width: 30vw;\n      width: 40%;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container .text-content h5 {\n    position: relative;\n    padding: 10px 16px;\n    margin: 0;\n    text-decoration: none;\n    font-size: 1.1rem;\n    color: #00b3ff;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-port .mt5000-port-container .text-content h5 {\n      padding: 10px 8px;\n    }\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container .text-content h5::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 10px;\n    height: 10px;\n    border-top: 2px solid #00b3ff;\n    border-left: 2px solid #00b3ff;\n    transition: 0.5s;\n  }\n\n  .mt5000-main-container .mt5000-port .mt5000-port-container .text-content h5::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    right: 0;\n    width: 10px;\n    height: 10px;\n    border-bottom: 2px solid #00b3ff;\n    border-right: 2px solid #00b3ff;\n    transition: 0.5s;\n  }\n\n  \/* 联接能力章节 *\/\n  .mt5000-main-container .mt5000-connectivity {\n    position: relative;\n    z-index: 1;\n    overflow-x: clip;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-connectivity .row {\n      margin-top: -8rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .mt5000-main-container .mt5000-connectivity .row {\n      margin-top: -2rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-connectivity .row:nth-child(2) {\n      margin-top: -2rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-connectivity .connectivity-1 .img-content {\n    justify-self: start;\n  }\n\n  .mt5000-main-container .mt5000-connectivity .connectivity-1 .img-content img {\n    width: 100%;\n    position: relative;\n    transform-origin: bottom right;\n    transform: rotate(-23deg) translate(4%, 56%);\n    opacity: 0;\n    transition: transform 1.3s ease, opacity 1s ease;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-connectivity .connectivity-1 .img-content img {\n      width: 75%;\n      transform: rotate(-11deg) translate(11%, 3%) !important;\n      opacity: 1 !important;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .mt5000-connectivity .connectivity-1 .img-content img {\n      width: 80%;\n    }\n  }\n\n  .mt5000-main-container .mt5000-connectivity .connectivity-1 h3 {\n    position: relative;\n    opacity: 0;\n    transform: translate(100%, 0);\n    transition: all 1s ease;\n    transition-delay: 0.2s;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-connectivity .connectivity-1 h3 {\n      opacity: 1 !important;\n      transform: inherit !important;\n    }\n  }\n\n  .mt5000-main-container .mt5000-connectivity .connectivity-1 p {\n    opacity: 0;\n    transform: translate(100%, 0);\n    transition: all 1s ease;\n    transition-delay: 0.4s;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-connectivity .connectivity-1 p {\n      opacity: 1 !important;\n      transform: inherit !important;\n    }\n  }\n\n  .mt5000-main-container .mt5000-connectivity .connectivity-2 .img-content {\n    justify-self: end;\n  }\n\n  .mt5000-main-container .mt5000-connectivity .connectivity-2 .img-content img {\n    width: 100%;\n    position: relative;\n    transform-origin: 50% 50%;\n    transform: rotate(34deg) translate(-1%, 56%);\n    opacity: 0;\n    transition: transform 1.3s ease, opacity 1s ease;\n    transition-delay: .7s;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-connectivity .connectivity-2 .img-content img {\n      width: 75%;\n      transform: rotate(10deg) translate(1%, 9%) !important;\n      opacity: 1 !important;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .mt5000-connectivity .connectivity-2 .img-content img {\n      width: 80%;\n    }\n  }\n\n  .mt5000-main-container .mt5000-connectivity .connectivity-2 h3 {\n    position: relative;\n    opacity: 0;\n    transform: translate(-100%, 0);\n    transition: all 1s ease;\n    transition-delay: 0.2s;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-connectivity .connectivity-2 h3 {\n      opacity: 1 !important;\n      transform: inherit !important;\n    }\n  }\n\n  .mt5000-main-container .mt5000-connectivity .connectivity-2 p {\n    opacity: 0;\n    transform: translate(-100%, 0);\n    transition: all 1s ease;\n    transition-delay: 0.4s;\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-connectivity .connectivity-2 p {\n      opacity: 1 !important;\n      transform: inherit !important;\n    }\n  }\n\n  \/* Connectivity 激活状态 *\/\n  .mt5000-main-container .mt5000-connectivity.in-view .connectivity-1 img {\n    opacity: 1;\n    transform: rotate(-16deg) translate(0, -11%);\n  }\n\n  .mt5000-main-container .mt5000-connectivity.in-view .connectivity-1 h3,\n  .mt5000-main-container .mt5000-connectivity.in-view .connectivity-1 p {\n    opacity: 1;\n    transform: inherit;\n  }\n\n  .mt5000-main-container .mt5000-connectivity.in-view .connectivity-2 img {\n    opacity: 1;\n    transform: rotate(20deg) translate(0, -11%);\n  }\n\n  .mt5000-main-container .mt5000-connectivity.in-view .connectivity-2 h3,\n  .mt5000-main-container .mt5000-connectivity.in-view .connectivity-2 p {\n    opacity: 1;\n    transform: inherit;\n  }\n\n  \/* OpenWrt 卡片列表 *\/\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-row {\n    justify-content: space-between;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-row {\n      justify-content: center;\n    }\n  }\n\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col {\n    padding: 0 0.5rem;\n    opacity: 0;\n    transition: opacity 0.5s ease;\n  }\n\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:first-child {\n    margin-top: 0;\n  }\n\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(2) {\n    animation-delay: 250ms;\n  }\n\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(2) .card {\n    margin-top: 50%;\n  }\n\n  @media (max-width: 1351px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(2) .card {\n      margin-top: 56%;\n    }\n  }\n\n  @media (max-width: 1308px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(2) .card {\n      margin-top: 52%;\n    }\n  }\n\n  @media (max-width: 1277px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(2) .card {\n      margin-top: 59%;\n    }\n  }\n\n  @media (max-width: 1225px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(2) .card {\n      margin-top: 61%;\n    }\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(2) .card {\n      margin-top: 1rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(3) {\n    animation-delay: 250ms;\n  }\n\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(3) .card {\n    margin-top: -11.5rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col:nth-child(3) .card {\n      margin-top: 1rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col {\n      margin-top: 0 !important;\n      margin-bottom: 1rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-openwrt .mt5000-cardlist-col.in-view.animate__animated {\n    -webkit-animation-name: fadeInUp;\n    animation-name: fadeInUp;\n  }\n\n  .mt5000-main-container .mt5000-openwrt .card {\n    padding: 1rem;\n    border: 3px solid var(--mt5000);\n    background: rgba(255, 255, 255, 1);\n    transition: all .3s ease;\n    flex-direction: column;\n    display: flex;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-openwrt .card {\n      flex-direction: row;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-openwrt .card {\n      flex-direction: column;\n      transform: none !important;\n    }\n  }\n\n  @media (max-width: 1199px) {\n\n    .mt5000-main-container .mt5000-openwrt .card .card-body,\n    .mt5000-main-container .mt5000-openwrt .card .card-img {\n      flex: 0 1 50%;\n    }\n  }\n\n  @media (max-width: 991px) {\n\n    .mt5000-main-container .mt5000-openwrt .card .card-body,\n    .mt5000-main-container .mt5000-openwrt .card .card-img {\n      flex: 1 1 auto;\n      padding: 0.5rem 0.5rem 0;\n    }\n  }\n\n  .mt5000-main-container .mt5000-openwrt .card .card-img {\n    align-content: center;\n    text-align: center;\n  }\n\n  .mt5000-main-container .mt5000-openwrt .card .card-img img {\n    width: 90%;\n    margin: auto;\n    transition: all .3s ease;\n    margin-bottom: 1.25rem;\n  }\n\n  @media (max-width: 1199px) {\n    .mt5000-main-container .mt5000-openwrt .card .card-img img {\n      width: 100%;\n      padding: 0 1rem;\n      margin-bottom: 0;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .mt5000-main-container .mt5000-openwrt .card .card-img img {\n      width: 100%;\n      padding: 0 0;\n      margin-bottom: 1.25rem;\n    }\n  }\n\n  .mt5000-main-container .mt5000-openwrt .card:hover img {\n    transform: scale(1.03) !important;\n  }\n\n  \/* 水平滚动 *\/\n  .mt5000-main-container .horizontal-scroll {\n    position: relative;\n    height: 350vh;\n    background-color: transparent;\n  }\n\n  .mt5000-main-container .horizontal-scroll .overlay {\n    width: 100%;\n    height: 100%;\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n\n  .mt5000-main-container .horizontal-scroll .overlay::after {\n    content: \"\";\n    width: 100%;\n    height: 100%;\n    position: absolute;\n    background: linear-gradient(180deg, #f6f7ff 0%, #f6f7ff88 15%, #f6f7ff88 85%, #ffffff 100%);\n    display: flex;\n    top: 0;\n  }\n\n  .mt5000-main-container .horizontal-scroll .overlay .bg-control {\n    height: 100vh;\n    width: 100%;\n    position: sticky;\n    top: 0;\n  }\n\n  .mt5000-main-container .horizontal-scroll .overlay .bg-control video {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .mt5000-main-container .horizontal-scroll .figure-list {\n    gap: 0.25rem;\n  }\n\n  \/* 模型对比 *\/\n  .mt5000-main-container .model-comparison .comparison-detail\u003ediv i.fa-crown {\n    color: var(--mt5000);\n  }\n\n  .mt5000-main-container .model-comparison .comparison-detail div:nth-child(2) {\n    background-color: var(--mt5000);\n  }\n\n  @media (max-width: 768px) {\n    .mt5000-main-container .model-comparison .comparison-detail div:nth-child(2) {\n      background-color: inherit;\n    }\n  }\n\n  \/* 关键帧动画 *\/\n  @keyframes fadein {\n    0% {\n      opacity: 0;\n    }\n\n    100% {\n      opacity: 1;\n    }\n  }\n\n  @keyframes fadeout {\n    0% {\n      opacity: 1;\n    }\n\n    100% {\n      opacity: 0;\n    }\n  }\n  .product-nav .product-nav-wrapper {\n  overflow: visible;\n}\n\n.product-nav .product-nav-wrapper ul,\n.product-nav .product-nav-wrapper li {\n  list-style-type: none;\n  margin: 0;\n  padding: 0;\n  unicode-bidi: normal;\n}\n\n.product-nav .product-nav-content {\n  overflow-x: auto;\n  scrollbar-width: none;\n  display: flex;\n}\n\n.product-nav .product-nav-content .product-nav-item {\n  margin: 0 0 !important;\n  padding: 0.75rem 1.5rem !important;\n  cursor: pointer;\n  color: #444;\n  background: inherit;\n}\n\n@media (max-width: 768px) {\n  .product-nav .product-nav-content .product-nav-item {\n    padding: 0.75rem .5rem 0.75rem 0 !important;\n  }\n}\n\n.product-nav .product-nav-content .product-nav-item.active,\n.product-nav .product-nav-content .sub-menu.hover1 {\n  color: var(--mt5000);\n}\n\n.product-nav .dropdown-menu {\n  background-color: #EEE;\n  margin: -1px 0 0 !important;\n  width: 100%;\n  border: none;\n  float: inherit;\n  overflow: hidden;\n}\n\n.product-nav .dropdown-menu \u003e div {\n  overflow-x: visible;\n  scrollbar-width: none;\n  display: flex;\n  margin: 0 auto;\n  padding: 0.25rem 1rem 0.75rem 2rem;\n}\n\n@media (max-width: 768px) {\n  .product-nav .dropdown-menu \u003e div {\n    overflow-x: auto;\n    padding: 0.25rem 1rem 0.75rem;\n  }\n}\n\n.product-nav .dropdown-menu .btn {\n  font-size: 1rem;\n  font-weight: 400;\n  text-transform: inherit;\n  padding: 0.25rem 1rem !important;\n  color: #6c757d;\n  border: 1px solid #6c757d;\n  margin-right: 0.5rem;\n  min-width: fit-content;\n}\n\n.product-nav .dropdown-menu .btn.active,\n.product-nav .dropdown-menu .btn:hover {\n  color: var(--mt5000);\n  border-color: var(--mt5000) !important;\n  background-color: #3dc1cf08;\n}\n\n@media (max-width: 768px) {\n  .product-nav .dropdown-menu .btn {\n    font-size: 14px;\n    min-height: inherit;\n  }\n}\n\u003c\/style\u003e\n\u003cmain class=\"mt5000-main-container\"\u003e\n\n  \u003csection class=\"video-header-mt5000\" id=\"subscribe\"\u003e\n    \u003cdiv class=\"overlay\"\u003e\u003c\/div\u003e\n\u003cvideo playsinline=\"\" autoplay=\"\" muted=\"\" loop=\"\"\u003e\n      \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_bg_teaser.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n    \u003cdiv class=\"container h-100\"\u003e\n      \u003cdiv class=\"d-flex h-100 text-center align-items-center\"\u003e\n        \u003cdiv class=\"w-100 text-white\"\u003e\n          \u003ch1 class=\"font-weight-bold\"\u003eMeet Brume 3\u003c\/h1\u003e\n          \u003ch3\u003eMT5000 High-speed VPN Security Gateway\u003c\/h3\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-12 col-md-12 col-lg-7 col-xl-7 mb-4\"\u003e\n          \u003ch2 class=\"font-weight-bold text-left\"\u003eWired Security Gateway for Home and SOHO\u003c\/h2\u003e\n          \u003cp\u003eAs the fully upgraded successor in the Brume series, Brume 3 is a high-performance wired VPN security\n            gateway that brings DPI control to homes and\n            small offices. It delivers robust multi-WAN connectivity and advanced security features to safeguard your\n            devices and ensure seamless network\n            operation. Achieving blazing-fast VPN speeds of up to 1,100 Mbps via WireGuard®, it offers exceptional\n            performance for remote work and personal use. Housed\n            in a vibrant, modern casing with convenient Type-C power input, Brume 3 stands as a powerful yet\n            cost-effective networking powerhouse.\u003c\/p\u003e\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-mt5000\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-mt5000\"\u003eExtreme VPN Performance\u003c\/span\u003e: Reaches up to 1,100 Mbps peak\n                VPN throughput with WireGuard®, and up to 1,000 Mbps with OpenVPN-DCO\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-mt5000\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-mt5000\"\u003eTri-port Multi-Gigabit Connectivity\u003c\/span\u003e: Features three\n                2.5GbE ports with flexible WAN\/LAN configuration for maximum wired throughput\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-mt5000\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-mt5000\"\u003eVPN Traffic Obfuscation\u003c\/span\u003e: Masks VPN traffic to evade\n                detection and overcome restrictive networks\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-mt5000\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-mt5000\"\u003eIntegrated Security Analytics\u003c\/span\u003e: Includes free DPI\n                detection for enhanced network safety and granular traffic analysis.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-mt5000\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-mt5000\"\u003eVersatile Expansion\u003c\/span\u003e: Equipped with a USB 3.0 port for\n                high-speed external storage or peripheral connectivity\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"pt-2\"\u003e\n\u003ca class=\"btn btn-round btn-round-mt5000 mt-3 mr-3\" href=\"#specs\"\u003eView Specs\u003c\/a\u003e\n            \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"https:\/\/www.gl-inet.com\/support\/gl-mt5000\/\" target=\"_blank\"\u003eOnline\n              Guide\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-md-10 col-lg-5 py-4\"\u003e\n          \u003cdiv class=\"product_carousel\"\u003e\n            \u003cul class=\"product-show-list\"\u003e\n              \u003cli class=\"item active\" data-type=\"Photos\"\u003e\n                \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n                  \u003col class=\"carousel-indicators\"\u003e\n                    \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"active\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\"\u003e\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"5\"\u003e\n                  \u003c\/li\u003e\n\u003c\/ol\u003e\n                  \u003cdiv class=\"carousel-inner\"\u003e\n                    \u003cdiv class=\"carousel-item active\"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_1.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_1.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_1.jpg\" alt=\"Brume 3 (GL-MT5000) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"carousel-item\"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_2.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_2.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_2.jpg\" alt=\"Brume 3 (GL-MT5000) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"carousel-item\"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_3.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_3.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_3.jpg\" alt=\"Brume 3 (GL-MT5000) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"carousel-item\"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_4.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_4.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_4.jpg\" alt=\"Brume 3 (GL-MT5000) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"carousel-item\"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_5.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_5.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_5.jpg\" alt=\"Brume 3 (GL-MT5000) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"carousel-item\"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_6.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_6.jpg\" type=\"image\/jpg\"\u003e\u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_6.jpg\" alt=\"Brume 3 (GL-MT5000) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                      \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                    \u003c\/a\u003e\u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                      \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\u003c\/a\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n          \u003cstyle\u003e\n            .product-show-list {\n              padding: 0;\n              margin: 0\n            }\n\n            .product-show-list\u003eli {\n              list-style-type: none;\n              margin: 0;\n              padding: 0;\n              display: none\n            }\n\n            .product-show-list\u003eli.active {\n              display: block\n            }\n\n            .product-show-list model-viewer {\n              display: block;\n              width: 100%;\n              height: 553px\n            }\n\n            @media(max-width:768px) {\n              .product-show-list model-viewer {\n                height: calc(90vw - 2.5rem)\n              }\n            }\n\n            .product-type-btn-list {\n              text-align: center;\n              padding-top: 15px\n            }\n\n            .product-type-btn-list a {\n              cursor: pointer;\n              padding: 5px 10px;\n              border-radius: 30px;\n              margin: 10px\n            }\n\n            .product-type-btn-list a i {\n              margin-right: 5px\n            }\n\n            .product-type-btn-list a:hover {\n              background-color: rgba(0, 0, 0, .1)\n            }\n\n            .product-type-btn-list a.active {\n              background-color: rgba(0, 0, 0, .8);\n              color: #fff\n            }\n          \u003c\/style\u003e\n          \u003cscript\u003edocument.querySelectorAll(\".product-type-btn-list a\").forEach(function (e) { e.addEventListener(\"click\", function () { document.querySelectorAll(\".product-type-btn-list a\").forEach(function (e) { e.classList.remove(\"active\") }), this.classList.add(\"active\"); var e = this.getAttribute(\"data-btn\"); document.querySelectorAll(\".product-show-list li\").forEach(function (t) { t.getAttribute(\"data-type\") === e.charAt(0).toUpperCase() + e.slice(1) ? t.classList.add(\"active\") : t.classList.remove(\"active\") }) }) })\u003c\/script\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"product-nav\"\u003e\n    \u003cdiv class=\"product-nav-wrapper position-relative\"\u003e\n      \u003cdiv class=\"product-nav-content container-md\"\u003e\n\u003ca class=\"product-nav-item nav-link highlight\" href=\"#highlight\"\u003eHighlight\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link sub-menu active\" data-dropdown-menu=\"features\"\u003eFeatures\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link scenarios\" href=\"#scenarios\"\u003eScenarios\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link compare\" href=\"#compare\"\u003eCompare\u003c\/a\u003e\n        \u003ca class=\"product-nav-item nav-link specs\" href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cul class=\"dropdown-menu-list\"\u003e\n        \u003cli class=\"dropdown-menu\" data-dropdown-menu=\"features\" style=\"display: flex;\"\u003e\n          \u003cdiv class=\"container-md\"\u003e\n\u003ca class=\"btn btn-round product-nav-item vpn\" href=\"#vpn\"\u003eVPN\u003c\/a\u003e\n            \u003ca class=\"btn btn-round product-nav-item dpi\" href=\"#dpi\"\u003eDPI\u003c\/a\u003e\n            \u003ca class=\"btn btn-round product-nav-item vpn-obfuscation\" href=\"#vpn-obfuscation\"\u003eVPN Obfuscation\u003c\/a\u003e\n            \u003ca class=\"btn btn-round product-nav-item connectivity active\" href=\"#connectivity\"\u003eConnectivity\u003c\/a\u003e\n            \u003ca class=\"btn btn-round product-nav-item openwrt\" href=\"#openwrt\"\u003eOpenWrt\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cscript\u003elet currentModel = \"\"; window.addEventListener(\"scroll\", function () { document.querySelectorAll(\".product-nav-section\").forEach(e =\u003e { let t = e.offsetTop; pageYOffset \u003e= t - 163 \u0026\u0026 (currentModel = e.getAttribute(\"id\")) }), document.querySelectorAll(\".product-nav-item\").forEach(e =\u003e { e.classList.remove(\"active\") }), document.querySelectorAll(\".sub-menu\").forEach(e =\u003e { e.classList.remove(\"hover1\") }), document.querySelectorAll(\".dropdown-menu\").forEach(e =\u003e { e.style.display = \"none\" }); const e = document.querySelector(`.product-nav-item.${currentModel}`); if (e) { e.classList.add(\"active\"); const n = e.parentElement, t = n ? n.parentElement : null; if (t \u0026\u0026 t.classList.contains(\"dropdown-menu\")) { const n = t.dataset.dropdownMenu; if (n) { t.style.display = \"flex\"; const s = document.querySelector(`.product-nav-wrapper .sub-menu[data-dropdown-menu=\"${n}\"]`); s \u0026\u0026 s.classList.add(\"active\"), setTimeout(() =\u003e { const s = e, n = t.querySelector(\".container-md\"); if (n) { const e = n.offsetWidth, t = s.offsetLeft, o = s.offsetWidth, i = t - e \/ 2 + o \/ 2; n.scrollTo({ left: i, behavior: \"smooth\" }) } }, 50) } } } }), document.querySelectorAll(\".sub-menu\").forEach(e =\u003e { const n = e.dataset.dropdownMenu, t = document.querySelector(`.dropdown-menu[data-dropdown-menu=\"${n}\"]`); if (!t) return; e.addEventListener(\"click\", n =\u003e { n.preventDefault(); const s = t.style.display === \"flex\"; document.querySelectorAll(\".dropdown-menu\").forEach(e =\u003e { e.style.display = \"none\" }), document.querySelectorAll(\".sub-menu\").forEach(e =\u003e { e.classList.remove(\"hover1\") }), s || (t.style.display = \"flex\", e.classList.add(\"hover1\")) }) })\u003c\/script\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"px-0 py-4 py-lg-5 bg-mt5000 product-nav-section\" id=\"highlight\"\u003e\n    \u003cdiv class=\"container py-0 py-lg-5\"\u003e\n      \u003cdiv class=\"grid w-100\"\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-1\"\u003e\n          \u003cdiv class=\"grid-cell\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003eVPN Server Performance\u003c\/h2\u003e\n            \u003cp class=\"mb-1\"\u003eUp to 1,100 Mbps\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-2\"\u003e\n          \u003cdiv class=\"grid-cell\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"font-weight-bold mb-1\"\u003eThree 2.5G Ports\u003c\/h2\u003e\n              \u003cp\u003eBoosted Wired Connections\u003c\/p\u003e\n            \u003c\/div\u003e\n\u003cimg class=\"text-center mx-auto my-lg-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-3ports.png\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-3\"\u003e\n          \u003cdiv class=\"grid-cell\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"font-weight-bold mb-1\"\u003eIntelligent QoS\u003c\/h2\u003e\n              \u003cp class=\"mb-1\"\u003ePrioritize What Matters\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"img-content px-0 pt-0 pb-0\"\u003e\n              \u003cpicture\u003e\n                \u003csource media=\"(max-width: 576px)\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-intelligent_v2_mobile.png\" type=\"image\/png\"\u003e\n                \u003csource media=\"(max-width: 991px)\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-intelligent_v2.png\" type=\"image\/png\"\u003e\n                \u003csource media=\"(max-width: 1199px)\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-intelligent_v2_mobile.png\" type=\"image\/png\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-intelligent_v2.png\" type=\"image\/png\"\u003e\u003cimg class=\"text-center pb-0 pb-md-5 pb-lg-2 pb-xl-5 mx-auto mt-n3 mt-md-0 my-lg-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-intelligent_v2.png\" width=\"\" height=\"\"\u003e\u003c\/source\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-4\"\u003e\n          \u003cdiv class=\"grid-cell\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"font-weight-bold mb-1\"\u003eVPN Obfuscation\u003c\/h2\u003e\n              \u003cp\u003eDisguise VPN Traffic\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"img-content\"\u003e\n              \u003cpicture\u003e\n                \u003csource media=\"(max-width: 991px)\" srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-obfuscation_v2_mobile.png\" type=\"image\/png\"\u003e\n                \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-obfuscation_v2.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid my-lg-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-vpn-obfuscation_v2.png\" width=\"\" height=\"\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-5\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image:url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-dpi_v2.jpg)\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003eDPI-based Protection\u003c\/h2\u003e\n            \u003cp class=\"mb-0\"\u003eContinuous Traffic Monitoring\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-6\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image:linear-gradient(180deg,#e6edffff 25%,#e6edff00 70%),url(https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_grid-smooth.jpg)\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003eSmooth SQM\u003c\/h2\u003e\n            \u003cp\u003eReduce Latency Under Load\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-7\"\u003e\n          \u003cdiv class=\"grid-cell text-center\"\u003e\n            \u003cdiv\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/icon_multi-wan-failover.svg\"\u003e\n              \u003cp class=\"font-weight-bold mt-1\"\u003eMulti-WAN Failover\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-8\"\u003e\n          \u003cdiv class=\"grid-cell text-center\"\u003e\n            \u003cdiv\u003e\n\u003cimg class=\"mb-2\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/icon_openwrt_v2.svg\"\u003e\n              \u003cp class=\"font-weight-bold mt-1 mb-0\"\u003eOpenWrt 21.02\u003cbr\u003e\u003csmall\u003eKernel 5.4.281\u003c\/small\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-9\"\u003e\n          \u003cdiv class=\"grid-cell text-center\"\u003e\n            \u003cdiv\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/icon_usb3.svg\"\u003e\n              \u003cp class=\"font-weight-bold mt-1\"\u003eUSB3.0 Data Port\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"mt5000-vpn py-4 py-lg-5 animate_one overflow-hidden product-nav-section\" id=\"vpn\"\u003e\n    \u003cdiv class=\"position-relative\"\u003e\n      \u003cdiv class=\"vpn-bg\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"container position-relative py-4\"\u003e\n        \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n          \u003ch2 class=\"font-weight-bold pb-2\"\u003eUnleash Next-level VPN Power\u003c\/h2\u003e\n          \u003cp\u003eBuilding on the trusted legacy of the Brume series, Brume 3 propels VPN performance to an entirely new\n            tier. With hardware-accelerated OpenVPN-DCO and WireGuard®,\n            it achieves breakneck speeds of up to 1,100 Mbps, delivering a seamless, lag-free secure connection. Whether\n            you are accessing your home lab, transferring massive files,\n            or shielding your entire LAN, the experience feels instantaneous. This is a massive evolution—over 3 times\n            faster than the Brume 2 (GL-MT2500)—bringing enterprise-grade\n            VPN performance into a compact, accessible gateway.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bg\"\u003e\n        \u003cdiv class=\"text-center\"\u003e\n          \u003ch2 class=\"font-weight-bold font-gradient\"\u003eVPN\u003c\/h2\u003e\n          \u003ch2 class=\"font-weight-bold font-stroke\"\u003eVPN\u003c\/h2\u003e\n\u003cimg class=\"mx-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_vpn.png\" alt=\"Brume 3 (GL-MT5000)\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"container mt-5\"\u003e\n      \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003cdiv class=\"col-lg-7 position-relative\"\u003e\n          \u003ch4\u003eWireGuard®\u003c\/h4\u003e\n          \u003cdiv class=\"progress vpn-speed-bar mb-4\"\u003e\n            \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated mt5000-bg-primary\" role=\"progressbar\" style=\"width:100%\" aria-valuenow=\"110\" aria-valuemin=\"0\" aria-valuemax=\"110\"\u003eMax. 1100Mbps\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003ch4\u003eOpenVPN-DCO\u003c\/h4\u003e\n          \u003cdiv class=\"progress vpn-speed-bar mb-3\"\u003e\n            \u003cdiv class=\"progress-bar progress-bar-striped progress-bar-animated mt5000-bg-secondary\" role=\"progressbar\" style=\"width:95%\" aria-valuenow=\"100\" aria-valuemin=\"0\" aria-valuemax=\"100\"\u003eMax. 1000Mbps\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mt-3\"\u003e\u003csmall\u003e* Tests conducted on a local network. Real-world speeds may differ depending on your\n              network configuration.\u003c\/small\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-lg-9 col-xl-10 text-center pt-0 pt-lg-4 my-3 my-lg-5\"\u003e\n          \u003ch2 class=\"font-weight-bold mb-4 mb-lg-5\"\u003eTrusted by 30+ VPN Partners\u003c\/h2\u003e\n\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_vpn-logo.png\" alt=\"VPN providers partnered with GL.iNet\"\u003e\n          \u003cdiv class=\"text-center mt-5\"\u003e\u003ca class=\"btn btn-round btn-round-mt5000\" href=\"https:\/\/www.gl-inet.com\/campaign\/vpn\/\" target=\"_blank\"\u003eLEARN MORE ABOUT OUR VPN SOLUTIONS\u003c\/a\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"mt5000-dpi py-4 py-lg-5 bg-mt5000 product-nav-section\" id=\"dpi\"\u003e\n    \u003cdiv class=\"container mt-0 mt-lg-5 order-2\"\u003e\n      \u003cdiv class=\"col-12 col-lg-10 text-center m-auto px-0\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eEnterprise-grade Security with Deep Packet Inspection\u003c\/h2\u003e\n        \u003cp\u003eLeverage Deep Packet Inspection (DPI) to automatically filter malicious traffic, gambling sites, and malware,\n          ensuring a secure network environment. Beyond automatic filtering, you gain granular control to manually block\n          specific apps, domains, or IPs. With a continuously updated security database, Brume 3 stays ahead of emerging\n          threats.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bg order-1 animate_one\"\u003e\n      \u003cdiv class=\"container mx-auto px-0\"\u003e\n        \u003cdiv\u003e\n\u003cimg class=\"rad\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_dpi_rad.png\"\u003e\n          \u003cimg class=\"mt5000 img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_1.png\" alt=\"Brume 3's DPI-based Protection for safe browsing\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"py-4 py-lg-5 bg-mt5000\"\u003e\n    \u003cdiv class=\"container my-0 my-lg-5 py-0 py-lg-5\"\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center py-5\"\u003e\n        \u003cdiv class=\"col-11 col-lg-6 order-md-1 order-lg-2 text-center text-lg-left pl-4 pb-3\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eFull Network Visibility via Real-time Dashboard\u003c\/h2\u003e\n          \u003cp class=\"mb-0\"\u003eGain actionable insights with a visual dashboard that monitors application usage in real-time.\n            Track traffic trends over a 7-day period to spot anomalies or bandwidth hogs instantly. It’s the ultimate\n            tool for households and small businesses to maintain total oversight of their network health.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-1\"\u003e\u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_full-network-visibility.jpg\" alt=\" Brume 3's dashboard for traffic detection and management\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center py-5\"\u003e\n        \u003cdiv class=\"col-11 col-lg-6 order-md-1 order-lg-1 text-center text-lg-left pl-4 pb-3\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eEliminate Bufferbloat with Smart Queue Management\u003c\/h2\u003e\n          \u003cp class=\"mb-0\"\u003eEnjoy faster, smoother connections. Brume 3 features built-in Smart Queue Management (SQM)\n            designed to combat bufferbloat. Once enabled, it keeps network latency minimal even when the line is\n            saturated. Whether for video calls or streaming, SQM optimizes the traffic queue for every device on your\n            LAN, ensuring a responsive connection during heavy usage.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-2\"\u003e\u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_eliminate-bufferbloat.jpg\" alt=\"Brume 3's SQM for Low-Latency Networking\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center py-5\"\u003e\n        \u003cdiv class=\"col-11 col-lg-6 order-md-1 order-lg-2 text-center text-lg-left pl-4 pb-3\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eDynamic QoS for Application Prioritization\u003c\/h2\u003e\n          \u003cp class=\"mb-0\"\u003eWhen bandwidth is scarce, Brume 3 knows what matters most. Dynamic QoS intelligently allocates\n            resources, ensuring critical tasks like video conferencing and online gaming remain smooth while background\n            downloads take a back seat. It balances traffic on the fly to maximize responsiveness across the board.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-lg-6 order-md-2 order-lg-1\"\u003e\u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_dynamic-qos.jpg\" alt=\" Brume 3's Dynamic QoS for Smooth Performance\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"py-4 py-lg-5 product-nav-section\" style=\"scroll-margin-top:96px\" id=\"vpn-obfuscation\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n        \u003ch2 class=\"font-weight-bold pb-2\"\u003eStealth VPN Obfuscation\u003c\/h2\u003e\n        \u003cp\u003eBrume 3 incorporates advanced VPN obfuscation technology to conceal the telltale signatures of VPN traffic,\n          enabling it to evade detection by DPI (Deep Packet Inspection) systems. Traditional VPNs can bypass basic\n          firewalls,\n          but are easily blocked by DPI-based censorship systems. Obfuscated VPNs, however, work even on advanced\n          firewalls\n          that block standard VPN traffic. By effectively hiding the fact that you are even using a VPN, it reduces the\n          risk\n          of being flagged, throttled, or blocked, resulting in a more stable and reliable connection. This makes it\n          ideal for\n          bypassing strict regional controls or for anyone seeking enhanced privacy and consistent, uninterrupted\n          access.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"row justify-content-center mt-4\"\u003e\n        \u003cdiv class=\"col-12 col-lg-10\"\u003e\u003cvideo playsinline=\"\" autoplay=\"\" muted=\"\" loop=\"\" class=\"w-100 gl-rounded overflow-hidden video-border\"\u003e\n            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_vpn_obfiscation.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"mt5000-port py-4 py-lg-5 product-nav-section\" id=\"connectivity\"\u003e\n    \u003cdiv class=\"container-fluid\"\u003e\n      \u003cdiv class=\"col-12 col-sm-11 col-lg-10 text-center m-auto\"\u003e\n        \u003ch2 class=\"font-weight-bold pb-2\"\u003eWired Connectivity Excellence\u003c\/h2\u003e\n        \u003cp\u003eBrume 3 delivers fast, flexible, and reliable wired performance to support every network setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mt5000-port-container\" id=\"port1\"\u003e\n        \u003cdiv class=\"row justify-content-center pb-3 pb-lg-0\"\u003e\n          \u003cdiv class=\"col-10 col-md-9 col-lg-6 col-xl-6\"\u003e\n            \u003cdiv class=\"img-content\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000-port1.png\" alt=\"Smart 2.5G Port Flexibility\"\u003e\n              \u003cdiv class=\"pt1\"\u003e\n                \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n                \u003cp\u003e2.5 Gbps WAN Port\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"pt2\"\u003e\n                \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n                \u003cp\u003e2 x 2.5Gbps LAN Ports\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"text-content col-12 col-sm-11 col-md-11 col-lg-6 col-xl-6 my-3 my-lg-0\"\u003e\n            \u003cdiv class=\"text-center text-lg-left\"\u003e\n              \u003ch3 class=\"font-weight-bold mb-3\"\u003eSmart 2.5G Port Flexibility\u003c\/h3\u003e\n              \u003cp\u003eBrume 3 comes with three versatile 2.5G Ethernet ports, giving you a fast and flexible foundation for\n                any wired setup. The dedicated WAN port delivers full 2.5G performance and can also be reassigned as a\n                LAN port, while LAN1 and LAN2 each support full 2.5G speeds as well, allowing you to tailor your network\n                exactly the way you need it.\u003c\/p\u003e\n              \u003cp\u003eWhether you're optimizing for speed, expanding your wired devices, or setting up a secure home gateway,\n                Brume 3 keeps everything running smoothly and efficiently.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mt5000-port-container\" id=\"port2\"\u003e\n        \u003cdiv class=\"row justify-content-center pb-3 pb-lg-0\"\u003e\n          \u003cdiv class=\"col-10 col-md-9 col-lg-6 col-xl-6\"\u003e\n            \u003cdiv class=\"img-content\"\u003e\n\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000-port2.png\" alt=\"Multi-WAN Failover \u0026amp; Load Balance\"\u003e\n              \u003cdiv class=\"pt1\"\u003e\n                \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n                \u003cp class=\"mb-0\"\u003eLAN1 can be switched to WAN.\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"pt2\"\u003e\n                \u003cdiv class=\"line\"\u003e\u003c\/div\u003e\n                \u003cp\u003eUSB 3.0 Port\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"text-content col-12 col-sm-11 col-md-11 col-lg-6 col-xl-6 my-0\"\u003e\n            \u003cdiv class=\"text-center text-lg-left\"\u003e\n              \u003ch3 class=\"font-weight-bold mb-3\"\u003eMulti-WAN Failover \u0026amp; Load Balancing\u003c\/h3\u003e\n              \u003cp\u003eBrume 3 lets you convert LAN1 into a second WAN port, enabling a robust dual-ISP setup with automatic\n                failover to ensure your internet is always on. Intelligent load balancing across multiple links ensures\n                seamless, reliable performance for NAS devices, media servers, and other high-bandwidth equipment in\n                your home or small office.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003cscript\u003efunction btnActive(e) { e == 1 ? (document.getElementById(\"btn_port1\").classList.add(\"active\"), document.getElementById(\"btn_port2\").classList.remove(\"active\")) : (document.getElementById(\"btn_port2\").classList.add(\"active\"), document.getElementById(\"btn_port1\").classList.remove(\"active\")) }\u003c\/script\u003e\n  \u003csection class=\"mt5000-connectivity py-4 py-lg-5 bg-mt5000 animate_one in-view\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"connectivity-1 row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-11 col-md-10 col-lg-5 order-1 order-lg-1\"\u003e\n          \u003cdiv class=\"img-content text-center\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_powerport.png\" alt=\"Flexible 5V\/3A Input for High Performance\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-lg-5 text-center text-lg-left order-2 order-lg-2\"\u003e\n          \u003ch3 class=\"font-weight-bold\"\u003eFlexible 5V\/3A Input for High Performance\u003c\/h3\u003e\n          \u003cp\u003eBrume 3 is built with a dedicated Type-C power port requiring a 5V\/3A power input, ensuring a stable\n            performance for its high-speed features like up to 1,100 Mbps VPN speed and Multi-WAN. It offers maximum\n            convenience by allowing the use of standard PD adapters for powering, simplifying your setup and ensuring\n            robust network availability.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"connectivity-2 row justify-content-center align-items-center mb-5 mb-lg-0\"\u003e\n        \u003cdiv class=\"col-11 col-md-10 col-lg-5 order-1 order-lg-2\"\u003e\n          \u003cdiv class=\"img-content text-center\"\u003e\u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_3ports.png\" alt=\"USB 3.0 Type-C for Easy Peripheral Connections\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-lg-5 text-center text-lg-left order-2 order-lg-1\"\u003e\n          \u003ch3 class=\"font-weight-bold\" style=\"animation-delay:100ms\"\u003eVersatile USB-C 3.0 Expansion\u003c\/h3\u003e\n          \u003cp style=\"animation-delay:500ms\"\u003eBrume 3 features a secondary Type-C port on the right side of the network\n            ports, serving as a high-speed USB 3.0 data interface. This multi-purpose port supports 3G\/4G\/5G dongles for\n            cellular backup and external drives for rapid data access. By delivering a 5V\/2A power output to connected\n            peripherals, it seamlessly enables a wide range of expanded functionality.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"mt5000-openwrt position-relative py-4 py-lg-5 bg-mt5000 product-nav-section\" id=\"openwrt\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n        \u003ch2 class=\"font-weight-bold pb-2\"\u003eBuild Brume 3 Your Way\u003c\/h2\u003e\n        \u003cp\u003eBrume 3 combines robust hardware and OpenWrt architecture to let you build, customize, and control your\n          network exactly the way you want.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003cdiv class=\"col-11 col-lg-11 col-xl-10 mt-3\"\u003e\n          \u003cdiv class=\"mt5000-cardlist-row row\"\u003e\n            \u003cdiv class=\"mt5000-cardlist-col col-12 col-lg-12 col-xl-6 animate_one animate__animated mb-3 mb-xl-0 in-view\"\u003e\n              \u003cdiv class=\"card mx-2 mb-2 gl-rounded h-100\"\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                  \u003ch3 class=\"card-title font-weight-bold text-mt5000\"\u003eFull Control Starts with OpenWrt\u003c\/h3\u003e\n                  \u003cp class=\"mb-2\"\u003ePowered by OpenWrt 21.02 (Linux Kernel 5.4.281), Brume 3 (GL-MT5000) is built for\n                    users who want full control over their network. With 1GB DDR4 memory and 8GB eMMC storage, it\n                    provides ample headroom to install packages, run services, and experiment freely — all on a compact,\n                    low-power platform.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-img\"\u003e\n\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000-powered-by-openwrt.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mt5000-cardlist-col col-12 col-lg-12 col-xl-6 animate_one animate__animated in-view\"\u003e\n              \u003cdiv class=\"card mx-2 mb-2 gl-rounded h-100\"\u003e\n                \u003cdiv class=\"card-body\"\u003e\n                  \u003ch3 class=\"card-title font-weight-bold text-mt5000\"\u003eOne Device, Multiple Roles\u003c\/h3\u003e\n                  \u003cp class=\"mb-2\"\u003eTurn Brume 3 into whatever you need: a highly customized VPN gateway, a system-wide ad\n                    blocker, a lightweight NAS with external storage, or a DLNA media server. Its open architecture and\n                    robust hardware make it ideal for deploying advanced features powered by OpenWrt 21.02 or building a\n                    personal home lab without the cost or complexity of traditional servers.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-img\"\u003e\u003cimg class=\"w-75 ax-auto\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_turn-brume-3.jpg\" alt=\"\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"horizontal-scroll p-0 product-nav-section\" id=\"scenarios\"\u003e\n    \u003cdiv class=\"overlay\"\u003e\n      \u003cdiv class=\"bg-control\"\u003e\u003cvideo playsinline=\"\" autoplay=\"\" muted=\"\" loop=\"\"\u003e\n          \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_scenarios_bg.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sticky-control bg-transparent\"\u003e\n      \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"content-control\"\u003e\n          \u003cdiv class=\"sticky-content\"\u003e\n            \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n              \u003ch2 class=\"font-weight-bold\"\u003eA Gateway That Does It All\u003c\/h2\u003e\n              \u003cp\u003eBrume 3 unites speed, security, and reliability—whether gaming, staying connected at home, running a\n                small business, or building a private cloud, every connection feels smooth, safe, and effortless.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"horizontal-scroll-wrapper py-0 py-lg-4\"\u003e\n              \u003cdiv class=\"figure-list\" style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px);\"\u003e\n                \u003cfigure class=\"gl-rounded\"\u003e\n                  \u003cdiv class=\"order-1 pb-3\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_home-connectivity.jpg\" alt=\"Brume 3 provides always-on home connectivity\"\u003e\u003c\/div\u003e\n                  \u003cdiv class=\"order-2\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003eAlways-on Home Connectivity\u003c\/h4\u003e\n                    \u003cp\u003eVideo calls stay clear, meetings stay on track—even if one connection drops. With Brume 3 quietly\n                      switching in the background, your home network keeps flowing seamlessly, so work, calls, and\n                      collaboration never skip a beat.\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/figure\u003e\n                \u003cfigure class=\"gl-rounded\"\u003e\n                  \u003cdiv class=\"order-1 pb-3\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_gaming.jpg\" alt=\"Gaming without limits with Brume 3\"\u003e\u003c\/div\u003e\n                  \u003cdiv class=\"order-2\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003eGame Without Limits\u003c\/h4\u003e\n                    \u003cp\u003eConsistent, responsive gameplay while everyone at home stays connected. Brume 3 dedicates\n                      priority to your gaming traffic with built-in QoS and SQM, so every match feels fluid, every\n                      reaction instant, and every win fully earned.\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/figure\u003e\n                \u003cfigure v=\"\"\u003e\n                  \u003cdiv class=\"order-1 pb-3\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_vpn-soho.jpg\" alt=\"Brume 3 brings enterprise-grade VPN security for SOHO\"\u003e\u003c\/div\u003e\n                  \u003cdiv class=\"order-2\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003eEnterprise Power, Office Peace\u003c\/h4\u003e\n                    \u003cp\u003eThe office runs with quiet confidence—remote staff connect securely, data flows seamlessly, and\n                      operations stay uninterrupted. Brume 3 brings enterprise-grade VPN protection to small businesses,\n                      keeping networks safe and efficient without subscription fees.\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/figure\u003e\n                \u003cfigure class=\"gl-rounded\"\u003e\n                  \u003cdiv class=\"order-1 pb-3\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_openwrt.jpg\" alt=\"Brume 3 with OpenWRT for high flexibility\"\u003e\u003c\/div\u003e\n                  \u003cdiv class=\"order-2\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003eA Playground for Network Enthusiasts\u003c\/h4\u003e\n                    \u003cp\u003eIdeas flow freely at the desk—custom setups take shape, experiments run effortlessly, and every\n                      tweak responds instantly. Powered by OpenWrt 21.02, Brume 3 empowers tech enthusiasts with a\n                      playful, fully open network ready for exploration.\u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/figure\u003e\n                \u003cfigure class=\"gl-rounded\"\u003e\n                  \u003cdiv class=\"order-1 pb-3\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_private-cloud.jpg\" alt=\"Brume 3 and Beryl 7 make a private cloud\"\u003e\u003c\/div\u003e\n                  \u003cdiv class=\"order-2\"\u003e\n                    \u003ch4 class=\"font-weight-bold\"\u003ePrivate Cloud at Home\u003c\/h4\u003e\n                    \u003cp\u003ePhotos, files, and media move securely from anywhere to your home NAS, fast and invisible to\n                      prying eyes. With Brume 3 as your VPN server and \u003ca class=\"text-mt5000\" href=\"https:\/\/www.gl-inet.com\/products\/gl-mt3600be\" target=\"_blank\"\u003eBeryl 7 (GL-MT3600BE)\u003c\/a\u003e\n                      connecting as a client, your devices form a seamless, private cloud—safe, swift, and effortless.\n                    \u003c\/p\u003e\n                  \u003c\/div\u003e\n                \u003c\/figure\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003cscript\u003edocument.addEventListener(\"DOMContentLoaded\", function () { let e; function t() { if (document.querySelector(\"#scenarios\")) { gsap.registerPlugin(ScrollTrigger); const t = document.querySelector(\".figure-list\"), n = document.querySelectorAll(\".figure-list figure\"), s = document.querySelector(\".horizontal-scroll .container\"); if (!n.length || !s) return !1; e \u0026\u0026 (e.kill(), ScrollTrigger.getAll().forEach(e =\u003e e.kill())); const a = n[0].offsetWidth, r = s.offsetWidth, o = window.getComputedStyle(s), c = parseFloat(o.paddingLeft) || 0, l = parseFloat(o.paddingRight) || 0, d = r - c - l; let i = a * n.length - d; e = gsap.timeline({ scrollTrigger: { trigger: \".mt5000-main-container .horizontal-scroll\", start: \"top top\", end: \"bottom bottom\", scrub: 1, markers: !1 } }), e.to(t, { x: 0, duration: .05, ease: \"none\" }).to(t, { x: -i }).to(t, { x: -i, duration: 1 }), ScrollTrigger.refresh() } } t(); let n; window.addEventListener(\"resize\", function () { clearTimeout(n), n = setTimeout(function () { t() }, 250) }) })\u003c\/script\u003e\n  `\u003csection class=\"px-2 px-lg-4 py-4 py-lg-5 model-comparison product-nav-section\" id=\"compare\"\u003e\n    \u003cdiv class=\"container-lg\"\u003e\n      \u003cdiv class=\"text-center\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eModel Comparison\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"row justify-content-center text-center pt-3 pb-2 pb-md-3\"\u003e\n        \u003cdiv class=\"col-5 col-md-4\"\u003e\n\u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-table\/table_mt2500-series.png\" alt=\"Brume 2 Product Image\"\u003e\n          \u003cp class=\"font-weight-bold mb-1\"\u003eBrume 2 (GL-MT2500 \/ GL-MT2500A)\u003cbr\u003eVPN Gateway with 2.5G Port\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-1 col-md-3 align-items-center d-flex px-0 px-md-3\"\u003e\n          \u003ch4 class=\"m-auto\"\u003eVS\u003c\/h4\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-5 col-md-4\"\u003e\n\u003cimg class=\"product-img\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_table.png\" alt=\"Brume 3 (GL-MT5000) Product Image\"\u003e\n          \u003cp class=\"font-weight-bold\"\u003eBrume 3 (GL-MT5000)\u003cbr\u003eMax 1,100 Mbps VPN Throughput\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003eMediaTek, Dual-core @1.3GHz\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e\n            CPU\u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block mx-auto mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"CPU\"\u003e\n            CPU\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003eMediaTek, Quad-core @2.0GHz\u003c\/p\u003e\n\u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003e1 x 2.5G WAN, 1 x 1G LAN\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"Ethernet Port\"\u003e\n            Ethernet Port\u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"Ethernet Port\"\u003e\n            Ethernet Port\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003e1 x 2.5G WAN, 1 x 2.5G WAN \/ LAN, 1 x 2.5G LAN\u003c\/p\u003e\n\u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003eWAN Port: 10 \/ 100 \/ 1000 \/ 2500Mbps\u003cbr\u003eLAN Port: 10 \/ 100 \/ 1000Mbps\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-speed.svg\" alt=\"Ethernet Speed\"\u003e\n            Ethernet Speed\u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-speed.svg\" alt=\"Ethernet Speed\"\u003e\n            Ethernet Speed\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003eWAN \/ LAN Port:\u003cbr\u003e10 \/ 100 \/ 1000 \/ 2500Mbps\u003c\/p\u003e\n\u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0\"\u003e\n          \u003cp\u003eMax. 150Mbps\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_openvpn.svg\" alt=\"\"\u003e\n            OpenVPN\u003cbr\u003e(Via Ethernet)\u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_openvpn.svg\" alt=\"\"\u003e\n            OpenVPN\u003cbr\u003e(Via Ethernet)\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003eMax. 1000Mbps (with DCO support)\u003c\/p\u003e\n\u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"comparison-detail row justify-content-center align-content-center text-center pb-md-0\"\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-1 order-md-0 border-0\"\u003e\n          \u003cp\u003eMax. 355Mbps\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-12 col-md-3 order-0 order-md-1\"\u003e\n          \u003ch5 class=\"d-inline-block w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wireguard.svg\" alt=\"\"\u003e\n            WireGuard\u003csup\u003e®\u003c\/sup\u003e\u003cbr\u003e(Via Ethernet)\u003c\/h5\u003e\n          \u003ch5 class=\"d-inline-block d-md-none w-50 font-weight-bold mx-n1\"\u003e\n\u003cimg class=\"d-block d-md-none mx-auto mb-3\" src=\"http:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wireguard.svg\" alt=\"\"\u003e\n            WireGuard\u003csup\u003e®\u003c\/sup\u003e\u003cbr\u003e(Via Ethernet)\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"col-5 col-md-4 order-2 order-md-2 offset-1 offset-md-0 border-0\"\u003e\n          \u003cdiv class=\"position-relative d-inline-block p-0\"\u003e\n            \u003cp\u003eMax. 1100Mbps\u003c\/p\u003e\n\u003ci class=\"fa-solid fa-crown\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"py-4 py-lg-5 product-specs-section product-nav-section\" id=\"specs\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-20percent px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x3.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x3.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_2.5gbps-ports_x3.png\" alt=\"2.5G Ethernet ports\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003e2.5G Ethernet\u003cbr\u003eports\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-20percent px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb3.0.png\" alt=\"USB 3.0 port\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eUSB 3.0\u003cbr\u003eType-C port\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-20percent px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dpi.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dpi.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_dpi.png\" alt=\"DPI\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eDPI\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-20percent px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_multi-wan.png\" alt=\"Multi-WAN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eMulti-WAN\u003c\/h5\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-20percent px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" type=\"image\/png\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_vpn.png\" alt=\"VPN\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eVPN\u003c\/h5\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"container py-4 py-lg-5\"\u003e\n    \u003ch2 class=\"font-weight-bold text-center\"\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"text-center\"\u003e\u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-mt5000\/mt5000_interface.png\"\u003e\u003c\/div\u003e\n    \u003ctable class=\"table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e1 x WAN Ethernet port\u003cbr\u003e2 x LAN Ethernet ports\u003cbr\u003e1 x USB 3.0 port\u003cbr\u003e1 x Type-C power\n            port\u003cbr\u003e1 x Reset button\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eMediaTek, Quad-core @2.0GHz\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eDDR4 1GB \/ eMMC 8GB\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eEthernet Speed\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e10\/100\/1000\/2500Mbps\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eType-C, 5V\/3A\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003ePower Consumption\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e\u0026lt;5W\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eOperating Temperature\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e0 ~ 40°C (32 ~ 104°F)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eStorage Temperature\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e-20 ~ 70°C (-4 ~ 158°F)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eDimension\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e75 x 92 x 25mm \/ 148g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n          \u003ctd\u003e\n\u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/products\/datasheet\/\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Datasheet\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/kvm\/mt5000\/stable\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/app\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e App\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.youtube.com\/watch?v=PupxjK_u8O8\" target=\"_blank\"\u003e\u003ci class=\"fas fa-video\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Unboxing\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/support\/gl-mt5000\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/4npyc9ipuxhp7kez2w7bh\/AHfBLncLgyovMREQ2Beupdo?rlkey=0nqcgzfxksn82g4leg3vx53uk\u0026amp;st=8332won6\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n  \u003cscript\u003efunction handleAnimationOne() { const t = document.querySelectorAll(\".animate_one\"); t.forEach(e =\u003e { let n = e.getBoundingClientRect().top, t = e.getBoundingClientRect().bottom, s = e.offsetHeight, o = window.innerHeight * .8; Math.abs(n) \u003c o \u0026\u0026 (e.classList.value.includes(\"in-view\") || e.classList.add(\"in-view\")), (t \u003c 50 || t \u003e window.innerHeight + s - 50) \u0026\u0026 e.classList.remove(\"in-view\") }) } window.addEventListener(\"scroll\", handleAnimationOne); function btnActive(e) { e == 1 ? (document.getElementById(\"btn_port1\").classList.add(\"active\"), document.getElementById(\"btn_port2\").classList.remove(\"active\")) : (document.getElementById(\"btn_port2\").classList.add(\"active\"), document.getElementById(\"btn_port1\").classList.remove(\"active\")) }\u003c\/script\u003e\n\u003c\/main\u003e","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":49722237878549,"sku":"GL-MT5000-4PX-EU","price":112.6,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/MT50001600_1600.jpg?v=1770280638"},{"product_id":"comet-5g-gl-rm10rc-wi-fi-6-kvm-over-5g-redcap","title":"Comet 5G (GL-RM10RC) Wi-Fi 6 KVM over 5G RedCap","description":"\u003cdiv\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@4.5.3\/dist\/css\/bootstrap.min.css\"\u003e\n  \u003clink href=\"https:\/\/static.gl-inet.com\/www\/images\/favicon.ico\" rel=\"icon\" type=\"image\/x-icon\"\u003e\n  \u003clink defer rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.4\/tiny-slider.css\"\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/animate.css\/4.1.1\/animate.min.css\"\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\"\u003e\n\n\n  \u003cscript src=\"https:\/\/kit.fontawesome.com\/a08887d4ee.js\" crossorigin=\"anonymous\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/jquery@3.5.1\/dist\/jquery.min.js\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/popper.js@1.16.1\/dist\/umd\/popper.min.js\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/gsap.min.js\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/ScrollTrigger.min.js\"\u003e\u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/tiny-slider\/2.9.2\/min\/tiny-slider.js\"\u003e\u003c\/script\u003e\n  \u003cscript type=\"module\" src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/model-viewer\/4.0.0\/model-viewer.min.js\" defer\u003e\u003c\/script\u003e\n\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .rm10rc-main-container a {\n    color: #323436;\n  }\n  a:hover, a:focus {\n  text-decoration: none;\n  outline: none;\n}\n@media (min-width: 1200px) {\n    .container {\n        max-width: 1400px;\n    }\n}\n\n#accordion .panel {\n  border: none;\n  border-radius: 5px;\n  box-shadow: none;\n  margin-bottom: 10px;\n  background: transparent;\n}\n\n#accordion .panel-heading {\n  padding: 0;\n  border: none;\n  border-radius: 5px;\n  background: transparent;\n  position: relative;\n}\n\n#accordion .panel-title a {\n  display: block;\n  padding: 20px 30px;\n  margin: 0;\n  background: #1b488b;\n  font-size: 16px;\n  font-weight: bold;\n  color: #fff;\n  letter-spacing: 1px;\n  border: none;\n  border-radius: 5px;\n  position: relative;\n}\n\n#accordion .panel-title a.collapsed {\n  border: none;\n}\n\n#accordion .panel-title a:before,\n#accordion .panel-title a.collapsed:before {\n  content: \"\\f107\";\n  font-family: \"Font Awesome 5 Free\";\n  width: 30px;\n  height: 30px;\n  line-height: 27px;\n  text-align: center;\n  font-size: 25px;\n  font-weight: 900;\n  color: #fff;\n  position: absolute;\n  top: 15px;\n  right: 30px;\n  transform: rotate(0deg);\n  transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);\n}\n\n#accordion .panel-title a.collapsed:before {\n  transform: rotate(360deg);\n}\n.btn-round {\n  border-radius: 50px;\n  padding: 1rem 2rem;\n  text-transform: uppercase;\n  font-weight: bold;\n\n  @media (max-width: 768px) {\n    font-size: 13px;\n    min-height: 50px;\n    border-radius: 50px;\n    padding: 14px 1.5rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n}\n\n#accordion .panel-body {\n  padding: 10px 20px;\n  font-size: 15px;\n  color: #fff;\n  line-height: 28px;\n  border-top: none;\n  border-radius: 5px;\n}\n  @media (max-width: 768px) {\n\n    .rm10rc-main-container .h5,\n    .rm10rc-main-container h5 {\n      font-size: 1rem;\n    }\n  }\n\n  a.btn-underline:hover {\n    color: #919191;\n    text-decoration: none;\n  }\n\n  #ytvideoPlayer .card {\n    background-color: black;\n  }\n\n  #ytvideoPlayer .card iframe {\n    aspect-ratio: 16\/9;\n    width: 100%;\n  }\n\n  @media screen and (max-width: 991px) {\n    #ytplaylist {\n      width: 100%;\n      padding: 0 20px !important;\n    }\n  }\n\n  #ytplaylist .card {\n    background-color: black;\n  }\n\n  #ytplaylist .card #ytListBtn {\n    display: none;\n  }\n\n  @media screen and (max-width: 991px) {\n    #ytplaylist .card #ytListBtn {\n      display: inline-block;\n    }\n  }\n\n  #ytplaylist .card #ytPlayListUl {\n    flex: 1;\n    overflow: auto;\n    padding: 0.5rem 1.5rem;\n  }\n\n  @media screen and (max-width: 991px) {\n    #ytplaylist .card #ytPlayListUl {\n      display: none;\n      padding: 20px;\n    }\n  }\n\n  @media screen and (max-width: 991px) {\n    #ytplaylist .card h5 {\n      margin: 0;\n    }\n  }\n\n  \/* Container for video player and playlist *\/\n  #youtube-playlist-container {\n    display: flex;\n    flex-direction: column;\n    \/* Stack items vertically *\/\n    align-items: center;\n    \/* Center items horizontally *\/\n  }\n\n  \/* Style for the video player container *\/\n  #playlistVideo {\n    width: 100%;\n    \/* Set width to 100% for responsiveness *\/\n    width: 960px;\n    \/* Set a maximum width for larger screens *\/\n    margin: 0 auto;\n    \/* Center the player horizontally *\/\n    height: 520px;\n    max-width: 100% !important;\n  }\n\n  @media only screen and (max-width: 767px) {\n    #playlistVideo {\n      width: 450px;\n      \/* Set width to 100% for screens up to 767px (typical tablets and mobile devices) *\/\n      max-width: none;\n      \/* Remove max-width for mobile responsiveness *\/\n      margin: 0;\n      \/* Remove any margin for mobile responsiveness *\/\n      height: 320px;\n    }\n  }\n\n  #ytplaylist {\n    overflow-y: auto;\n    \/* Enable vertical scrolling *\/\n    white-space: nowrap;\n    \/* Prevent items from wrapping to the next line *\/\n    display: flex;\n    flex-direction: column;\n    \/* Align items vertically *\/\n    background-color: black;\n    \/* Set background color to black *\/\n    padding: 20px;\n    \/* Add padding for better appearance *\/\n    max-height: 520px;\n    \/* Set max-height to the same value as the video player's height *\/\n  }\n\n  #ytplaylist li {\n    list-style: none;\n    \/* Remove list-style points *\/\n    text-align: left;\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    \/* Align items vertically *\/\n    transition: background-color 0.3s ease-in-out;\n    \/* Add a smooth transition effect for background color *\/\n  }\n\n  #ytplaylist li:hover {\n    background-color: #333;\n    \/* Change background color on hover *\/\n    border-radius: 15px;\n  }\n\n  #ytplaylist li:hover .video-title {\n    color: #fff;\n    \/* Change text color on hover *\/\n  }\n\n  #ytplaylist img {\n    cursor: pointer;\n    border: 2px solid #ddd;\n    \/* Add a border to make it visually distinct *\/\n    border-radius: 8px;\n    transition: border-color 0.3s ease-in-out;\n    \/* Add a smooth transition effect *\/\n    margin-right: 10px;\n    \/* Add margin to separate image and title *\/\n    width: 150px;\n    \/* Set the image width *\/\n  }\n\n  #ytplaylist img:hover {\n    border-color: #555;\n    \/* Change border color on hover *\/\n  }\n\n  #ytplaylist .title-container {\n    max-width: 250px;\n    \/* Set the maximum width for the title container *\/\n    width: 100%;\n    \/* Ensure it takes up the available width *\/\n    white-space: normal;\n    \/* Allow text to break into multiple lines *\/\n  }\n\n  @media screen and (max-width: 991px) {\n    #ytplaylist .title-container {\n      max-width: inherit;\n    }\n  }\n\n  #ytplaylist .video-title {\n    font-size: 14px;\n    color: white;\n    \/* Set text color to white *\/\n    transition: color 0.3s ease-in-out;\n    \/* Add a smooth transition effect for text color *\/\n    text-align: left;\n    \/* Align text to the left *\/\n  }\n\n  .tab-panel a {\n    color: #000;\n  }\n\n  .tab-panel:has(.rm10rc-main-container) {\n    padding: 0 !important;\n  }\n\n  \/* 基础变量 *\/\n  .rm10rc-main-container {\n    --rm10rc: #5155d1;\n  }\n\n  \/* 文本与颜色工具类 *\/\n  .rm10rc-main-container .text-rm10rc {\n    color: var(--rm10rc);\n  }\n\n  .rm10rc-main-container .text-rm10rc-secondary {\n    color: #a296f9;\n  }\n\n  .rm10rc-main-container .rm10rc-gradient-text {\n    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(128, 129, 218) 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .rm10rc-main-container .bg-rm10rc {\n    background-color: var(--rm10rc);\n  }\n\n  \/* 按钮样式 *\/\n  .rm10rc-main-container .btn-round-rm10rc {\n    background-color: var(--rm10rc);\n    color: #fff;\n    border-radius: 50px;\n    padding: 1rem 2rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .btn-round-rm10rc {\n      min-height: 50px;\n      border-radius: 50px;\n      padding: 1rem 2rem;\n      text-transform: uppercase;\n      font-weight: bold;\n    }\n  }\n\n  .rm10rc-main-container .btn-round-rm10rc:hover {\n    background-color: #fff;\n    color: #6f75ff;\n    border-color: #6f75ff;\n  }\n\n  \/* Mailchimp 订阅表单 *\/\n  .rm10rc-main-container #mc_embed_shell {\n    justify-items: center;\n  }\n\n  .rm10rc-main-container #mc_embed_shell input {\n    border: medium none;\n    color: gray;\n    font-size: 16px;\n    padding: 8px 25px;\n    width: auto;\n    height: 50px;\n    border-radius: 25px 0px 0px 25px;\n  }\n\n  @media (max-width: 575.98px) {\n    .rm10rc-main-container #mc_embed_shell input {\n      width: 100%;\n      height: 40px;\n      font-size: 13px;\n    }\n  }\n\n  .rm10rc-main-container #mc_embed_shell input.email {\n    background: #fff;\n  }\n\n  @media (max-width: 575.98px) {\n    .rm10rc-main-container #mc_embed_shell input.email {\n      font-size: 13px;\n    }\n  }\n\n  .rm10rc-main-container #mc_embed_shell input[type=\"submit\"] {\n    background-color: var(--rm10rc);\n    text-align: center;\n    transition: 0.5s;\n    background-size: 200% auto;\n    font-weight: bold;\n    color: white;\n    border-radius: 0 25px 25px 0;\n    display: block;\n    margin: 0;\n  }\n\n  .rm10rc-main-container #mc_embed_shell input[type=\"submit\"]:hover {\n    background-color: #6f75ff;\n    background-position: right center;\n    color: #fff;\n    text-decoration: none;\n  }\n\n  .rm10rc-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n    width: auto;\n    justify-content: start;\n  }\n\n  @media (max-width: 991.98px) {\n    .rm10rc-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n      margin: auto;\n      justify-content: center;\n    }\n  }\n\n  \/* 视频头部 *\/\n  .rm10rc-main-container .video-header-rm10rc {\n    position: relative;\n    background-color: black;\n    height: 55rem;\n    min-height: 25rem;\n    width: 100%;\n    overflow: hidden;\n  }\n\n  .rm10rc-main-container .video-header-rm10rc .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 100%;\n    width: 100%;\n    background-color: black;\n    opacity: 0.25;\n    z-index: 1;\n  }\n\n  .rm10rc-main-container .video-header-rm10rc video {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    min-width: 100%;\n    min-height: 100%;\n    width: auto;\n    height: auto;\n    z-index: 0;\n    -ms-transform: translateX(-50%) translateY(-50%);\n    -moz-transform: translateX(-50%) translateY(-50%);\n    -webkit-transform: translateX(-50%) translateY(-50%);\n    transform: translateX(-50%) translateY(-50%);\n  }\n\n  .rm10rc-main-container .video-header-rm10rc .container {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* 网格系统 *\/\n  .rm10rc-main-container .grid {\n    display: grid;\n    grid-auto-rows: 5.6rem;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid {\n      grid-auto-rows: 5.5rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .grid {\n      grid-auto-rows: 3.5rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .grid {\n      grid-auto-rows: 3rem;\n    }\n  }\n\n  @media (max-width: 400px) {\n    .rm10rc-main-container .grid {\n      grid-auto-rows: 2.25rem;\n    }\n  }\n\n  .rm10rc-main-container .grid .grid-item {\n    position: relative;\n    margin: 0.3rem;\n    overflow: hidden;\n    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);\n  }\n\n  .rm10rc-main-container .grid .grid-cell {\n    position: absolute;\n    transform: translate(-50%, -50%);\n    top: 50%;\n    left: 50%;\n    height: 100%;\n    width: 100%;\n    background: linear-gradient(136deg, #6258ae 0%, #201e3e 100%);\n    background-size: cover;\n    background-repeat: no-repeat;\n    background-position: center bottom;\n    padding: 1.5rem 1.25rem 1.5rem;\n    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .grid-cell {\n      padding: 1rem 1.25rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .grid .grid-cell {\n      padding: 1rem 0.75rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .grid-cell {\n      padding: 1rem 0.75rem !important;\n    }\n  }\n\n  .rm10rc-main-container .grid .grid-cell h2 {\n    font-size: 1.5rem;\n  }\n\n  @media (max-width: 1440px) {\n    .rm10rc-main-container .grid .grid-cell h2 {\n      font-size: 1.5rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .grid .grid-cell h2 {\n      font-size: 1.25rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .grid-cell h2 {\n      font-size: 1.1rem;\n    }\n  }\n\n  @media (max-width: 1280px) {\n    .rm10rc-main-container .grid .grid-cell h4 {\n      font-size: 1.25rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .grid .grid-cell h4 {\n      font-size: 1rem;\n    }\n  }\n\n  .rm10rc-main-container .grid .grid-cell p {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .grid-cell p {\n      font-size: 0.85rem;\n    }\n  }\n\n  \/* Grid Item 特殊背景定位 *\/\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .item-1 .grid-cell {\n      background-position: 50% 40%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .item-1 .grid-cell {\n      background-position: 58% 40%;\n    }\n  }\n\n  .rm10rc-main-container .grid .item-2 .grid-cell {\n    background-size: 125%;\n    background-position: 33% 50%;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .item-2 .grid-cell {\n      background-size: 113%;\n      background-position: 15% 64%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .item-2 .grid-cell {\n      background-size: cover;\n      background-position: 35% 65%;\n    }\n  }\n\n  .rm10rc-main-container .grid .item-3 .grid-cell {\n    background-position: 50% 64%;\n  }\n\n  .rm10rc-main-container .grid .item-4 .grid-cell {\n    background-position: 50% 45%;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .item-4 .grid-cell {\n      background-position: 50% 20%;\n    }\n  }\n\n  .rm10rc-main-container .grid .item-5 .grid-cell {\n    background-position: 50% 65%;\n  }\n\n  .rm10rc-main-container .grid .item-6 .grid-cell {\n    background-position: 50% 65%;\n  }\n\n  \/* Grid Item 7, 8, 9 (Black style) *\/\n  .rm10rc-main-container .grid .item-7 .grid-cell,\n  .rm10rc-main-container .grid .item-8 .grid-cell,\n  .rm10rc-main-container .grid .item-9 .grid-cell {\n    text-align: center;\n    padding: 1.5rem 1rem;\n    align-content: end;\n    background-color: #000000;\n    background-position: 50% 10%;\n  }\n\n  @media (max-width: 1353px) {\n    .rm10rc-main-container .grid .item-7 .grid-cell {\n      background-position: 50% 20%;\n    }\n\n    .rm10rc-main-container .grid .item-8 .grid-cell,\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      background-position: 50% 20%;\n      padding: 1.5rem 1rem 2rem;\n    }\n  }\n\n  @media (max-width: 1199px) {\n\n    .rm10rc-main-container .grid .item-7 .grid-cell,\n    .rm10rc-main-container .grid .item-8 .grid-cell,\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      background-position: 50% 20%;\n      padding: 1rem 1rem;\n    }\n\n    .rm10rc-main-container .grid .item-8 .grid-cell {\n      background-position: 50% 10%;\n    }\n  }\n\n  @media (max-width: 991px) {\n\n    .rm10rc-main-container .grid .item-7 .grid-cell,\n    .rm10rc-main-container .grid .item-8 .grid-cell,\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      background-size: 120%;\n      background-position: 50% 0%;\n      padding: 1.5rem 1rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .item-7 .grid-cell {\n      padding: 1.5rem 0.6rem 1.75rem !important;\n    }\n\n    .rm10rc-main-container .grid .item-8 .grid-cell {\n      padding: 1.5rem 0.5rem 2.25rem !important;\n    }\n\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      padding: 1.5rem 0.8rem 2.25rem !important;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .rm10rc-main-container .grid .item-7 .grid-cell {\n      padding: 1.5rem 0.5rem 2rem !important;\n    }\n\n    .rm10rc-main-container .grid .item-8 .grid-cell {\n      padding: 1.5rem 0.8rem 2.5rem !important;\n    }\n\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      padding: 1.5rem 0.8rem 2rem !important;\n    }\n  }\n\n  @media (max-width: 484px) {\n    .rm10rc-main-container .grid .item-8 .grid-cell {\n      padding: 1.5rem 0.8rem 2rem !important;\n    }\n  }\n\n  @media (max-width: 400px) {\n\n    .rm10rc-main-container .grid .item-7 .grid-cell,\n    .rm10rc-main-container .grid .item-8 .grid-cell,\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      padding: 1.5rem 0.5rem 0.75rem !important;\n    }\n  }\n\n  \/* Grid Layout Areas *\/\n  .rm10rc-main-container .grid .item-1 {\n    grid-area: 1 \/ 1 \/ span 4 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-2 {\n    grid-area: 1 \/ 4 \/ span 4 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-3 {\n    grid-area: 1 \/ 7 \/ span 3 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-4 {\n    grid-area: 1 \/ 10 \/ span 3 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-5 {\n    grid-area: 4 \/ 7 \/ span 3 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-6 {\n    grid-area: 4 \/ 10 \/ span 3 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-7 {\n    grid-area: 5 \/ 1 \/ span 2 \/ span 2;\n  }\n\n  .rm10rc-main-container .grid .item-8 {\n    grid-area: 5 \/ 3 \/ span 2 \/ span 2;\n  }\n\n  .rm10rc-main-container .grid .item-9 {\n    grid-area: 5 \/ 5 \/ span 2 \/ span 2;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 4 \/ span 5;\n    }\n\n    .rm10rc-main-container .grid .item-2 {\n      grid-area: 5 \/ 1 \/ span 4 \/ span 5;\n    }\n\n    .rm10rc-main-container .grid .item-3 {\n      grid-area: 1 \/ 6 \/ span 3 \/ span 3;\n    }\n\n    .rm10rc-main-container .grid .item-4 {\n      grid-area: 1 \/ 9 \/ span 3 \/ span 3;\n    }\n\n    .rm10rc-main-container .grid .item-5 {\n      grid-area: 6 \/ 6 \/ span 3 \/ span 3;\n    }\n\n    .rm10rc-main-container .grid .item-6 {\n      grid-area: 6 \/ 9 \/ span 3 \/ span 3;\n    }\n\n    .rm10rc-main-container .grid .item-7 {\n      grid-area: 4 \/ 6 \/ span 2 \/ span 2;\n    }\n\n    .rm10rc-main-container .grid .item-8 {\n      grid-area: 4 \/ 8 \/ span 2 \/ span 2;\n    }\n\n    .rm10rc-main-container .grid .item-9 {\n      grid-area: 4 \/ 10 \/ span 2 \/ span 2;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 6 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-2 {\n      grid-area: 1 \/ 7 \/ span 6 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-3 {\n      grid-area: 7 \/ 1 \/ span 5 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-4 {\n      grid-area: 7 \/ 7 \/ span 5 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-5 {\n      grid-area: 12 \/ 1 \/ span 5 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-6 {\n      grid-area: 12 \/ 7 \/ span 5 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-7 {\n      grid-area: 17 \/ 1 \/ span 4 \/ span 4;\n    }\n\n    .rm10rc-main-container .grid .item-8 {\n      grid-area: 17 \/ 5 \/ span 4 \/ span 4;\n    }\n\n    .rm10rc-main-container .grid .item-9 {\n      grid-area: 17 \/ 9 \/ span 4 \/ span 4;\n    }\n  }\n\n  \/* 选项卡卡片 *\/\n  .rm10rc-main-container .tab-card {\n    border: 1px solid #eaeaea;\n    transition: all 0.3s ease;\n    cursor: pointer;\n    border-radius: 15px;\n    background-color: transparent;\n  }\n\n  .rm10rc-main-container .tab-card:hover {\n    transform: translateY(-4px);\n  }\n\n  .rm10rc-main-container .tab-card.active {\n    border-color: #6f75ff;\n    box-shadow: 0 10px 30px rgba(111, 117, 255, 0.3);\n  }\n\n  .rm10rc-main-container .card-title {\n    color: #a1a1a1;\n  }\n\n  \/* 远程控制部分 *\/\n  .rm10rc-main-container .rm10rc-remotecontrol {\n    background: #262358;\n    overflow: hidden;\n    background: linear-gradient(180deg, rgb(38, 35, 88) 0%, rgb(0, 0, 0) 100%);\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .animated-text {\n    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(128, 129, 218) 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    display: inline-block;\n    min-width: 15ch;\n    white-space: nowrap;\n    overflow: hidden;\n    vertical-align: bottom;\n    line-height: 3rem;\n    min-height: 3rem;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .section {\n    padding: 80px 0;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .section img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .section-title {\n    font-size: 2rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .section-body {\n    font-size: 1.1rem;\n  }\n\n  @media (max-width: 767px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .section-title {\n      font-size: 1.5rem;\n    }\n\n    .rm10rc-main-container .rm10rc-remotecontrol .section-body {\n      font-size: 1rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .video-wrapper {\n    overflow: hidden;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .video-wrapper video {\n    object-fit: cover;\n    cursor: pointer;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .rounded-xl {\n    border-radius: 15px !important;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .after-video-wrapper {\n    clip-path: inset(0 50% 0 0);\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .z-10 {\n    z-index: 10;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .top-1 {\n    top: 1rem;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .left-1 {\n    left: 1rem;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .right-1 {\n    right: 1rem;\n  }\n\n  @media (min-width: 1200px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .top-lg-2 {\n      top: 2rem;\n    }\n\n    .rm10rc-main-container .rm10rc-remotecontrol .left-lg-2 {\n      left: 2rem;\n    }\n\n    .rm10rc-main-container .rm10rc-remotecontrol .right-lg-2 {\n      right: 2rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .hint-text.bg-black {\n    background: rgba(0, 0, 0, 0.8);\n    color: #fff;\n  }\n\n  @media (max-width: 767px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .hint-text.bg-black {\n      font-size: 1.2rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .slider-handle {\n    width: 1px;\n    cursor: ew-resize;\n    z-index: 9;\n    left: 0;\n    user-select: none;\n    -webkit-user-select: none;\n    transform: translateX(calc(50% - 2px));\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .slider-handle .after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 60px;\n    height: 60px;\n    border: 1px solid white;\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 2rem;\n    border-radius: 50%;\n    transform: translate(-50%, -50%);\n    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);\n    background-color: rgba(0, 0, 0, 0.5);\n    filter: drop-shadow(rgba(0, 0, 0, 0.07) 0px 4px 3px) drop-shadow(rgba(0, 0, 0, 0.06) 0px 2px 2px);\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .comparison-slider {\n    aspect-ratio: 9 \/ 12;\n    transform-style: preserve-3d;\n    cursor: pointer;\n  }\n\n  @media (min-width: 768px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .comparison-slider {\n      aspect-ratio: 16 \/ 9;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .comparison-slider {\n      border-radius: 0px !important;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .card * {\n    color: #6c757d;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .card.active h5 {\n    color: #6f75ff;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .card.active p {\n    color: #fff !important;\n  }\n\n  \/* 5G RedCap 动画 *\/\n  .rm10rc-main-container .rm10rc-5gredcap {\n    position: relative;\n    overflow: hidden;\n  }\n\n  .rm10rc-main-container .rm10rc-5gredcap .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 100%;\n    width: 100%;\n    background-color: black;\n    opacity: 0.5;\n    z-index: 1;\n  }\n\n  .rm10rc-main-container .rm10rc-5gredcap video {\n    position: absolute;\n    top: 50%;\n    left: 0%;\n    object-fit: cover;\n    width: 100%;\n    height: auto;\n    min-height: 100%;\n    z-index: -2;\n    transform: translateY(-50%);\n    z-index: 0;\n  }\n\n  .rm10rc-main-container .rm10rc-5gredcap .text-5gredcap {\n    font-weight: 800;\n    background: 50% 100% \/ 50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    font-size: 8vw;\n    animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;\n  }\n\n  @keyframes reveal {\n    80% {\n      letter-spacing: 8px;\n    }\n\n    100% {\n      background-size: 300% 300%;\n    }\n  }\n\n  @keyframes glow {\n    40% {\n      text-shadow: 0 0 8px #fff;\n    }\n  }\n\n  \/* 隐私合规 *\/\n  .rm10rc-main-container .rm10rc-privacy-partnetship .left-image {\n    position: sticky;\n    top: 0;\n    height: 100vh;\n    background-image: url(\"https:\/\/via.placeholder.com\/600x800\");\n    background-size: cover;\n    background-position: center;\n  }\n\n  .rm10rc-main-container .rm10rc-privacy-partnetship .right-text {\n    padding: 100px 20px;\n    min-height: 100vh;\n  }\n\n  .rm10rc-main-container .rm10rc-privacy-partnetship .text-section {\n    display: none;\n  }\n\n  .rm10rc-main-container .rm10rc-privacy-partnetship .text-section.active {\n    display: block;\n  }\n\n  \/* 特性切换器 *\/\n  .rm10rc-main-container .rm10rc-feature-switcher {\n    background-color: #000;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper {\n    position: relative;\n  }\n\n  @media (min-width: 992px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper {\n      border-bottom: none;\n      border-left: 1px solid #333;\n      padding-left: 20px;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav {\n    display: flex;\n    flex-direction: row;\n  }\n\n  @media (min-width: 992px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav {\n      flex-direction: column;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item {\n    cursor: pointer;\n    opacity: 0.4;\n    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n    padding-bottom: 15px;\n  }\n\n  @media (min-width: 992px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item {\n      padding-bottom: 0;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item {\n      display: none;\n    }\n\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item.active {\n      display: block;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item.active {\n    opacity: 1;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item:hover {\n    opacity: 1;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item h3 {\n    font-size: 24px;\n    margin: 0;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item .description-box {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item .description-box {\n      text-align: center;\n      transition: none;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .nav-indicator {\n    position: absolute;\n    background: #fff;\n    transition: transform 0.3s ease, height 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    z-index: 2;\n    width: 2px;\n    left: -1px;\n    top: 0;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .description-box .description {\n    font-size: 16px;\n    color: hsla(0, 0%, 100%, 0.85);\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .image-viewer {\n    position: relative;\n    aspect-ratio: 16 \/ 9;\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .image-viewer {\n      aspect-ratio: 1 \/ 1;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .image-viewer .feature-img {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: 0;\n    transition: opacity 0.8s ease;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .image-viewer .feature-img.active {\n    opacity: 1;\n    z-index: 1;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper {\n    overflow: hidden;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-container {\n    overflow-x: auto;\n    scrollbar-width: none;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-container::-webkit-scrollbar {\n    display: none;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-wrapper {\n    width: 100%;\n    background: #000;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-scroll-area {\n    overflow-x: auto;\n    scrollbar-width: none;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-scroll-area::-webkit-scrollbar {\n    display: none;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs {\n    display: flex;\n    flex-wrap: nowrap;\n    width: max-content;\n    position: relative;\n    padding: 0 10px;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs .mb-tab {\n    padding: 12px 10px;\n    font-size: 12px;\n    font-weight: 600;\n    color: #666;\n    cursor: pointer;\n    white-space: nowrap;\n    transition: color 0.3s;\n    border-bottom: 1px solid #333;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs .mb-tab.active {\n    color: #fff;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs .mb-tab-indicator {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    height: 2px;\n    background: #fff;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  \/* 对比部分 *\/\n  .rm10rc-main-container .rm10rc-compare-section {\n    background: #000;\n    padding: 8rem 0;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .title {\n    font-weight: 900;\n    font-size: 3.5rem;\n  }\n\n  @media (max-width: 1440px) {\n    .rm10rc-main-container .rm10rc-compare-section .title {\n      font-size: 3.25rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-compare-section .title {\n      font-size: 2.75rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .rm10rc-compare-section .title {\n      font-size: 2.25rem;\n    }\n  }\n\n  .gl-rounded {\n    border-radius: 15px !important;\n  }\n\n  .carousel-indicators,\n  .carousel-control-next,\n  .carousel-control-prev {\n    filter: invert(20%);\n  }\n\n  .carousel-multi-item .controls-top .btn-floating {\n    background: #F8CDCD;\n  }\n\n  .carousel-multi-item .carousel-indicators li {\n    height: .75rem;\n    width: .75rem;\n    max-width: .75rem;\n    background-color: #5cc6c3;\n  }\n\n  .carousel-multi-item .carousel-indicators .active {\n    height: 1rem;\n    width: 1rem;\n    max-width: 1rem;\n    background-color: #5cc6c3;\n  }\n\n  .carousel-multi-item .carousel-indicators {\n    margin-bottom: -1rem;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .font-gradient {\n    display: inline-block;\n    color: #17a2b8 !important;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-color: #01ffff;\n    background-image: linear-gradient(90deg, #00dbb8, #17a2b8);\n    position: relative;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header\u003ediv {\n    padding: 1rem 2rem;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header-mobile {\n    align-content: center;\n    position: sticky;\n    top: 66px;\n\n    @media(min-width: 1025px) {\n      top: 182px;\n    }\n\n    @media(min-width: 1061px) {\n      top: 124px;\n    }\n\n    background-color: #000;\n    z-index: 10;\n    padding: 1rem 0 2rem;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header-mobile h5 {\n    padding: 0.25rem 0 0.5rem;\n    font-size: 1.25rem;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header-mobile select {\n    font-size: 1rem;\n    font-weight: 500;\n    text-align: center;\n    width: 100%;\n    padding: 0.4rem 1.5rem 0.4rem 0.5rem;\n    background-color: #121214;\n    color: #fff;\n    border-color: #fff;\n    cursor: pointer;\n    border-radius: 5px;\n    appearance: none;\n    background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'\/%3e%3c\/svg%3e\");\n    background-repeat: no-repeat, repeat;\n    background-position: right 0.625em top 50%, 0 0;\n    background-size: 0.8em auto, 100%;\n    outline: 0;\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header-mobile select {\n      font-size: 0.75rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail {\n    color: #fff;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail:nth-child(odd) {\n    background-color: #1f2029;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv {\n    padding: 0.75rem 2rem;\n    align-self: center;\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv {\n      padding: 2rem 2rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h3 {\n    font-size: 1.25rem;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h3 {\n      font-size: 1.1rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h4 {\n    font-size: 1rem;\n    display: flex;\n    justify-content: start;\n    align-items: center;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h4 img {\n    width: 35px;\n    filter: brightness(100);\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h5 {\n    color: rgba(255, 255, 255, 0.5) !important;\n    font-size: 0.85rem;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h5 img {\n    width: 35px;\n    filter: brightness(1.2);\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv p {\n    margin-bottom: 0;\n    display: inline;\n    position: relative;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .order {\n    display: none;\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-compare-section .model-comparison .order {\n      display: none;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .order.selected {\n    display: block !important;\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-compare-section .model-comparison .order.selected {\n      display: block !important;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .badge {\n    color: #000;\n    background-color: #00dbb8;\n  }\n\n  \/* 场景部分 *\/\n  .rm10rc-scenarios {\n    max-width: 1200px;\n    margin: auto;\n  }\n\n  .rm10rc-scenarios .scenarios-image img {\n    width: 100%;\n    display: block;\n  }\n\n  .rm10rc-scenarios .scenarios-image {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    overflow: hidden;\n    border-radius: 12px;\n  }\n\n  .rm10rc-scenarios .scenarios-image .scene-img {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: 0;\n    transition: opacity 0.5s ease-in-out;\n    z-index: 1;\n  }\n\n  .rm10rc-scenarios .scenarios-image .scene-img.active {\n    opacity: 1;\n    z-index: 2;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    position: sticky;\n    top: 0;\n    z-index: 10;\n    padding-top: 25px;\n    width: 100%;\n    margin-top: 2rem;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .tab.active {\n    color: #fff;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .scenarios-tabs-wrapper {\n    overflow-x: auto;\n    scrollbar-width: none;\n    -webkit-overflow-scrolling: touch;\n    padding: 10px 0;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .scenarios-tabs-wrapper::-webkit-scrollbar {\n    display: none;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .scenarios-tabs-bg {\n    position: relative;\n    display: flex;\n    flex-wrap: nowrap;\n    width: max-content;\n    background-color: #1a1a1a;\n    border-radius: 50px;\n    padding: 5px;\n    margin: 0 auto;\n    z-index: 1;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .scenarios-tabs-bg .tab-sliding-indicator {\n    position: absolute;\n    top: 5px;\n    left: 0;\n    height: calc(100% - 10px);\n    background-color: var(--rm10rc);\n    border-radius: 40px;\n    z-index: 0;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    width: var(--indicator-width, 0);\n    transform: translateX(var(--indicator-left, 0));\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .tab {\n    position: relative;\n    z-index: 2;\n    background: transparent !important;\n    border: none;\n    color: #888;\n    padding: 10px 25px;\n    font-weight: 600;\n    transition: color 0.3s;\n    white-space: nowrap;\n    border-radius: 40px;\n    outline: none !important;\n  }\n\n  .rm10rc-scenarios .scenarios-content {\n    margin-top: 28px;\n    text-align: center;\n  }\n\n  .rm10rc-scenarios .tab-content {\n    display: none;\n  }\n\n  .rm10rc-scenarios .tab-content.active {\n    display: block;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs-bg {\n    display: inline-flex;\n    gap: 8px;\n    background: #2d2d2d;\n    border-radius: 999px;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs-bg .tab {\n    padding: 8px 20px;\n    border-radius: 999px;\n    border: none;\n    background: transparent;\n    color: #a1a1a1;\n    cursor: pointer;\n    font-weight: 500;\n  }\n\n  \/* 洞察卡片 *\/\n  .insight-card {\n    position: relative;\n    transition: all 0.3s ease-in-out;\n    border: 1px solid rgba(0, 0, 0, 0.05);\n  }\n\n  .insight-card:hover {\n    transform: translateY(-8px);\n    background-color: transparent;\n    border-color: #6f75ff;\n  }\n\n  .press-logo {\n    max-height: 35px;\n    width: auto;\n    object-fit: contain;\n  }\n\n  \/* 基础变量 *\/\n  .rm10rc-main-container {\n    --rm10rc: #5155d1;\n  }\n\n  \/* 文本样式 *\/\n  .rm10rc-main-container .text-rm10rc {\n    color: var(--rm10rc);\n  }\n\n  .rm10rc-main-container .text-rm10rc-secondary {\n    color: #a296f9;\n  }\n\n  .rm10rc-main-container .rm10rc-gradient-text {\n    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(128, 129, 218, 1) 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .rm10rc-main-container .bg-rm10rc {\n    background-color: var(--rm10rc);\n  }\n\n  \/* 按钮样式 *\/\n  .rm10rc-main-container .btn-round-rm10rc {\n    background-color: var(--rm10rc);\n    color: #fff;\n    border-radius: 50px;\n    padding: 1rem 2rem;\n    text-transform: uppercase;\n    font-weight: bold;\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .btn-round-rm10rc {\n      min-height: 50px;\n      border-radius: 50px;\n      padding: 1rem 2rem;\n      text-transform: uppercase;\n      font-weight: bold;\n    }\n  }\n\n  .rm10rc-main-container .btn-round-rm10rc:hover {\n    background-color: #fff;\n    color: #6f75ff;\n    border-color: #6f75ff;\n  }\n\n  \/* Mailchimp 订阅表单 *\/\n  .rm10rc-main-container #mc_embed_shell {\n    justify-items: center;\n  }\n\n  .rm10rc-main-container #mc_embed_shell input {\n    border: medium none;\n    color: gray;\n    font-size: 16px;\n    padding: 8px 25px;\n    width: auto;\n    height: 50px;\n    border-radius: 25px 0px 0px 25px;\n  }\n\n  @media (max-width: 575.98px) {\n    .rm10rc-main-container #mc_embed_shell input {\n      width: 100%;\n      height: 40px;\n      font-size: 13px;\n    }\n  }\n\n  .rm10rc-main-container #mc_embed_shell input.email {\n    background: #fff;\n  }\n\n  @media (max-width: 575.98px) {\n    .rm10rc-main-container #mc_embed_shell input.email {\n      font-size: 13px;\n    }\n  }\n\n  .rm10rc-main-container #mc_embed_shell input[type=\"submit\"] {\n    background-color: var(--rm10rc);\n    text-align: center;\n    transition: 0.5s;\n    background-size: 200% auto;\n    font-weight: bold;\n    color: white;\n    border-radius: 0 25px 25px 0;\n    display: block;\n    margin: 0;\n  }\n\n  .rm10rc-main-container #mc_embed_shell input[type=\"submit\"]:hover {\n    background-color: #6f75ff;\n    background-position: right center;\n    color: #fff;\n    text-decoration: none;\n  }\n\n  .rm10rc-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n    width: auto;\n    justify-content: start;\n  }\n\n  @media (max-width: 991.98px) {\n    .rm10rc-main-container #mc_embed_shell #mc-embedded-subscribe-form {\n      margin: auto;\n      justify-content: center;\n    }\n  }\n\n  \/* 视频头部 *\/\n  .rm10rc-main-container .video-header-rm10rc {\n    position: relative;\n    background-color: black;\n    height: 55rem;\n    min-height: 25rem;\n    width: 100%;\n    overflow: hidden;\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .video-header-rm10rc {\n      height: 35rem;\n      aspect-ratio: 1 \/ 1;\n    }\n  }\n\n  .rm10rc-main-container .video-header-rm10rc .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 100%;\n    width: 100%;\n    background-color: black;\n    opacity: 0.25;\n    z-index: 1;\n  }\n\n  .rm10rc-main-container .video-header-rm10rc video {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    min-width: 100%;\n    min-height: 100%;\n    width: auto;\n    height: auto;\n    z-index: 0;\n    -ms-transform: translateX(-50%) translateY(-50%);\n    -moz-transform: translateX(-50%) translateY(-50%);\n    -webkit-transform: translateX(-50%) translateY(-50%);\n    transform: translateX(-50%) translateY(-50%);\n  }\n\n  .rm10rc-main-container .video-header-rm10rc .container {\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* Grid 网格系统 *\/\n  .rm10rc-main-container .grid {\n    display: grid;\n    grid-auto-rows: 5.6rem;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid {\n      grid-auto-rows: 5.5rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .grid {\n      grid-auto-rows: 3.5rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .grid {\n      grid-auto-rows: 3rem;\n    }\n  }\n\n  @media (max-width: 400px) {\n    .rm10rc-main-container .grid {\n      grid-auto-rows: 2.25rem;\n    }\n  }\n\n  .rm10rc-main-container .grid .grid-item {\n    position: relative;\n    margin: 0.3rem;\n    overflow: hidden;\n    box-shadow: 0px 0px 5px #00000033;\n  }\n\n  .rm10rc-main-container .grid .grid-cell {\n    position: absolute;\n    transform: translate(-50%, -50%);\n    top: 50%;\n    left: 50%;\n    height: 100%;\n    width: 100%;\n    background: linear-gradient(136deg, #6258ae 0%, #201e3e 100%);\n    background-size: cover;\n    background-repeat: no-repeat;\n    background-position: center bottom;\n    padding: 1.5rem 1.25rem 1.5rem;\n    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .grid-cell {\n      padding: 1rem 1.25rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .grid .grid-cell {\n      padding: 1rem 0.75rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .grid-cell {\n      padding: 1rem 0.75rem !important;\n    }\n  }\n\n  .rm10rc-main-container .grid .grid-cell h2 {\n    font-size: 1.5rem;\n  }\n\n  @media (max-width: 1440px) {\n    .rm10rc-main-container .grid .grid-cell h2 {\n      font-size: 1.5rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .grid .grid-cell h2 {\n      font-size: 1.25rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .grid-cell h2 {\n      font-size: 1.1rem;\n    }\n  }\n\n  @media (max-width: 1280px) {\n    .rm10rc-main-container .grid .grid-cell h4 {\n      font-size: 1.25rem;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .rm10rc-main-container .grid .grid-cell h4 {\n      font-size: 1rem;\n    }\n  }\n\n  .rm10rc-main-container .grid .grid-cell p {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .grid-cell p {\n      font-size: 0.85rem;\n    }\n  }\n\n  \/* Grid Items 背景逻辑 *\/\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .item-1 .grid-cell {\n      background-position: 50% 40%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .item-1 .grid-cell {\n      background-position: 58% 40%;\n    }\n  }\n\n  .rm10rc-main-container .grid .item-2 .grid-cell {\n    background-size: 125%;\n    background-position: 33% 50%;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .item-2 .grid-cell {\n      background-size: 113%;\n      background-position: 15% 64%;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .item-2 .grid-cell {\n      background-size: cover;\n      background-position: 35% 65%;\n    }\n  }\n\n  .rm10rc-main-container .grid .item-3 .grid-cell {\n    background-position: 50% 64%;\n  }\n\n  .rm10rc-main-container .grid .item-4 .grid-cell {\n    background-position: 50% 45%;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .item-4 .grid-cell {\n      background-position: 50% 20%;\n    }\n  }\n\n  .rm10rc-main-container .grid .item-5 .grid-cell {\n    background-position: 50% 65%;\n  }\n\n  .rm10rc-main-container .grid .item-6 .grid-cell {\n    background-position: 50% 65%;\n  }\n\n  .rm10rc-main-container .grid .item-7 .grid-cell,\n  .rm10rc-main-container .grid .item-8 .grid-cell,\n  .rm10rc-main-container .grid .item-9 .grid-cell {\n    text-align: center;\n    padding: 1.5rem 1rem;\n    align-content: end;\n    background-color: #000000;\n    background-position: 50% 10%;\n  }\n\n  @media (max-width: 1353px) {\n    .rm10rc-main-container .grid .item-7 .grid-cell {\n      background-position: 50% 20%;\n    }\n\n    .rm10rc-main-container .grid .item-8 .grid-cell,\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      background-position: 50% 20%;\n      padding: 1.5rem 1rem 2rem;\n    }\n  }\n\n  @media (max-width: 1199px) {\n\n    .rm10rc-main-container .grid .item-7 .grid-cell,\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      background-position: 50% 20%;\n      padding: 1rem 1rem;\n    }\n\n    .rm10rc-main-container .grid .item-8 .grid-cell {\n      background-position: 50% 10%;\n      padding: 1rem 1rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n\n    .rm10rc-main-container .grid .item-7 .grid-cell,\n    .rm10rc-main-container .grid .item-8 .grid-cell,\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      background-size: 120%;\n      background-position: 50% 0%;\n      padding: 1.5rem 1rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .grid .item-7 .grid-cell {\n      padding: 1.5rem 0.6rem 1.75rem !important;\n    }\n\n    .rm10rc-main-container .grid .item-8 .grid-cell {\n      padding: 1.5rem 0.5rem 2.25rem !important;\n    }\n\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      padding: 1.5rem 0.8rem 2.25rem !important;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .rm10rc-main-container .grid .item-7 .grid-cell {\n      padding: 1.5rem 0.5rem 2rem !important;\n    }\n\n    .rm10rc-main-container .grid .item-8 .grid-cell {\n      padding: 1.5rem 0.8rem 2.5rem !important;\n    }\n\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      padding: 1.5rem 0.8rem 2rem !important;\n    }\n  }\n\n  @media (max-width: 484px) {\n    .rm10rc-main-container .grid .item-8 .grid-cell {\n      padding: 1.5rem 0.8rem 2rem !important;\n    }\n  }\n\n  @media (max-width: 400px) {\n\n    .rm10rc-main-container .grid .item-7 .grid-cell,\n    .rm10rc-main-container .grid .item-8 .grid-cell,\n    .rm10rc-main-container .grid .item-9 .grid-cell {\n      padding: 1.5rem 0.5rem 0.75rem !important;\n    }\n  }\n\n  \/* Grid Layout Areas *\/\n  .rm10rc-main-container .grid .item-1 {\n    grid-area: 1 \/ 1 \/ span 4 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-2 {\n    grid-area: 1 \/ 4 \/ span 4 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-3 {\n    grid-area: 1 \/ 7 \/ span 3 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-4 {\n    grid-area: 1 \/ 10 \/ span 3 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-5 {\n    grid-area: 4 \/ 7 \/ span 3 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-6 {\n    grid-area: 4 \/ 10 \/ span 3 \/ span 3;\n  }\n\n  .rm10rc-main-container .grid .item-7 {\n    grid-area: 5 \/ 1 \/ span 2 \/ span 2;\n  }\n\n  .rm10rc-main-container .grid .item-8 {\n    grid-area: 5 \/ 3 \/ span 2 \/ span 2;\n  }\n\n  .rm10rc-main-container .grid .item-9 {\n    grid-area: 5 \/ 5 \/ span 2 \/ span 2;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 4 \/ span 5;\n    }\n\n    .rm10rc-main-container .grid .item-2 {\n      grid-area: 5 \/ 1 \/ span 4 \/ span 5;\n    }\n\n    .rm10rc-main-container .grid .item-3 {\n      grid-area: 1 \/ 6 \/ span 3 \/ span 3;\n    }\n\n    .rm10rc-main-container .grid .item-4 {\n      grid-area: 1 \/ 9 \/ span 3 \/ span 3;\n    }\n\n    .rm10rc-main-container .grid .item-5 {\n      grid-area: 6 \/ 6 \/ span 3 \/ span 3;\n    }\n\n    .rm10rc-main-container .grid .item-6 {\n      grid-area: 6 \/ 9 \/ span 3 \/ span 3;\n    }\n\n    .rm10rc-main-container .grid .item-7 {\n      grid-area: 4 \/ 6 \/ span 2 \/ span 2;\n    }\n\n    .rm10rc-main-container .grid .item-8 {\n      grid-area: 4 \/ 8 \/ span 2 \/ span 2;\n    }\n\n    .rm10rc-main-container .grid .item-9 {\n      grid-area: 4 \/ 10 \/ span 2 \/ span 2;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .grid .item-1 {\n      grid-area: 1 \/ 1 \/ span 6 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-2 {\n      grid-area: 1 \/ 7 \/ span 6 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-3 {\n      grid-area: 7 \/ 1 \/ span 5 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-4 {\n      grid-area: 7 \/ 7 \/ span 5 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-5 {\n      grid-area: 12 \/ 1 \/ span 5 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-6 {\n      grid-area: 12 \/ 7 \/ span 5 \/ span 6;\n    }\n\n    .rm10rc-main-container .grid .item-7 {\n      grid-area: 17 \/ 1 \/ span 4 \/ span 4;\n    }\n\n    .rm10rc-main-container .grid .item-8 {\n      grid-area: 17 \/ 5 \/ span 4 \/ span 4;\n    }\n\n    .rm10rc-main-container .grid .item-9 {\n      grid-area: 17 \/ 9 \/ span 4 \/ span 4;\n    }\n  }\n\n  \/* Tab Card *\/\n  .rm10rc-main-container .tab-card {\n    border: 1px solid #eaeaea;\n    transition: all 0.3s ease;\n    cursor: pointer;\n    border-radius: 15px;\n    background-color: transparent;\n  }\n\n  .rm10rc-main-container .tab-card:hover {\n    transform: translateY(-4px);\n  }\n\n  .rm10rc-main-container .tab-card.active {\n    border-color: #6f75ff;\n    box-shadow: 0 10px 30px rgba(111, 117, 255, 0.3);\n  }\n\n  .rm10rc-main-container .card-title {\n    color: #a1a1a1;\n  }\n\n  \/* Remote Control Section *\/\n  .rm10rc-main-container .rm10rc-remotecontrol {\n    background: #262358;\n    overflow: hidden;\n    background: linear-gradient(180deg, rgba(38, 35, 88, 1) 0%, rgba(0, 0, 0, 1) 100%);\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .animated-text {\n    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(128, 129, 218, 1) 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    display: inline-block;\n    min-width: 15ch;\n    white-space: nowrap;\n    overflow: hidden;\n    vertical-align: bottom;\n    line-height: 3rem;\n    min-height: 3rem;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .section {\n    padding: 80px 0;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .section img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .section-title {\n    font-size: 2rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .section-body {\n    font-size: 1.1rem;\n  }\n\n  @media (max-width: 767px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .section-title {\n      font-size: 1.5rem;\n    }\n\n    .rm10rc-main-container .rm10rc-remotecontrol .section-body {\n      font-size: 1rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .video-wrapper {\n    overflow: hidden;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .video-wrapper video {\n    object-fit: cover;\n    cursor: pointer;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .rounded-xl {\n    border-radius: 15px !important;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .after-video-wrapper {\n    clip-path: inset(0 50% 0 0);\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .z-10 {\n    z-index: 10;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .top-1 {\n    top: 1rem;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .left-1 {\n    left: 1rem;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .right-1 {\n    right: 1rem;\n  }\n\n  @media (min-width: 1200px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .top-lg-2 {\n      top: 2rem;\n    }\n\n    .rm10rc-main-container .rm10rc-remotecontrol .left-lg-2 {\n      left: 2rem;\n    }\n\n    .rm10rc-main-container .rm10rc-remotecontrol .right-lg-2 {\n      right: 2rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .hint-text.bg-black {\n    background: rgba(81, 85, 209, 0.8);\n    color: #fff;\n  }\n\n  @media (max-width: 767px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .hint-text.bg-black {\n      font-size: 1.2rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .slider-handle {\n    width: 1px;\n    cursor: ew-resize;\n    z-index: 9;\n    left: 0;\n    user-select: none;\n    -webkit-user-select: none;\n    transform: translateX(calc(50% - 2px));\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .slider-handle .after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 60px;\n    height: 60px;\n    border: 1px solid white;\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 2rem;\n    border-radius: 50%;\n    transform: translate(-50%, -50%);\n    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);\n    background-color: rgba(0, 0, 0, 0.5);\n    filter: drop-shadow(rgba(0, 0, 0, 0.07) 0px 4px 3px) drop-shadow(rgba(0, 0, 0, 0.06) 0px 2px 2px);\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .comparison-slider {\n    aspect-ratio: 4 \/ 3;\n    transform-style: preserve-3d;\n    cursor: pointer;\n  }\n\n  @media (min-width: 768px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .comparison-slider {\n      aspect-ratio: 16 \/ 9;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .rm10rc-main-container .rm10rc-remotecontrol .comparison-slider {\n      border-radius: 0px !important;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .card * {\n    color: #6c757d;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .card.active h5 {\n    color: #6f75ff;\n  }\n\n  .rm10rc-main-container .rm10rc-remotecontrol .card.active p {\n    color: #fff !important;\n  }\n\n  \/* 5G RedCap Section *\/\n  .rm10rc-main-container .rm10rc-5gredcap {\n    position: relative;\n    overflow: hidden;\n  }\n\n  .rm10rc-main-container .rm10rc-5gredcap .overlay {\n    position: absolute;\n    top: 0;\n    left: 0;\n    height: 100%;\n    width: 100%;\n    background-color: black;\n    opacity: 0.5;\n    z-index: 1;\n  }\n\n  .rm10rc-main-container .rm10rc-5gredcap video {\n    position: absolute;\n    top: 50%;\n    left: 0%;\n    object-fit: cover;\n    width: 100%;\n    height: auto;\n    min-height: 100%;\n    z-index: 0;\n    transform: translateY(-50%);\n  }\n\n  .rm10rc-main-container .rm10rc-5gredcap .text-5gredcap {\n    font-weight: 800;\n    background: 50% 100% \/ 50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    font-size: 8vw;\n    animation: reveal 3000ms ease-in-out forwards 200ms, glow 2500ms linear infinite 2000ms;\n  }\n\n  @keyframes reveal {\n    80% {\n      letter-spacing: 8px;\n    }\n\n    100% {\n      background-size: 300% 300%;\n    }\n  }\n\n  @keyframes glow {\n    40% {\n      text-shadow: 0 0 8px #fff;\n    }\n  }\n\n  \/* Privacy Partnership *\/\n  .rm10rc-main-container .rm10rc-privacy-partnetship .left-image {\n    position: sticky;\n    top: 0;\n    height: 100vh;\n    background-image: url(\"https:\/\/via.placeholder.com\/600x800\");\n    background-size: cover;\n    background-position: center;\n  }\n\n  .rm10rc-main-container .rm10rc-privacy-partnetship .right-text {\n    padding: 100px 20px;\n    min-height: 100vh;\n  }\n\n  .rm10rc-main-container .rm10rc-privacy-partnetship .text-section {\n    display: none;\n  }\n\n  .rm10rc-main-container .rm10rc-privacy-partnetship .text-section.active {\n    display: block;\n  }\n\n  \/* Feature Switcher *\/\n  .rm10rc-main-container .rm10rc-feature-switcher {\n    background-color: #000;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper {\n    position: relative;\n  }\n\n  @media (min-width: 992px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper {\n      border-bottom: none;\n      border-left: 1px solid #333;\n      padding-left: 20px;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav {\n    display: flex;\n    flex-direction: row;\n  }\n\n  @media (min-width: 992px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav {\n      flex-direction: column;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item {\n    cursor: pointer;\n    opacity: 0.4;\n    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);\n    padding-bottom: 15px;\n  }\n\n  @media (min-width: 992px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item {\n      padding-bottom: 0;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item {\n      display: none;\n    }\n\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item.active {\n      display: block;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item.active,\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item:hover {\n    opacity: 1;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item h3 {\n    font-size: 24px;\n    margin: 0;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item .description-box {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .feature-nav-item .description-box {\n      text-align: center;\n      transition: none;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .feature-nav-wrapper .nav-indicator {\n    position: absolute;\n    background: #fff;\n    transition: transform 0.3s ease, height 0.4s cubic-bezier(0.4, 0, 0.2, 1), width 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    z-index: 2;\n    width: 2px;\n    left: -1px;\n    top: 0;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .description-box .description {\n    font-size: 16px;\n    color: hsla(0, 0%, 100%, 0.85);\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .image-viewer {\n    position: relative;\n    aspect-ratio: 16 \/ 9;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .image-viewer .feature-img {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: 0;\n    transition: opacity 0.8s ease;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .image-viewer .feature-img.active {\n    opacity: 1;\n    z-index: 1;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper {\n    overflow: hidden;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-container {\n    overflow-x: auto;\n    scrollbar-width: none;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-container::-webkit-scrollbar {\n    display: none;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-wrapper {\n    width: 100%;\n    background: #000;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-wrapper .mb-tabs-scroll-area {\n    overflow-x: auto;\n    scrollbar-width: none;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-wrapper .mb-tabs-scroll-area::-webkit-scrollbar {\n    display: none;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-wrapper .mb-tabs {\n    display: flex;\n    flex-wrap: nowrap;\n    width: max-content;\n    position: relative;\n    padding: 0 10px;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-wrapper .mb-tabs .mb-tab {\n    padding: 12px 10px;\n    font-size: 12px;\n    font-weight: 600;\n    color: #666;\n    cursor: pointer;\n    white-space: nowrap;\n    transition: color 0.3s;\n    border-bottom: 1px solid #333;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-wrapper .mb-tabs .mb-tab.active {\n    color: #fff;\n  }\n\n  .rm10rc-main-container .rm10rc-feature-switcher .mb-tabs-wrapper .mb-tabs-wrapper .mb-tabs .mb-tab-indicator {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    height: 2px;\n    background: #fff;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  \/* Compare Section *\/\n  .rm10rc-main-container .rm10rc-compare-section {\n    background: #000;\n    padding: 8rem 0;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .title {\n    font-weight: 900;\n    font-size: 3.5rem;\n  }\n\n  @media (max-width: 1440px) {\n    .rm10rc-main-container .rm10rc-compare-section .title {\n      font-size: 3.25rem;\n    }\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-compare-section .title {\n      font-size: 2.75rem;\n    }\n  }\n\n  @media (max-width: 576px) {\n    .rm10rc-main-container .rm10rc-compare-section .title {\n      font-size: 2.25rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .font-gradient {\n    display: inline-block;\n    color: #17a2b8 !important;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-color: #01ffff;\n    background-image: linear-gradient(90deg, #00dbb8, #17a2b8);\n    position: relative;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header\u003ediv {\n    padding: 1rem 2rem;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header-mobile {\n    align-content: center;\n    position: sticky;\n    top: 64px;\n    background-color: #000;\n    z-index: 10;\n    padding: 1rem 0 2rem;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header-mobile h5 {\n    padding: 0.25rem 0 0.5rem;\n    font-size: 1.25rem;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header-mobile select {\n    font-size: 1rem;\n    font-weight: 500;\n    text-align: center;\n    width: 100%;\n    padding: 0.4rem 1.5rem 0.4rem 0.5rem;\n    background-color: #121214;\n    color: #fff;\n    border-color: #fff;\n    cursor: pointer;\n    border-radius: 5px;\n    appearance: none;\n    background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'\/%3e%3c\/svg%3e\");\n    background-repeat: no-repeat, repeat;\n    background-position: right 0.625em top 50%, 0 0;\n    background-size: 0.8em auto, 100%;\n    outline: 0;\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparison-header-mobile select {\n      font-size: 0.75rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail {\n    color: #fff;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail:nth-child(odd) {\n    background-color: #1f2029;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv {\n    padding: 0.75rem 2rem;\n    align-self: center;\n  }\n\n  @media (max-width: 991px) {\n    .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv {\n      padding: 2rem 2rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h3 {\n    font-size: 1.25rem;\n  }\n\n  @media (max-width: 1199px) {\n    .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h3 {\n      font-size: 1.1rem;\n    }\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h4 {\n    font-size: 1rem;\n    display: flex;\n    justify-content: start;\n    align-items: center;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h4 img {\n    width: 35px;\n    filter: brightness(100);\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h5 {\n    color: rgba(255, 255, 255, 0.5) !important;\n    font-size: 0.85rem;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv h5 img {\n    width: 35px;\n    filter: brightness(1.2);\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .model-comparisonp-detail\u003ediv p {\n    margin-bottom: 0;\n    display: inline;\n    position: relative;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .order {\n    display: none;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .order.selected {\n    display: block !important;\n  }\n\n  .rm10rc-main-container .rm10rc-compare-section .model-comparison .badge {\n    color: #000;\n    background-color: #00dbb8;\n  }\n\n  \/* Scenarios Section (Outside Container) *\/\n  .rm10rc-scenarios {\n    max-width: 1200px;\n    margin: auto;\n  }\n\n  .rm10rc-scenarios .scenarios-image {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    overflow: hidden;\n    border-radius: 12px;\n  }\n\n  .rm10rc-scenarios .scenarios-image img {\n    width: 100%;\n    display: block;\n  }\n\n  .rm10rc-scenarios .scenarios-image .scene-img {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: 0;\n    transition: opacity 0.5s ease-in-out;\n    z-index: 1;\n  }\n\n  .rm10rc-scenarios .scenarios-image .scene-img.active {\n    opacity: 1;\n    z-index: 2;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    position: sticky;\n    top: 0;\n    z-index: 10;\n    padding-top: 25px;\n    width: 100%;\n    margin-top: 2rem;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .scenarios-tabs-wrapper {\n    overflow-x: auto;\n    scrollbar-width: none;\n    -webkit-overflow-scrolling: touch;\n    padding: 10px 0;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .scenarios-tabs-wrapper::-webkit-scrollbar {\n    display: none;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .scenarios-tabs-bg {\n    position: relative;\n    display: flex;\n    flex-wrap: nowrap;\n    width: max-content;\n    background-color: #1a1a1a;\n    border-radius: 50px;\n    padding: 5px;\n    margin: 0 auto;\n    z-index: 1;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .scenarios-tabs-bg .tab-sliding-indicator {\n    position: absolute;\n    top: 5px;\n    left: 0;\n    height: calc(100% - 10px);\n    background-color: var(--rm10rc);\n    border-radius: 40px;\n    z-index: 0;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    width: var(--indicator-width, 0);\n    transform: translateX(var(--indicator-left, 0));\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .tab {\n    position: relative;\n    z-index: 2;\n    background: transparent !important;\n    border: none;\n    color: #888;\n    padding: 10px 25px;\n    font-weight: 600;\n    transition: color 0.3s;\n    white-space: nowrap;\n    border-radius: 40px;\n    outline: none !important;\n  }\n\n  .rm10rc-scenarios .scenarios-tabs .tab.active {\n    color: #fff;\n  }\n\n  .rm10rc-scenarios .scenarios-content {\n    margin-top: 28px;\n    text-align: center;\n  }\n\n  .rm10rc-scenarios .tab-content {\n    display: none;\n  }\n\n  .rm10rc-scenarios .tab-content.active {\n    display: block;\n  }\n\n  \/* Insight Card *\/\n  .insight-card {\n    position: relative;\n    transition: all 0.3s ease-in-out;\n    border: 1px solid rgba(0, 0, 0, 0.05);\n  }\n\n  .insight-card:hover {\n    transform: translateY(-8px);\n    background-color: transparent;\n    border-color: #6f75ff;\n  }\n\n  \/* Press Logo *\/\n  .press-logo {\n    max-height: 35px;\n    width: auto;\n    object-fit: contain;\n  }\n\u003c\/style\u003e\n\u003cmain class=\"rm10rc-main-container\"\u003e\n\n\n  \u003csection class=\"video-header-rm10rc\" id=\"subscribe\"\u003e\n    \u003cdiv class=\"overlay\"\u003e\u003c\/div\u003e\n    \u003cvideo playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"muted\" loop=\"loop\"\u003e\n      \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_bg_teaser.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n    \u003cdiv class=\"container h-100\"\u003e\n      \u003cdiv class=\"d-flex h-100 text-center align-items-center\"\u003e\n        \u003cdiv class=\"w-100 text-white\"\u003e\n          \u003ch1 class=\"font-weight-bold\"\u003eMeet Comet 5G\u003c\/h1\u003e\n          \u003ch3 class=\"mb-0\"\u003eWorld's First 5G RedCap Wi-Fi 6 Remote KVM\u003c\/h3\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- Introduction --\u003e\n  \u003csection class=\"p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center align-items-center\"\u003e\n        \u003cdiv class=\"col-12 col-md-12 col-lg-7 col-xl-7 mb-4\"\u003e\n          \u003ch2 class=\"font-weight-bold text-left\"\u003eRemote KVM over 5G RedCap\u003c\/h2\u003e\n\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-rm10rc\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-rm10rc\"\u003e5G RedCap Connectivity\u003c\/span\u003e: Independent out-of-band access\n                even when the LAN is misconfigured\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-rm10rc\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-rm10rc\"\u003eMulti-Network Auto-Failover\u003c\/span\u003e: Switches from Ethernet\/Wi-Fi\n                to 5G\/4G when the primary path goes down\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-rm10rc\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-rm10rc\"\u003eNearby Control\u003c\/span\u003e: Self-contained wireless signal for\n                instant local BIOS access, independent of site network\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-rm10rc\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-rm10rc\"\u003e64GB eMMC Storage\u003c\/span\u003e: Built-in image repository for remote\n                OS and firmware deployment\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-rm10rc\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-rm10rc\"\u003eBrowser-Based Access\u003c\/span\u003e: Remote control from Windows, macOS\n                or Linux, no app required\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"d-flex mb-2\"\u003e\n            \u003cdiv class=\"pr-2 text-rm10rc\"\u003e\u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cp class=\"mb-0\"\u003e\u003cspan class=\"text-rm10rc\"\u003e4K@30FPS Video\u003c\/span\u003e: Crisp visuals with H.264 encoding\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pt-2\"\u003e\n            \u003ca class=\"btn btn-round btn-round-rm10rc mt-3 mr-3\" href=\"#specs\"\u003eView Specs\u003c\/a\u003e\n            \u003ca class=\"btn btn-round btn-outline-secondary mt-3\" href=\"\/support\/gl-rm10rc\/\" target=\"_blank\"\u003eOnline\n              Guide\u003c\/a\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-10 col-lg-5 py-4\"\u003e\n\n\n          \u003cdiv class=\"product_carousel\"\u003e\n            \u003cul class=\"product-show-list\"\u003e\n              \u003cli class=\"item active\" data-type=\"Photos\"\u003e\n                \u003cdiv id=\"carouselExampleIndicators\" class=\"carousel slide\" data-ride=\"carousel\"\u003e\n                  \u003col class=\"carousel-indicators\"\u003e\n\n                    \u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"0\" class=\"\"\u003e\n\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"1\" class=\"\"\u003e\n\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"2\"\u003e\n\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"3\"\u003e\n\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"4\"\u003e\n\n                    \u003c\/li\u003e\n\u003cli data-target=\"#carouselExampleIndicators\" data-slide-to=\"5\"\u003e\n\n                  \u003c\/li\u003e\n\u003c\/ol\u003e\n\n                  \u003cdiv class=\"carousel-inner\"\u003e\n\n                    \u003cdiv class=\"carousel-item\"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_1.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_1.jpg\" type=\"image\/jpg\"\u003e\n                        \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_1.jpg\" alt=\"Comet 5G (GL-RM10RC) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"carousel-item active\"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_2.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_2.jpg\" type=\"image\/jpg\"\u003e\n                        \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_2.jpg\" alt=\"Comet 5G (GL-RM10RC) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"carousel-item \"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_3.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_3.jpg\" type=\"image\/jpg\"\u003e\n                        \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_3.jpg\" alt=\"Comet 5G (GL-RM10RC) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"carousel-item \"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_4.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_4.jpg\" type=\"image\/jpg\"\u003e\n                        \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_4.jpg\" alt=\"Comet 5G (GL-RM10RC) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"carousel-item \"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_5.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_5.jpg\" type=\"image\/jpg\"\u003e\n                        \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_5.jpg\" alt=\"Comet 5G (GL-RM10RC) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"carousel-item \"\u003e\n                      \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_6.webp\" type=\"image\/webp\"\u003e\n                        \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_6.jpg\" type=\"image\/jpg\"\u003e\n                        \u003cimg class=\"d-block w-100\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_6.jpg\" alt=\"Comet 5G (GL-RM10RC) Product Photos\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                    \u003c\/div\u003e\n\n\n                    \u003ca class=\"carousel-control-prev\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"prev\"\u003e\n                      \u003cspan class=\"carousel-control-prev-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                      \u003cspan class=\"sr-only\"\u003ePrevious\u003c\/span\u003e\n                    \u003c\/a\u003e\n\n                    \u003ca class=\"carousel-control-next\" href=\"#carouselExampleIndicators\" role=\"button\" data-slide=\"next\"\u003e\n                      \u003cspan class=\"carousel-control-next-icon text-dark\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                      \u003cspan class=\"sr-only\"\u003eNext\u003c\/span\u003e\n                    \u003c\/a\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n\n             \n\n            \u003c\/ul\u003e\n\n           \n\n          \u003c\/div\u003e\n          \u003cstyle\u003e\n            .product-show-list {\n              padding: 0;\n              margin: 0;\n            }\n\n            .product-show-list\u003eli {\n              list-style-type: none;\n              margin: 0;\n              padding: 0;\n              display: none;\n            }\n\n            .product-show-list\u003eli.active {\n              display: block;\n            }\n\n            .product-show-list model-viewer {\n              display: block;\n              width: 100%;\n              height: 553px;\n            }\n\n            @media (max-width: 768px) {\n              .product-show-list model-viewer {\n                height: calc(90vw - 2.5rem);\n              }\n            }\n\n            .product-type-btn-list {\n              text-align: center;\n              padding-top: 15px;\n            }\n\n            .product-type-btn-list a {\n              cursor: pointer;\n              padding: 5px 10px;\n              border-radius: 30px;\n              margin: 10px;\n            }\n\n            .product-type-btn-list a i {\n              margin-right: 5px;\n            }\n\n            .product-type-btn-list a:hover {\n              background-color: rgba(0, 0, 0, 0.1);\n            }\n\n            .product-type-btn-list a.active {\n              background-color: rgba(0, 0, 0, 0.8);\n              color: #fff;\n            }\n          \u003c\/style\u003e\n          \u003cscript\u003e\n\n            document.querySelectorAll('.product-type-btn-list a').forEach(function (btn) {\n              btn.addEventListener('click', function () {\n\n                document.querySelectorAll('.product-type-btn-list a').forEach(function (b) {\n                  b.classList.remove('active')\n                })\n                this.classList.add('active')\n\n\n                var type = this.getAttribute('data-btn')\n\n\n                document.querySelectorAll('.product-show-list li').forEach(function (li) {\n                  if (li.getAttribute('data-type') === type.charAt(0).toUpperCase() + type.slice(1)) {\n                    li.classList.add('active')\n                  } else {\n                    li.classList.remove('active')\n                  }\n                })\n              })\n            })\n          \u003c\/script\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- grid --\u003e\n  \u003csection class=\"e5800-highlight px-0 py-4 py-lg-5 product-nav-section bg-dark\" id=\"highlight\"\u003e\n    \u003cdiv class=\"container py-0 py-lg-5\"\u003e\n      \u003cdiv class=\"grid w-100 text-white\"\u003e\n        \u003cdiv class=\"grid-item gl-rounded item-1\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image: linear-gradient(0deg, #02244700 50%, #000000db 90%), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_5g-redcap_v2.jpg');\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-0\"\u003e5G RedCap \u003cbr class=\"\"\u003ewith SIM Support\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item gl-rounded item-2\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image: linear-gradient(0deg, #02244700 70%, #000000db 90%), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_4k-hdmi_v2.jpg');\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003e4K HDMI \u003cbr class=\"d-lg-none d-xl-block\"\u003ePassthrough\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item gl-rounded item-3\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image: linear-gradient(0deg, #02244700 50%, #000000db 90%), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_multi-network_v2.jpg');\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003eMulti-Network Failover\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item gl-rounded item-4\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image: linear-gradient(0deg, #02244700 50%, #000000db 90%), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_hotspot_v2.jpg');\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003eNearby Control\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item gl-rounded item-5\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_touchscreen_v2.jpg');\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003e3.69\" Touchscreen\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item gl-rounded item-6\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image: linear-gradient(0deg, #02244700 50%, #000000db 90%), url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_64gbemmc_v2.jpg');\"\u003e\n            \u003ch2 class=\"font-weight-bold mb-1\"\u003e64GB eMMC Storage \/ DDR3L 1GB\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item gl-rounded item-7\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_bios-based-access_v2.jpg');\"\u003e\n            \u003cp class=\"font-weight-bold mb-0\"\u003eBrowser-based Access\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item gl-rounded item-8\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_tailscale_v2.jpg');\"\u003e\n            \u003cp class=\"font-weight-bold mb-0\"\u003eTailscale Support\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"grid-item gl-rounded item-9\"\u003e\n          \u003cdiv class=\"grid-cell\" style=\"background-image: url('https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_self_hosted_v2.jpg');\"\u003e\n            \u003cp class=\"font-weight-bold mb-0\"\u003eSelf-hosted Option\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Features: 5G RedCap --\u003e\n  \u003csection class=\"rm10rc-5gredcap product-nav-section\" id=\"features\"\u003e\n    \u003cdiv class=\"overlay\"\u003e\u003c\/div\u003e\n    \u003cvideo class=\"mb-n2\" playsinline=\"playsinline\" autoplay=\"autoplay\" muted=\"muted\" loop=\"\"\u003e\n      \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_5gredcap_bg_v2.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n    \u003cdiv class=\"container py-4 py-lg-5\"\u003e\n      \u003cdiv class=\"col-12 col-lg-10 text-center text-white m-auto\"\u003e\n        \u003ch2 class=\"font-weight-bold pb-2\"\u003eWorld's First Remote KVM with Cellular Connectivity\u003c\/h2\u003e\n        \u003cp class=\"\"\u003e\n          Featuring 5G RedCap technology for high-speed, low-latency performance with reduced power consumption. Comet\n          5G provides a completely independent Out-of-Band (OOB) management channel, ensuring remote access without ever\n          needing to touch the client's local Wi-Fi or Ethernet infrastructure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003cdiv class=\"col-11 col-md-12 col-lg-12 col-xl-10 text-center px-0\"\u003e\n          \u003ch2 class=\"text-5gredcap\"\u003e5G RedCap\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"p-4 py-lg-5\" style=\"background-color: #000;\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"text-center text-light\"\u003e\n        \u003ch2 class=\"font-weight-bold pb-3\"\u003eDeploy with \u003cspan class=\"rm10rc-gradient-text\"\u003eOut-of-Band\u003c\/span\u003e Management\n        \u003c\/h2\u003e\n        \u003cdiv class=\"row justify-content-center\"\u003e\n          \u003cdiv class=\"col-12 col-lg-4\"\u003e\n            \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_features_sim-card.jpg\"\u003e\n            \u003ch3 class=\"font-weight-bold pt-3\"\u003eNetwork Independence\u003c\/h3\u003e\n            \u003cp class=\"d-none d-lg-block\"\u003eBy using its own 5G RedCap connection with global 4G LTE fallback, Comet 5G\n              operates entirely outside of the host network for uninterrupted uptime.\u003c\/p\u003e\n            \u003cp class=\"d-block d-lg-none\"\u003eIndependent 5G RedCap with global 4G fallback to maximum uptime.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"col-12 col-lg-4\"\u003e\n            \u003cimg class=\"img-fluid gl-rounded\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_multi-network_v2.jpg\"\u003e\n            \u003ch3 class=\"font-weight-bold pt-3\"\u003eMulti-network Failover\u003c\/h3\u003e\n            \u003cp class=\"d-none d-lg-block\"\u003eAutomatically prioritizes Ethernet, Wi-Fi, then Cellular. This multi-layered\n              redundancy ensures the management channel stays alive and accessible, even if primary site connectivity\n              fails.\u003c\/p\u003e\n            \u003cp class=\"d-block d-lg-none\"\u003eSwitches from Ethernet, Wi-Fi, then Cellular to ensure 24\/7 remote management.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Features: Remote Control --\u003e\n  \u003csection class=\"rm10rc-remotecontrol p-4 py-lg-5\"\u003e\n    \u003cdiv class=\"row justify-content-center text-center text-light px-4\"\u003e\n      \u003cdiv class=\"col-lg-10\"\u003e\n        \u003cdiv\u003e\n          \u003ch1 class=\"font-weight-bold\"\u003eConnect to your\u003c\/h1\u003e\n          \u003ch1 class=\"font-weight-bold animated-text\" id=\"animated-text\"\u003ew\u003c\/h1\u003e\n          \u003ch1 class=\"font-weight-bold\"\u003efrom anywhere\u003c\/h1\u003e\n        \u003c\/div\u003e\n\n        \u003cp\u003eA remote KVM (Keyboard, Video, Mouse) is a device that lets you control a computer or server from anywhere,\n          as if you were sitting right in front of it.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"container p-0\"\u003e\n      \u003c!-- Image Display FIRST --\u003e\n      \u003cdiv class=\"tab-content mb-4 text-center\"\u003e\n        \u003cdiv class=\"tab-pane fade\" id=\"video4k\"\u003e\n          \u003cdiv class=\"col-12 px-0 px-lg-3 mx-auto\"\u003e\n            \u003cdiv class=\"comparison-slider position-relative w-100 shadow-lg rounded-xl h-100 overflow-hidden\"\u003e\n              \u003cdiv class=\"video-wrapper position-absolute w-100 h-100\"\u003e\n                \u003cvideo class=\"w-100 h-100\" loop=\"\" muted=\"\" playsinline=\"\"\u003e\n                  \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/compare_coding-other.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"video-wrapper after-video-wrapper position-absolute w-100 h-100\" style=\"clip-path: inset(0px 50% 0px 0px);\"\u003e\n                \u003cvideo class=\"w-100 h-100\" loop=\"\" muted=\"\" playsinline=\"\"\u003e\n                  \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/compare_coding-rm10rc.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"position-absolute z-10 left-1 top-1  left-lg-2 top-lg-2 d-flex justify-content-center align-items-center px-2 py-1 py-lg-2 px-lg-3 bg-black hint-text rounded-lg\"\u003e\n                \u003cdiv class=\"font-weight-bold uppercase\"\u003eComet 5G\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"position-absolute z-10 right-1 top-1  right-lg-2 top-lg-2 d-flex justify-content-center align-items-center px-2 py-1 py-lg-2 px-lg-3 bg-black hint-text rounded-lg\"\u003e\n                \u003cdiv class=\"font-weight-bold uppercase\"\u003eOthers\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"slider-handle position-absolute h-100 bg-white\" style=\"left: 50%; transform: translateX(-50%);\"\u003e\n                \u003cdiv class=\"after\"\u003e\n                  \u003ci class=\"fa-solid fa-arrows-left-right\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-pane fade\" id=\"latency\"\u003e\n          \u003cdiv class=\"col-12 px-0 px-lg-3 mx-auto\"\u003e\n            \u003cdiv class=\"comparison-slider position-relative w-100 shadow-lg rounded-xl h-100 overflow-hidden\"\u003e\n\n              \u003cdiv class=\"video-wrapper position-absolute w-100 h-100\"\u003e\n                \u003cvideo class=\"w-100 h-100\" loop=\"\" muted=\"\" playsinline=\"\"\u003e\n                  \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/compare_gaming-other.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"video-wrapper after-video-wrapper position-absolute w-100 h-100\" style=\"clip-path: inset(0px 50% 0px 0px);\"\u003e\n                \u003cvideo class=\"w-100 h-100\" loop=\"\" muted=\"\" playsinline=\"\"\u003e\n                  \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/compare_gaming-rm10rc.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"position-absolute z-10 left-1 top-1  left-lg-2 top-lg-2 d-flex justify-content-center align-items-center px-2 py-1 py-lg-2 px-lg-3 bg-black hint-text rounded-lg\"\u003e\n                \u003cdiv class=\"font-weight-bold uppercase\"\u003eComet 5G\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"position-absolute z-10 right-1 top-1  right-lg-2 top-lg-2 d-flex justify-content-center align-items-center px-2 py-1 py-lg-2 px-lg-3 bg-black hint-text rounded-lg\"\u003e\n                \u003cdiv class=\"font-weight-bold uppercase\"\u003eOthers\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"slider-handle position-absolute h-100 bg-white\" style=\"left: 50%; transform: translateX(-50%);\"\u003e\n                \u003cdiv class=\"after\"\u003e\n                  \u003ci class=\"fa-solid fa-arrows-left-right\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tab-pane fade show active\" id=\"audio\"\u003e\n          \u003cdiv class=\"col-12 px-0 px-lg-3 mx-auto\"\u003e\n            \u003cdiv class=\"comparison-slider position-relative w-100 shadow-lg rounded-xl h-100 w-100 overflow-hidden\"\u003e\n\n              \u003cdiv class=\"video-wrapper position-absolute w-100 h-100\"\u003e\n                \u003cvideo class=\"w-100 h-100\" loop=\"\" muted=\"\" playsinline=\"\"\u003e\n                  \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/compare_meeting-other.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n              \u003c\/div\u003e\n\n              \u003cdiv class=\"video-wrapper after-video-wrapper position-absolute w-100 h-100\" style=\"clip-path: inset(0px 50% 0px 0px);\"\u003e\n                \u003cvideo class=\"w-100 h-100\" loop=\"\" muted=\"\" playsinline=\"\"\u003e\n                  \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/compare_meeting-rm10rc.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"position-absolute z-10 left-1 top-1 left-lg-2 top-lg-2 d-flex justify-content-center align-items-center px-2 py-1 py-lg-2 px-lg-3 bg-black hint-text rounded-lg\"\u003e\n                \u003cdiv class=\"font-weight-bold uppercase\"\u003eComet 5G\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"position-absolute z-10 right-1 top-1 right-lg-2 top-lg-2 d-flex justify-content-center align-items-center px-2 py-1 py-lg-2 px-lg-3 bg-black hint-text rounded-lg\"\u003e\n                \u003cdiv class=\"font-weight-bold uppercase\"\u003eOthers\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"slider-handle position-absolute h-100 bg-white\" style=\"left: 50%; transform: translateX(-50%);\"\u003e\n                \u003cdiv class=\"after\"\u003e\n                  \u003ci class=\"fa-solid fa-arrows-left-right\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- Card Tabs --\u003e\n      \u003cdiv class=\"row justify-content-center px-4\"\u003e\n        \u003cdiv class=\"col-md-4 mb-3\"\u003e\n          \u003ca class=\"card tab-card h-100 d-flex flex-column\" data-toggle=\"tab\" href=\"#video4k\"\u003e\n            \u003cdiv class=\"card-body text-center flex-grow-1\"\u003e\n              \u003ch5 class=\"mb-lg-2 mb-0\"\u003e4K Video Quality\u003c\/h5\u003e\n              \u003cp class=\"text-muted d-none d-lg-block mb-0\"\u003eResolutions up to 3840 × 2160 with H.264 hardware encoding\n                for smooth remote interaction without any compromises. \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-4 mb-3\"\u003e\n          \u003ca class=\"card tab-card h-100 d-flex flex-column\" data-toggle=\"tab\" href=\"#latency\"\u003e\n            \u003cdiv class=\"card-body text-center flex-grow-1\"\u003e\n              \u003ch5 class=\"mb-lg-2 mb-0\"\u003eUltra-low Latency with FEC\u003c\/h5\u003e\n              \u003cp class=\"text-muted d-none d-lg-block mb-0\"\u003eExperience ultra-responsive 30-60ms latency that stays smooth\n                even on unstable networks, thanks to Integrated FEC that repairs packet loss on the fly.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-md-4 mb-3\"\u003e\n          \u003ca class=\"card tab-card h-100 d-flex flex-column active\" data-toggle=\"tab\" href=\"#audio\"\u003e\n            \u003cdiv class=\"card-body text-center flex-grow-1\"\u003e\n              \u003ch5 class=\"mb-lg-2 mb-0\"\u003eTwo-way Audio\u003c\/h5\u003e\n              \u003cp class=\"text-muted d-none d-lg-block mb-0\"\u003eAllows you to listen to and communicate during remote support\n                sessions in real time.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- script of slide compare  --\u003e\n    \u003cscript\u003e\n      document.addEventListener('DOMContentLoaded', () =\u003e {\n\n        \/\/==================================================\n        \/\/ SECTION 1: 打字机动画逻辑\n        \/\/==================================================\n        const animatedTextElement = document.getElementById('animated-text');\n        if (animatedTextElement) {\n          const words = [\"computer\", \"studio\", \"homelab\", \"work\", \"data center\"];\n          const typingSpeed = 150;\n          const pause = 500;\n          let wordIndex = 0;\n\n          const typeWord = (word, index = 0) =\u003e {\n            if (index \u003c word.length) {\n              animatedTextElement.textContent += word[index];\n              setTimeout(() =\u003e typeWord(word, index + 1), typingSpeed);\n            } else {\n              setTimeout(() =\u003e eraseWord(word), pause);\n            }\n          };\n\n          const eraseWord = (word) =\u003e {\n            let length = word.length;\n            const eraseChar = () =\u003e {\n              if (length \u003e 0) {\n                animatedTextElement.textContent = word.slice(0, length - 1);\n                length--;\n                setTimeout(eraseChar, typingSpeed \/ 2);\n              } else {\n                wordIndex = (wordIndex + 1) % words.length;\n                setTimeout(() =\u003e typeWord(words[wordIndex]), 200);\n              }\n            };\n            eraseChar();\n          };\n\n          typeWord(words[wordIndex]);\n        }\n\n\n        \/\/==================================================\n        \/\/ SECTION 2: 视频滑块 和 标签页切换 整合逻辑\n        \/\/==================================================\n        const tabCards = document.querySelectorAll('.tab-card');\n        const tabContent = document.querySelector('.tab-content');\n\n        if (tabCards.length \u003e 0 \u0026\u0026 tabContent) {\n          const allSliders = tabContent.querySelectorAll('.comparison-slider');\n          const allVideos = tabContent.querySelectorAll('video');\n\n          let globalPercentage = 50;\n          let isDragging = false;\n          let activeSlider = null;\n\n          \/\/ --- 核心功能函数 ---\n\n          \/\/ 函数 1: 更新所有滑块的视觉位置\n          const updateAllSliders = (percentage) =\u003e {\n            percentage = Math.max(10, Math.min(90, percentage));\n            globalPercentage = percentage;\n            allSliders.forEach(slider =\u003e {\n              const handle = slider.querySelector('.slider-handle');\n              const afterWrapper = slider.querySelector('.after-video-wrapper');\n              if (handle \u0026\u0026 afterWrapper) {\n                handle.style.left = `${percentage}%`;\n                handle.style.transform = `translateX(-50%)`;\n                afterWrapper.style.clipPath = `inset(0 ${100 - percentage}% 0 0)`;\n              }\n            });\n          };\n\n          \/\/ 函数 2: 控制视频播放\n          const handleVideoPlayback = (targetPane) =\u003e {\n            allVideos.forEach(video =\u003e video.pause());\n            if (targetPane) {\n              const videosToPlay = targetPane.querySelectorAll('video');\n              videosToPlay.forEach(video =\u003e {\n                video.currentTime = 0; \/\/ 每次切换都从头播放\n                video.play().catch(error =\u003e { console.log(\"Autoplay was prevented:\", error); });\n              });\n            }\n          };\n\n          \/\/ 函数 3: 根据点击位置计算百分比并更新滑块\n          const calculateNewPercentage = (pageX, currentSlider) =\u003e {\n            const sliderRect = currentSlider.getBoundingClientRect();\n            if (sliderRect.width === 0) return;\n            let offsetX = pageX - sliderRect.left;\n            let percentage = (offsetX \/ sliderRect.width) * 100;\n            updateAllSliders(percentage);\n          };\n\n\n          \/\/ --- 事件绑定 ---\n\n          \/\/ 绑定标签卡片点击事件\n          tabCards.forEach(clickedCard =\u003e {\n            clickedCard.addEventListener('click', (event) =\u003e {\n              event.preventDefault();\n              if (clickedCard.classList.contains('active')) return;\n\n              \/\/ 切换卡片的 active 状态\n              tabCards.forEach(card =\u003e card.classList.remove('active'));\n              clickedCard.classList.add('active');\n\n              \/\/ 切换内容面板的 active 状态\n              const targetPaneId = clickedCard.getAttribute('href');\n              const targetPane = tabContent.querySelector(targetPaneId);\n              tabContent.querySelectorAll('.tab-pane').forEach(pane =\u003e {\n                pane.classList.remove('show', 'active');\n              });\n\n              if (targetPane) {\n                targetPane.classList.add('show', 'active');\n                \/\/ 在切换完成后，调用视频播放控制\n                handleVideoPlayback(targetPane);\n              }\n            });\n          });\n\n          \/\/ 绑定所有滑块的交互事件\n          allSliders.forEach(slider =\u003e {\n            const handle = slider.querySelector('.slider-handle');\n\n            \/\/ 点击容器跳转\n            slider.addEventListener('click', (e) =\u003e {\n              if (!handle || e.target === handle || handle.contains(e.target)) return;\n              calculateNewPercentage(e.pageX, slider);\n            });\n\n            \/\/ 拖拽开始\n            if (handle) {\n              handle.addEventListener('mousedown', (e) =\u003e { isDragging = true; activeSlider = slider; e.preventDefault(); });\n              handle.addEventListener('touchstart', (e) =\u003e { isDragging = true; activeSlider = slider; e.preventDefault(); });\n            }\n          });\n\n          \/\/ 全局绑定拖拽移动和结束事件\n          window.addEventListener('mouseup', () =\u003e { isDragging = false; activeSlider = null; });\n          window.addEventListener('touchend', () =\u003e { isDragging = false; activeSlider = null; });\n\n          window.addEventListener('mousemove', (e) =\u003e {\n            if (!isDragging || !activeSlider) return;\n            calculateNewPercentage(e.pageX, activeSlider);\n          });\n          window.addEventListener('touchmove', (e) =\u003e {\n            if (!isDragging || !activeSlider) return;\n            calculateNewPercentage(e.touches[0].pageX, activeSlider);\n          });\n\n\n          \/\/ --- 初始化 ---\n\n          \/\/ 初始化滑块位置\n          updateAllSliders(50);\n\n          \/\/ 初始化时播放默认 active 标签页的视频\n          const initialActiveCard = document.querySelector('.tab-card.active');\n          if (initialActiveCard) {\n            const initialPane = document.querySelector(initialActiveCard.getAttribute('href'));\n            handleVideoPlayback(initialPane);\n          }\n        }\n      });\n    \u003c\/script\u003e\n  \u003c\/section\u003e\n\n  \u003csection style=\"background-color: #000;\"\u003e\n    \u003cdiv class=\"container text-light p-4 py-lg-5\"\u003e\n      \u003cdiv class=\"row align-items-center\"\u003e\n        \u003cdiv class=\"col-lg-8 order-lg-2 mb-4 mb-lg-0 pl-lg-5\"\u003e\n\n          \u003cvideo class=\" gl-rounded w-100 h-100\" loop=\"\" autoplay=\"\" muted=\"\" playsinline=\"\"\u003e\n            \u003csource src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_features_4k-hdmi.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-lg-4 order-lg-1\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eRemote Access Should Not Disrupt Your \u003cspan class=\"rm10rc-gradient-text\"\u003eLocal\n              Workflow\u003c\/span\u003e.\u003c\/h2\u003e\n          \u003cp\u003eWith 4K HDMI passthrough and loopout, your local display stays active and uninterrupted while you manage\n            the device remotely.\u003c\/p\u003e\n          \u003cimg class=\"img-fluid mt-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/logo_hdmi.png\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection style=\"background-color: #000;\"\u003e\n    \u003cdiv class=\"container text-light p-4 py-lg-5\"\u003e\n      \u003cdiv class=\"row align-items-center\"\u003e\n        \u003cdiv class=\"col-lg-8 mb-4 mb-lg-0\"\u003e\n          \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/features_video-screen-wall.png\" alt=\"Nearby Control\" class=\"img-fluid w-100\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-lg-4\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eManage Multiple KVMs on \u003cspan class=\"rm10rc-gradient-text\"\u003eOne Station\u003c\/span\u003e\n          \u003c\/h2\u003e\n          \u003cp\u003eUnify all screens into a single \"Video Screen Wall\" via our cloud service. Control and monitor every device\n            from one centralized dashboard.\u003c\/p\u003e\n\n          \u003csmall class=\"font-italic text-muted\"\u003eNote: This is a premium feature currently available for free; it will be\n            subject to subscription fees in the future.\u003c\/small\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Features: Nearby Control --\u003e\n  \u003csection class=\"rm10rc-nearby-control p-4 py-lg-5\" style=\"background-color: #000;\"\u003e\n    \u003cdiv class=\"container text-light\"\u003e\n\n      \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eLocally Access Comet 5G with \u003cspan class=\"rm10rc-gradient-text\"\u003eNearby\n            Control\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp\u003eComet 5G can broadcast its own local wireless signal for a terminal device to connect to.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"row align-items-center\"\u003e\n        \u003cdiv class=\"col-lg-7 mb-4 mb-lg-0 pl-lg-5\"\u003e\n          \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/features_nearby-control.png\" alt=\"Nearby Control\" class=\"img-fluid w-100\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-lg-5\"\u003e\n          \u003cp\u003eBy enabling AP Mode in the Wi-Fi settings, you can locally access Comet 5G in \"air-gapped\" or offline\n            environments—no internet connection, external monitors, or heavy keyboards required.\u003c\/p\u003e\n          \u003csmall class=\"font-italic text-muted\"\u003eNote: The AP Mode connection is for device management only and does not\n            provide an internet connection to the client device.\n            \u003ca class=\"text-rm10rc-secondary\" href=\"https:\/\/docs.gl-inet.com\/kvm\/en\/user_guide\/gl-rm10rc\/control_panel_guide\/#network\" target=\"_blank\"\u003eCheck out more details.\u003c\/a\u003e\u003c\/small\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Features - Browser-based Control --\u003e\n  \u003csection class=\"rm10rc-feature-switcher p-2 py-lg-5 bg-black text-white\"\u003e\n    \u003cdiv class=\"container py-lg-5\"\u003e\n\n      \u003cdiv class=\"row align-items-center mt-lg-5\"\u003e\n        \u003c!-- 左侧文字导航 --\u003e\n        \u003cdiv class=\"col-12 col-lg-5 offset-lg-1 order-2 order-lg-1  pr-lg-5\"\u003e\n          \u003c!-- 手机端顶部滑动菜单 --\u003e\n          \u003cdiv class=\"mb-tabs-wrapper d-lg-none mb-3\"\u003e\n            \u003cdiv class=\"mb-tabs-wrapper\"\u003e\n              \u003cdiv class=\"mb-tabs-scroll-area \"\u003e\n                \u003cdiv class=\"mb-tabs d-flex flex-nowrap justify-content-center mx-auto\"\u003e\n                  \u003cdiv class=\"mb-tab\" data-index=\"0\"\u003eBrowser-based Control\u003c\/div\u003e\n                  \u003cdiv class=\"mb-tab active\" data-index=\"1\"\u003eApp Support\u003c\/div\u003e\n\n                  \u003c!-- 滑动的白条 --\u003e\n                  \u003cdiv class=\"mb-tab-indicator\" style=\"width: 0px; transform: translateX(0px);\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature-nav-wrapper\"\u003e\n            \u003cdiv class=\"feature-nav d-block d-lg-flex\"\u003e\n              \u003c!-- 项 0 --\u003e\n              \u003cdiv class=\"feature-nav-item\" data-index=\"0\"\u003e\n                \u003ch3 class=\" fw-bold py-2  mb-0 d-none d-lg-block\"\u003eClientless Browser Access, No OS Limitation\u003c\/h3\u003e\n                \u003cdiv class=\"description-box\" style=\"max-height: 0px;\"\u003e\n                  \u003cp class=\"description mb-0 d-none d-lg-block\"\u003eSecurely manage your workstation's BIOS interface\n                    directly from any modern web browser, regardless of the operating system.\u003c\/p\u003e\n                  \u003cp class=\"description mb-0 d-block d-lg-none\"\u003eManage BIOS and OS settings from any web browser.\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n\n              \u003c!-- 项 1 --\u003e\n              \u003cdiv class=\"feature-nav-item active\" data-index=\"1\"\u003e\n                \u003ch3 class=\" fw-bold py-2  mb-0 d-none d-lg-block\"\u003eNative App Support\u003c\/h3\u003e\n                \u003cdiv class=\"description-box\" style=\"max-height: 72px;\"\u003e\n                  \u003cp class=\"description mb-0 d-none d-lg-block\"\u003e\n                    Prefer a dedicated interface? Download our app to use it on laptop, phone or tablet.\n                    \u003cbr\u003e\n                    \u003csmall class=\"font-italic\"\u003e\u003ca class=\"text-rm10rc-secondary\" href=\"\/app-rm\/\"\u003eCheck out the\n                        App.\u003c\/a\u003e\u003c\/small\u003e\n                  \u003c\/p\u003e\n                  \u003cp class=\"description mb-0 d-block d-lg-none\"\u003e\n                    Dedicated apps available for your computer, phone and a tablet.\n                    \u003cbr\u003e\n                    \u003csmall class=\"font-italic\"\u003e\u003ca class=\"text-rm10rc-secondary\" href=\"\/app-rm\/\"\u003eCheck out the\n                        App.\u003c\/a\u003e\u003c\/small\u003e\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003c!-- 这个滑动的白条必须有 --\u003e\n            \u003cdiv class=\"nav-indicator d-none d-lg-block\" style=\"height: 117px; transform: translateY(45px);\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 右侧图片切换区 --\u003e\n        \u003cdiv class=\"col-12 col-lg-6 order-1 order-lg-2 mb-3 mb-lg-0\"\u003e\n          \u003cdiv class=\"image-viewer gl-rounded overflow-hidden\"\u003e\n            \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_broswer-accesss.png\" class=\"img-fluid feature-img\" data-index=\"0\"\u003e\n            \u003cimg src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_app.png\" class=\"img-fluid feature-img active\" data-index=\"1\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cscript\u003e\n      document.addEventListener('DOMContentLoaded', () =\u003e {\n        const container = document.querySelector('.rm10rc-feature-switcher');\n        if (!container) return;\n\n        const navItems = container.querySelectorAll('.feature-nav-item'); \/\/ 电脑端项\n        const mbTabs = container.querySelectorAll('.mb-tab');             \/\/ 手机端标签\n        const imgs = container.querySelectorAll('.feature-img');          \/\/ 联动图片\n\n        const pcIndicator = container.querySelector('.nav-indicator');    \/\/ 电脑端竖线\n        const mbIndicator = container.querySelector('.mb-tab-indicator'); \/\/ 手机端横线\n\n        let currentIndex = 0;\n        let autoTimer = null;\n\n        const updateUI = (index) =\u003e {\n          currentIndex = index;\n\n          \/\/ 1. 同步所有 active 状态\n          navItems.forEach((item, i) =\u003e {\n            const isActive = i === index;\n            item.classList.toggle('active', isActive);\n            \/\/ 电脑端描述文字展开\/折叠\n            const descBox = item.querySelector('.description-box');\n            if (descBox) descBox.style.maxHeight = isActive ? descBox.scrollHeight + 'px' : '0px';\n          });\n\n          mbTabs.forEach((tab, i) =\u003e tab.classList.toggle('active', i === index));\n          imgs.forEach((img, i) =\u003e img.classList.toggle('active', i === index));\n\n          \/\/ 2. 电脑端竖线白条逻辑 (纵向滑动)\n          const activeNavItem = navItems[index];\n          if (activeNavItem \u0026\u0026 pcIndicator) {\n            pcIndicator.style.height = `${activeNavItem.offsetHeight}px`;\n            pcIndicator.style.transform = `translateY(${activeNavItem.offsetTop}px)`;\n          }\n\n          \/\/ 3. 手机端底部白条逻辑 (横向滑动)\n          const activeTab = mbTabs[index];\n          if (activeTab \u0026\u0026 mbIndicator) {\n            mbIndicator.style.width = `${activeTab.offsetWidth}px`;\n            mbIndicator.style.transform = `translateX(${activeTab.offsetLeft}px)`;\n\n            \/\/ 手机端自动滚动逻辑：让选中的项滚到视野中间\n            const scrollArea = activeTab.closest('.mb-tabs-scroll-area');\n            if (scrollArea) {\n              const targetScroll = activeTab.offsetLeft - (scrollArea.offsetWidth \/ 2) + (activeTab.offsetWidth \/ 2);\n              scrollArea.scrollTo({ left: targetScroll, behavior: 'smooth' });\n            }\n          }\n        };\n\n        \/\/ 【重要】：使用 ResizeObserver 监听 PC 端高度变化\n        \/\/ 因为文字展开是动态的，白条高度需要实时跟随\n        if (window.ResizeObserver \u0026\u0026 pcIndicator) {\n          const ro = new ResizeObserver(() =\u003e {\n            const activeNavItem = navItems[currentIndex];\n            if (activeNavItem) {\n              pcIndicator.style.height = `${activeNavItem.offsetHeight}px`;\n              pcIndicator.style.transform = `translateY(${activeNavItem.offsetTop}px)`;\n            }\n          });\n          navItems.forEach(item =\u003e ro.observe(item));\n        }\n\n        const startAutoPlay = () =\u003e {\n          clearInterval(autoTimer);\n          autoTimer = setInterval(() =\u003e {\n            updateUI((currentIndex + 1) % navItems.length);\n          }, 5000);\n        };\n\n        \/\/ 绑定点击：电脑端和手机端\n        [navItems, mbTabs].forEach(group =\u003e {\n          group.forEach((el, idx) =\u003e {\n            el.addEventListener('click', () =\u003e {\n              updateUI(idx);\n              startAutoPlay();\n            });\n          });\n        });\n\n        \/\/ 窗口改变大小时重新定位\n        window.addEventListener('resize', () =\u003e updateUI(currentIndex));\n\n        \/\/ 初始运行\n        updateUI(0);\n        startAutoPlay();\n      });\n    \u003c\/script\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Features: Remote Power Management --\u003e\n  \u003csection class=\"p-4 py-lg-5\" style=\"background-color: #000;\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center text-light\"\u003e\n        \u003cdiv class=\"col-12 col-lg-10 text-center m-auto\"\u003e\n          \u003ch2 class=\"font-weight-bold\"\u003eKeep Your Systems \u003cspan class=\"rm10rc-gradient-text\"\u003eon Call, 24\/7\u003c\/span\u003e\n\u003c\/h2\u003e\n          \u003cp\u003eRemotely power cycle or restart any offline devices to eliminate the need for physical site visits and\n            reduce downtime for maintenance.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"row justify-content-center mt-4\"\u003e\n\n        \u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\n          \u003ca href=\"https:\/\/docs.gl-inet.com\/kvm\/en\/user_guide\/gl-rm1pe\/control_panel_guide\/#wake-on-lan\" target=\"_blank\"\u003e\n            \u003cdiv class=\"card bg-dark gl-rounded overflow-hidden h-100\"\u003e\n              \u003cdiv class=\"card-image\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1\/rm1_restart-devices_app.jpg\" alt=\"GLKVM has built-in Wake On LAN features for remote controling devices\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"card-body text-light pb-5 mb-5\"\u003e\n                \u003ch4 class=\"font-weight-bold\"\u003eWake on LAN (WOL)\u003c\/h4\u003e\n                \u003cp\u003eWake your PC remotely using built-in WOL in GLKVM.\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom: 1.5rem;\"\u003e\n                \u003cp class=\"btn btn-round btn-round-rm10rc mb-0\"\u003eLearn How\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\n          \u003ca href=\"\/products\/atx-board\" class=\"shop-now-button\" data-model=\"atxpc\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\n            \u003cdiv class=\"card bg-dark gl-rounded overflow-hidden h-100\"\u003e\n              \u003cdiv class=\"card-image\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_restart-devices_atx-board.jpg\" alt=\"Advanced Remote Power Management in Extreme Conditions with ATX Power Control Board\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"card-body text-light pb-5 mb-5\"\u003e\n                \u003ch4 class=\"font-weight-bold\"\u003eATX Board \u003c\/h4\u003e\n                \u003cp\u003eFor reliable wake-up, use the included ATX board via USB.\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom: 1.5rem;\"\u003e\n                \u003cp class=\"btn btn-round btn-round-rm10rc mb-0\"\u003eShop Now\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"col-12 col-md-10 col-lg-4 my-2\"\u003e\n          \u003ca href=\"\/products\/fingerbot\" class=\"shop-now-button\" data-model=\"fgb-01\" data-model-last-url=\"?utm_source=website\u0026amp;utm_medium=productpage\" target=\"_blank\"\u003e\n            \u003cdiv class=\"card bg-dark gl-rounded overflow-hidden h-100\"\u003e\n              \u003cdiv class=\"card-image\"\u003e\n                \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_restart-devices_fingerbot.jpg\" alt=\"Simple remote power control using Fingerbot, coming soon\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"card-body text-light pb-5 mb-5\"\u003e\n                \u003ch4 class=\"font-weight-bold\"\u003eFingerbot \u003c\/h4\u003e\n                \u003cp\u003eA mechanical arm that presses your PC’s power button reliably.\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"position-absolute w-100 text-center\" style=\"bottom: 1.5rem;\"\u003e\n                \u003cp class=\"btn btn-round btn-round-rm10rc mb-0\"\u003eShop Now\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Scenarios --\u003e\n  \u003csection class=\"px-2 py-4 py-lg-5 product-nav-section\" style=\"background-color: #000;\" id=\"scenarios\"\u003e\n    \u003cdiv class=\"container rm10rc-scenarios\"\u003e\n\n      \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003cdiv class=\"col-lg-8\"\u003e\n          \u003c!-- Scene Images --\u003e\n          \u003cdiv class=\"scenarios-image\"\u003e\n            \u003c!-- 初始状态：Data Center 显示，其他隐藏 --\u003e\n            \u003cimg class=\"scene-img active\" data-target=\"data-center\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_scene_data-center.jpg\"\u003e\n            \u003cimg class=\"scene-img\" data-target=\"homelab\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_scene_home-lab.jpg\"\u003e\n            \u003cimg class=\"scene-img\" data-target=\"field-operations\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_scene_field-operations.jpg\"\u003e\n            \u003cimg class=\"scene-img\" data-target=\"live-concerts\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/rm10rc_scene_live-concerts.jpg\"\u003e\n          \u003c\/div\u003e\n\n          \u003c!-- Scene Tabs --\u003e\n          \u003cdiv class=\"scenarios-tabs\"\u003e\n            \u003c!-- 增加一层用于处理横向滚动的包装 --\u003e\n            \u003cdiv class=\"scenarios-tabs-wrapper\"\u003e\n              \u003cdiv class=\"scenarios-tabs-bg\" style=\"--indicator-width: 126px; --indicator-left: 5px;\"\u003e\n                \u003cbutton class=\"tab active\" data-tab=\"data-center\" data-img=\"...\"\u003eData Center\u003c\/button\u003e\n                \u003cbutton class=\"tab\" data-tab=\"homelab\" data-img=\"...\"\u003eHomelab\u003c\/button\u003e\n                \u003cbutton class=\"tab\" data-tab=\"field-operations\" data-img=\"...\"\u003eField Support\u003c\/button\u003e\n                \u003cbutton class=\"tab\" data-tab=\"live-concerts\" data-img=\"...\"\u003eLive Concerts\u003c\/button\u003e\n\n                \u003c!-- 滑动底色指示器 --\u003e\n                \u003cdiv class=\"tab-sliding-indicator\"\u003e\u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Content --\u003e\n      \u003cdiv class=\"scenarios-content text-light\"\u003e\n        \u003cdiv class=\"row justify-content-center\"\u003e\n          \u003cdiv class=\"col-lg-10\"\u003e\n            \u003cdiv class=\"tab-content active\" id=\"data-center\"\u003e\n              \u003ch4 class=\"font-weight-bold\"\u003eDitch the Monitor, Keyboard, and Mouse\u003c\/h4\u003e\n              \u003cp\u003eManaging hardware shouldn't require carrying a physical monitor, keyboard, and mouse. With Nearby\n                Control, Comet 5G creates its own wireless management bridge by broadcasting a local SSID. \u003c\/p\u003e\n              \u003cp\u003eThis allows you to configure and control your devices—even in network-isolated environments—using just\n                your laptop or tablet, with no internet or physical peripherals required.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"tab-content\" id=\"homelab\"\u003e\n              \u003ch4 class=\"font-weight-bold\"\u003eYour Ultimate Network Failsafe\u003c\/h4\u003e\n              \u003cp\u003eWhen your primary ISP goes down, your entire home lab becomes a black box. Relying on a single\n                connection is a risk for any power user. \u003c\/p\u003e\n              \u003cp\u003eComet 5G acts as your final out-of-band management tool, providing a dedicated 5G\/4G cellular path back\n                into your system. Even if your main network fails, you’re never locked out of your home infrastructure.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"tab-content\" id=\"field-operations\"\u003e\n              \u003ch4 class=\"font-weight-bold\"\u003eMaintenance Without the Miles\u003c\/h4\u003e\n              \u003cp\u003eSending a technician to a rural site just to flip a power switch is a waste of time and resources.\n                Comet 5G provides ultra-reliable connectivity with 5G RedCap and remote power management. \u003c\/p\u003e\n              \u003cp\u003eRestart crashed equipment or update configurations in remote areas from the comfort of your office,\n                reducing downtime and eliminating unnecessary travel costs.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"tab-content\" id=\"live-concerts\"\u003e\n              \u003ch4 class=\"font-weight-bold\"\u003eReal-Time Tuning from Anywhere\u003c\/h4\u003e\n              \u003cp\u003eManaging complex AV systems for global tours usually requires lead engineers to be on-site at every\n                stop. With Comet 5G, your top experts can monitor and tune equipment in real-time from anywhere in the\n                world. \u003c\/p\u003e\n              \u003cp\u003eWhile local staff handle the physical setup, your technical team can optimize performance remotely,\n                ensuring a perfect show without the need for international travel.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Professional Tech Press Insights --\u003e\n  \u003csection class=\"p-4 py-lg-5 product-nav-section\" id=\"reviews\" style=\"background-color: #000;\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003ch2 class=\"font-weight-bold text-center text-light mb-4\"\u003eProfessional Tech Press Insights\u003c\/h2\u003e\n\n      \u003cdiv class=\"row justify-content-center\"\u003e\n        \u003c!-- Card 1 --\u003e\n        \u003cdiv class=\"col-12 col-lg-4 d-flex mb-4\"\u003e\n          \u003cdiv class=\"bg-white gl-rounded p-5 h-100 d-flex flex-column shadow-sm insight-card position-relative\"\u003e\n            \u003ci class=\"fa-solid fa-quote-left fa-2x mb-3 text-muted\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003ch6 class=\"font-weight-light flex-grow-1 mb-4\" style=\"line-height: 1.6rem;\"\u003e\n              The combination of 5G failover and HDMI-based remote access positions it as a small-scale management\n              device \u003cspan class=\"font-weight-bold\"\u003efor distributed environments, temporary field sites or systems that\n                require out-of-band connectivity\u003c\/span\u003e.\n            \u003c\/h6\u003e\n            \u003cdiv class=\"mt-auto\"\u003e\n              \u003ca href=\"https:\/\/nascompares.com\/news\/new-gl-inet-beryl-7-comet-5g-and-flint-3e-revealed\/\" target=\"_blank\" class=\"stretched-link\"\u003e\n                \u003cimg class=\"press-logo img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/logo_nascompare.png\" alt=\"NASCOMPARE\"\u003e\n              \u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Card 2 --\u003e\n        \u003cdiv class=\"col-12 col-lg-4 d-flex mb-4\"\u003e\n          \u003cdiv class=\"bg-white gl-rounded p-5 h-100 d-flex flex-column shadow-sm insight-card position-relative\"\u003e\n            \u003ci class=\"fa-solid fa-quote-left fa-2x mb-3 text-muted\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003ch6 class=\"font-weight-light flex-grow-1 mb-4\" style=\"line-height: 1.6rem;\"\u003e\n              With an upgraded \u003cspan class=\"font-weight-bold\"\u003e64 GB eMMC storage\u003c\/span\u003e, it can easily store multiple OS\n              images and large ISO files \u003cspan class=\"font-weight-bold\"\u003efor repeated remote installations\u003c\/span\u003e,\n              allowing for remote system maintenance from anywhere.\n            \u003c\/h6\u003e\n            \u003cdiv class=\"mt-auto\"\u003e\n              \u003ca href=\"https:\/\/gadgetgram.com\/gl-inet-unveils-new-product-lineup-at-ces-2026\/\" target=\"_blank\" class=\"stretched-link\"\u003e\n                \u003cimg class=\"press-logo img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/logo_gadgetgram.png\" alt=\"GadgetGram\"\u003e\n              \u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Card 3 --\u003e\n        \u003cdiv class=\"col-12 col-lg-4 d-flex mb-4\"\u003e\n          \u003cdiv class=\"bg-white gl-rounded p-5 h-100 d-flex flex-column shadow-sm insight-card position-relative\"\u003e\n            \u003ci class=\"fa-solid fa-quote-left fa-2x mb-3 text-muted\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003ch6 class=\"font-weight-light flex-grow-1 mb-4\" style=\"line-height: 1.6rem;\"\u003e\n              During that review, I also connected the KVM over 4G using my Android phone as a hotspot, \u003cspan class=\"font-weight-bold\"\u003ebut the GL.iNet Comet 5G does that in a more practical way\u003c\/span\u003e... it\n              automatically falls back to 5G RedCap.\n            \u003c\/h6\u003e\n            \u003cdiv class=\"mt-auto\"\u003e\n              \u003ca href=\"https:\/\/www.cnx-software.com\/2026\/01\/05\/gl-inet-comet-5g-a-kvm-over-ip-solution-with-5g-redcap-cellular-connectivity-3-69-inch-touchscreen-display\/\" target=\"_blank\" class=\"stretched-link\"\u003e\n                \u003cimg class=\"press-logo img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm10rc\/logo_cnxsoftware.png\" alt=\"CNX Software\"\u003e\n              \u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Product Reviews from Youtubers --\u003e\n  \u003csection class=\"container-fluid p-4 py-lg-5 product-nav-section\" id=\"reviews\" style=\"background-color: #000;\"\u003e\n    \u003ch2 class=\"font-weight-bold text-light text-center pb-3\"\u003eProduct Reviews from Youtubers\u003c\/h2\u003e\n    \u003c!-- Container for video player and playlist --\u003e\n    \u003cdiv id=\"youtube-playlist-container\"\u003e\n      \u003cdiv class=\"row justify-content-center\"\u003e\n\n        \u003c!-- Video player container --\u003e\n        \u003cdiv class=\"col-11 col-lg-7 col-xl-8 px-0\" id=\"ytvideoPlayer\"\u003e\n          \u003cdiv class=\"card border-0 h-100\"\u003e\n            \u003ciframe id=\"playlistVideo\" src=\"https:\/\/www.youtube.com\/embed\/MaiHC3lxRr8\" frameborder=\"0\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Playlist container --\u003e\n        \u003cdiv class=\"col-11 col-lg-5 col-xl-4 px-0\" id=\"ytplaylist\"\u003e\n          \u003cdiv class=\"card border-0 h-100\"\u003e\n            \u003ch5 onclick=\"showYtPlayList()\" class=\"text-light text-center py-3\"\u003e\n              Comet 5G (GL-RM10RC) Reviews\n              \u003cspan id=\"ytListBtn\"\u003e\n                \u003ci id=\"ytListBtnIcon\" class=\"fa fa-chevron-down\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n              \u003c\/span\u003e\n            \u003c\/h5\u003e\n\n            \u003cul id=\"ytPlayListUl\"\u003e\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/MaiHC3lxRr8\/maxresdefault.jpg\" alt=\"Gl.iNet Beryl 7, Comet 5G and Flint 3e Revealed\" onclick=\"changeVideo('MaiHC3lxRr8')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eGl.iNet Beryl 7, Comet 5G and Flint 3e Revealed\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/7ejvqPIwGUc\/maxresdefault.jpg\" alt=\"6 New GL.iNet Devices You NEED to See from CES 2026\" onclick=\"changeVideo('7ejvqPIwGUc')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003e6 New GL.iNet Devices You NEED to See from CES 2026\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n\n              \u003cli\u003e\n                \u003cimg src=\"https:\/\/img.youtube.com\/vi\/0JnOX9ZmMpo\/maxresdefault.jpg\" alt=\"Walk up, connect, and proximity control. It’s that simple. ⚡️\" onclick=\"changeVideo('0JnOX9ZmMpo')\"\u003e\n                \u003cdiv class=\"title-container\"\u003e\n                  \u003cp class=\"video-title\"\u003eWalk up, connect, and proximity control. It’s that simple. ⚡️\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/li\u003e\n\n              \u003cdiv class=\"mt-2\"\u003e\n                \u003ca class=\"btn btn-outline-light btn-block\" target=\"_blank\" href=\"https:\/\/www.youtube.com\/playlist?list=PLWQT710fjyEZtbUviBstNNKmFagSIqADF\"\u003eView More\u003c\/a\u003e\n              \u003c\/div\u003e\n\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"rm10rc-compare-section  product-nav-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"col-12 col-lg-10 m-auto text-center text-light\"\u003e\n        \u003ch2 class=\"font-weight-bold\"\u003eCompare KVMs\u003c\/h2\u003e\n\n        \u003cdiv class=\"text-center pb-4\"\u003e\n          \u003ca class=\"btn-underline text-uppercase text-white\" href=\"https:\/\/www.gl-inet.com\/campaign\/kvm\/\" target=\"_blank\"\u003eView other KVM \u003ci class=\"fas fa-chevron-right\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"model-comparison text-center text-lg-left\"\u003e\n        \u003cdiv class=\"row model-comparison-header-mobile d-flex\"\u003e\n          \u003cdiv class=\"col-12 col-md-12 col-lg-3 mb-0\"\u003e\n            \u003ch4 class=\"font-weight-bold mb-3 d-none\"\u003e\u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 px-2\"\u003e\n            \u003cselect class=\"router-select form-select\" aria-label=\"\"\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-1\" selected\u003eComet 5G (GL-RM10RC)\u003c\/option\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-2\" style=\"display: none;\" disabled\u003eComet Pro (GL-RM10)\n              \u003c\/option\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-3\" style=\"display: none;\" disabled\u003eComet PoE (GL-RM1PE)\n              \u003c\/option\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-4\"\u003eComet (GL-RM1)\u003c\/option\u003e\n            \u003c\/select\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 px-2\"\u003e\n            \u003cselect class=\"router-select\" aria-label=\"\"\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-1\" style=\"display: none;\" disabled\u003eComet 5G (GL-RM10RC)\n              \u003c\/option\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-2\" selected\u003eComet Pro (GL-RM10)\u003c\/option\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-3\" style=\"display: none;\" disabled\u003eComet PoE (GL-RM1PE)\n              \u003c\/option\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-4\"\u003eComet (GL-RM1)\u003c\/option\u003e\n            \u003c\/select\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 d-none d-md-flex px-2\"\u003e\n            \u003cselect class=\"router-select\" aria-label=\"\"\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-1\" style=\"display: none;\" disabled\u003eComet 5G (GL-RM10RC)\n              \u003c\/option\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-2\" style=\"display: none;\" disabled\u003eComet Pro (GL-RM10)\n              \u003c\/option\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-3\" selected\u003eComet PoE (GL-RM1PE)\u003c\/option\u003e\n              \u003coption class=\"font-weight-bold\" value=\"order-4\"\u003eComet (GL-RM1)\u003c\/option\u003e\n            \u003c\/select\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-flex order order-0\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 align-self-start order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003cdiv class=\"text-right\"\u003e\n              \u003cspan class=\"badge badge-pill bg-white\"\u003eIT Maintenance\u003c\/span\u003e\n              \u003cimg class=\"img-fluid mt-2 mb-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/kvm\/kvm_table-rm10rc.png\" alt=\"Comet 5G (GL-RM10RC)\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"font-weight-bold text-rm10rc-secondary d-none d-md-block\"\u003eComet 5G\u003cbr class=\"d-xl-none\"\u003e (GL-RM10RC)\n            \u003c\/h3\u003e\n            \u003cp\u003eRemote KVM over 5G RedCap\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 align-self-start order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003cdiv class=\"text-right\"\u003e\n              \u003cspan class=\"badge badge-pill bg-white\"\u003eDigital Nomad\u003c\/span\u003e\n              \u003cimg class=\"img-fluid mt-2 mb-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/kvm\/kvm_table-rm10.png\" alt=\"Comet Pro (GL-RM10)\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"font-weight-bold text-rm10rc-secondary d-none d-md-block\"\u003eComet Pro\u003cbr class=\"d-xl-none\"\u003e (GL-RM10)\n            \u003c\/h3\u003e\n            \u003cp\u003eRemote KVM over Wi-Fi 6\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 align-self-start order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003cdiv class=\"text-right\"\u003e\n              \u003cspan class=\"badge badge-pill bg-white\"\u003eIT Maintenance\u003c\/span\u003e\n              \u003cimg class=\"img-fluid mt-2 mb-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/kvm\/kvm_table-rm1pe.png\" alt=\"Comet PoE (GL-RM1PE)\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"font-weight-bold text-rm10rc-secondary d-none d-md-block\"\u003eComet PoE\u003cbr class=\"d-xl-none\"\u003e (GL-RM1PE)\n            \u003c\/h3\u003e\n            \u003cp\u003eRemote KVM with PoE\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 align-self-start order order-4\"\u003e\n            \u003cdiv class=\"text-right\"\u003e\n              \u003cspan class=\"badge badge-pill bg-white\"\u003eHome Lab\u003c\/span\u003e\n              \u003cimg class=\"img-fluid mt-2 mb-4\" src=\"https:\/\/static.gl-inet.com\/www\/images\/campaign\/kvm\/kvm_table-rm1.png\" alt=\"Comet (GL-RM1)\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"font-weight-bold text-rm10rc-secondary d-none d-md-block\"\u003eComet\u003cbr class=\"d-xl-none\"\u003e (GL-RM1)\u003c\/h3\u003e\n            \u003cp\u003eRemote KVM over Internet\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"px-4 mt-4 mt-lg-4 mb-2 mb-lg-3\"\u003e\n          \u003ch6 class=\"font-weight-bold text-rm10rc-secondary mb-0\"\u003eDisplay\u003c\/h6\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Max. Resolution\"\u003e\n              Max. Resolution\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Max. Resolution\"\u003e\n              Max. Resolution\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              4K@30FPS\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Max. Resolution\"\u003e\n              Max. Resolution\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              4K@30FPS\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Max. Resolution\"\u003e\n              Max. Resolution\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              4K@30FPS\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_video-resolution.svg\" alt=\"Max. Resolution\"\u003e\n              Max. Resolution\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              4K@30FPS\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e\n              Latency\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e\n              Latency\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              30-60ms*\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e\n              Latency\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              30-60ms*\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e\n              Latency\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              30-60ms*\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_latency.svg\" alt=\"Latency\"\u003e\n              Latency\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              30-60ms*\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_two-way-audio.svg\" alt=\"Two-way Audio\"\u003e\n              Two-way Audio\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_two-way-audio.svg\" alt=\"Two-way Audio\"\u003e\n              Two-way Audio\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_two-way-audio.svg\" alt=\"Two-way Audio\"\u003e\n              Two-way Audio\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_two-way-audio.svg\" alt=\"Two-way Audio\"\u003e\n              Two-way Audio\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_two-way-audio.svg\" alt=\"Two-way Audio\"\u003e\n              Two-way Audio\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_hd.svg\" alt=\"HD Passthrough\"\u003e\n              HD Passthrough\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_hd.svg\" alt=\"HD Passthrough\"\u003e\n              HD Passthrough\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_hd.svg\" alt=\"HD Passthrough\"\u003e\n              HD Passthrough\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-check\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_hd.svg\" alt=\"HD Passthrough\"\u003e\n              HD Passthrough\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-hyphen\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_hd.svg\" alt=\"HD Passthrough\"\u003e\n              HD Passthrough\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-hyphen\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_display-screen.svg\" alt=\"Display Screen\"\u003e\n              Display Screen\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_display-screen.svg\" alt=\"Display Screen\"\u003e\n              Display Screen\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              3.69\" touchscreen\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_display-screen.svg\" alt=\"Display Screen\"\u003e\n              Display Screen\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              2.22\" touchscreen\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_display-screen.svg\" alt=\"Display Screen\"\u003e\n              Display Screen\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-hyphen\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_display-screen.svg\" alt=\"Display Screen\"\u003e\n              Display Screen\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-hyphen\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"px-4 mt-4 mt-lg-5 mb-2 mb-lg-3\"\u003e\n          \u003ch6 class=\"font-weight-bold text-rm10rc-secondary mb-0\"\u003eSystem \u0026amp; Connectivity\u003c\/h6\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"Processor\"\u003e\n              Processor\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"Processor\"\u003e\n              Processor\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Quad-core Cortex-A53\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"Processor\"\u003e\n              Processor\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Quad-core Cortex-A53\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"Processor\"\u003e\n              Processor\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Quad-core Cortex-A53\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cpu.svg\" alt=\"Processor\"\u003e\n              Processor\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Quad-core Cortex-A7\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n              Memory \/ Storage\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n              Memory \/ Storage\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              DDR3L 1 GB \/ 64 GB eMMC\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n              Memory \/ Storage\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              DDR3L 1 GB \/ 32 GB eMMC\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n              Memory \/ Storage\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              DDR3L 1 GB \/ 32 GB eMMC\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_memory.svg\" alt=\"Memory \/ Storage\"\u003e\n              Memory \/ Storage\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              DDR3L 1 GB \/ 8 GB eMMC\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_os.svg\" alt=\"Operating System\"\u003e\n              Operating System\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_os.svg\" alt=\"Operating System\"\u003e\n              Operating System\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Linux-6.1\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_os.svg\" alt=\"Operating System\"\u003e\n              Operating System\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Linux-6.1\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_os.svg\" alt=\"Operating System\"\u003e\n              Operating System\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Linux-6.1\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_os.svg\" alt=\"Operating System\"\u003e\n              Operating System\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Linux-4.19\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi\"\u003e\n              Wi-Fi\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi\"\u003e\n              Wi-Fi\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              2.4 GHz: 286 Mbps\u003cbr\u003e\n              5 GHz: 286 Mbps\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi\"\u003e\n              Wi-Fi\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              2.4 GHz: 286 Mbps\u003cbr\u003e\n              5 GHz: 286 Mbps\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi\"\u003e\n              Wi-Fi\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-hyphen\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_wifi-speed.svg\" alt=\"Wi-Fi\"\u003e\n              Wi-Fi\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-hyphen\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cellular.svg\" alt=\"Cellular\"\u003e\n              Cellular\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cellular.svg\" alt=\"Cellular\"\u003e\n              Cellular\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              4G LTE \u0026amp; 5G RedCap\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cellular.svg\" alt=\"Cellular\"\u003e\n              Cellular\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-hyphen\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cellular.svg\" alt=\"Cellular\"\u003e\n              Cellular\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-hyphen\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_cellular.svg\" alt=\"Cellular\"\u003e\n              Cellular\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              \u003ci class=\"fa-solid fa-hyphen\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Port\"\u003e\n              LAN Port\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Port\"\u003e\n              LAN Port\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              1 Gbps\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Port\"\u003e\n              LAN Port\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              1 Gbps\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Port\"\u003e\n              LAN Port\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              1 Gbps\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_ethernet-port.svg\" alt=\"LAN Port\"\u003e\n              LAN Port\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              1 Gbps\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n              Power Input\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n              Power Input\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Type-C, 5V\/3A,\u003cbr\u003e\n              PD-compatible\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n              Power Input\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Type-C, 5V\/2A,\u003cbr\u003e\n              PD-compatible\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n              Power Input\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Ethernet (PoE) \/ Type-C,\u003cbr\u003e\n              5V\/2A, PD-compatible\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_power-input.svg\" alt=\"Power Input\"\u003e\n              Power Input\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              Type-C, 5V\/2A\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"row model-comparisonp-detail\"\u003e\n          \u003cdiv class=\"col-md-4 col-lg-3 col-xl-3 d-none d-lg-block order order-0\"\u003e\n            \u003ch4 class=\"d-flex font-weight-bold mb-0\"\u003e\n              \u003cimg class=\"d-block mr-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimensions\"\u003e\n              Dimensions\n            \u003c\/h4\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-1 selected\" style=\"order: 1;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimensions\"\u003e\n              Dimensions\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              128 x 93 x 33mm \/ 285g\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-2 selected\" style=\"order: 2;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimensions\"\u003e\n              Dimensions\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              93 x 84 x 47mm \/ 170g\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-3 selected\" style=\"order: 3;\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimensions\"\u003e\n              Dimensions\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              102 x 70 x 22mm \/ 140g\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"col-6 col-md-4 col-lg-3 col-xl-3 order order-4\"\u003e\n            \u003ch5 class=\"d-lg-none mb-2\"\u003e\n              \u003cimg class=\"d-block mx-auto mb-1\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/compare\/icon_dimensions.svg\" alt=\"Dimensions\"\u003e\n              Dimensions\n            \u003c\/h5\u003e\n            \u003cp class=\"\"\u003e\n              80 x 60 x 17.5mm \/ 85g\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"mt-4 text-muted\"\u003e\n          \u003csmall\u003e\n            * Tests conducted on a local network. Real-world speeds may differ depending on your network configuration.\n          \u003c\/small\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cscript\u003e\n    function handleAnimationOne(element) {\n      const elementList = document.querySelectorAll('.animate_one');\n      elementList.forEach((element) =\u003e {\n        let top = element.getBoundingClientRect().top;\n        let bottom = element.getBoundingClientRect().bottom;\n        let height = element.offsetHeight\n        let winHeight = window.innerHeight * 0.8\n        if ((Math.abs(top) \u003c winHeight)) {\n          if (!element.classList.value.includes('in-view')) {\n            element.classList.add('in-view');\n          }\n        }\n        if (bottom \u003c 50 || bottom \u003e (window.innerHeight + height - 50)) {\n          element.classList.remove('in-view');\n        }\n      })\n    }\n    window.addEventListener('scroll', handleAnimationOne);\n  \u003c\/script\u003e\n\n  \u003c!-- model-comparison --\u003e\n  \u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n      \/\/ 使用类选择器获取所有下拉框，而不是固定的ID\n      const selects = document.querySelectorAll(\".router-select\");\n      const allComparisonRows = document.querySelectorAll('.model-comparisonp-detail');\n\n      function updateDisplay() {\n        allComparisonRows.forEach(row =\u003e {\n          row.querySelectorAll('.order').forEach(col =\u003e {\n            col.classList.remove('selected');\n            col.style.order = '';\n          });\n        });\n\n        \/\/ 获取所有下拉框的选中值\n        const selectedValues = Array.from(selects).map(select =\u003e select.value);\n\n        \/\/ 为每个选中的值设置显示和顺序\n        selectedValues.forEach((value, index) =\u003e {\n          const cols = document.querySelectorAll(`.model-comparisonp-detail .${value}`);\n          cols.forEach(col =\u003e {\n            col.classList.add('selected');\n            col.style.order = index + 1; \/\/ 设置顺序从1开始\n          });\n        });\n      }\n\n      function updateOptions() {\n        \/\/ 收集所有选中的值\n        const selectedValues = Array.from(selects).map(select =\u003e select.value);\n\n        \/\/ 对每个下拉框，更新其选项的可用性\n        selects.forEach(select =\u003e {\n          const currentValue = select.value;\n\n          \/\/ 启用所有选项\n          Array.from(select.options).forEach(opt =\u003e {\n            opt.disabled = false;\n            opt.style.display = '';\n          });\n\n          \/\/ 禁用其他下拉框已选中的选项\n          selectedValues.forEach(value =\u003e {\n            if (value !== currentValue) {\n              const optionToDisable = select.querySelector(`option[value=\"${value}\"]`);\n              if (optionToDisable) {\n                optionToDisable.disabled = true;\n                optionToDisable.style.display = 'none';\n              }\n            }\n          });\n        });\n      }\n\n      function handleSelectChange(e) {\n        const changedSelect = e.target;\n        const changedValue = changedSelect.value;\n\n        \/\/ 检查是否有其他下拉框选择了相同的值\n        selects.forEach(select =\u003e {\n          if (select !== changedSelect \u0026\u0026 select.value === changedValue) {\n            \/\/ 为冲突的下拉框寻找第一个可用选项\n            const firstAvailableOption = Array.from(select.options).find(opt =\u003e !opt.disabled \u0026\u0026 opt.value !== changedValue);\n            if (firstAvailableOption) {\n              select.value = firstAvailableOption.value;\n            }\n          }\n        });\n\n        updateOptions();\n        updateDisplay();\n      }\n\n      \/\/ 为所有下拉框添加事件监听器\n      selects.forEach(select =\u003e {\n        select.addEventListener(\"change\", handleSelectChange);\n      });\n\n      function initialize() {\n        \/\/ 检查窗口宽度，确定是几列布局\n        const isMediumScreenOrLarger = window.innerWidth \u003e= 768;\n\n        \/\/ 在中等屏幕以下（一行两列布局），隐藏第三列及以后的内容\n        if (!isMediumScreenOrLarger) {\n          \/\/ 只清除第三个下拉框的选中状态\n          if (selects.length \u003e= 3) {\n            selects[2].selectedIndex = -1;\n          }\n        } else {\n          \/\/ 恢复成一行三列时，给第三个下拉框默认选中前两个没有选中的选项\n          if (selects.length \u003e= 3 \u0026\u0026 selects[2].selectedIndex === -1) {\n            \/\/ 获取前两个下拉框选中的值\n            const selectedValues = [];\n            if (selects.length \u003e= 1 \u0026\u0026 selects[0].value) {\n              selectedValues.push(selects[0].value);\n            }\n            if (selects.length \u003e= 2 \u0026\u0026 selects[1].value) {\n              selectedValues.push(selects[1].value);\n            }\n\n            \/\/ 遍历第三个下拉框的选项，找到第一个没有被前两个选中的选项\n            let foundUnselected = false;\n            for (let i = 0; i \u003c selects[2].options.length; i++) {\n              const optionValue = selects[2].options[i].value;\n              if (optionValue \u0026\u0026 !selectedValues.includes(optionValue)) {\n                selects[2].selectedIndex = i;\n                foundUnselected = true;\n                break;\n              }\n            }\n\n            \/\/ 如果没有找到未选中的选项，保持默认选中第三个选项\n            if (!foundUnselected) {\n              selects[2].selectedIndex = 2;\n            }\n          }\n        }\n\n        updateOptions();\n        updateDisplay();\n      }\n\n      initialize();\n\n      \/\/ 添加窗口大小变化事件监听器\n      window.addEventListener('resize', initialize);\n    });\n  \u003c\/script\u003e\n\n  \u003csection class=\"py-4 py-lg-5 product-specs-section\" id=\"specs\"\u003e\n    \u003cdiv class=\"container\"\u003e\n      \u003cdiv class=\"row justify-content-center mx-0\"\u003e\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_5g-redcap.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_5g-redcap.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_5g-redcap.png\" alt=\"5G RedCap\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003e5G RedCap*\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_4k-30fps-resolution.png\" alt=\"4K@30FPS HDMI Passthrough\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003e4K@30FPS \u003cbr\u003eHDMI Passthrough\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_h264-encoding.png\" alt=\"H.264 hardware encoding with 30-60ms latency\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eH.264 hardware encoding \u003cbr\u003ewith 30-60ms latency\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_bios-access.png\" alt=\"BIOS Access\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eBIOS Access\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_usb2.0.png\" alt=\"USB 2.0 External Extension\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eUSB 2.0 \u003cbr\u003eExternal Extension\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_two-way-audio.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_two-way-audio.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_two-way-audio.png\" alt=\"Two-way Audio\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eTwo-way Audio\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_app-browser-access.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_app-browser-access.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_app-browser-access.png\" alt=\"APP or Browser Access\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eAPP\/Browser Access\u003c\/h5\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"text-dark col-4 col-md-4 col-lg-3 px-0 text-center\"\u003e\n          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_self-hosted.webp\" type=\"image\/webp\"\u003e\n            \u003csource srcset=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_self-hosted.png\" type=\"image\/png\"\u003e\n            \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/general\/product-icon\/icon_self-hosted.png\" alt=\"Self-hosted Deployment\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n          \u003ch5 class=\"font-weight-bold\"\u003eSelf-hosted\u003cbr\u003eDeployment\u003c\/h5\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"text-center pt-4\"\u003e\n        \u003csmall\u003e\n          \u003ci\u003e*Equipped with a global 5G RedCap module, the Comet 5G supports \u003cb\u003eboth 5G RedCap and 4G LTE\u003c\/b\u003e\n            connectivity.\u003c\/i\u003e\n        \u003c\/small\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Specifications --\u003e\n  \u003csection class=\"container py-4 py-lg-5\"\u003e\n    \u003ch2 class=\"font-weight-bold text-center\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \u003c!--\n    \u003cdiv class=\"text-center\"\u003e\n      \u003cimg class=\"img-fluid\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_interface.png\"\u003e\n      \u003cimg class=\"img-fluid mb-3\" src=\"https:\/\/static.gl-inet.com\/www\/images\/products\/gl-rm1pe\/rm1pe_dimension.png\" style=\"width: 70%;\"\u003e\n    \u003c\/div\u003e\n    --\u003e\n\n    \u003ctable class=\"table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eInterface\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e\n            1 x USB Type-C (Keyboard, Mouse)\u003cbr\u003e\n            1 x USB 2.0 Type-A\u003cbr\u003e\n            1 x Gigabit Ethernet Port\u003cbr\u003e\n            1 x HDMI In\u003cbr\u003e\n            1 x HDMI Out\u003cbr\u003e\n            1 x Nano SIM Slot\u003cbr\u003e\n            1 x Reset Button\u003cbr\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eOperating System\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eLinux 6.1\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eCPU\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eQuad Core ARM Cortex-A53\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eMemory \/ Storage\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eDDR3L 1GB \/ 64GB eMMC\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eDisplay Screen\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e3.69 inch, touchscreen\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eWi-Fi Protocol\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003eIEEE 802.11 a\/b\/g\/n\/ac\/ax\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eWi-Fi Speed\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e286Mbps (2.4GHz), 286Mbps (5GHz)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eCellular\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e4G LTE \u0026amp; 5G RedCap\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eEthernet Port\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e1 x RJ45\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eExternal Antennas\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e1 x Celluar\u003cbr\u003e1 x 2.4GHz \u0026amp; 5GHz\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eInternal Antenna\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e1 x Celluar\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eResolution\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e4K@30FPS\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003ePower Input\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e1 x USB Type-C (5V\/3A, PD-compatible)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"td-left\"\u003eDimension\u003c\/td\u003e\n          \u003ctd class=\"td-right\"\u003e128 x 93 x 33mm \/ 285g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTools \u0026amp; Downloadables\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/products\/datasheet\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Datasheet\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/dl.gl-inet.com\/kvm\/rm10rc\/stable\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Firmware\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/app-rm\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e App\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.gl-inet.com\/support\/gl-rm10rc\/\" target=\"_blank\"\u003e\u003ci class=\"fas fa-file-alt\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Tutorials\u003c\/a\u003e\n            \u003cspan class=\"mx-2\"\u003e|\u003c\/span\u003e\n            \u003ca role=\"button\" class=\"btn-underline\" href=\"https:\/\/www.dropbox.com\/scl\/fo\/4a9fbegu19qq8g0hkf3wl\/ACB-LqQH2ju-dCggS-P5RoY?rlkey=4pk6ro59b9dqcw7s5ld0vi5eq\u0026amp;st=nbmjrijv\u0026amp;dl=0\" target=\"_blank\"\u003e\u003ci class=\"fas fa-download\" aria-hidden=\"true\"\u003e\u003c\/i\u003e Media Kit\u003c\/a\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', () =\u003e {\n      const bgContainer = document.querySelector('.scenarios-tabs-bg');\n      const scrollWrapper = document.querySelector('.scenarios-tabs-wrapper');\n      const tabs = document.querySelectorAll('.rm10rc-scenarios .tab');\n      const imgs = document.querySelectorAll('.rm10rc-scenarios .scene-img'); \/\/ 假设用了叠加法\n      const contents = document.querySelectorAll('.rm10rc-scenarios .tab-content');\n\n      \/\/ 更新滑块位置并自动居中\n      const updateTabUI = (activeTab) =\u003e {\n        if (!activeTab) return;\n\n        \/\/ 1. 计算滑块位置\n        const tabWidth = activeTab.offsetWidth;\n        const tabLeft = activeTab.offsetLeft;\n        bgContainer.style.setProperty('--indicator-width', `${tabWidth}px`);\n        bgContainer.style.setProperty('--indicator-left', `${tabLeft}px`);\n\n        \/\/ 2. 手机端自动居中逻辑 (关键修复)\n        if (scrollWrapper) {\n          \/\/ 计算目标滚动位置：Tab 的左偏移 - (容器的一半) + (Tab宽度的一半)\n          const containerWidth = scrollWrapper.offsetWidth;\n          const targetScroll = tabLeft - (containerWidth \/ 2) + (tabWidth \/ 2);\n\n          scrollWrapper.scrollTo({\n            left: targetScroll,\n            behavior: 'smooth' \/\/ 平滑滚动\n          });\n        }\n      };\n\n      tabs.forEach(tab =\u003e {\n        tab.addEventListener('click', () =\u003e {\n          const target = tab.getAttribute('data-tab');\n\n          \/\/ 状态切换\n          tabs.forEach(t =\u003e t.classList.remove('active'));\n          tab.classList.add('active');\n\n          updateTabUI(tab);\n\n          \/\/ 图片和文字内容联动\n          if (imgs.length \u003e 0) {\n            imgs.forEach(img =\u003e {\n              img.classList.toggle('active', img.getAttribute('data-target') === target);\n            });\n          }\n          contents.forEach(content =\u003e {\n            content.classList.toggle('active', content.id === target);\n          });\n        });\n      });\n\n      \/\/ 初始化位置\n      const initialActive = document.querySelector('.rm10rc-scenarios .tab.active');\n      if (initialActive) {\n        setTimeout(() =\u003e updateTabUI(initialActive), 200);\n      }\n\n      \/\/ 窗口大小改变时重置\n      window.addEventListener('resize', () =\u003e {\n        const currentActive = document.querySelector('.rm10rc-scenarios .tab.active');\n        updateTabUI(currentActive);\n      });\n    }); \n  \u003c\/script\u003e\n\n  \u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n      const pillLinks = document.querySelectorAll('a[data-toggle=\"pill\"][data-target]');\n      console.log(pillLinks);\n\n      pillLinks.forEach(function (link) {\n        link.addEventListener('click', function (e) {\n          const targetIds = this.dataset.target.split(', ');\n          console.log(targetIds);\n          document.querySelectorAll('.tab-pane').forEach(panel =\u003e {\n            panel.classList.remove('active', 'show');\n          });\n\n          targetIds.forEach(function (id) {\n            const panel = document.querySelector(id);\n            if (panel) {\n              panel.classList.add('active', 'show');\n            }\n          });\n        });\n      });\n    });\n  \u003c\/script\u003e\n\u003c\/main\u003e","brand":"GL.iNet EU","offers":[{"title":"Default Title","offer_id":49722238730517,"sku":"GL-RM10RC-EU-4PX","price":284.03,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0689\/2788\/1493\/files\/imgi_59_rm10rc_1.jpg?v=1769763702"}],"url":"https:\/\/store-eu.gl-inet.com\/collections\/flash-deals.oembed","provider":"GL.iNet EU","version":"1.0","type":"link"}