{
    "id": 95,
    "date": "2025-03-14T17:36:31",
    "date_gmt": "2025-03-14T17:36:31",
    "guid": {
        "rendered": "https:\/\/flashkart-dev.staging.ruffnet.hu\/?page_id=95"
    },
    "modified": "2025-04-24T05:57:43",
    "modified_gmt": "2025-04-24T05:57:43",
    "slug": "flashkart_homepage",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/",
    "title": {
        "rendered": "FlashKart HomaPage"
    },
    "content": {
        "rendered": "<div data-elementor-type=\"wp-page\" data-elementor-id=\"95\" class=\"elementor elementor-95\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d88371 e-flex e-con-boxed e-con e-parent\" data-id=\"2d88371\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d311df3 elementor-widget elementor-widget-html\" data-id=\"d311df3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\n.menuBlock {\n  background-color: #003439;\n  position: fixed;\n  z-index: 9999;\n  cursor: default;\n  margin: -3% 0% 0% -4%;\n  padding: 4% 0% 0% 0%;\n  \/* align-content: center = the menu items will be jumping *\/\n\n  width: 105%; height: 140px;\n  \n  font-family: Anton;\n  font-size: 30px;\n}\n\n.menuElements_DT {\n \/* border: 1px dotted white;*\/\n  display: flex;\n  justify-content: center;\n  \n  .menuItem {\n    width: 14%;\n  \/*background-color: powderblue;\n    border: 1px dotted white;     *\/\n    margin: .2%;\n    text-align: center;\n    padding: 0% 0% 1%;     *\/\n  }\n  #en { width: 5% }\n}\n.menuElements_MB {\n  background-color: #003439;\n  margin: 3% -10%;\n  padding: 5% 50% 13% 18%;\n  display: none;\n  font-size: 24px;\n  text-align: left;\n  \n  .menuItem {\n    display: block;\n  \/*background-color: powderblue; *\/\n    margin: 1%;\n    text-align: left;\n    margin: 0% 0% 4% 5%;\n  }\n}\n\n.hamburgerMenu {\n  width: 5%;\n  display: block;\n  margin: 0% 0% 0% 10%;\n  display: none;\n}\n.hamburgerLine {\n  border: 2px solid white;\n  margin: 0% 0% 20%;\n}\n\n.menuItem:hover {\n  color: #ADCACA;\n  -webkit-transition: color 1000ms linear;\n  -ms-transition: color 1000ms linear;\n  transition: color 1000ms linear;\n  border-bottom: 3px solid white;\n  -webkit-transition: border-bottom 500ms;\n  -ms-transition: border-bottom 500ms;\n  transition: border-bottom 500ms;\n}\n\n@media only screen and (max-width: 450px) {\n  \/* For mobile phones: *\/\n.menuBlock {\n  height: 70px;\n  padding: 0;\n}\n.hamburgerMenu {\n  display: block;\n  margin: 8% 0% 0% 10%;\n}\n.menuElements_DT {\n  display: none\n}\n    \n<\/style>\n\n<body>\n    \n  <div class=\"menuBlock\">\n      \n\n    <div class=\"menuElements_DT\">\n      <div class=\"menuItem\" id=\"prices\">PRICES<\/div>\n      <div class=\"menuItem\" id=\"booking\">BOOK A RACE<\/div>\n      <div class=\"menuItem\">VOUCHER<\/div>\n      <div class=\"menuItem\" id=\"tabor\">SUMMER CAMP<\/div>\n      <div class=\"menuItem\" id=\"en\"><\/div>\n    <\/div>                 <!-- menuElements_DT -->\n    \n    <div class=\"hamburgerMenu\" id=\"hamburgerMenu\">\n     <div class=\"hamburgerLine\" id=\"hamLine1\"><\/div>    \n     <div class=\"hamburgerLine\" id=\"hamLine2\"><\/div>    \n     <div class=\"hamburgerLine\" id=\"hamLine3\"><\/div>    \n    <\/div>                 <!-- hamburgerMenu   -->\n    \n    <div class=\"menuElements_MB\" id=\"mobileMenu\">\n     <div class=\"menuItem\" id=\"prices\">PRICES<\/div>\n     <div class=\"menuItem\" id=\"booking\">BOOK A RACE<\/div>\n     <div class=\"menuItem\" id=\"booking\">VOUCHER<\/div>\n     <div class=\"menuItem\" id=\"tabor\">SUMMER CAMP<\/div>\n     <div class=\"menuItem\" id=\"en\"><\/div>\n    <\/div>                 <!-- menuElements_MB -->\n      \n  <\/div>                   <!-- the big menu (menuBlock) -->\n\n<\/body>\n\n<script>\n\n  var menuItems  = document.getElementsByClassName('menuItem')\n  var hmbrgrMenu = document.getElementById('hamburgerMenu')\n  var mobileMenu = document.getElementById('mobileMenu')\n\n  \/\/ set the language selector\n  var myUrl = window.location.href\n  var languagePart = myUrl.indexOf('.hu\/')\n  var languagePart = myUrl.substring(languagePart+4,languagePart+6)\n  if (languagePart=='hu') {\n    var displayLanguage = 'EN'\n  } else {\n    var displayLanguage = 'HU'\n  }\n  menuItems[4].innerHTML = menuItems[9].innerHTML = displayLanguage\n\n  \/\/ menu items clickable\n  \/\/ for desktop view\n  menuItems[0].addEventListener(\"click\", function() { menuClick(1) })\n  menuItems[1].addEventListener(\"click\", function() { menuClick(2) })\n  menuItems[2].addEventListener(\"click\", function() { menuClick(3) })\n  menuItems[3].addEventListener(\"click\", function() { menuClick(4) })\n  menuItems[4].addEventListener(\"click\", function() { menuClick(5) })\n  \/\/ for mobile view\n  \/\/ the HAMBURGER::\n  hmbrgrMenu.addEventListener(\"click\",   function() { menuClick(0) })\n  \/\/ the mobile menues:\n  menuItems[5].addEventListener(\"click\", function() { menuClick(1) })\n  menuItems[6].addEventListener(\"click\", function() { menuClick(2) })\n  menuItems[7].addEventListener(\"click\", function() { menuClick(3) })\n  menuItems[8].addEventListener(\"click\", function() { menuClick(4) })\n  menuItems[9].addEventListener(\"click\", function() { menuClick(5) })\n\nfunction menuClick(melyik) {\n\n  if (melyik==0) {                      \/\/ mobile viewer\n    var mostIlyen = mobileMenu.style.display\n    if (mostIlyen==='none') {\n      mobileMenu.style.display = 'block'\n    } else {\n      mobileMenu.style.display = 'none'\n    }\n  } else if (melyik==1) {               \/\/ PRICE direct jump\n    window.location.href=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/\" + languagePart + \"\/#arakba\"\n  } else if (melyik==2) {               \/\/ BOOK-a-RACE\n    window.location.href=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/\" + languagePart + \"\/?page_id=618\"\n  } else if (melyik==3) {               \/\/ VOUCHER\n    alert ('m\u00e9g nem el\u00e9rhet\u0151 \u2014 not yet available')\n  } else if (melyik==4) {               \/\/ TABOR\n    window.location.href=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/\" + languagePart + \"?page_id=657\" \n  } else if (melyik==5) {               \/\/ LANGUAGE selector\n    var nextSpeak = menuItems[melyik-1].innerHTML\n    var nextSpeak = nextSpeak.toLowerCase()\n    var subPage   = myUrl.indexOf(\"\/\"+ languagePart + \"\/\") +4\n    var subPage   = myUrl.substring(subPage, myUrl.length)\n    window.location.href=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/\" + nextSpeak + '\/' + subPage\n  }\n}\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ffb6c63 e-con-full e-flex e-con e-parent\" data-id=\"ffb6c63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:22,&quot;url&quot;:&quot;https:\\\/\\\/flashkart-dev.staging.ruffnet.hu\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/SVT05681-scaled-1.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f8fe59 e-con-full e-flex e-con e-parent\" data-id=\"2f8fe59\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2ff98d elementor-widget elementor-widget-html\" data-id=\"f2ff98d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<html>\n<head>\n<style>\n\n.screenLine {\n  display: flex;\n  just\n}\n.viewType {\n  color: black;\n  background-color: lightgrey;\n  padding: 5px;\n  margin: 0 30px 0 0;\n}\n\n\/* ===== PLAKETTES ======= *\/\n\n.PlaketLine,\n.TextLine {\n  display: flex;\n  margin-bottom: 2%;\n  justify-content: center;\n}\n.Plakettes,\n.PlakettesT {\n  width: 31.3%;\n  margin: 1%;\n}\n\n.ColorA > .PlakettImg {\n  background-color: #ADCACA;\n}\n.ColorA > .PlakettText {\n  background-color: #789999;\n}\n.ColorB > .PlakettImg {\n  background-color: #EDE3E0;\n}\n.ColorB > .PlakettText {\n  background-color: #D4C1BB;\n}\n\n.PlakettHead {\n  padding-top: 0.8em;\n  color: white;\n  font-family: Anton;\n  font-size: 20px;\n  text-align: center;\n  height: 3em;\n  background-color: #003439;\n}\n.PlakettImg {\n  width: 100%;\n}\n\/*.PlakettPic > PlakettImg {\n  display: block;\n  margin: auto;\n  width: 300px;\n  height: 300px;\n}*\/\n.PlakettText {\n  color: black;\n  font-size: 14px;\n  padding: 6%;\n}\n\n@media only screen and (max-width: 300px) {\n#sc300 { visibility: hidden }\n}\n@media only screen and (max-width: 350px) {\n#sc350 { visibility: hidden }\n}\n@media only screen and (max-width: 400px) {\n#sc400 { visibility: hidden }\n}\n@media only screen and (max-width: 500px) {\n#sc500 { visibility: hidden }\n}\n@media only screen and (max-width: 600px) {\n#sc600 { visibility: hidden }\n}\n@media only screen and (max-width: 700px) {\n#sc700 { visibility: hidden }\n}\n@media only screen and (max-width: 800px) {\n#sc800 { visibility: hidden }\n}\n@media only screen and (max-width: 900px) {\n#sc900 { visibility: hidden }\n}\n@media only screen and (max-width: 1000px) {\n#sc1000 { visibility: hidden }\n}\n@media only screen and (max-width: 1100px) {\n#sc1100 { visibility: hidden }\n}\n@media only screen and (max-width: 1200px) {\n#sc1200 { visibility: hidden }\n}\n\n\n@media only screen and (max-width: 600px) {\n.PlaketLine,\n.TextLine {\n  flex-wrap: wrap;\n  margin-bottom: 0%;\n  }\n.Plakettes,\n.PlakettesT {\n  width: 95%;\n}\n}\n\n<\/style>\n<\/head>\n<body>\n\n <div class=\"screenLine\">\n  <div class=\"viewType\" id=\"sc300\">sc300<\/div>\n  <div class=\"viewType\" id=\"sc350\">sc350<\/div>\n  <div class=\"viewType\" id=\"sc400\">sc400<\/div>\n  <div class=\"viewType\" id=\"sc500\">sc500<\/div>\n  <div class=\"viewType\" id=\"sc600\">sc600<\/div>\n  <div class=\"viewType\" id=\"sc700\">sc700<\/div>\n  <div class=\"viewType\" id=\"sc800\">sc800<\/div>\n  <div class=\"viewType\" id=\"sc900\">sc900<\/div>\n  <div class=\"viewType\" id=\"sc1000\">sc1000<\/div>\n  <div class=\"viewType\" id=\"sc1100\">sc1100<\/div>\n  <div class=\"viewType\" id=\"sc1200\">sc1200<\/div>\n <\/div>\n \n \n  <div class=\"PlaketLine\">\n\n    <div class=\"Plakettes\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettHead\">FLASHKART<\/div>\n      <img decoding=\"async\" class=\"PlakettImg\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/TomKart-3.2.png\">\n<!--  <div class=\"hatter\"><div class=\"PlakettText\">A FlashKart p\u00e1ly\u00e1in elektromos gokartokkal \u00e9lvezhetitek a sz\u00e1guld\u00e1st.<br>Nincs semmilyen k\u00e1rosanyag kibocs\u00e1t\u00e1s, f\u00fcls\u00fcket\u00edt\u0151 zaj \u00e9s fojtogat\u00f3 benzinszag, ami \u2014 valljuk be \u2014 z\u00e1rt t\u00e9rben fontos! Az elektromos gokartok j\u00f3l kiegyens\u00falyozottak (nincs motoroldali t\u00fals\u00faly). 10 k\u00fcl\u00f6nb\u00f6z\u0151 sebess\u00e9gfokozattal v\u00e1runk, \u00edgy ide\u00e1lis sz\u00f3rakoz\u00e1s gyerekekt\u0151l a feln\u0151tt versenyz\u0151kig mindenki sz\u00e1m\u00e1ra!<\/div><\/div-->\n     <\/div>\n    <\/div>  \n    \n    <div class=\"Plakettes\">\n     <div class=\"ColorB\">\n      <div class=\"PlakettHead\">SPEED<\/div>\n      <img decoding=\"async\" class=\"PlakettImg\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/Speed_gauge-1.png\">\n<!--  <div class=\"PlakettText\">Mi elhissz\u00fck, hogy Te vagy a legjobb gokart pil\u00f3ta, DE a gokartjainkban er\u0151s elektromotorok dolgoznak nagy nyomat\u00e9kkal, sz\u0171k p\u00e1ly\u00e1n. Nek\u00fcnk a biztons\u00e1g az els\u0151, ez\u00e9rt \u2014 az enged\u00e9lyez\u0151 hat\u00f3s\u00e1g k\u00e9r\u00e9s\u00e9re \u2014 aki el\u0151sz\u00f6r j\u00e1r n\u00e1lunk, az alacsony fokozatb\u00f3l indul (gyerekek: 3, feln\u0151ttek: 5), hogy hozz\u00e1szokjanak a gokartokhoz. Aki \u00fcgyes, az hamar el tudja \u00e9rni a magasabb sebess\u00e9gfokozatokat. HASZN\u00c1LD MINDIG A TURBO-t!<\/div-->\n     <\/div>\n    <\/div>\n    \n    <div class=\"Plakettes\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettHead\">SMART STEERING WHEEL<\/div>\n      <img decoding=\"async\" class=\"PlakettImg\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/TomKart-SteeringWheel-2.2.png\">\n<!--  <div class=\"PlakettText\">Ilyet m\u00e1shol nem fogsz tal\u00e1lni! Egyed\u00fcl\u00e1ll\u00f3 okos korm\u00e1ny, ami minden fontos inf\u00f3t megmutat Neked futam k\u00f6zben! Besz\u00e1ll\u00e1skor \u201e\u00fcdv\u00f6z\u00f6l\u201d, t\u00e1j\u00e9koztat a pillanatnyi k\u00f6rid\u0151dr\u0151l, az \u00e9ppen aktu\u00e1lis sebess\u00e9gfokozatodr\u00f3l, valamint a TURBO CHARGER t\u00f6lt\u00f6tts\u00e9gi \u00e1llapot\u00e1r\u00f3l! Err\u0151l b\u0151vebben a TURBO ikon alatt olvashatsz. HASZN\u00c1LD MINDIG A TURBO-t!<\/div-->\n     <\/div>\n    <\/div>  \n\n  <\/div>      <!-- ends PlaketLine-1 -->\n  \n  <div class=\"TextLine\">\n      \n    <div class=\"PlakettesT\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettText\">A FlashKart p\u00e1ly\u00e1in elektromos gokartokkal \u00e9lvezhetitek a sz\u00e1guld\u00e1st.<br>Nincs semmilyen k\u00e1rosanyag kibocs\u00e1t\u00e1s, f\u00fcls\u00fcket\u00edt\u0151 zaj \u00e9s fojtogat\u00f3 benzinszag, ami \u2014 valljuk be \u2014 z\u00e1rt t\u00e9rben fontos! Az elektromos gokartok j\u00f3l kiegyens\u00falyozottak (nincs motoroldali t\u00fals\u00faly). 10 k\u00fcl\u00f6nb\u00f6z\u0151 sebess\u00e9gfokozattal v\u00e1runk, \u00edgy ide\u00e1lis sz\u00f3rakoz\u00e1s gyerekekt\u0151l a feln\u0151tt versenyz\u0151kig mindenki sz\u00e1m\u00e1ra!<\/div>\n     <\/div>\n    <\/div>  \n    \n    <div class=\"PlakettesT\">\n     <div class=\"ColorB\">\n      <div class=\"PlakettText\">Mi elhissz\u00fck, hogy Te vagy a legjobb gokart pil\u00f3ta, DE a gokartjainkban er\u0151s elektromotorok dolgoznak nagy nyomat\u00e9kkal, sz\u0171k p\u00e1ly\u00e1n. Nek\u00fcnk a biztons\u00e1g az els\u0151, ez\u00e9rt \u2014 az enged\u00e9lyez\u0151 hat\u00f3s\u00e1g k\u00e9r\u00e9s\u00e9re \u2014 aki el\u0151sz\u00f6r j\u00e1r n\u00e1lunk, az alacsony fokozatb\u00f3l indul (gyerekek: 3, feln\u0151ttek: 5), hogy hozz\u00e1szokjanak a gokartokhoz. Aki \u00fcgyes, az hamar el tudja \u00e9rni a magasabb sebess\u00e9gfokozatokat. HASZN\u00c1LD MINDIG A TURBO-t!<\/div>\n     <\/div>\n    <\/div>\n    \n    <div class=\"PlakettesT\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettText\">Ilyet m\u00e1shol nem fogsz tal\u00e1lni! Egyed\u00fcl\u00e1ll\u00f3 okos korm\u00e1ny, ami minden fontos inf\u00f3t megmutat Neked futam k\u00f6zben! Besz\u00e1ll\u00e1skor \u201e\u00fcdv\u00f6z\u00f6l\u201d, t\u00e1j\u00e9koztat a pillanatnyi k\u00f6rid\u0151dr\u0151l, az \u00e9ppen aktu\u00e1lis sebess\u00e9gfokozatodr\u00f3l, valamint a TURBO CHARGER t\u00f6lt\u00f6tts\u00e9gi \u00e1llapot\u00e1r\u00f3l! Err\u0151l b\u0151vebben a TURBO ikon alatt olvashatsz. HASZN\u00c1LD MINDIG A TURBO-t!<\/div>\n     <\/div>\n    <\/div>  \n\n  <\/div>      <!-- ends TextLine-1 -->\n\n  <div class=\"PlaketLine\">\n\n    <div class=\"Plakettes\">\n     <div class=\"ColorB\">\n      <div class=\"PlakettHead\">TURBO<\/div>\n      <img decoding=\"async\" class=\"PlakettImg\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/TURBO-2.2-1.png\">\n<!--  <div class=\"PlakettText\">A FlashKart p\u00e1ly\u00e1in elektromos gokartokkal \u00e9lvezhetitek a sz\u00e1guld\u00e1st.<br>Nincs semmilyen k\u00e1rosanyag kibocs\u00e1t\u00e1s, f\u00fcls\u00fcket\u00edt\u0151 zaj \u00e9s fojtogat\u00f3 benzinszag, ami \u2014 valljuk be \u2014 z\u00e1rt t\u00e9rben fontos! Az elektromos gokartok j\u00f3l kiegyens\u00falyozottak (nincs motoroldali t\u00fals\u00faly). 10 k\u00fcl\u00f6nb\u00f6z\u0151 sebess\u00e9gfokozattal v\u00e1runk, \u00edgy ide\u00e1lis sz\u00f3rakoz\u00e1s gyerekekt\u0151l a feln\u0151tt versenyz\u0151kig mindenki sz\u00e1m\u00e1ra!<\/div-->\n     <\/div>\n    <\/div>  \n    \n    <div class=\"Plakettes\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettHead\">TIME<\/div>\n      <img decoding=\"async\" class=\"PlakettImg\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/CLOCK-2.2.png\">\n<!--  <div class=\"PlakettText\">Mi elhissz\u00fck, hogy Te vagy a legjobb gokart pil\u00f3ta, DE a gokartjainkban er\u0151s elektromotorok dolgoznak nagy nyomat\u00e9kkal, sz\u0171k p\u00e1ly\u00e1n. Nek\u00fcnk a biztons\u00e1g az els\u0151, ez\u00e9rt \u2014 az enged\u00e9lyez\u0151 hat\u00f3s\u00e1g k\u00e9r\u00e9s\u00e9re \u2014 aki el\u0151sz\u00f6r j\u00e1r n\u00e1lunk, az alacsony fokozatb\u00f3l indul (gyerekek: 3, feln\u0151ttek: 5), hogy hozz\u00e1szokjanak a gokartokhoz. Aki \u00fcgyes, az hamar el tudja \u00e9rni a magasabb sebess\u00e9gfokozatokat. HASZN\u00c1LD MINDIG A TURBO-t!<\/div-->\n     <\/div>\n    <\/div>\n    \n    <div class=\"Plakettes\">\n     <div class=\"ColorB\">\n      <div class=\"PlakettHead\">GOKARTS<\/div>\n      <img decoding=\"async\" class=\"PlakettImg\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/TomKart-2.2.png\">\n<!--  <div class=\"PlakettText\">Ilyet m\u00e1shol nem fogsz tal\u00e1lni! Egyed\u00fcl\u00e1ll\u00f3 okos korm\u00e1ny, ami minden fontos inf\u00f3t megmutat Neked futam k\u00f6zben! Besz\u00e1ll\u00e1skor \u201e\u00fcdv\u00f6z\u00f6l\u201d, t\u00e1j\u00e9koztat a pillanatnyi k\u00f6rid\u0151dr\u0151l, az \u00e9ppen aktu\u00e1lis sebess\u00e9gfokozatodr\u00f3l, valamint a TURBO CHARGER t\u00f6lt\u00f6tts\u00e9gi \u00e1llapot\u00e1r\u00f3l! Err\u0151l b\u0151vebben a TURBO ikon alatt olvashatsz. HASZN\u00c1LD MINDIG A TURBO-t!<\/div-->\n     <\/div>\n    <\/div>  \n\n  <\/div>      <!-- ends PlaketLine-2 -->\n  \n  <div class=\"TextLine\">\n      \n    <div class=\"PlakettesT\">\n     <div class=\"ColorB\">\n      <div class=\"PlakettText\">Ha m\u00e1r elektromos gokartok \u00e9s sz\u00e1m\u00edt\u00f3g\u00e9p vez\u00e9rli a m\u0171k\u00f6d\u00e9s\u00fcket, mi\u00e9rt ne csemp\u00e9szhetn\u00e9nk be egy kis j\u00e1t\u00e9kot is az \u00f6nfeledt verseng\u00e9sbe? Ha megnyomod a TURBO gombot, megn\u00f6veled vele a v\u00e9gsebess\u00e9gedet \u2014 az aktu\u00e1lis sebess\u00e9gfokozatodon t\u00fal! Ez seg\u00edteni fog abban, hogy k\u00f6nnyebben el\u00e9rhesd a k\u00f6vetkez\u0151 sebess\u00e9gfokozatot!<br>Ne feledd; HASZN\u00c1LD MINDIG A TURBO-t!<\/div>\n     <\/div>\n    <\/div>  \n    \n    <div class=\"PlakettesT\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettText\">Az id\u0151vel \u00fagy sz\u00e1moljatok, hogy egy futam a p\u00e1ly\u00e1n 7 perc (kb. 12-14 k\u00f6r), be- \u00e9s kisz\u00e1ll\u00e1ssal 10 perc. El\u0151tte regisztr\u00e1lnotok kell, felel\u0151ss\u00e9gv\u00e1llal\u00e1si nyilatkozatot kell kit\u00f6lteni \u00e9s meg kell n\u00e9zzetek egy r\u00f6vid vide\u00f3t a p\u00e1lya \u00e9s a gokartoz\u00e1s legfontosabb biztons\u00e1gi szab\u00e1lyair\u00f3l! \u00cdgy egyetlen futam mindennel kb f\u00e9l \u00f3ra \u00e9s minden plusz futam tov\u00e1bbi negyed \u00f3ra. \u00cdgy ha a szok\u00e1sos 3 futamra j\u00f6tt\u00f6k akkor sz\u00e1moljatok egy \u00f3r\u00e1s programmal.<\/div>\n     <\/div>\n    <\/div>\n    \n    <div class=\"PlakettesT\">\n     <div class=\"ColorB\">\n      <div class=\"PlakettText\">A karbon v\u00e1zas gokartokat 16 l\u00f3er\u0151s elektromos motorok hajtj\u00e1k 3.2 kWh teljes\u00edtm\u00e9ny\u0171 akkumul\u00e1torokkal. A gokartok ped\u00e1ljai \u00e9s \u00fcl\u00e9sei is \u00e1ll\u00edthat\u00f3ak, ez\u00e9rt 125cm - 195cm testmagass\u00e1gig k\u00e9nyelmesen szem\u00e9lyre szabhat\u00f3ak.<br>\u00cdgy n\u00e1lunk a gyerekek is ugyanazzal a gokarttal mehetnek, mint a feln\u0151ttek, de az \u0151 sebess\u00e9g\u00fcket term\u00e9szetesen a sz\u00e1m\u00edt\u00f3g\u00e9p korl\u00e1tozza.<\/div>\n     <\/div>\n    <\/div>  \n\n  <\/div>      <!-- ends TextLine-2 -->\n\n  <div class=\"PlaketLine\">\n\n    <div class=\"Plakettes\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettHead\">MAGASS\u00c1G \u00c9S \u00c9LETKOR<\/div>\n      <img decoding=\"async\" class=\"PlakettImg\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/age_height.png\">\n<!--  <div class=\"PlakettText\">A FlashKart p\u00e1ly\u00e1in elektromos gokartokkal \u00e9lvezhetitek a sz\u00e1guld\u00e1st.<br>Nincs semmilyen k\u00e1rosanyag kibocs\u00e1t\u00e1s, f\u00fcls\u00fcket\u00edt\u0151 zaj \u00e9s fojtogat\u00f3 benzinszag, ami \u2014 valljuk be \u2014 z\u00e1rt t\u00e9rben fontos! Az elektromos gokartok j\u00f3l kiegyens\u00falyozottak (nincs motoroldali t\u00fals\u00faly). 10 k\u00fcl\u00f6nb\u00f6z\u0151 sebess\u00e9gfokozattal v\u00e1runk, \u00edgy ide\u00e1lis sz\u00f3rakoz\u00e1s gyerekekt\u0151l a feln\u0151tt versenyz\u0151kig mindenki sz\u00e1m\u00e1ra!<\/div-->\n     <\/div>\n    <\/div>  \n    \n    <div class=\"Plakettes\">\n     <div class=\"ColorB\">\n      <div class=\"PlakettHead\">POWERFUL ENGINE<\/div>\n      <img decoding=\"async\" class=\"PlakettImg\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/KNTKT_HACKER.png\">\n<!--  <div class=\"PlakettText\">Mi elhissz\u00fck, hogy Te vagy a legjobb gokart pil\u00f3ta, DE a gokartjainkban er\u0151s elektromotorok dolgoznak nagy nyomat\u00e9kkal, sz\u0171k p\u00e1ly\u00e1n. Nek\u00fcnk a biztons\u00e1g az els\u0151, ez\u00e9rt \u2014 az enged\u00e9lyez\u0151 hat\u00f3s\u00e1g k\u00e9r\u00e9s\u00e9re \u2014 aki el\u0151sz\u00f6r j\u00e1r n\u00e1lunk, az alacsony fokozatb\u00f3l indul (gyerekek: 3, feln\u0151ttek: 5), hogy hozz\u00e1szokjanak a gokartokhoz. Aki \u00fcgyes, az hamar el tudja \u00e9rni a magasabb sebess\u00e9gfokozatokat. HASZN\u00c1LD MINDIG A TURBO-t!<\/div-->\n     <\/div>\n    <\/div>\n    \n    <div class=\"Plakettes\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettHead\">FLEXIBILITY<\/div>\n      <img decoding=\"async\" class=\"PlakettImg\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/KNTKT_PEDALS.png\">\n<!--  <div class=\"PlakettText\">Ilyet m\u00e1shol nem fogsz tal\u00e1lni! Egyed\u00fcl\u00e1ll\u00f3 okos korm\u00e1ny, ami minden fontos inf\u00f3t megmutat Neked futam k\u00f6zben! Besz\u00e1ll\u00e1skor \u201e\u00fcdv\u00f6z\u00f6l\u201d, t\u00e1j\u00e9koztat a pillanatnyi k\u00f6rid\u0151dr\u0151l, az \u00e9ppen aktu\u00e1lis sebess\u00e9gfokozatodr\u00f3l, valamint a TURBO CHARGER t\u00f6lt\u00f6tts\u00e9gi \u00e1llapot\u00e1r\u00f3l! Err\u0151l b\u0151vebben a TURBO ikon alatt olvashatsz. HASZN\u00c1LD MINDIG A TURBO-t!<\/div-->\n     <\/div>\n    <\/div>  \n\n  <\/div>      <!-- ends PlaketLine-3 -->\n  \n  <div class=\"TextLine\">\n      \n    <div class=\"PlakettesT\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettText\">Gokartjaink \u00fcl\u00e9sei \u00e9s ped\u00e1ljai is \u00e1ll\u00edthat\u00f3ak, \u00edgy 125 - 195 cm testmagass\u00e1g k\u00f6z\u00f6tt b\u00e1rki haszn\u00e1lhatja. Ez kell ahhoz, hogy a ped\u00e1lokat \u00e9s a korm\u00e1nyt is BIZTONS\u00c1GOSAN el\u00e9rj\u00e9k. \u00cdgy \u00e9letkori el\u0151\u00edr\u00e1s nincs!<br>P\u00e1ros gokartjaink nincsenek, amelyek h\u00e1tr\u00e1nya, hogy azon az oldalon, ahol a gyermek \u00fcl \u2014 a kisebb s\u00faly miatt \u2014 sokkal kisebb a tapad\u00e1s, ez\u00e9rt nehezebb a korm\u00e1nyz\u00e1s is.<\/div>\n     <\/div>\n    <\/div>  \n    \n    <div class=\"PlakettesT\">\n     <div class=\"ColorB\">\n      <div class=\"PlakettText\">Nagyon er\u0151s (16LE), sz\u00e9nkef\u00e9k n\u00e9lk\u00fcli (elektronikus kommut\u00e1ci\u00f3j\u00fa), h\u00e1rom f\u00e1zis\u00fa, egyen\u00e1ram\u00fa elektromos motorok dolgoznak a gokartokban, hogy a v\u00e9gsebess\u00e9get \u00e9s az azon fel\u00fcli TURBO-t is el tudd \u00e9rni. Az elektromotorok \u2014 p\u00e1ly\u00e1inkra be\u00e1ll\u00edtott \u2014 maxim\u00e1lis fordulatsz\u00e1ma 2600 rpm; ilyenkor a motor ak\u00e1r 210A \u00e1ramot is felvesz. A motorokat 3,2 kWh teljes\u00edtm\u00e9ny\u0171 Lithium-polimer akkumul\u00e1torok t\u00e1pl\u00e1lj\u00e1k.<\/div>\n     <\/div>\n    <\/div>\n    \n    <div class=\"PlakettesT\">\n     <div class=\"ColorA\">\n      <div class=\"PlakettText\">Gokartjainknak \u00e1ll\u00edthat\u00f3 a ped\u00e1lja \u00e9s az \u00fcl\u00e9se is, \u00edgy mindenki 125 - 195 cm k\u00f6z\u00f6tt k\u00e9nyelmesen be tud sz\u00e1llni. Az als\u00f3 hat\u00e1rt kb. 6 \u00e9ves kort\u00f3l szokt\u00e1k a gyerekek el\u00e9rni, de ez nem jelenti azt, hogy fiatalabbak ne pr\u00f3b\u00e1lhatn\u00e1k meg, ha el\u00e9rik a 125 cm-t.<br>\u00cdgy n\u00e1lunk m\u00e1r a 125 cm magas \"pil\u00f3t\u00e1k\" \u00f6n\u00e1ll\u00f3an is kipr\u00f3b\u00e1lhatj\u00e1k a gokartoz\u00e1st.<\/div>\n     <\/div>\n    <\/div>  \n\n  <\/div>      <!-- ends TextLine-3 -->\n\n\n<\/body>\n<\/html>\n\n<script>\n\n  var PlatesT = document.getElementsByClassName('PlakettText')\n  var PlatesI = document.getElementsByClassName('PlakettImg')\n  \/\/var PlatesD = document.getElementsByClassName('PlakettPic')\n\n  var PlatesP = document.getElementsByClassName('Plakettes')\n  PlatesI[0].addEventListener(\"mouseover\", function() { Hoover(0) })\n  PlatesI[1].addEventListener(\"mouseover\", function() { Hoover(1) })\n  PlatesI[2].addEventListener(\"mouseover\", function() { Hoover(2) })\n  PlatesI[3].addEventListener(\"mouseover\", function() { Hoover(3) })\n  PlatesI[4].addEventListener(\"mouseover\", function() { Hoover(4) })\n  PlatesI[5].addEventListener(\"mouseover\", function() { Hoover(5) })\n  PlatesI[6].addEventListener(\"mouseover\", function() { Hoover(6) })\n  PlatesI[7].addEventListener(\"mouseover\", function() { Hoover(7) })\n  PlatesI[8].addEventListener(\"mouseover\", function() { Hoover(8) })\n  \/\/ -- for mobile tap\n  PlatesP[0].addEventListener(\"click\", function() { Hoover(0) })\n  PlatesP[1].addEventListener(\"click\", function() { Hoover(1) })\n  PlatesP[2].addEventListener(\"click\", function() { Hoover(2) })\n  PlatesP[3].addEventListener(\"click\", function() { Hoover(3) })\n  PlatesP[4].addEventListener(\"click\", function() { Hoover(4) })\n  PlatesP[5].addEventListener(\"click\", function() { Hoover(5) })\n  PlatesP[6].addEventListener(\"click\", function() { Hoover(6) })\n  PlatesP[7].addEventListener(\"click\", function() { Hoover(7) })\n  PlatesP[8].addEventListener(\"click\", function() { Hoover(8) })\n\n  \/\/ **********************************************\n  \/\/ ***      I  N  I  T  I  A  L  I  Z  E      ***\n  \/\/ **********************************************\n\n  var speakArray1 = [\n      \"At FlashKart's tracks you can enjoy racing with electric go-karts. There are no harmful chemicals, loud noise or the smell of petrol, which are \u2014 let's be honest \u2014 all important in closed spaces. The electric karts are well balanced (the engine doesn't weigh one side compared to petrol karts). We have 10 different speed levels, which makes racing with us fun for adults and kids as well.\",\n      \"We believe you when you say you're the best go-kart pilot, BUT there are extremely strong electric engines with big momentum operating in our karts on a narrow track. Safety is first, so - according to the authorities' insctructions - first-timers start on the lower end (level 3 for children and 5 for adults), in order to get used to the go-karts and tracks. If you're skilled enough you can reach higher levels quickly.<br>For that <b>ALWAYS USE THE TURBO BUTTON!\",\n      \"You won't find anything like this elsewhere! Unmatched smart steering wheel that shows you every important piece of information you need during the race! It greets you once you get into the kart, shows you your current lap time, speed level and the state of the TURBO CHARGER! You can read all about this under the >TURBO< icon. ALWAYS USE THE TURBO BUTTON to gain higher speed level!\",\n      \"Since these electric go-karts are powered by a computers \u2014 why not sneaking some extra fun into the racing? If you press the TURBO button on the steering wheel, <u>your end-speed will be increased<\/u> - on top of your current speed level's max speed. This will help you reaching the next speed level!<br>So don't forget: ALWAYS USE THE TURBO BUTTON!\",\n      \"One race lasts 7 minutes (approx. 12-14 laps on the track). But you need to sign first a declaration of liability form, watch a quick video about safety rules, choose your helmet... etc. so in practice adding all these up your first run will be approximately 25-30 mins. And than every additional race will take about 15-20 mins. During peek hours and weekends it could take more.<br>So if you come for the usual best selling 3 races ticket, you should count with being with us for an hour or more.\",\n      \"Our gokarts are made of carbon-fiber chassis for great performance and powered by 16HP brushless three-phase engines. The great performance is supported by a 3.2 kWh dual battery-pack.<br>The pedals and seats are adjustable, so they'll fit comfortably between 125 and 195 cm. Because of this children (usually from 6) can drive the exactly same go-karts as their parents, with the only difference being their speed level capped for safety.\",\n      \"The seats and pedals of our gokarts are adjustable, so the karts can be used comfortably by anyone between 125 and 195(+) cms. For safety reasons 125 cm is the real minimum height; that is needed to reach the pedals and the steering wheel confidently and SAFELY! Therefore we do not really use age limit, however normally you need to be 5-6 yrs in age in order to be at that height and be able to coordinate the tasks! We don't have twin-seat gokarts, they are anyway inferior due to severe imbalance (much less weight on kid's side resulting in insufficient grip and poor turning performance) and weak overall performance.\",\n      \"Powerful 16 HP, brushless (electrical commutation), three-phase DC engines provide the torque and force to reach the high speed and the TURBO on top on our tracks. The maximum rpm \u2014 set for our tracks taking safety as a priority \u2014 is 2600. At this speed the engine can consume up to 210 Amps electrical current from the batteries. That is very high power taken from the dual Lithium ion polymer battery packs that fuel the engines. The performance of the batteries are 3.2 kWh.\",\n      \"Both the pedals and the seats of our karts are adjustable, so everyone between 125 and 195 cm can sit in comfortably. Kids usually reach 125cm between the age of 5-6, however this doesn't mean that younger 'pilots' can not give a try if they are tall enough and can coordinate hands and legs parallel.<br>For safety reasons no one below 125 are allowed to drive \u2014 no matters how many times parents asks.\"\n      ]\n  \n\n  if (languagePart=='en') {\n    for (var lng=0; lng<speakArray1.length; lng++) {\n      PlatesT[lng].innerHTML = speakArray1[lng] }\n    alert(languagePart)\n  }\n\n\n  \/\/ SETUP Text SIZE ... to fit to current screen size\n  for (var Fnt=20; Fnt>8; Fnt--) {\n\tvar FntSize = Fnt + 'px'\n\tvar HdrSize = Math.floor(Fnt*1.5) + 'px'\n\t\n\tfor (var i=0; i<PlatesT.length; i++) {\t\t\/\/ set the font sizes\n\t  PlatesT[i].style.fontSize = FntSize\n\t}\n\n    var Counter = 0\n\tfor (var i=0; i<PlatesT.length; i++) { \/\/ evaluate the sizes \n\t  var ImgHght = PlatesI[i].clientHeight\n\t  var TxtHght = PlatesT[i].clientHeight\n\t  if (ImgHght >= TxtHght) { Counter++ }\n\t}\n    \n    if (Counter == PlatesT.length) { break }\n  }\n\ntry {\n  \/\/ all TEXT CONTAINERs to be placed on top of its Plate\n  for (var i=0; i<PlatesT.length; i++) {\n\t\n\t\/\/ what is marginTop::\n    var ImgPosPlates = getThePositionData(PlatesI[i])\n    var TxtPosPlates = getThePositionData(PlatesT[i])\n    var mrgnTpPlates = (ImgPosPlates.t - TxtPosPlates.t) + 'px'\n\n\t\/\/ what is paddingBottom::\n\tvar ImgHghtPlates = PlatesI[i].clientHeight\n\tvar TxtHghtPlates = PlatesT[i].clientHeight\n\tvar TxtPddgPlates = parseFloat(window.getComputedStyle(PlatesT[i]).getPropertyValue('padding-bottom'))\n    var pddngBtPlates = TxtPddgPlates + (ImgHghtPlates-TxtHghtPlates) + 'px'\n\n    PlatesT[i].style.marginTop     = mrgnTpPlates\n    PlatesT[i].style.paddingBottom = pddngBtPlates\n    PlatesT[i].style.display       = 'none'\n  }\n}\ncatch(err) {\n  alert (err)\n}\n\n\n\/\/\talert(PlatesP.length)\n\nfunction Hoover(TileNr) {\n\n\/\/\t\u00fajhull\u00e1mos Tile-Hoover algoritmus, ami az inicializ\u00e1l\u00e1skor\n\/\/   elt\u00fcntetett sz\u00f6vegkont\u00e9nereket felfedi, hogy azok l\u00e1that\u00f3v\u00e1\n\/\/   v\u00e1ljanak; a t\u00f6bbit viszont elrejti\n\/\/  nincs el\u0151tag: a 'rendes' Platekre vonatkozik (default)\n\n\n  for (var i=0; i<PlatesI.length; i++) {\n    if (i==TileNr) { var Ertek = 'block'\n    } else { var Ertek = 'none' }\n    PlatesT[i].style.display = Ertek\n\/\/    if (Ertek=='visible') { var Ertek = 'hidden'\n\/\/    } else { var Ertek = 'visible' }\n\/\/    PlatesI[i].style.visibility = Ertek \n  }\n\n}\n\nfunction viewPort() {\n  \/\/ ** from the div boxes and conjunction css the app determines what is\n  \/\/    the biggest screen size still visible on the device in use.\n  \n  var viewTypes = document.getElementsByClassName('viewType')\n  for (var i=viewTypes.length-1; i>-1; i--) {\n    var Ertek = window.getComputedStyle(viewTypes[i]).visibility\n    \/\/viewPart.push(Ertek)\n    if (Ertek=='visible') {\n      var viewPart = viewTypes[i].innerHTML\n      break\n    }\n  }\n  var viewPart = viewPart.substring(2,99)\n  return viewPart*1\n}\n\nfunction getThePositionData(element) {\n    \n  const {top, left, width, height} = element.getBoundingClientRect()\n  return {\n    t: top,\n    h: height\n  }\n}\n\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5102233 e-flex e-con-boxed e-con e-parent\" data-id=\"5102233\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235025f elementor-widget elementor-widget-html\" data-id=\"235025f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<html>\n<head>\n<style>\n\n.teliSavHonlap1 {\n  background-color: black;\n  margin: 0% 0% 0% 0%;\n  padding: 10% 0% 0% 0%;\n}\n.fejlecHonlap1 {\n  margin: 2% 0% 5% 0%;\n  padding: 1% 0% 1%;\n  text-align: center;\n  font-family: Anton;\n  font-size: 36px;\n  font-weight: 800;\n  background-color: #025960;\n  letter-spacing: 2px;\n}\n.textBoxHonlap1 {\n  text-align: center;\n  font-size: 16px;\n  background-color: #02596070;\n  margin: 0% -1% 5%;\n  padding: 2%;\n  border: 2px solid white;\n  border-radius: 0px;\n}\n.picContainer,\n.txtContainer {\n  display: flex;\n  flex-wrap: wrap;\n  flex-direction: row;\n  margin: 0% 2% 2% 2%;\n  padding: 0% 0% 0% 0%;\n}\n.scrollContainer {\n\/*display: flex;                        *\/\n  display: inline-block;\n  flex-wrap: nowrap;\n  overflow-x: auto;                     \/* scroll; *\/\n  overflow-y: hidden;\n  white-space: nowrap; \n  align-items: center;\n  justify-content: center;\n  align-content: center;\n  padding: 1%;\n}\n.galeryPictures {\n  display: none;\n}\n\n.picTablet,\n.txtTablet {\n  display: flex;\n  flex-direction: column;\n  width: 48%;\n  margin: 1%;\n}\n.txtTablet {\n  z-index: 99\n}\n\n.infoText_onPic {\n  display: flex;\n  flex-direction: column;\n  font-family: Arial;\n  font-size: 13px;\n  background-color: #789999EE;\n  margin: 0% 64% 0% 2%;\n  padding-left: 4%;\n  z-index: 999\n}\n\n.trackSelectFK {\n  margin: 0% 0%;\n  .teliSavHonlap2 {\n    background-color: #025960 }\n  .egyTablet {\n    background-color: #025960 }\n}\n.trackSelectKK {\n  .teliSavHonlap2 {\n    background-color: #00999C }\n  .egyTablet {\n    background-color: #00999C }\n}\n\n.teliSavHonlap2 {\n  margin: 5% 0% 0%;\n  padding: 5% 0% 0%;\n}\n\n.elvalasztoCsik {\n  border: 1px solid white;\n  margin: 0% 15% 1.5%;\n}\n.spacer {\n    padding: 1%;\n}\n\n.kisTabletek {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  align-content: center;\n  padding: 1% 0% 5%;\n}\n.egyTablet {\n  width: 21%;\n  margin: 0.5%;\n  border-radius: 15px;\n  padding: 1%;\n}\n\n.szovegText {\n  justify-content: center;\n  margin: 0% 8% 1.5%;\n}\n\n\/*img {\nwidth: 400px;                        \n  height: 250px;\n  border: 1px solid white;\n  margin: 1%;\n  border-radius: 15px;\n}\nvideo {\n  width: 200px;\n  height: 290px;\n  margin-top: 150px;\n  padding-bottom: 4px;\n}   ................................................ *\/\n\n.tabletTxt {\n  margin: 10% 2% 5% 2%;\n}\n\n#FK_track_info,\n#KK_track_layout {\n  filter: sepia(0%) hue-rotate(136deg) brightness(100%) saturate(57%);\n}\n\n@media only screen and (max-width: 1000px) {\n.infoText_onPic {\n  margin: 0% 60% 0% 2%;\n}\n}\n\n@media only screen and (max-width: 800px) {\n.infoText_onPic {\n  margin: 0% 54% 0% 2%;\n}\n}\n\n@media only screen and (max-width: 650px) {\n.picTablet,\n.txtTablet {\n  width: 100%;\n}\n.infoText_onPic {\n  margin: 0% 64% 0% 2%;\n}\n.kisKepek {\n  width: 98%;\n}\n.egyTablet {\n  width: 45%;\n  margin: 1%;\n}\n}\n\n\n@media only screen and (max-width: 400px) {\n.textBoxHonlap1 {\n\/*border: 1px solid grey;*\/\n  padding: 5% 15%;\n}\n\/*.picContainer,\n.txtContainer {\n  flex-wrap: wrap;\n}\n.picTablet,\n.txtTablet {\n  width: 100%;\n}                      *\/\n.infoText_onPic {\n  margin: 0% 50% 0% 2%;\n}\n\/*.kisKepek {\n  width: 98%;\n}\n.egyTablet {\n  width: 45%;\n}                      *\/\n}\n\n<\/style>\n<\/head>\n<body>\n\n  <div class=\"teliSavHonlap1\">\n      \n    <div class=\"fejlecHonlap1\">TWO TRACKS ON TWO LOCATIONS<\/div>\n    <div class=\"textBoxHonlap1\">We await you at two different locations with electric go-karts:<br>(1) at Blaha-Lujza square (t\u00e9r) on the P5 floor of EUROPEUM shopping center and<br>(2) on the P0.5-floor of K\u00d6KI TERMINAL shopping mall<\/div>\n\n    <div class=\"picContainer\">\n      \n      <div class=\"picTablet\">\n       <img decoding=\"async\" class=\"PlakettImg\" id=\"kep1\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/WP_PIC_main-gokartman-orange-e1689239475902.jpg\">\n      <\/div>       <!-- picTablet      -->\n      \n      <div class=\"picTablet\">\n       <img decoding=\"async\" class=\"PlakettImg\" id=\"kep2\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/KK_kezdokep-23b-e1689278694818.png\">\n      <\/div>       <!-- picTablet      -->\n      \n    <\/div>         <!-- picContainer   -->\n\n  <div class=\"txtContainer\">\n      \n      <div class=\"txtTablet\">\n       <div class=\"forBorder\">\n        <div class=\"infoText_onPic\">\n         1085 Budapest<br>Blaha Lujza T\u00e9r 5.<br><b>@EUROPEUM<br>\u00dcZLETK\u00d6ZPONT<\/b>P5 gar\u00e1zs szint<br>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014<br>220m p\u00e1lya<br>MAX 9 versenyz\u0151<br>egyszerre a p\u00e1ly\u00e1n\n        <\/div>     <!-- infoText_onPic -->\n       <\/div>      <!-- forBorder      -->\n      <\/div>       <!-- txtTablet      -->\n\n      <div class=\"txtTablet\">\n       <div class=\"forBorder\">\n        <div class=\"infoText_onPic\">\n         1191 Budapest<br>Vak Botty\u00e1n u 75.\n         <b>@K\u00d6KI-TERMIN\u00c1L<br>\u00dcZLETK\u00d6ZPONT<\/b>P0,5 parkol\u00f3 szint<br>a TESCO alatt\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014<br>320m p\u00e1lya<br>MAX 13 versenyz\u0151<br>egyszerre a p\u00e1ly\u00e1n\n        <\/div>     <!-- infoText_onPic -->\n       <\/div>      <!-- forBorder      -->\n      <\/div>       <!-- txtTablet      -->\n      \n   <\/div>          <!-- txtContainer   -->\n   \n\n <div class=\"trackSelectFK\" id=\"trackSelectFK\">\n \n  <div class=\"teliSavHonlap2\">\n      \n   <h1 style=\"color: white; text-align:center\">Flashkart @BLAHA<\/h1>\n   <div class=\"elvalasztoCsik\"><\/div>\n   <div class=\"szovegText\">This track is a real gokart oasis in the middle of the town. No other track is so closed to the city centre. The interesting lighting and the location make this track really unique.<\/div>\n   <div class=\"elvalasztoCsik\"><\/div>  \n  \n  <div class=\"galeryPictures\"> \n   <div class=\"scrollContainer\">\n    <img decoding=\"async\" class=\"kisKepek\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/gokart-benefits.png\">\n    <img decoding=\"async\" class=\"kisKepek\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/PIC_elektromos_gokart_verseny_5b.jpg\">\n    <img decoding=\"async\" class=\"kisKepek\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/PIC_elektromos_gokart_verseny_6.jpg\">\n   <\/div>  <!-- ends scrollContainer -->\n   <div class=\"elvalasztoCsik\"><\/div>\n  <\/div>   <!-- ends galeryPictures -->\n\n   <div class=\"spacer\"><\/div>\n  \n  <\/div>   <!-- ends teliSavHonlap2 \n   \n  <div class=\"teliSavHonlap1\"-->\n     \n   <div class=\"kisTabletek\">\n       \n    <div class=\"egyTablet\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/FK_tracklayout.png\">\n     <div class=\"tabletTxt\">8 right and 3 left-, a 180 degree curve, a narrow chicane and state-of-the-art lighting make this track so unique.<\/div>\n    <\/div>\n     <div class=\"egyTablet\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/MAX_FK-ppl.png\">\n     <div class=\"tabletTxt\">For safety reasons, only 8 racers can ride on this track at a time. If you are coming with more than 8 but less than 13, please book our other track @K\u00d6KI!<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <img decoding=\"async\" class=\"tabletKep\" id=\"FK_track_info\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/LargeIcon_FK-track-info1-1.png\">\n     <div class=\"tabletTxt\">The track is 210m long and 5-7m wide. A polymer barrier system held in place by springs protects racers and guests.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/APEX_wShades.png\">\n     <div class=\"tabletTxt\">Register with us in advance and enjoy the benefits of registration. This way your profile will save your last achieved speed level, so next time you can continue exactly where you left.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <a href=\"https:\/\/www.gokartbudapest.hu\/idfog_bookarace\" target=\"_blank\" rel=\"noopener\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/BOOKNOW_wShades.png\"><\/a>\n     <div class=\"tabletTxt\">BOOK NOW! Make a reservation! We must always confirm your reservation, filling out the form on the next page does not make automatic reservation with us! We can only guarantee reservations where an advance payment is applied! The advance payment \u2014 if you do not come \u2014 will be lost.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <a href=\"https:\/\/maps.app.goo.gl\/fUs5qrNi3brDcYxC7\" target=\"_blank\" rel=\"noopener\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/GOOGLE_POS_wShades.png\"><\/a>\n     <div class=\"tabletTxt\">The easiest way to get to Blaha Lujza Square is by metro M2 (red) or tram 4\/6. Buses 5, 7, 110, 112 also stop here, as do several night buses. You can find the exact Google tag for the go-kart track by clicking on the icon.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <a href=\"https:\/\/maps.app.goo.gl\/CQVLUT6dJghwLxkGA\" target=\"_blank\" rel=\"noopener\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/HOW-To-Get-There.png\"><\/a>\n     <div class=\"tabletTxt\">The underground garage of EUROPEUM is spanning on 5 floors below the shopping center, you can leave your car anywhere. The go-kart track is located on the lowest level of the garage, on P-5. The exact google tag how to get to the garage can be found by clicking on the icon.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <a href=\"https:\/\/europeum.hu\/parkolas\/\" target=\"_blank\" rel=\"noopener\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/PARKING_sign-1.png\"><\/a>\n     <div class=\"tabletTxt\">You can access the EUROPEUM shopping center garage from Somogyi B\u00e9la u. 2. Go-karting does not mean free parking, it is completely independent of us. You can find more information about the current parking prices here: <a href=\"https:\/\/europeum.hu\/parkolas\/\" style=\"color:lightblue\" target=\"_blank\" rel=\"noopener\">EUROPEUM_parking<\/a><\/div>\n    <\/div>\n   <\/div>     <!-- ends kisTabletek    -->\n  <!--\/div>      <!-- ends teliSavHonlap1 -->\n <\/div>       <!-- ends trackSelectFK  -->\n\n <div class=\"trackSelectKK\" id=\"trackSelectKK\">\n \n  <div class=\"teliSavHonlap2\" style=\"background-color: #00999C\">\n      \n   <h1 style=\"color: white; text-align:center\">Flashkart @K\u00d6KI<\/h1>\n   <div class=\"elvalasztoCsik\"><\/div>\n   <div class=\"szovegText\">This track offers three-in-one options;<br>(1) there is a separate track specifically designed for children,<br>(2) a big track ideal for adults and<br>(3) a kett\u0151 \u00f6sszenyit\u00e1s\u00e1b\u00f3l egy \u00e9lvezetes, hossz\u00fa <b>SUPERTRACK<\/b>.<br>A p\u00e1ly\u00e1k mindenhol legal\u00e1bb 7m sz\u00e9lesek, \u00edgy sz\u00e1mtalan lehet\u0151s\u00e9get biztos\u00edtanak a k\u00e9nyelmes el\u0151z\u00e9sekhez!<\/div>\n   <div class=\"elvalasztoCsik\"><\/div>  \n   \n  <div class=\"galeryPictures\"> \n   <div class=\"scrollContainer\">\n    <img decoding=\"async\" class=\"kisKepek\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/KK_kezdokep-23b-e1689278694818.png\"><\/img>\n    <!--video class=\"kisKepek\" width=\"100\" controls><source src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/KK_GOKART-VIDEO_felirat-1.mp4\"><\/video-->\n    <img decoding=\"async\" class=\"kisKepek\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/KK_kezdokep-21.png\">\n   <\/div>   <!-- ends scrollContainer -->\n   <div class=\"elvalasztoCsik\"><\/div>\n  <\/div>   <!-- ends galeryPictures -->\n\n   <div class=\"spacer\"><\/div>\n  \n  <\/div>    <!-- teliSavHonlap2 \n   \n  <div class=\"teliSavHonlap1\" style=\"margin-top: 0\"-->\n     \n   <div class=\"kisTabletek\">\n       \n    <div class=\"egyTablet\">\n     <img decoding=\"async\" class=\"tabletKep\" id=\"KK_track_layout\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/LargeIcon_KK-track2.png\">\n     <div class=\"tabletTxt\">A <b>feln\u0151tt p\u00e1ly\u00e1n<\/b> 6 bal \u00e9s 2 jobb kanyar,\na <b>SUPERTRACK<\/b>-en 8 bal \u00e9s 4 jobb kanyar<br>rengeteg adrenalin \u00e9s el\u0151z\u00e9sre kiv\u00e1l\u00f3an alkalmas p\u00e1lyar\u00e9sz\u00a0v\u00e1r Benneteket!<\/div>\n    <\/div>\n     <div class=\"egyTablet\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/MAX_KK-ppl.png\">\n     <div class=\"tabletTxt\">For safety reasons, only 12-13 racers can ride on this track at a time. More players will be split into more groups.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <img decoding=\"async\" class=\"tabletKep\" id=\"FK_track_info\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/LargeIcon_KK-track-info2.png\">\n     <div class=\"tabletTxt\">The kid track is 90m long (believe us, its enough), the adult track is 230m and the SUPERTRACK is 310m long. Thanks to the ideal grid layout of the shopping mall the track is everywhere 7m wide.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/APEX_wShades.png\">\n     <div class=\"tabletTxt\">Register with us in advance and enjoy the benefits of registration. This way your profile will save your last achieved speed level, so next time you can continue exactly where you left.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <a href=\"https:\/\/www.gokartbudapest.hu\/idfog_bookarace\" target=\"_blank\" rel=\"noopener\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/BOOKNOW_wShades.png\"><\/a>\n     <div class=\"tabletTxt\">BOOK NOW! Make a reservation! We must always confirm your reservation, filling out the form on the next page does not make automatic reservation with us! We can only guarantee reservations where an advance payment is applied! The advance payment \u2014 if you do not come \u2014 will be lost.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <a href=\"https:\/\/maps.app.goo.gl\/ge8Una58XJHaNrgQ8\" target=\"_blank\" rel=\"noopener\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/GOOGLE_POS_wShades.png\"><\/a>\n     <div class=\"tabletTxt\">A <b>K\u00d6KI \u00dczletk\u00f6zpont<\/b> az M3-as (k\u00e9k) metr\u00f3 v\u00e9g\u00e1llom\u00e1s\u00e1val egybe\u00e9p\u00fclt. A legegyszer\u0171bben \u00e9s leggyorsabban teh\u00e1t metr\u00f3val tudtok eljutni hozz\u00e1nk. De ezen k\u00edv\u00fcl term\u00e9szetesen sz\u00e1mos busz (68, 93, 132, 136,151) k\u00f6zt\u00fck a Rept\u00e9ri busz is meg\u00e1ll itt, valamint K\u0151b\u00e1nya-Kispest forgalmas vonat meg\u00e1ll\u00f3hely is! A gokartp\u00e1lya pontos google tag-j\u00e9t a k\u00e9pre kattintva tal\u00e1lod.<\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <a href=\"https:\/\/www.google.com\/maps\/place\/47%C2%B027&#039;44.5%22N+19%C2%B008&#039;42.1%22E\/@47.462358,19.145036,539m\/data=!3m2!1e3!4b1!4m4!3m3!8m2!3d47.462358!4d19.145036?entry=ttu&amp;g_ep=EgoyMDI1MDMxOC4wIKXMDSoASAFQAw%3D%3D\" target=\"_blank\" rel=\"noopener\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/HOW-To-Get-There.png\"><\/a>\n     <div class=\"tabletTxt\">The K\u00d6KI garage has a huge land area under the whole shopping mall. After entering the garage through one of the main entrances (click on the image for a view) and look for our posters and drive up the ramps \u2014 4 half floors up \u2014 until the level P0.5.<br><br>If you need here is a short video help:<br><a href=\"https:\/\/www.youtube.com\/watch?v=w_YF0BghoXg\" style=\"color:lightblue;font-weight:700\" target=\"_blank\" rel=\"noopener\">HOW_TO_FIND_US<\/a><\/div>\n    <\/div>\n    <div class=\"egyTablet\">\n     <a href=\"https:\/\/europeum.hu\/parkolas\/\" target=\"_blank\" rel=\"noopener\">\n     <img decoding=\"async\" class=\"tabletKep\" src=\"https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/uploads\/2025\/03\/PARKING_sign-1.png\"><\/a>\n     <div class=\"tabletTxt\">K\u00d6KI's car park can be reached from two sides; there's an entrance at Vak Botty\u00e1n u. 75\/A and from the Ferihegy Airport highway, next to the OBI car park. Go-karting doesn't mean free parking, the garage is operated separately from us. If you want more information on the prices click here: <a href=\"https:\/\/kokibevasarlokozpont.hu\/szolgaltatasok\/parkolas\/\" style=\"color:lightblue\" target=\"_blank\" rel=\"noopener\">KOKI_parking<\/a><\/div>\n    <\/div>\n   \n   <\/div>    <!-- ends kisTabletek    -->\n  <!--\/div>     <!-- ends teliSavHonlap1 -->\n <\/div>      <!-- ends trackSelectKK  -->\n\n<\/div>           <!-- teliSavHonlap1 -->\n\n<\/body>\n\n<script>\n\nvar Pics        = document.getElementsByClassName('picTablet')\nvar kep         = [\n    document.getElementById('kep1'),\n    document.getElementById('kep2')\n    ]\n\nvar infoTablets = document.getElementsByClassName('forBorder')\nvar infoTexts   = document.getElementsByClassName('infoText_onPic')\n\nvar speakArray2 = [\n    \"1085 Budapest<br>Blaha Lujza T\u00e9r 5.<br><b>@EUROPEUM<br>SHOPPING MALL<\/b>level P5 garage<br>\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014<br>220m long track<br>MAX 9 racers<br>on the track\",\n    \"1191 Budapest<br>Vak Botty\u00e1n u 75.<b>@K\u00d6KI-TERMIN\u00c1L<br>SHOPPING MALL<\/b>level P0,5 garage<br>exactly under TESCO\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014<br>320m long track<br>MAX 13 racers<br>on the track\"\n    ]\n  if (languagePart=='en') {\n    for (var lng=0; lng<speakArray2.length; lng++) {\n      infoTexts[lng].innerHTML = speakArray2[lng] }\n    alert(languagePart)\n  }\n\n\n\ntry {\n  \/\/ all TEXT CONTAINERs to be placed on top of its Plate\n  for (var i=0; i<infoTablets.length; i++) {\n\n\t\/\/ what is marginTop::\n    var ImgPosTblets = getThePositionData(kep[i])\n    var TxtPosTblets = getThePositionData(infoTablets[i])\n    var mrgnTpTblets = (ImgPosTblets.t - TxtPosTblets.t) + 'px'\n\n\t\/\/ what is paddingBottom::\n\tvar ImgHghtTblets = kep[i].clientHeight\n\tvar TxtHghtTblets = infoTexts[i].clientHeight\n\tvar TxtPddgTblets = parseFloat(window.getComputedStyle(infoTexts[i]).getPropertyValue('padding-bottom'))\n    var pddngBtTblets = TxtPddgTblets + (ImgHghtTblets-TxtHghtTblets) + 'px'\n\n    infoTablets[i].style.marginTop     = mrgnTpTblets\n    infoTexts[i].style.paddingBottom   = pddngBtTblets\n    infoTablets[i].style.display       = 'none'\n    kep[i].style.filter                = 'grayscale(100%)'\n  }\n}\ncatch(err) {\n\/\/  alert (err)\n}\n\nif (viewPort()>400) {\n  kep[0].addEventListener(\"mouseover\", function() { infoTabletHover(0) })\n  kep[1].addEventListener(\"mouseover\", function() { infoTabletHover(1) })\n  kep[0].addEventListener(\"click\", function() { infoTabletClick(0) })\n  kep[1].addEventListener(\"click\", function() { infoTabletClick(1) })\n  infoTablets[0].addEventListener(\"mouseover\", function() { infoTabletHover(0) })\n  infoTablets[1].addEventListener(\"mouseover\", function() { infoTabletHover(1) })\n} else {\n  kep[0].addEventListener(\"click\", function() { infoTabletHover(0) })\n  kep[1].addEventListener(\"click\", function() { infoTabletHover(1) })\n}\n\n\ninfoTablets[0].addEventListener(\"click\", function() { infoTabletClick(0) })\ninfoTablets[1].addEventListener(\"click\", function() { infoTabletClick(1) })\n\nfunction infoTabletHover(melyik) {\n\n  for (var i=0; i<infoTablets.length; i++) {\n    if (i==melyik) {\n      infoTablets[i].style.display = 'block'\n      kep[i].style.filter = 'grayscale(0%)'\n      kep[i].style.border = '1px solid white'\n    } else {\n      infoTablets[i].style.display = 'none'\n      kep[i].style.filter = 'grayscale(100%)'\n      kep[i].style.border = 'none'\n    }\n  }\n}\n\nfunction infoTabletClick(melyik) {\n\/\/ **** az eltakart r\u00e9szek (FK \u00e9s KK) felfed\u00e9se ha r\u00e1klikkelnek.\n\n  \/\/if (viewPort()<400) { infoTabletHover(melyik) }\n\n  for (var i=0; i<trackSelect.length; i++) {\n    if (i==melyik) {\n      var Ertek    = 'block'\n      var selected = i\n    } else { var Ertek = 'none' }\n  trackSelect[i].style.display = Ertek\n  }\n\n  \/\/ move the focus to the currently unhid elements\n  const y = trackSelect[selected].getBoundingClientRect().top\n  const w = window.scrollY\n  var   m = y+w-30\n  \/\/alert (y + w + ' = ' + m)\n\n  \/\/trackSelect[selected].scrollIntoView({behavior: 'smooth', block: 'start', inline: 'nearest'})\n  window.scrollTo({top: m, behavior: 'smooth'});\n\n}\n\nfunction getThePositionData(element) {\n    \n  const {top, left, width, height} = element.getBoundingClientRect()\n  return {\n    t: top,\n    h: height\n  }\n}\n\n\n\/\/} else {\n\/\/Pics[0].addEventListener(\"click\", function() {\n\/\/  infoTabletClick(0)\n\/\/  setTimeout()})\n\/\/Pics[1].addEventListener(\"click\", function() { infoTabletClick(1) })\n\/\/    if (viewPort()<400) { infoTabletHover(melyik); alert(); sleep(2000) }\n\/\/}\n\n\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f1e7974 e-flex e-con-boxed e-con e-parent\" data-id=\"f1e7974\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c0a231 elementor-widget elementor-widget-html\" data-id=\"8c0a231\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\n.priceSelect {\n  background-color: #312a31;\n  margin: 10% 0% ;\n  padding: 5% 0% 0% 0%;  \n}\n.teliSavHonlap3 {\n\n}\n.productContainer {\n  display: flex;\n  justify-content: center;\n  margin-bottom: 1.5%;\n  flex-wrap: wrap;\n}\n.productGroupPlakets {\n  display: flex;\n  flex-direction: column;\n  align-items: center;  \n  background-color: powderblue; \/*3ac7c7;*\/\n  width: 18%;\n  height: 220px;\n  padding-top: 2%;\n  margin-right: 1%;\n  border-radius: 15px;\n}\n.productGroupPlakets:hover {\n  background-color: darkcyan;\n}\n.productGroupText {\n  font-family: Anton;\n  font-size: 22px;\n  color: black;\n  margin-top: 6%;\n}\n.groupText {\n  text-align: center;\n  margin: 2% 10%;\n}\n\n.productGroups {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  margin: 0% 10%;\n  padding: 0% 0% 10%;\n}\n.Plkt {\n  display: flex;\n  flex-direction: column;\n  \/*max-width: 200px;*\/\n  width: 23%;\n  background-color: #025960;\n  margin-right: 1%;\n  margin-bottom: 2%;\n  border-radius: 10px;\n  align-items: center;\n}\n.Plkt:hover {\n  background-color: darkcyan;\n}\n.PHeader {\n  color: white;\n  font-family: Anton;\n  font-size: 20px;\n  margin: 10%;\n  text-align: center;\n}\n.PPrice {\n  color: black;\n  font-family: Arial;\n  font-weight: 800;\n  font-size: 18px;\n  border: 1px solid black;\n  border-right: none;\n  border-left: none;\n  text-align: center;\n  padding: 2% 15%;\n  background-color: #9CB9B9;\n}\n.PText {\n  margin: 10%;\n  color: white;\n  text-align: center;\n  height: 60%;\n}\n.iBook {\n  display: none;\n  border: 1px solid white;\n  margin: 3% 0% 10%;\n  padding: 1% 20%;\n  border-radius: 6px;\n  background-color: powderblue;\n  color: black;\n}\n\n@media only screen and (max-width: 768px) {\n.productGroupPlakets {\n  width: 48%;\n  margin: 1%;\n}\n.Plkt {\n  width: 49%;\n}\n}\n    \n<\/style>\n\n<body>\n\n<div class=\"priceSelect\" id=\"arakba\">\n \n<div class=\"teliSavHonlap3\" id=\"sectionArak\">\n      \n   <h1 style=\"color: white; text-align:center\">PRICES<\/h1>\n   <div class=\"elvalasztoCsik\"><\/div>\n   <div class=\"szovegText\">We've tailored the prices so that everyone can find a solution that fits them. We have tickets for individual racers as well as for groups. If you come together in a group and buy tickets for more races, you'll come out cheaper in the end. However we also offer excellent opportunities if you want to compare your knowledge and capabilities in form of a race. The competitive races can last anywhere from one to up to 5 runs. You'll need stamina for this!<br><br>All of our tickets can be purchased in form of gift coupons in person at the reception desk or online as well.<\/div>\n\n   <div class=\"elvalasztoCsik\"><\/div>\n\n<div class=\"productContainer\">\n\n  <div class=\"productGroupPlakets\">\n   <img decoding=\"async\" src=\"https:\/\/www.gokartbudapest.hu\/wp-content\/uploads\/2024\/10\/ticket.png\" alt=\"Futam Jegy\">\n   <div class=\"productGroupText\">SGL RACE TICKET<\/div>\n  <\/div>\n  <div class=\"productGroupPlakets\">\n   <img decoding=\"async\" src=\"https:\/\/www.gokartbudapest.hu\/wp-content\/uploads\/2024\/10\/pos1-w-leaves.png\">\n   <div class=\"productGroupText\">RACE PACKAGES<\/div>\n  <\/div>\n  <div class=\"productGroupPlakets\">\n   <img decoding=\"async\" src=\"https:\/\/www.gokartbudapest.hu\/wp-content\/uploads\/2024\/10\/cake.png\">\n   <div class=\"productGroupText\">KIDS BDP<\/div>\n  <\/div>\n  <div class=\"productGroupPlakets\">\n   <img decoding=\"async\" src=\"https:\/\/www.gokartbudapest.hu\/wp-content\/uploads\/2024\/10\/champagne.png\">\n   <div class=\"productGroupText\">PRIVATE PARTY<\/div>\n  <\/div>\n  \n<\/div>     <!-- ends productContainer -->\n   \n   <div class=\"groupText\"><\/div>\n   <div class=\"elvalasztoCsik\"><\/div>\n   <div class=\"spacer\"><\/div>\n   \n  \n  <div class=\"productGroups\">  <!-- FUTAMJEGY -->\n      \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">FUTAM1<\/div>\n      <div class=\"PPrice\">4,500 Ft\/f\u0151<\/div>\n      <div class=\"PText\">maga a futam 7p hossz\u00fa a p\u00e1ly\u00e1n, de sz\u00e1moljatok \u00fagy, hogy n\u00e1lunk kb 30p-et fogtok elt\u00f6lteni.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n  \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">FUTAM2<\/div>\n      <div class=\"PPrice\">9,000 Ft\/f\u0151<\/div>\n      <div class=\"PText\">maga a futam 2 x 7p hossz\u00fa a p\u00e1ly\u00e1n, de sz\u00e1moljatok \u00fagy, hogy n\u00e1lunk kb 45-50p-et fogtok elt\u00f6lteni.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n  \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">FUTAM3<\/div>\n      <div class=\"PPrice\">13,000 Ft\/f\u0151<\/div>\n      <div class=\"PText\">maga a futam 3x7p hossz\u00fa a p\u00e1ly\u00e1n, de sz\u00e1moljatok \u00fagy, hogy n\u00e1lunk kb 60-70p-et fogtok elt\u00f6lteni.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n    <div class=\"Plkt\">\n      <div class=\"PHeader\">FUTAM4<\/div>\n      <div class=\"PPrice\">17,500 Ft\/f\u0151<\/div>\n      <div class=\"PText\">maga a futam 4x 7p hossz\u00fa a p\u00e1ly\u00e1n, de sz\u00e1moljatok \u00fagy, hogy n\u00e1lunk kb 80-100p-et fogtok elt\u00f6lteni.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n    <div class=\"Plkt\">\n      <div class=\"PHeader\">FUTAM5<\/div>\n      <div class=\"PPrice\">20,000 Ft\/f\u0151<\/div>\n      <div class=\"PText\">maga a futam 5x 7p hossz\u00fa a p\u00e1ly\u00e1n, de sz\u00e1moljatok \u00fagy, hogy n\u00e1lunk kb 100-120p-et fogtok elt\u00f6lteni.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n    <div class=\"Plkt\">\n      <div class=\"PHeader\">FUTAM10<\/div>\n      <div class=\"PPrice\">39,000 Ft\/f\u0151<\/div>\n      <div class=\"PText\">10 futam megoszthat\u00f3 meg minden <\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n  <\/div> <!-- class=\"JegyCsoport\" \/ JEGYEK -->\n\n  <div class=\"productGroups\">  <!-- VERCSOMAGOK -->\n      \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">F1 TR\u00c9NING<\/div>\n      <div class=\"PPrice\">16,000 Ft\/f\u0151<\/div>\n      <div class=\"PText\">\u00c9ld \u00e1t a FORMA-1-es versenyek hangulat\u00e1t!<br>7p-es bemeleg\u00edt\u0151<br>7p-es id\u0151m\u00e9r\u0151<br>10 k\u00f6r\u00f6s verseny a rajtr\u00e1csr\u00f3l (8 ha K\u00d6KI Supertrack)<br>Az els\u0151 h\u00e1rom helyezett \u00c9RMET kap.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n  \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">F1 VERSENY<\/div>\n      <div class=\"PPrice\">22,000 Ft\/f\u0151<\/div>\n      <div class=\"PText\">Ez egy kem\u00e9ny verseny a j\u00f3 pil\u00f3t\u00e1knak.<br>2x6p bemeleg\u00edt\u0151<br>1x7p id\u0151m\u00e9r\u0151<br>12 k\u00f6r\u00f6s verseny a rajtr\u00e1csr\u00f3l (10 ha K\u00d6KI Supertrack)<br>Az els\u0151 h\u00e1rom helyezett \u00c9RMET kap.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n  \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">F1 PRO<\/div>\n      <div class=\"PPrice\">28,000 Ft\/f\u0151<\/div>\n      <div class=\"PText\">Ezt csak a legelsz\u00e1ntabbaknak aj\u00e1nljuk!<br>2x6p bemeleg\u00edt\u0151<br>2x6p id\u0151m\u00e9r\u0151<br>15 k\u00f6r\u00f6s verseny a rajtr\u00e1csr\u00f3l (12 ha K\u00d6KI Supertrack)<br>Az els\u0151 h\u00e1rom helyezett KUP\u00c1T kap.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n    <div class=\"Plkt\">\n      <div class=\"PHeader\">H\u00c9TV\u00c9GI ALAP<\/div>\n      <div class=\"PPrice\">14,000 Ft\/f\u0151<\/div>\n      <div class=\"PText\">Ez a csomag opci\u00f3 csak H\u00c9TV\u00c9GENK\u00c9NT haszn\u00e1lhat\u00f3 fel!<br>6p-es bemeleg\u00edt\u0151<br>6p-es id\u0151m\u00e9r\u0151<br>12 k\u00f6r\u00f6s verseny a rajtr\u00e1csr\u00f3l (8 ha K\u00d6KI Supertrack)<br>Az els\u0151 h\u00e1rom helyezett \u00c9RMET kap.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n    <div class=\"Plkt\">\n      <div class=\"PHeader\">H\u00c9TV\u00c9GI MAX<\/div>\n      <div class=\"PPrice\">19,000 Ft\/f\u0151<\/div>\n      <div class=\"PText\">Ez a csomag opci\u00f3 csak H\u00c9TV\u00c9GENK\u00c9NT haszn\u00e1lhat\u00f3 fel!<br>2x5p bemeleg\u00edt\u0151<br>6p-es id\u0151m\u00e9r\u0151<br>12 k\u00f6r\u00f6s verseny a rajtr\u00e1csr\u00f3l (10 ha K\u00d6KI Supertrack)<br>Az els\u0151 h\u00e1rom helyezett \u00c9RMET kap.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n  <\/div> <!-- class=\"JegyCsoport\" \/ VERCSOMIK -->\n\n  <div class=\"productGroups\">  <!-- ZS\u00daRCSOMAGOK -->\n      \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">MINI CSOMAG<\/div>\n      <div class=\"PPrice\">17,500 Ft\/f\u0151<\/div>\n      <div class=\"PText\">6p-es bemeleg\u00edt\u0151<br>6p-es id\u0151m\u00e9r\u0151<br>6p-es verseny a rajtr\u00e1csr\u00f3l<br>Az els\u0151 h\u00e1rom helyezett \u00c9RMET kap.<br>Max 18 \u00e9ves korig.<br>BLAHA: min:5-max:8<br>K\u00d6KI: min:7-max:12<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n    <div class=\"Plkt\">\n      <div class=\"PHeader\">FLASHKART CS.<\/div>\n      <div class=\"PPrice\">23,500 Ft\/f\u0151<\/div>\n      <div class=\"PText\">2x5p bemeleg\u00edt\u0151<br>6p-es id\u0151m\u00e9r\u0151<br>12 k\u00f6r\u00f6s verseny a rajtr\u00e1csr\u00f3l (8 ha K\u00d6KI Supertrack)<br>Az els\u0151 h\u00e1rom helyezett \u00c9RMET kap.<br>14-18 \u00e9ves kor k\u00f6z\u00f6tt.<br>BLAHA: min:5-max:16<br>K\u00d6KI: min:7-max:24<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n    \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">MAXI CSOMAG<\/div>\n      <div class=\"PPrice\">275,000 Ft\/\u00f3ra<\/div>\n      <div class=\"PText\">kiz\u00e1r\u00f3lagos p\u00e1lyab\u00e9rlet korl\u00e1tlan gokartoz\u00e1ssal.<br>Ig\u00e9ny szerint bajnoks\u00e1got is szervez\u00fcnk.<br>Enn\u00e9l a csomagn\u00e1l nincsen sem \u00e9letkori sem l\u00e9tsz\u00e1m korl\u00e1t, mindenki csin\u00e1lhat b\u00e1rmit<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n  <\/div> <!-- class=\"JegyCsoport\" \/ ZSURCSOMIK -->\n\n  <div class=\"productGroups\">  <!-- ZK -->\n      \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">1 \u00d3RA<\/div>\n      <div class=\"PPrice\">300,000 Ft<\/div>\n      <div class=\"PText\">Kiz\u00e1r\u00f3lagos p\u00e1lyab\u00e9rl\u00e9s.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n    <div class=\"Plkt\">\n      <div class=\"PHeader\">2 \u00d3RA<\/div>\n      <div class=\"PPrice\">550,000 Ft<\/div>\n      <div class=\"PText\">Kiz\u00e1r\u00f3lagos p\u00e1lyab\u00e9rl\u00e9s.<\/div>\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n    \n    <div class=\"Plkt\">\n      <div class=\"PHeader\">3 \u00d3RA<\/div>\n      <div class=\"PPrice\">750,000 Ft<\/div>\n      <div class=\"PText\">Kiz\u00e1r\u00f3lagos p\u00e1lyab\u00e9rl\u00e9s.<\/div>\n    <\/div>\n\n      <div class=\"iBook\">FOGLALOK<\/div>\n    <\/div>\n\n   \n<\/div>   <!-- ends teliSavHonlap1 -->\n<\/div>   <!-- ends priceSelect    -->\n\n<\/body>\n\n<script>\n\nvar prodGroupsPlts = document.getElementsByClassName('productGroupPlakets')\nvar prodGroups     = document.getElementsByClassName('productGroups')\nvar groupText      = document.getElementsByClassName('groupText')[0]\n\nprodGroupsPlts[0].addEventListener(\"mouseover\", function() { PlktHover(0) })\nprodGroupsPlts[1].addEventListener(\"mouseover\", function() { PlktHover(1) })\nprodGroupsPlts[2].addEventListener(\"mouseover\", function() { PlktHover(2) })\nprodGroupsPlts[3].addEventListener(\"mouseover\", function() { PlktHover(3) })\n\nprodGroupsPlts[0].addEventListener(\"click\", function() { PlktHover(0) })\nprodGroupsPlts[1].addEventListener(\"click\", function() { PlktHover(1) })\nprodGroupsPlts[2].addEventListener(\"click\", function() { PlktHover(2) })\nprodGroupsPlts[3].addEventListener(\"click\", function() { PlktHover(3) })\n\nvar grpText = [\n  \"Ha kedved t\u00e1mad gokartozni, de nem siker\u00fcl \u00f6sszeszedned 4-5 bar\u00e1tot, hogy csak vel\u00fck tudd \u00f6sszem\u00e9rni tud\u00e1sodat, akkor is gyere el hozz\u00e1nk \u00e9s v\u00e1lts futamjegyet, mely arra jogos\u00edt, hogy b\u00e1rmely elk\u00f6vetkez\u0151 7 perces futamba \u2013 ahol van m\u00e9g szabad gokart \u2013 be tudsz csatlakozni \u00e9s gyakorolhatod a legjobb \u00edveket, hogy amikor legk\u00f6zelebb a cimbor\u00e1iddal \u00e9rkezel, Te lehess a legjobb.\",\n  \"Igazi forma 1-es \u00e9lm\u00e9nyt szeretn\u00e9tek? V\u00e1lasszatok csomagjaink k\u00f6z\u00fcl, hogy kider\u00fclj\u00f6n ki a legjobb k\u00f6ztetek! Rajtatok m\u00falik, hogy h\u00e1ny bemeleg\u00edt\u0151 \u00e9s h\u00e1ny id\u0151m\u00e9r\u0151 futamot szeretn\u00e9tek, a rajtr\u00e1csos versenyt term\u00e9szetesen minden csomagunk tartalmazza! Ha csomagot foglaltok, garant\u00e1ljuk, hogy m\u00e1sok nem csatlakozhatnak hozz\u00e1tok, \u00edgy a p\u00e1ly\u00e1n csak Ti versenyezhettek egym\u00e1ssal!<br>A p\u00e1ly\u00e1k elt\u00e9r\u0151 befogad\u00f3k\u00e9pess\u00e9ge miatt ezekn\u00e9l a csomagokn\u00e1l az al\u00e1bbi korl\u00e1toz\u00e1sokra figyeljetek:<br>MINIMUM l\u00e9tsz\u00e1m: Blaha: 5 f\u0151 \u2014 K\u00d6KI: 7 f\u0151<br>* Bizonyos \u00f6sszeghat\u00e1r felett el\u0151leg befizet\u00e9s\u00e9t k\u00e9rhetj\u00fck!\",\n  \"Ha m\u00e1r unj\u00e1tok a j\u00e1tsz\u00f3h\u00e1zak egyhang\u00fa k\u00edn\u00e1lat\u00e1t \u00e9s valami igaz\u00e1n k\u00fcl\u00f6nleges \u00e9s felejthetetlen meglepet\u00e9st szeretn\u00e9tek adni gyermeketeknek, gyertek hozz\u00e1nk sz\u00fclet\u00e9snapot \u00fcnnepelni, tarts\u00e1tok n\u00e1lunk a zs\u00fart! Elektromos gokartjaink \u00e1ll\u00edthat\u00f3 sebess\u00e9gfokozata a garancia arra, hogy minden koroszt\u00e1ly megtal\u00e1lja a sz\u00e1m\u00e1ra biztons\u00e1gos \u00e9s sz\u00f3rakoztat\u00f3 sebess\u00e9get. Az \u00e1ll\u00edthat\u00f3 ped\u00e1l- \u00e9s \u00fcl\u00e9st\u00e1vols\u00e1gnak k\u00f6sz\u00f6nhet\u0151en m\u00e1r 125 cm-t\u0151l vezethet\u0151ek a gokartok. Aj\u00e1nlatunk a h\u00e9t minden napj\u00e1n,\u00a0 legfeljebb 18 \u00e9ves korig \u00e9rv\u00e9nyes. Term\u00e9szetesen minden egyedi k\u00e9r\u00e9st sz\u00edvesen teljes\u00edt\u00fcnk. \u00c9tel \u00e9s ital behozatala a l\u00e9tes\u00edtm\u00e9nybe tilos! (Kiv\u00e9tel sz\u00fclet\u00e9snapi torta, cukr\u00e1szati igazol\u00e1ssal.)\",\n  \"\u00d6r\u00f6mmel vesz\u00fcnk r\u00e9szt \u00e9letetek b\u00e1rmely fontos esem\u00e9ny\u00e9nek megszervez\u00e9s\u00e9ben \u00e9s lebonyol\u00edt\u00e1s\u00e1ban. Forduljatok hozz\u00e1nk bizalommal, ak\u00e1r mag\u00e1njelleg\u0171, ak\u00e1r c\u00e9ges \u00f6sszej\u00f6vetelben gondolkodtok. Legyen sz\u00f3 sv\u00e9dasztalos vacsor\u00e1r\u00f3l, vagy csak egyszer\u0171 gokartoz\u00e1sr\u00f3l z\u00e1rt k\u00f6rben, mi mindenben \u00e1llunk rendelkez\u00e9setekre. C\u00e9lunk, hogy k\u00e9nyelmeteket teljes k\u00f6rben biztos\u00edtsuk \u00e9s felejthetetlen \u00e9lm\u00e9nyt ny\u00fajtsunk!<br>B\u00e1rmilyen program keretein bel\u00fcl sz\u00e1m\u00edthattok a seg\u00edts\u00e9g\u00fcnkre, legyen sz\u00f3 ak\u00e1r csapat\u00e9p\u00edt\u0151 tr\u00e9ningr\u0151l, term\u00e9kbemutat\u00f3r\u00f3l vagy egy\u00e9b c\u00e9ges rendezv\u00e9nyr\u0151l, sz\u00fclinapi partir\u00f3l, le\u00e1ny-\/leg\u00e9nyb\u00facs\u00far\u00f3l, esk\u00fcv\u0151r\u0151l, diplomaoszt\u00f3r\u00f3l vagy b\u00e1rmilyen egy\u00e9b \u00f6sszej\u00f6vetelr\u0151l.<br>K\u00e9rjetek t\u0151l\u00fcnk egyedi aj\u00e1nlatot \/ nem ismerj\u00fck a lehetetlent : bielik.maria@flashkart.hu<br>* A z\u00e1rt k\u00f6r\u0171 p\u00e1lyahaszn\u00e1lat d\u00edja 100%ban el\u0151re fizetend\u0151!\"\n    ]\n\nfor (var i=0; i<prodGroups.length; i++) {\n  prodGroups[i].style.display = 'none' }\n\nfunction PlktHover(melyik) {\n\/\/ megjelen\u00edti a kiv\u00e1lasztott plakett csoportot \u00e9s a csoporthoz tartoz\u00f3 sz\u00f6veget\n  for (var i=0; i<prodGroups.length; i++) {\n    if (i==melyik) {\n      var Ertek = 'flex'\n      groupText.innerHTML = grpText[i]\n    } else { var Ertek = 'none' }\n    prodGroups[i].style.display = Ertek\n  }\n}\n\n\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab487f5 e-flex e-con-boxed e-con e-parent\" data-id=\"ab487f5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b11a140 elementor-widget elementor-widget-html\" data-id=\"b11a140\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\n.secret {\n  display: block;\n  color: grey;\n}\n    \n<\/style>\n\n<body>\n\n <div class=\"secret\" id=\"secretKey\">h<\/div>  <!--h:hide - s:show-->\n <div class=\"secret\" id=\"secretValues\"><\/div>\n\n<\/body> -->\n\n<script>\n\n\/\/ ***** auxallary\n\nvar secretKey = document.getElementById('secretKey').innerHTML\n\/\/var secretVal = document.getElementById('secretValues')\n                                   \nvar trackSelect = [\n  document.getElementById('trackSelectFK'),\n  document.getElementById('trackSelectKK')\n  ]\n\n\/\/ **** hiding the two major sections (FK \u00e9s KK)\n  if (secretKey=='h') {\n    for (var i=0;i<trackSelect.length;i++) {\n    trackSelect[i].style.display = 'none' }\n  }\n  \n\/\/ ************************************************* \n\/\/ ***                                           ***\n\/\/ ***     F i r s t    n i n e    t i l e s     ***\n\/\/ ***                                           ***\n\/\/ *************************************************\n\n\n  \n  \n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>\u00c1RAK FOGLAL\u00c1S UTALV\u00c1NY T\u00c1BOR \u00c1RAK FOGLAL\u00c1S UTALV\u00c1NY T\u00c1BOR sc300 sc350 sc400 sc500 sc600 sc700 sc800 sc900 sc1000 sc1100 sc1200 FLASHKART A FlashKart p\u00e1ly\u00e1in elektromos gokartokkal \u00e9lvezhetitek a sz\u00e1guld\u00e1st.Nincs semmilyen k\u00e1rosanyag kibocs\u00e1t\u00e1s, f\u00fcls\u00fcket\u00edt\u0151 zaj \u00e9s fojtogat\u00f3 benzinszag, ami \u2014 valljuk be \u2014 z\u00e1rt t\u00e9rben fontos! Az elektromos gokartok j\u00f3l kiegyens\u00falyozottak (nincs motoroldali t\u00fals\u00faly). 10 k\u00fcl\u00f6nb\u00f6z\u0151 sebess\u00e9gfokozattal [&hellip;]<\/p>",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 0,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "elementor_canvas",
    "meta": {
        "footnotes": ""
    },
    "class_list": [
        "post-95",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "rankMath": {
        "parentDomain": "staging.ruffnet.hu",
        "noFollowDomains": [],
        "noFollowExcludeDomains": [],
        "noFollowExternalLinks": false,
        "featuredImageNotice": "The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.",
        "pluginReviewed": false,
        "postSettings": {
            "linkSuggestions": true,
            "useFocusKeyword": false
        },
        "frontEndScore": false,
        "postName": "flashkart_homepage",
        "permalinkFormat": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/",
        "showLockModifiedDate": true,
        "assessor": {
            "focusKeywordLink": "https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%",
            "hasTOCPlugin": false,
            "primaryTaxonomy": false,
            "serpData": {
                "title": "",
                "description": "",
                "focusKeywords": "",
                "pillarContent": false,
                "canonicalUrl": "",
                "breadcrumbTitle": "",
                "advancedRobots": [],
                "facebookTitle": "",
                "facebookDescription": "",
                "facebookImage": "",
                "facebookImageID": "",
                "facebookHasOverlay": false,
                "facebookImageOverlay": "",
                "facebookAuthor": "",
                "twitterCardType": "",
                "twitterUseFacebook": true,
                "twitterTitle": "",
                "twitterDescription": "",
                "twitterImage": "",
                "twitterImageID": "",
                "twitterHasOverlay": false,
                "twitterImageOverlay": "",
                "twitterPlayerUrl": "",
                "twitterPlayerSize": "",
                "twitterPlayerStream": "",
                "twitterPlayerStreamCtype": "",
                "twitterAppDescription": "",
                "twitterAppIphoneName": "",
                "twitterAppIphoneID": "",
                "twitterAppIphoneUrl": "",
                "twitterAppIpadName": "",
                "twitterAppIpadID": "",
                "twitterAppIpadUrl": "",
                "twitterAppGoogleplayName": "",
                "twitterAppGoogleplayID": "",
                "twitterAppGoogleplayUrl": "",
                "twitterAppCountry": "",
                "robots": {
                    "index": true
                },
                "twitterAuthor": "username",
                "primaryTerm": 0,
                "authorName": "adamkruzics",
                "titleTemplate": "%title% %sep% %sitename%",
                "descriptionTemplate": "%excerpt%",
                "showScoreFrontend": true,
                "lockModifiedDate": false
            },
            "powerWords": [
                "a cut above",
                "absolute",
                "absolutely",
                "absolutely lowest",
                "absurd",
                "abuse",
                "accurate",
                "accuse",
                "achieve",
                "actionable",
                "adaptable",
                "adequate",
                "admit",
                "adorable",
                "advantage",
                "advice",
                "affordable",
                "aggravate",
                "aggressive",
                "agitated",
                "agonizing",
                "agony",
                "alarmed",
                "alarming",
                "alienated",
                "aligned",
                "alive",
                "all-inclusive",
                "alluring",
                "always",
                "amazing",
                "amp",
                "animated",
                "annihilate",
                "announcing",
                "anonymous",
                "antagonistic",
                "anxious",
                "apocalypse",
                "appalled",
                "approved",
                "approving",
                "argumentative",
                "armageddon",
                "arrogant",
                "ass kicking",
                "assault",
                "assured",
                "astonishing",
                "astounded",
                "astounding",
                "at ease",
                "atrocious",
                "attack",
                "attractive",
                "audacity",
                "authentic",
                "authoritative",
                "authority",
                "avoid",
                "aware",
                "awe-inspiring",
                "awesome",
                "awkward",
                "backbone",
                "backdoor",
                "backed",
                "backlash",
                "backstabbing",
                "badass",
                "balanced",
                "banned",
                "bargain",
                "barrage",
                "basic",
                "battle",
                "beaming",
                "beat down",
                "beating",
                "beautiful",
                "beauty",
                "begging",
                "behind the scenes",
                "belief",
                "belong",
                "best",
                "best-selling",
                "better",
                "beware",
                "big",
                "billion",
                "black market",
                "blacklisted",
                "blast",
                "blessed",
                "blinded",
                "blissful",
                "blood",
                "bloodbath",
                "bloodcurdling",
                "bloody",
                "blunder",
                "blushing",
                "bold",
                "bomb",
                "bona",
                "bona fide",
                "bonanza",
                "bonus",
                "bootleg",
                "bottom line",
                "bountiful",
                "brave",
                "bravery",
                "brazen",
                "break",
                "breaking",
                "breakthrough",
                "breathtaking",
                "bright",
                "brilliant",
                "broke",
                "brutal",
                "budget",
                "buffoon",
                "bullshit",
                "bully",
                "bumbling",
                "buy",
                "cadaver",
                "calm",
                "cancel anytime",
                "capable",
                "captivate",
                "captivating",
                "carefree",
                "case study",
                "cash",
                "cataclysmic",
                "catapult",
                "catastrophe",
                "caution",
                "censored",
                "centered",
                "certain",
                "certainly",
                "certified",
                "challenge",
                "charming",
                "cheap",
                "cheat",
                "cheat-sheet",
                "cheer",
                "cheerful",
                "child-like",
                "clarity",
                "classified",
                "clear",
                "clueless",
                "collapse",
                "colorful",
                "colossal",
                "comfortable",
                "compare",
                "competitive",
                "complete",
                "completely",
                "completeness",
                "comprehensive",
                "compromise",
                "compulsive",
                "concealed",
                "conclusive",
                "condemning",
                "condescending",
                "confess",
                "confession",
                "confessions",
                "confident",
                "confidential",
                "conquer",
                "conscientious",
                "constructive",
                "content",
                "contrary",
                "controlling",
                "controversial",
                "convenient",
                "convert",
                "cool",
                "cooperative",
                "copy",
                "corpse",
                "corrupt",
                "corrupting",
                "courage",
                "courageous",
                "cover-up",
                "covert",
                "coward",
                "cowardly",
                "crammed",
                "crave",
                "crazy",
                "create",
                "creative",
                "cringeworthy",
                "cripple",
                "crisis",
                "critical",
                "crooked",
                "crush",
                "crushing",
                "damaging",
                "danger",
                "dangerous",
                "daring",
                "dazzling",
                "dead",
                "deadline",
                "deadly",
                "death",
                "decadent",
                "deceived",
                "deceptive",
                "deep",
                "defiance",
                "definitely",
                "definitive",
                "defying",
                "dejected",
                "delicious",
                "delight",
                "delighted",
                "delightful",
                "delirious",
                "delivered",
                "demoralizing",
                "deplorable",
                "depraved",
                "desire",
                "desperate",
                "despicable",
                "destiny",
                "destroy",
                "detailed",
                "devastating",
                "devoted",
                "diagnosed",
                "direct",
                "dirty",
                "disadvantages",
                "disastrous",
                "discount",
                "discover",
                "disdainful",
                "disempowered",
                "disgusted",
                "disgusting",
                "dishonest",
                "disillusioned",
                "disoriented",
                "distracted",
                "distraught",
                "distressed",
                "distrustful",
                "divulge",
                "document",
                "dollar",
                "dominate",
                "doomed",
                "double",
                "doubtful",
                "download",
                "dreadful",
                "dreamy",
                "drive",
                "drowning",
                "dumb",
                "dynamic",
                "eager",
                "earnest",
                "easily",
                "easy",
                "economical",
                "ecstatic",
                "edge",
                "effective",
                "efficient",
                "effortless",
                "elated",
                "eliminate",
                "elite",
                "embarrass",
                "embarrassed",
                "embarrassing",
                "emergency",
                "emerging",
                "emphasize",
                "empowered",
                "enchant",
                "encouraged",
                "endorsed",
                "energetic",
                "energy",
                "enormous",
                "enraged",
                "enthusiastic",
                "envy",
                "epic",
                "epidemic",
                "essential",
                "ethical",
                "euphoric",
                "evil",
                "exactly",
                "exasperated",
                "excellent",
                "excited",
                "excitement",
                "exciting",
                "exclusive",
                "exclusivity",
                "excruciating",
                "exhilarated",
                "expensive",
                "expert",
                "explode",
                "exploit",
                "explosive",
                "exposed",
                "exquisite",
                "extra",
                "extraordinary",
                "extremely",
                "exuberant",
                "eye-opening",
                "fail",
                "fail-proof",
                "failure",
                "faith",
                "famous",
                "fantasy",
                "fascinating",
                "fatigued",
                "faux",
                "faux pas",
                "fearless",
                "feast",
                "feeble",
                "festive",
                "fide",
                "fierce",
                "fight",
                "final",
                "fine",
                "fired",
                "first",
                "first ever",
                "flirt",
                "fluid",
                "focus",
                "focused",
                "fool",
                "fooled",
                "foolish",
                "forbidden",
                "force-fed",
                "forever",
                "forgiving",
                "forgotten",
                "formula",
                "fortune",
                "foul",
                "frantic",
                "free",
                "freebie",
                "freedom",
                "frenzied",
                "frenzy",
                "frightening",
                "frisky",
                "frugal",
                "frustrated",
                "fulfill",
                "fulfilled",
                "full",
                "fully",
                "fun",
                "fun-loving",
                "fundamentals",
                "funniest",
                "funny",
                "furious",
                "gambling",
                "gargantuan",
                "genius",
                "genuine",
                "gift",
                "gigantic",
                "giveaway",
                "glamorous",
                "gleeful",
                "glorious",
                "glowing",
                "goddamn",
                "gorgeous",
                "graceful",
                "grateful",
                "gratified",
                "gravity",
                "great",
                "greatest",
                "greatness",
                "greed",
                "greedy",
                "gripping",
                "grit",
                "grounded",
                "growth",
                "guaranteed",
                "guilt",
                "guilt-free",
                "gullible",
                "guts",
                "hack",
                "happiness",
                "happy",
                "harmful",
                "harsh",
                "hate",
                "have you heard",
                "havoc",
                "hazardous",
                "healthy",
                "heart",
                "heartbreaking",
                "heartwarming",
                "heavenly",
                "hell",
                "helpful",
                "helplessness",
                "hero",
                "hesitant",
                "hidden",
                "high tech",
                "highest",
                "highly effective",
                "hilarious",
                "hoak",
                "hoax",
                "honest",
                "honored",
                "hope",
                "hopeful",
                "horribly",
                "horrific",
                "horrifying",
                "horror",
                "hostile",
                "how to",
                "huge",
                "humility",
                "humor",
                "hurricane",
                "hurry",
                "hypnotic",
                "idiot",
                "ignite",
                "illegal",
                "illusive",
                "imagination",
                "immediately",
                "imminently",
                "impatience",
                "impatient",
                "impenetrable",
                "important",
                "impressive",
                "improved",
                "in the zone",
                "incapable",
                "incapacitated",
                "incompetent",
                "inconsiderate",
                "increase",
                "incredible",
                "indecisive",
                "indulgence",
                "indulgent",
                "inexpensive",
                "inferior",
                "informative",
                "infuriated",
                "ingredients",
                "innocent",
                "innovative",
                "insane",
                "insecure",
                "insider",
                "insidious",
                "inspired",
                "inspiring",
                "instant savings",
                "instantly",
                "instructive",
                "insult",
                "intel",
                "intelligent",
                "intense",
                "interesting",
                "intriguing",
                "introducing",
                "invasion",
                "investment",
                "iron-clad",
                "ironclad",
                "irresistible",
                "irs",
                "is here",
                "jackpot",
                "jail",
                "jaw-dropping",
                "jealous",
                "jeopardy",
                "jittery",
                "jovial",
                "joyous",
                "jubilant",
                "judgmental",
                "jumpstart",
                "just arrived",
                "keen",
                "kickass",
                "kickstart",
                "kill",
                "killed",
                "killing",
                "kills",
                "know it all",
                "lame",
                "largest",
                "lascivious",
                "last",
                "last chance",
                "last minute",
                "latest",
                "laugh",
                "laughing",
                "launch",
                "launching",
                "lavishly",
                "lawsuit",
                "lazy",
                "left behind",
                "legendary",
                "legitimate",
                "liberal",
                "liberated",
                "lick",
                "lies",
                "life-changing",
                "lifetime",
                "light",
                "lighthearted",
                "likely",
                "limited",
                "literally",
                "little-known",
                "loathsome",
                "lonely",
                "looming",
                "loser",
                "lost",
                "love",
                "lucrative",
                "lunatic",
                "lurking",
                "lust",
                "luxurious",
                "luxury",
                "lying",
                "magic",
                "magical",
                "magnificent",
                "mainstream",
                "malicious",
                "mammoth",
                "manipulative",
                "marked down",
                "massive",
                "master",
                "masterclass",
                "maul",
                "mediocre",
                "meditative",
                "meltdown",
                "memorability",
                "memorable",
                "menacing",
                "mesmerizing",
                "meticulous",
                "mind-blowing",
                "minimalist",
                "miracle",
                "mired",
                "mischievous",
                "misgiving",
                "missing out",
                "mistake",
                "monetize",
                "money",
                "moneyback",
                "moneygrubbing",
                "monumental",
                "most important",
                "motivated",
                "mouth-watering",
                "murder",
                "mystery",
                "nail",
                "naked",
                "natural",
                "naughty",
                "nazi",
                "nest egg",
                "never",
                "new",
                "nightmare",
                "no good",
                "no obligation",
                "no one talks about",
                "no questions asked",
                "no risk",
                "no strings attached",
                "non-controlling",
                "noted",
                "novelty",
                "now",
                "obnoxious",
                "obsessed",
                "obsession",
                "obvious",
                "odd",
                "off-kilter",
                "off-limits",
                "off-the record",
                "offensive",
                "official",
                "okay",
                "on-demand",
                "open-minded",
                "opportunities",
                "optimistic",
                "ordeal",
                "outlawed",
                "outrageousness",
                "outstanding",
                "overcome",
                "overjoyed",
                "overnight",
                "overwhelmed",
                "packed",
                "painful",
                "painless",
                "painstaking",
                "pale",
                "panic",
                "panicked",
                "paralyzed",
                "pas",
                "passionate",
                "pathetic",
                "pay zero",
                "payback",
                "perfect",
                "peril",
                "perplexed",
                "perspective",
                "pessimistic",
                "pioneering",
                "piranha",
                "pitfall",
                "pitiful",
                "placid",
                "plague",
                "played",
                "playful",
                "pleased",
                "pluck",
                "plummet",
                "plunge",
                "poison",
                "poisonous",
                "polarizing",
                "poor",
                "popular",
                "portfolio",
                "pound",
                "powerful",
                "powerless",
                "practical",
                "preposterous",
                "prestige",
                "price",
                "priceless",
                "pride",
                "prison",
                "privacy",
                "private",
                "privileged",
                "prize",
                "problem",
                "productive",
                "professional",
                "profit",
                "profitable",
                "profound",
                "promiscuous",
                "promising",
                "promote",
                "protect",
                "protected",
                "proven",
                "provocative",
                "provoke",
                "psychological",
                "pummel",
                "punch",
                "punish",
                "pus",
                "quadruple",
                "quality",
                "quarrelsome",
                "quick",
                "quick-start",
                "quickly",
                "quiet",
                "radiant",
                "rare",
                "ravenous",
                "rebellious",
                "recession-proof",
                "reckoning",
                "recognized",
                "recommend",
                "recreate",
                "reduced",
                "reflective",
                "refugee",
                "refund",
                "refundable",
                "reject",
                "relaxed",
                "release",
                "relentless",
                "reliable",
                "remarkable",
                "replicate",
                "report",
                "reprimanding",
                "repulsed",
                "repulsive",
                "research",
                "resentful",
                "resourceful",
                "responsible",
                "responsive",
                "rested",
                "restricted",
                "results",
                "retaliating",
                "reveal",
                "revealing",
                "revenge",
                "revengeful",
                "revisited",
                "revolting",
                "revolutionary",
                "reward",
                "rich",
                "ridiculous",
                "risky",
                "riveting",
                "rookie",
                "rowdy",
                "ruin",
                "rules",
                "ruthless",
                "sabotaging",
                "sacred",
                "sadistic",
                "sadly",
                "sadness",
                "safe",
                "safety",
                "sale",
                "sampler",
                "sarcastic",
                "satisfied",
                "savage",
                "savagery",
                "save",
                "savings",
                "savvy",
                "scam",
                "scandal",
                "scandalous",
                "scarce",
                "scared",
                "scary",
                "scornful",
                "scream",
                "searing",
                "secret",
                "secret agenda",
                "secret plot",
                "secrets",
                "secure",
                "security",
                "seductive",
                "seething",
                "seize",
                "selected",
                "self-hating",
                "self-sufficient",
                "sensational",
                "senseless",
                "sensual",
                "serene",
                "seriously",
                "severe",
                "sex",
                "sexy",
                "shaking",
                "shameful",
                "shameless",
                "shaming",
                "shatter",
                "shellacking",
                "shocking",
                "should",
                "shrewd",
                "sick and tired",
                "signs",
                "silly",
                "simple",
                "simplicity",
                "simplified",
                "simplistic",
                "sincere",
                "sinful",
                "sins",
                "six-figure",
                "sizable",
                "sizzle",
                "sizzled",
                "sizzles",
                "sizzling",
                "sizzlingly",
                "skill",
                "skyrocket",
                "slaughter",
                "slave",
                "sleazy",
                "sleeping",
                "sly",
                "smash",
                "smiling",
                "smug",
                "smuggle",
                "smuggled",
                "sneak-peek",
                "sneaky",
                "sniveling",
                "snob",
                "snooty",
                "snotty",
                "soar",
                "soaring",
                "solid",
                "solution",
                "spank",
                "special",
                "spectacular",
                "speedy",
                "spell-binding",
                "spine",
                "spirit",
                "spirited",
                "spiteful",
                "spoiler",
                "spontaneous",
                "spotlight",
                "spunky",
                "squirming",
                "stable",
                "staggering",
                "startling",
                "steady",
                "steal",
                "stealthy",
                "steamy",
                "step-by-step",
                "still",
                "stoic",
                "stop",
                "strange",
                "strangle",
                "strategy",
                "stressed",
                "strong",
                "strongly suggest",
                "struggle",
                "stuck up",
                "studies",
                "stunning",
                "stupid",
                "stupid-simple",
                "sturdy",
                "sublime",
                "succeed",
                "success",
                "successful",
                "suck",
                "suddenly",
                "suffer",
                "sunny",
                "super",
                "super-human",
                "superb",
                "supercharge",
                "superior",
                "supported",
                "supportive",
                "sure",
                "sure fire",
                "surefire",
                "surge",
                "surging",
                "surprise",
                "surprised",
                "surprising",
                "survival",
                "survive",
                "suspicious",
                "sweaty",
                "swoon",
                "swoon-worthy",
                "tailspin",
                "tank",
                "tantalizing",
                "targeted",
                "tawdry",
                "tease",
                "technology",
                "teetering",
                "tempting",
                "tenacious",
                "tense",
                "terrible",
                "terrific",
                "terrified",
                "terrifying",
                "terror",
                "terrorist",
                "tested",
                "thankful",
                "the truth",
                "threaten",
                "threatened",
                "thrilled",
                "thrilling",
                "thug",
                "ticked off",
                "tickled",
                "timely",
                "today",
                "torture",
                "toxic",
                "track record",
                "trade secret",
                "tragedy",
                "tragic",
                "transform",
                "transparency",
                "trap",
                "trapped",
                "trauma",
                "traumatized",
                "treacherous",
                "treasure",
                "tremendous",
                "trend",
                "tricks",
                "triggers",
                "triple",
                "triumph",
                "truly",
                "trusting",
                "trustworthy",
                "truth",
                "truthful",
                "turbo-charge",
                "turbocharges",
                "tweaks",
                "twitching",
                "ultimate",
                "unadulterated",
                "unassuming",
                "unauthorized",
                "unbelievable",
                "unburdened",
                "uncaring",
                "uncensored",
                "uncertain",
                "uncomfortable",
                "unconditional",
                "uncontrollable",
                "unconventional",
                "uncovered",
                "undeniable",
                "under priced",
                "undercover",
                "underground",
                "underhanded",
                "underused",
                "unexpected",
                "unforgettable",
                "unheard of",
                "unhurried",
                "uninterested",
                "unique",
                "unjustified",
                "unknowingly",
                "unleashed",
                "unlimited",
                "unlock",
                "unparalleled",
                "unpopular",
                "unreliable",
                "unresponsive",
                "unseen",
                "unstable",
                "unstoppable",
                "unsure",
                "unsurpassed",
                "untapped",
                "unusual",
                "up-sell",
                "upbeat",
                "uplifted",
                "uplifting",
                "urge",
                "urgent",
                "useful",
                "useless",
                "validate",
                "valor",
                "valuable",
                "value",
                "vanquish",
                "vaporize",
                "venomous",
                "verify",
                "vibrant",
                "vicious",
                "victim",
                "victory",
                "vigorous",
                "vilified",
                "vindictive",
                "violated",
                "violent",
                "volatile",
                "vulnerable",
                "waiting",
                "wanted",
                "wanton",
                "warning",
                "waste",
                "weak",
                "wealth",
                "weird",
                "what no one tells you",
                "whip",
                "whopping",
                "wicked",
                "wild",
                "willpower",
                "withheld",
                "wonderful",
                "wondrous",
                "woozy",
                "world",
                "worry",
                "worst",
                "worthwhile",
                "wounded",
                "wreaking",
                "youthful",
                "zen",
                "zinger"
            ],
            "diacritics": {
                "A": "[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]",
                "AA": "[\\uA732]",
                "AE": "[\\u00C6\\u01FC\\u01E2]",
                "AO": "[\\uA734]",
                "AU": "[\\uA736]",
                "AV": "[\\uA738\\uA73A]",
                "AY": "[\\uA73C]",
                "B": "[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]",
                "C": "[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]",
                "D": "[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]",
                "DZ": "[\\u01F1\\u01C4]",
                "Dz": "[\\u01F2\\u01C5]",
                "E": "[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]",
                "F": "[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]",
                "G": "[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]",
                "H": "[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]",
                "I": "[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]",
                "J": "[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]",
                "K": "[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]",
                "L": "[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]",
                "LJ": "[\\u01C7]",
                "Lj": "[\\u01C8]",
                "M": "[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]",
                "N": "[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]",
                "NJ": "[\\u01CA]",
                "Nj": "[\\u01CB]",
                "O": "[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]",
                "OI": "[\\u01A2]",
                "OO": "[\\uA74E]",
                "OU": "[\\u0222]",
                "P": "[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]",
                "Q": "[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]",
                "R": "[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]",
                "S": "[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]",
                "T": "[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]",
                "TZ": "[\\uA728]",
                "U": "[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]",
                "V": "[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]",
                "VY": "[\\uA760]",
                "W": "[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]",
                "X": "[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]",
                "Y": "[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]",
                "Z": "[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]",
                "a": "[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]",
                "aa": "[\\uA733]",
                "ae": "[\\u00E6\\u01FD\\u01E3]",
                "ao": "[\\uA735]",
                "au": "[\\uA737]",
                "av": "[\\uA739\\uA73B]",
                "ay": "[\\uA73D]",
                "b": "[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]",
                "c": "[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]",
                "d": "[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]",
                "dz": "[\\u01F3\\u01C6]",
                "e": "[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]",
                "f": "[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]",
                "g": "[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]",
                "h": "[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]",
                "hv": "[\\u0195]",
                "i": "[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]",
                "j": "[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]",
                "k": "[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]",
                "l": "[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]",
                "lj": "[\\u01C9]",
                "m": "[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]",
                "n": "[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]",
                "nj": "[\\u01CC]",
                "o": "[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]",
                "oi": "[\\u01A3]",
                "ou": "[\\u0223]",
                "oo": "[\\uA74F]",
                "p": "[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]",
                "q": "[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]",
                "r": "[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]",
                "s": "[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]",
                "ss": "[\\u00DF]",
                "t": "[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]",
                "tz": "[\\uA729]",
                "u": "[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]",
                "v": "[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]",
                "vy": "[\\uA761]",
                "w": "[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]",
                "x": "[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]",
                "y": "[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]",
                "z": "[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"
            },
            "researchesTests": [
                "contentHasTOC",
                "contentHasShortParagraphs",
                "contentHasAssets",
                "keywordInTitle",
                "keywordInMetaDescription",
                "keywordInPermalink",
                "keywordIn10Percent",
                "keywordInContent",
                "keywordInSubheadings",
                "keywordInImageAlt",
                "keywordDensity",
                "keywordNotUsed",
                "lengthContent",
                "lengthPermalink",
                "linksHasInternal",
                "linksHasExternals",
                "linksNotAllExternals",
                "titleStartWithKeyword",
                "titleSentiment",
                "titleHasPowerWords",
                "titleHasNumber",
                "hasContentAI"
            ],
            "hasRedirection": false,
            "hasBreadcrumb": false
        },
        "homeUrl": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en",
        "objectID": 95,
        "objectType": "post",
        "locale": "en",
        "localeFull": "en_GB",
        "overlayImages": {
            "play": {
                "name": "Play icon",
                "url": "https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png",
                "path": "\/var\/www\/87a6bc1a-0443-489d-9710-e4c388b0d57b\/public_html\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png",
                "position": "middle_center"
            },
            "gif": {
                "name": "GIF icon",
                "url": "https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png",
                "path": "\/var\/www\/87a6bc1a-0443-489d-9710-e4c388b0d57b\/public_html\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png",
                "position": "middle_center"
            }
        },
        "defautOgImage": "https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/social-placeholder.jpg",
        "customPermalinks": false,
        "isUserRegistered": true,
        "autoSuggestKeywords": true,
        "connectSiteUrl": "https:\/\/rankmath.com\/auth?site=https%3A%2F%2Fflashkart-dev.staging.ruffnet.hu%2Fen&r=https%3A%2F%2Fflashkart-dev.staging.ruffnet.hu%2Fen%2Findex.php%3Frest_route%3D%252Fwp%252Fv2%252Fpages%252F95%26nonce%3Ddb47ef4a93",
        "maxTags": 5,
        "trendsIcon": "<svg viewbox=\"0 0 610 610\"><path d=\"M18.85,446,174.32,290.48l58.08,58.08L76.93,504a14.54,14.54,0,0,1-20.55,0L18.83,466.48a14.54,14.54,0,0,1,0-20.55Z\" style=\"fill:#4285f4\"\/><path d=\"M242.65,242.66,377.59,377.6l-47.75,47.75a14.54,14.54,0,0,1-20.55,0L174.37,290.43l47.75-47.75A14.52,14.52,0,0,1,242.65,242.66Z\" style=\"fill:#ea4335\"\/><polygon points=\"319.53 319.53 479.26 159.8 537.34 217.88 377.61 377.62 319.53 319.53\" style=\"fill:#fabb05\"\/><path d=\"M594.26,262.73V118.61h0a16.94,16.94,0,0,0-16.94-16.94H433.2a16.94,16.94,0,0,0-12,28.92L565.34,274.71h0a16.94,16.94,0,0,0,28.92-12Z\" style=\"fill:#34a853\"\/><rect width=\"610\" height=\"610\" style=\"fill:none\"\/><\/svg>",
        "showScore": true,
        "siteFavIcon": "data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8\/9hAAABs0lEQVR4AWL4\/\/8\/RRjO8Iucx+noO0MWUDo16FYABMGP6ZfUcRnWtm27jVPbtm3bttuH2t3eFPcY9pLz7NxiLjCyVd87pKnHyqXyxtCs8APd0rnyxiu4qSeA3QEDrAwBDrT1s1Rc\/OrjLZwqVmOSu6+Lamcpp2KKMA9PH1BYXMe1mUP5qotvXTywsOEEYHXxrY+3cqk6TMkYpNr2FeoY3KIr0RPtn9wQ2unlA+GMkRw6+9TFw4YTwDUzx\/JVvARj9KaedXRO8P5B1Du2S32smzqUrcKGEyA+uAgQjKX7zf0boWHGfn71jIKj2689gxp7OAGShNcBUmLMPVjZuiKcA2vuWHHDCQxMCz629kXAIU4ApY15QwggAFbfOP9DhgBJ+nWVJ1AZAfICAj1pAlY6hCADZnveQf7bQIwzVONGJonhLIlS9gr5mFg44Xd+4S3XHoGNPdJl1INIwKyEgHckEhgTe1bGiFY9GSFBYUwLh1IkiJUbY407E7syBSFxKTszEoiE\/YdrgCEayDmtaJwCI9uu8TKMuZSVfSa4BpGgzvomBR\/INhLGzrqDotp01ZR8pn\/1L0JN9d9XNyx0AAAAAElFTkSuQmCC",
        "canUser": {
            "general": false,
            "advanced": false,
            "snippet": false,
            "social": false,
            "analysis": false,
            "analytics": false,
            "content_ai": false
        },
        "showKeywordIntent": true,
        "isPro": false,
        "is_front_page": false,
        "trendsUpgradeLink": "https:\/\/rankmath.com\/pricing\/?utm_source=Plugin&utm_medium=CE%20General%20Tab%20Trends&utm_campaign=WP",
        "trendsUpgradeLabel": "Upgrade",
        "trendsPreviewImage": "https:\/\/flashkart-dev.staging.ruffnet.hu\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg",
        "currentEditor": false,
        "homepageData": {
            "assessor": {
                "powerWords": [
                    "a cut above",
                    "absolute",
                    "absolutely",
                    "absolutely lowest",
                    "absurd",
                    "abuse",
                    "accurate",
                    "accuse",
                    "achieve",
                    "actionable",
                    "adaptable",
                    "adequate",
                    "admit",
                    "adorable",
                    "advantage",
                    "advice",
                    "affordable",
                    "aggravate",
                    "aggressive",
                    "agitated",
                    "agonizing",
                    "agony",
                    "alarmed",
                    "alarming",
                    "alienated",
                    "aligned",
                    "alive",
                    "all-inclusive",
                    "alluring",
                    "always",
                    "amazing",
                    "amp",
                    "animated",
                    "annihilate",
                    "announcing",
                    "anonymous",
                    "antagonistic",
                    "anxious",
                    "apocalypse",
                    "appalled",
                    "approved",
                    "approving",
                    "argumentative",
                    "armageddon",
                    "arrogant",
                    "ass kicking",
                    "assault",
                    "assured",
                    "astonishing",
                    "astounded",
                    "astounding",
                    "at ease",
                    "atrocious",
                    "attack",
                    "attractive",
                    "audacity",
                    "authentic",
                    "authoritative",
                    "authority",
                    "avoid",
                    "aware",
                    "awe-inspiring",
                    "awesome",
                    "awkward",
                    "backbone",
                    "backdoor",
                    "backed",
                    "backlash",
                    "backstabbing",
                    "badass",
                    "balanced",
                    "banned",
                    "bargain",
                    "barrage",
                    "basic",
                    "battle",
                    "beaming",
                    "beat down",
                    "beating",
                    "beautiful",
                    "beauty",
                    "begging",
                    "behind the scenes",
                    "belief",
                    "belong",
                    "best",
                    "best-selling",
                    "better",
                    "beware",
                    "big",
                    "billion",
                    "black market",
                    "blacklisted",
                    "blast",
                    "blessed",
                    "blinded",
                    "blissful",
                    "blood",
                    "bloodbath",
                    "bloodcurdling",
                    "bloody",
                    "blunder",
                    "blushing",
                    "bold",
                    "bomb",
                    "bona",
                    "bona fide",
                    "bonanza",
                    "bonus",
                    "bootleg",
                    "bottom line",
                    "bountiful",
                    "brave",
                    "bravery",
                    "brazen",
                    "break",
                    "breaking",
                    "breakthrough",
                    "breathtaking",
                    "bright",
                    "brilliant",
                    "broke",
                    "brutal",
                    "budget",
                    "buffoon",
                    "bullshit",
                    "bully",
                    "bumbling",
                    "buy",
                    "cadaver",
                    "calm",
                    "cancel anytime",
                    "capable",
                    "captivate",
                    "captivating",
                    "carefree",
                    "case study",
                    "cash",
                    "cataclysmic",
                    "catapult",
                    "catastrophe",
                    "caution",
                    "censored",
                    "centered",
                    "certain",
                    "certainly",
                    "certified",
                    "challenge",
                    "charming",
                    "cheap",
                    "cheat",
                    "cheat-sheet",
                    "cheer",
                    "cheerful",
                    "child-like",
                    "clarity",
                    "classified",
                    "clear",
                    "clueless",
                    "collapse",
                    "colorful",
                    "colossal",
                    "comfortable",
                    "compare",
                    "competitive",
                    "complete",
                    "completely",
                    "completeness",
                    "comprehensive",
                    "compromise",
                    "compulsive",
                    "concealed",
                    "conclusive",
                    "condemning",
                    "condescending",
                    "confess",
                    "confession",
                    "confessions",
                    "confident",
                    "confidential",
                    "conquer",
                    "conscientious",
                    "constructive",
                    "content",
                    "contrary",
                    "controlling",
                    "controversial",
                    "convenient",
                    "convert",
                    "cool",
                    "cooperative",
                    "copy",
                    "corpse",
                    "corrupt",
                    "corrupting",
                    "courage",
                    "courageous",
                    "cover-up",
                    "covert",
                    "coward",
                    "cowardly",
                    "crammed",
                    "crave",
                    "crazy",
                    "create",
                    "creative",
                    "cringeworthy",
                    "cripple",
                    "crisis",
                    "critical",
                    "crooked",
                    "crush",
                    "crushing",
                    "damaging",
                    "danger",
                    "dangerous",
                    "daring",
                    "dazzling",
                    "dead",
                    "deadline",
                    "deadly",
                    "death",
                    "decadent",
                    "deceived",
                    "deceptive",
                    "deep",
                    "defiance",
                    "definitely",
                    "definitive",
                    "defying",
                    "dejected",
                    "delicious",
                    "delight",
                    "delighted",
                    "delightful",
                    "delirious",
                    "delivered",
                    "demoralizing",
                    "deplorable",
                    "depraved",
                    "desire",
                    "desperate",
                    "despicable",
                    "destiny",
                    "destroy",
                    "detailed",
                    "devastating",
                    "devoted",
                    "diagnosed",
                    "direct",
                    "dirty",
                    "disadvantages",
                    "disastrous",
                    "discount",
                    "discover",
                    "disdainful",
                    "disempowered",
                    "disgusted",
                    "disgusting",
                    "dishonest",
                    "disillusioned",
                    "disoriented",
                    "distracted",
                    "distraught",
                    "distressed",
                    "distrustful",
                    "divulge",
                    "document",
                    "dollar",
                    "dominate",
                    "doomed",
                    "double",
                    "doubtful",
                    "download",
                    "dreadful",
                    "dreamy",
                    "drive",
                    "drowning",
                    "dumb",
                    "dynamic",
                    "eager",
                    "earnest",
                    "easily",
                    "easy",
                    "economical",
                    "ecstatic",
                    "edge",
                    "effective",
                    "efficient",
                    "effortless",
                    "elated",
                    "eliminate",
                    "elite",
                    "embarrass",
                    "embarrassed",
                    "embarrassing",
                    "emergency",
                    "emerging",
                    "emphasize",
                    "empowered",
                    "enchant",
                    "encouraged",
                    "endorsed",
                    "energetic",
                    "energy",
                    "enormous",
                    "enraged",
                    "enthusiastic",
                    "envy",
                    "epic",
                    "epidemic",
                    "essential",
                    "ethical",
                    "euphoric",
                    "evil",
                    "exactly",
                    "exasperated",
                    "excellent",
                    "excited",
                    "excitement",
                    "exciting",
                    "exclusive",
                    "exclusivity",
                    "excruciating",
                    "exhilarated",
                    "expensive",
                    "expert",
                    "explode",
                    "exploit",
                    "explosive",
                    "exposed",
                    "exquisite",
                    "extra",
                    "extraordinary",
                    "extremely",
                    "exuberant",
                    "eye-opening",
                    "fail",
                    "fail-proof",
                    "failure",
                    "faith",
                    "famous",
                    "fantasy",
                    "fascinating",
                    "fatigued",
                    "faux",
                    "faux pas",
                    "fearless",
                    "feast",
                    "feeble",
                    "festive",
                    "fide",
                    "fierce",
                    "fight",
                    "final",
                    "fine",
                    "fired",
                    "first",
                    "first ever",
                    "flirt",
                    "fluid",
                    "focus",
                    "focused",
                    "fool",
                    "fooled",
                    "foolish",
                    "forbidden",
                    "force-fed",
                    "forever",
                    "forgiving",
                    "forgotten",
                    "formula",
                    "fortune",
                    "foul",
                    "frantic",
                    "free",
                    "freebie",
                    "freedom",
                    "frenzied",
                    "frenzy",
                    "frightening",
                    "frisky",
                    "frugal",
                    "frustrated",
                    "fulfill",
                    "fulfilled",
                    "full",
                    "fully",
                    "fun",
                    "fun-loving",
                    "fundamentals",
                    "funniest",
                    "funny",
                    "furious",
                    "gambling",
                    "gargantuan",
                    "genius",
                    "genuine",
                    "gift",
                    "gigantic",
                    "giveaway",
                    "glamorous",
                    "gleeful",
                    "glorious",
                    "glowing",
                    "goddamn",
                    "gorgeous",
                    "graceful",
                    "grateful",
                    "gratified",
                    "gravity",
                    "great",
                    "greatest",
                    "greatness",
                    "greed",
                    "greedy",
                    "gripping",
                    "grit",
                    "grounded",
                    "growth",
                    "guaranteed",
                    "guilt",
                    "guilt-free",
                    "gullible",
                    "guts",
                    "hack",
                    "happiness",
                    "happy",
                    "harmful",
                    "harsh",
                    "hate",
                    "have you heard",
                    "havoc",
                    "hazardous",
                    "healthy",
                    "heart",
                    "heartbreaking",
                    "heartwarming",
                    "heavenly",
                    "hell",
                    "helpful",
                    "helplessness",
                    "hero",
                    "hesitant",
                    "hidden",
                    "high tech",
                    "highest",
                    "highly effective",
                    "hilarious",
                    "hoak",
                    "hoax",
                    "honest",
                    "honored",
                    "hope",
                    "hopeful",
                    "horribly",
                    "horrific",
                    "horrifying",
                    "horror",
                    "hostile",
                    "how to",
                    "huge",
                    "humility",
                    "humor",
                    "hurricane",
                    "hurry",
                    "hypnotic",
                    "idiot",
                    "ignite",
                    "illegal",
                    "illusive",
                    "imagination",
                    "immediately",
                    "imminently",
                    "impatience",
                    "impatient",
                    "impenetrable",
                    "important",
                    "impressive",
                    "improved",
                    "in the zone",
                    "incapable",
                    "incapacitated",
                    "incompetent",
                    "inconsiderate",
                    "increase",
                    "incredible",
                    "indecisive",
                    "indulgence",
                    "indulgent",
                    "inexpensive",
                    "inferior",
                    "informative",
                    "infuriated",
                    "ingredients",
                    "innocent",
                    "innovative",
                    "insane",
                    "insecure",
                    "insider",
                    "insidious",
                    "inspired",
                    "inspiring",
                    "instant savings",
                    "instantly",
                    "instructive",
                    "insult",
                    "intel",
                    "intelligent",
                    "intense",
                    "interesting",
                    "intriguing",
                    "introducing",
                    "invasion",
                    "investment",
                    "iron-clad",
                    "ironclad",
                    "irresistible",
                    "irs",
                    "is here",
                    "jackpot",
                    "jail",
                    "jaw-dropping",
                    "jealous",
                    "jeopardy",
                    "jittery",
                    "jovial",
                    "joyous",
                    "jubilant",
                    "judgmental",
                    "jumpstart",
                    "just arrived",
                    "keen",
                    "kickass",
                    "kickstart",
                    "kill",
                    "killed",
                    "killing",
                    "kills",
                    "know it all",
                    "lame",
                    "largest",
                    "lascivious",
                    "last",
                    "last chance",
                    "last minute",
                    "latest",
                    "laugh",
                    "laughing",
                    "launch",
                    "launching",
                    "lavishly",
                    "lawsuit",
                    "lazy",
                    "left behind",
                    "legendary",
                    "legitimate",
                    "liberal",
                    "liberated",
                    "lick",
                    "lies",
                    "life-changing",
                    "lifetime",
                    "light",
                    "lighthearted",
                    "likely",
                    "limited",
                    "literally",
                    "little-known",
                    "loathsome",
                    "lonely",
                    "looming",
                    "loser",
                    "lost",
                    "love",
                    "lucrative",
                    "lunatic",
                    "lurking",
                    "lust",
                    "luxurious",
                    "luxury",
                    "lying",
                    "magic",
                    "magical",
                    "magnificent",
                    "mainstream",
                    "malicious",
                    "mammoth",
                    "manipulative",
                    "marked down",
                    "massive",
                    "master",
                    "masterclass",
                    "maul",
                    "mediocre",
                    "meditative",
                    "meltdown",
                    "memorability",
                    "memorable",
                    "menacing",
                    "mesmerizing",
                    "meticulous",
                    "mind-blowing",
                    "minimalist",
                    "miracle",
                    "mired",
                    "mischievous",
                    "misgiving",
                    "missing out",
                    "mistake",
                    "monetize",
                    "money",
                    "moneyback",
                    "moneygrubbing",
                    "monumental",
                    "most important",
                    "motivated",
                    "mouth-watering",
                    "murder",
                    "mystery",
                    "nail",
                    "naked",
                    "natural",
                    "naughty",
                    "nazi",
                    "nest egg",
                    "never",
                    "new",
                    "nightmare",
                    "no good",
                    "no obligation",
                    "no one talks about",
                    "no questions asked",
                    "no risk",
                    "no strings attached",
                    "non-controlling",
                    "noted",
                    "novelty",
                    "now",
                    "obnoxious",
                    "obsessed",
                    "obsession",
                    "obvious",
                    "odd",
                    "off-kilter",
                    "off-limits",
                    "off-the record",
                    "offensive",
                    "official",
                    "okay",
                    "on-demand",
                    "open-minded",
                    "opportunities",
                    "optimistic",
                    "ordeal",
                    "outlawed",
                    "outrageousness",
                    "outstanding",
                    "overcome",
                    "overjoyed",
                    "overnight",
                    "overwhelmed",
                    "packed",
                    "painful",
                    "painless",
                    "painstaking",
                    "pale",
                    "panic",
                    "panicked",
                    "paralyzed",
                    "pas",
                    "passionate",
                    "pathetic",
                    "pay zero",
                    "payback",
                    "perfect",
                    "peril",
                    "perplexed",
                    "perspective",
                    "pessimistic",
                    "pioneering",
                    "piranha",
                    "pitfall",
                    "pitiful",
                    "placid",
                    "plague",
                    "played",
                    "playful",
                    "pleased",
                    "pluck",
                    "plummet",
                    "plunge",
                    "poison",
                    "poisonous",
                    "polarizing",
                    "poor",
                    "popular",
                    "portfolio",
                    "pound",
                    "powerful",
                    "powerless",
                    "practical",
                    "preposterous",
                    "prestige",
                    "price",
                    "priceless",
                    "pride",
                    "prison",
                    "privacy",
                    "private",
                    "privileged",
                    "prize",
                    "problem",
                    "productive",
                    "professional",
                    "profit",
                    "profitable",
                    "profound",
                    "promiscuous",
                    "promising",
                    "promote",
                    "protect",
                    "protected",
                    "proven",
                    "provocative",
                    "provoke",
                    "psychological",
                    "pummel",
                    "punch",
                    "punish",
                    "pus",
                    "quadruple",
                    "quality",
                    "quarrelsome",
                    "quick",
                    "quick-start",
                    "quickly",
                    "quiet",
                    "radiant",
                    "rare",
                    "ravenous",
                    "rebellious",
                    "recession-proof",
                    "reckoning",
                    "recognized",
                    "recommend",
                    "recreate",
                    "reduced",
                    "reflective",
                    "refugee",
                    "refund",
                    "refundable",
                    "reject",
                    "relaxed",
                    "release",
                    "relentless",
                    "reliable",
                    "remarkable",
                    "replicate",
                    "report",
                    "reprimanding",
                    "repulsed",
                    "repulsive",
                    "research",
                    "resentful",
                    "resourceful",
                    "responsible",
                    "responsive",
                    "rested",
                    "restricted",
                    "results",
                    "retaliating",
                    "reveal",
                    "revealing",
                    "revenge",
                    "revengeful",
                    "revisited",
                    "revolting",
                    "revolutionary",
                    "reward",
                    "rich",
                    "ridiculous",
                    "risky",
                    "riveting",
                    "rookie",
                    "rowdy",
                    "ruin",
                    "rules",
                    "ruthless",
                    "sabotaging",
                    "sacred",
                    "sadistic",
                    "sadly",
                    "sadness",
                    "safe",
                    "safety",
                    "sale",
                    "sampler",
                    "sarcastic",
                    "satisfied",
                    "savage",
                    "savagery",
                    "save",
                    "savings",
                    "savvy",
                    "scam",
                    "scandal",
                    "scandalous",
                    "scarce",
                    "scared",
                    "scary",
                    "scornful",
                    "scream",
                    "searing",
                    "secret",
                    "secret agenda",
                    "secret plot",
                    "secrets",
                    "secure",
                    "security",
                    "seductive",
                    "seething",
                    "seize",
                    "selected",
                    "self-hating",
                    "self-sufficient",
                    "sensational",
                    "senseless",
                    "sensual",
                    "serene",
                    "seriously",
                    "severe",
                    "sex",
                    "sexy",
                    "shaking",
                    "shameful",
                    "shameless",
                    "shaming",
                    "shatter",
                    "shellacking",
                    "shocking",
                    "should",
                    "shrewd",
                    "sick and tired",
                    "signs",
                    "silly",
                    "simple",
                    "simplicity",
                    "simplified",
                    "simplistic",
                    "sincere",
                    "sinful",
                    "sins",
                    "six-figure",
                    "sizable",
                    "sizzle",
                    "sizzled",
                    "sizzles",
                    "sizzling",
                    "sizzlingly",
                    "skill",
                    "skyrocket",
                    "slaughter",
                    "slave",
                    "sleazy",
                    "sleeping",
                    "sly",
                    "smash",
                    "smiling",
                    "smug",
                    "smuggle",
                    "smuggled",
                    "sneak-peek",
                    "sneaky",
                    "sniveling",
                    "snob",
                    "snooty",
                    "snotty",
                    "soar",
                    "soaring",
                    "solid",
                    "solution",
                    "spank",
                    "special",
                    "spectacular",
                    "speedy",
                    "spell-binding",
                    "spine",
                    "spirit",
                    "spirited",
                    "spiteful",
                    "spoiler",
                    "spontaneous",
                    "spotlight",
                    "spunky",
                    "squirming",
                    "stable",
                    "staggering",
                    "startling",
                    "steady",
                    "steal",
                    "stealthy",
                    "steamy",
                    "step-by-step",
                    "still",
                    "stoic",
                    "stop",
                    "strange",
                    "strangle",
                    "strategy",
                    "stressed",
                    "strong",
                    "strongly suggest",
                    "struggle",
                    "stuck up",
                    "studies",
                    "stunning",
                    "stupid",
                    "stupid-simple",
                    "sturdy",
                    "sublime",
                    "succeed",
                    "success",
                    "successful",
                    "suck",
                    "suddenly",
                    "suffer",
                    "sunny",
                    "super",
                    "super-human",
                    "superb",
                    "supercharge",
                    "superior",
                    "supported",
                    "supportive",
                    "sure",
                    "sure fire",
                    "surefire",
                    "surge",
                    "surging",
                    "surprise",
                    "surprised",
                    "surprising",
                    "survival",
                    "survive",
                    "suspicious",
                    "sweaty",
                    "swoon",
                    "swoon-worthy",
                    "tailspin",
                    "tank",
                    "tantalizing",
                    "targeted",
                    "tawdry",
                    "tease",
                    "technology",
                    "teetering",
                    "tempting",
                    "tenacious",
                    "tense",
                    "terrible",
                    "terrific",
                    "terrified",
                    "terrifying",
                    "terror",
                    "terrorist",
                    "tested",
                    "thankful",
                    "the truth",
                    "threaten",
                    "threatened",
                    "thrilled",
                    "thrilling",
                    "thug",
                    "ticked off",
                    "tickled",
                    "timely",
                    "today",
                    "torture",
                    "toxic",
                    "track record",
                    "trade secret",
                    "tragedy",
                    "tragic",
                    "transform",
                    "transparency",
                    "trap",
                    "trapped",
                    "trauma",
                    "traumatized",
                    "treacherous",
                    "treasure",
                    "tremendous",
                    "trend",
                    "tricks",
                    "triggers",
                    "triple",
                    "triumph",
                    "truly",
                    "trusting",
                    "trustworthy",
                    "truth",
                    "truthful",
                    "turbo-charge",
                    "turbocharges",
                    "tweaks",
                    "twitching",
                    "ultimate",
                    "unadulterated",
                    "unassuming",
                    "unauthorized",
                    "unbelievable",
                    "unburdened",
                    "uncaring",
                    "uncensored",
                    "uncertain",
                    "uncomfortable",
                    "unconditional",
                    "uncontrollable",
                    "unconventional",
                    "uncovered",
                    "undeniable",
                    "under priced",
                    "undercover",
                    "underground",
                    "underhanded",
                    "underused",
                    "unexpected",
                    "unforgettable",
                    "unheard of",
                    "unhurried",
                    "uninterested",
                    "unique",
                    "unjustified",
                    "unknowingly",
                    "unleashed",
                    "unlimited",
                    "unlock",
                    "unparalleled",
                    "unpopular",
                    "unreliable",
                    "unresponsive",
                    "unseen",
                    "unstable",
                    "unstoppable",
                    "unsure",
                    "unsurpassed",
                    "untapped",
                    "unusual",
                    "up-sell",
                    "upbeat",
                    "uplifted",
                    "uplifting",
                    "urge",
                    "urgent",
                    "useful",
                    "useless",
                    "validate",
                    "valor",
                    "valuable",
                    "value",
                    "vanquish",
                    "vaporize",
                    "venomous",
                    "verify",
                    "vibrant",
                    "vicious",
                    "victim",
                    "victory",
                    "vigorous",
                    "vilified",
                    "vindictive",
                    "violated",
                    "violent",
                    "volatile",
                    "vulnerable",
                    "waiting",
                    "wanted",
                    "wanton",
                    "warning",
                    "waste",
                    "weak",
                    "wealth",
                    "weird",
                    "what no one tells you",
                    "whip",
                    "whopping",
                    "wicked",
                    "wild",
                    "willpower",
                    "withheld",
                    "wonderful",
                    "wondrous",
                    "woozy",
                    "world",
                    "worry",
                    "worst",
                    "worthwhile",
                    "wounded",
                    "wreaking",
                    "youthful",
                    "zen",
                    "zinger"
                ],
                "diacritics": true,
                "researchesTests": [
                    "contentHasTOC",
                    "contentHasShortParagraphs",
                    "contentHasAssets",
                    "keywordInTitle",
                    "keywordInMetaDescription",
                    "keywordInPermalink",
                    "keywordIn10Percent",
                    "keywordInContent",
                    "keywordInSubheadings",
                    "keywordInImageAlt",
                    "keywordDensity",
                    "keywordNotUsed",
                    "lengthContent",
                    "lengthPermalink",
                    "linksHasInternal",
                    "linksHasExternals",
                    "linksNotAllExternals",
                    "titleStartWithKeyword",
                    "titleSentiment",
                    "titleHasPowerWords",
                    "titleHasNumber",
                    "hasContentAI"
                ],
                "hasBreadcrumb": false,
                "serpData": {
                    "title": "%sitename% %page% %sep% %sitedesc%",
                    "description": "",
                    "titleTemplate": "%sitename% %page% %sep% %sitedesc%",
                    "descriptionTemplate": "",
                    "focusKeywords": "",
                    "breadcrumbTitle": "Home",
                    "robots": {
                        "index": true
                    },
                    "advancedRobots": [],
                    "facebookTitle": "",
                    "facebookDescription": "",
                    "facebookImage": "",
                    "facebookImageID": ""
                }
            }
        },
        "tocTitle": "Table of Contents",
        "tocExcludeHeadings": [],
        "listStyle": "ul"
    },
    "_links": {
        "self": [
            {
                "href": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/index.php?rest_route=\/wp\/v2\/pages\/95",
                "targetHints": {
                    "allow": [
                        "GET"
                    ]
                }
            }
        ],
        "collection": [
            {
                "href": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/index.php?rest_route=\/wp\/v2\/pages"
            }
        ],
        "about": [
            {
                "href": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/index.php?rest_route=\/wp\/v2\/types\/page"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/index.php?rest_route=\/wp\/v2\/users\/1"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=95"
            }
        ],
        "version-history": [
            {
                "count": 804,
                "href": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/index.php?rest_route=\/wp\/v2\/pages\/95\/revisions"
            }
        ],
        "predecessor-version": [
            {
                "id": 1697,
                "href": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/index.php?rest_route=\/wp\/v2\/pages\/95\/revisions\/1697"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/flashkart-dev.staging.ruffnet.hu\/en\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=95"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}